Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump d3-color and vue-patternfly in /Web/client #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 29, 2022

Removes d3-color. It's no longer used after updating ancestor dependency vue-patternfly. These dependencies need to be updated together.

Removes d3-color

Updates vue-patternfly from 0.0.22 to 0.3.6

Release notes

Sourced from vue-patternfly's releases.

v0.3.6

  • fix(Modal): fixed body scrollbars disappearing by simply including a modal in the page (even if not shown)

v0.3.5

  • feat(OUIA): te pf-dropdown component assigns ouia attributes to the menu dropdown element.

v0.3.4

Fixed

  • fix(OUIA): restored ouia type V-PF3/ prefix.

v0.3.3

Fixed

  • fix: changed typescript types to correctly handle null/undefined.

v0.3.2

Fixed

  • fix(Modal): disabled implicit attr inheritance in modals.
  • fix(ListView): do not assume a specific typescript type for pf-list-view rows.

v0.3.1

Fixed

  • fix(Layout): never pass undefined|null to emitted event update:collapsed.
  • fix(OUIA): reverted ouia component names to use V-PF3/ prefix.

v0.3.0

Added

  • refactor: converted the whole codebase to typescript.
  • feat(typescript): exported type definitions for all components.
  • feat(Combobox): the dropdown trigger element is now slotted (slot name is dropdownTrigger) for better customization.

Fixed

  • fix(Dropdown): fixed removal of event listeners on umount.

Changed

  • BACKWARD INCOMPATIBLE CHANGE: All components are now exported with the name matching the component name (eg. PfButton instead of Button). The old exports are maintained for backwards compatibility but importing * from 'vue-patternfly' will now include the same components exported twice.
  • BACKWARD INCOMPATIBLE CHANGE: All sort direction properties have been normalized as 'asc' | 'desc' instead of a mix of 'asc' | 'desc' and 'ascending' | 'descending'.

v0.2.9

Added

  • added compatibility with vue 3 configured in compat mode.
  • feat: exported ouia utilities.

Fixed

  • fix(Combobox): do not emit null value when clearing the filter while still editing.
  • fix: exported Popover, TableRow and Void components.

v0.2.8

[0.2.8] - 2021-12-09

Fixed

  • fix(Tooltip): fixed component name

... (truncated)

Changelog

Sourced from vue-patternfly's changelog.

[0.3.6] - 2022-09-29

Fixed

  • fix(Modal): fixed body scrollbars disappearing by simply including a modal in the page (even if not shown)

[0.3.5] - 2022-06-25

Added

  • feat(OUIA): te pf-dropdown component assigns ouia attributes to the menu dropdown element.

[0.3.4] - 2022-04-29

Fixed

  • fix(OUIA): restored ouia type V-PF3/ prefix.

[0.3.3] - 2022-04-29

Fixed

  • fix: changed typescript types to correctly handle null/undefined.

[0.3.2] - 2022-03-18

Fixed

  • fix(Modal): disabled implicit attr inheritance in modals.
  • fix(ListView): do not assume a specific typescript type for pf-list-view rows.

[0.3.1] - 2022-02-08

Fixed

  • fix(Layout): never pass undefined|null to emitted event update:collapsed.
  • fix(OUIA): reverted ouia component names to use V-PF3/ prefix.

[0.3.0] - 2022-02-03

Added

  • refactor: converted the whole codebase to typescript.
  • feat(typescript): exported type definitions for all components.
  • feat(Combobox): the dropdown trigger element is now slotted (slot name is dropdownTrigger) for better customization.

Fixed

  • fix(Dropdown): fixed removal of event listeners on umount.

Changed

  • BACKWARD INCOMPATIBLE CHANGE: All components are now exported with the name matching the component name (eg. PfButton instead of Button). The old exports are maintained for backwards compatibility but importing * from 'vue-patternfly' will now include the same components exported twice.
  • BACKWARD INCOMPATIBLE CHANGE: All sort direction properties have been normalized as 'asc' | 'desc' instead of a mix of 'asc' | 'desc' and 'ascending' | 'descending'.

[0.2.11] - 2021-12-31

Fixed

  • fix(Dropdown): avoided possible access to undefined $refs while destructing the component.

[0.2.10] - 2021-12-22

Fixed

  • fix(Popover, ColumnPicker): restored popover trigger element functionality.
  • fix(Option): incorrect usage of composition api.

[0.2.9] - 2021-12-17

Added

... (truncated)

Commits
  • 54b32da chore: version bump
  • 2396bd9 chore: updated dependencies
  • 6d0ecff chore: updated CHANGELOG
  • c943e78 fix(Modal): fixed body scrollbars disappearing by simply including a modal in...
  • c26df05 fix: scss warnings caused by patternfly's sources
  • 477af1c chore: version bump
  • ae7266f feat(OUIA): te pf-dropdown component assigns ouia attributes to the menu dr...
  • 3a6ff51 fix(OUIA): restored ouia type V-PF3/ prefix
  • 130acf9 fix: changed typescript types to correctly handle null/undefined
  • d567152 chore: Version bump
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [d3-color](https://github.com/d3/d3-color). It's no longer used after updating ancestor dependency [vue-patternfly](https://github.com/mtorromeo/vue-patternfly). These dependencies need to be updated together.


Removes `d3-color`

Updates `vue-patternfly` from 0.0.22 to 0.3.6
- [Release notes](https://github.com/mtorromeo/vue-patternfly/releases)
- [Changelog](https://github.com/mtorromeo/vue-patternfly/blob/master/CHANGELOG.md)
- [Commits](mtorromeo/vue-patternfly@v0.0.22...v0.3.6)

---
updated-dependencies:
- dependency-name: d3-color
  dependency-type: indirect
- dependency-name: vue-patternfly
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants