-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
chore(deps): bump the spectrum-dependencies group across 1 directory with 11 updates #105108
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
base: master
Are you sure you want to change the base?
chore(deps): bump the spectrum-dependencies group across 1 directory with 11 updates #105108
Conversation
05a2f6e to
7430669
Compare
7430669 to
f4647c1
Compare
f4647c1 to
10bfb3a
Compare
10bfb3a to
800d7a8
Compare
800d7a8 to
e73d5c5
Compare
e73d5c5 to
e1c70d1
Compare
e1c70d1 to
2d0c177
Compare
2d0c177 to
dc7e669
Compare
dc7e669 to
0eea942
Compare
0eea942 to
d4e8517
Compare
d4e8517 to
ce1bf97
Compare
| "@popperjs/core": "^2.11.5", | ||
| "@r4ai/remark-callout": "^0.6.2", | ||
| "@react-aria/button": "3.14.0", | ||
| "@react-aria/combobox": "3.13.0", | ||
| "@react-aria/disclosure": "3.0.7", | ||
| "@react-aria/combobox": "3.14.1", | ||
| "@react-aria/disclosure": "3.1.1", | ||
| "@react-aria/focus": "3.21.0", | ||
| "@react-aria/gridlist": "3.13.3", | ||
| "@react-aria/gridlist": "3.14.2", | ||
| "@react-aria/i18n": "3.12.11", | ||
| "@react-aria/interactions": "3.25.4", | ||
| "@react-aria/listbox": "3.14.7", | ||
| "@react-aria/interactions": "3.26.0", | ||
| "@react-aria/listbox": "3.15.1", |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
ce1bf97 to
39a2635
Compare
39a2635 to
27c8dc2
Compare
| "@react-aria/combobox": "3.13.0", | ||
| "@react-aria/disclosure": "3.0.7", | ||
| "@react-aria/combobox": "3.14.1", | ||
| "@react-aria/disclosure": "3.1.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version mismatch between disclosure aria and stately packages
The @react-aria/disclosure package was updated to 3.1.1, which depends on @react-stately/[email protected] internally, but the direct dependency @react-stately/disclosure remains at 3.0.6. This causes two versions to be installed. The Disclosure component in disclosure.tsx creates state using useDisclosureState from version 3.0.6 and passes it to useDisclosure from the aria package which expects compatibility with 3.0.9. If the state interface changed between these patch versions, this could cause subtle runtime bugs in the disclosure component behavior.
Additional Locations (1)
27c8dc2 to
f9fc955
Compare
f9fc955 to
54532c9
Compare
54532c9 to
95e20fc
Compare
95e20fc to
17e4957
Compare
17e4957 to
6afc9cc
Compare
6afc9cc to
de7e59d
Compare
de7e59d to
f1f6279
Compare
f1f6279 to
bb9aa3b
Compare
bb9aa3b to
1ebdf11
Compare
…with 11 updates Bumps the spectrum-dependencies group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@react-aria/combobox](https://github.com/adobe/react-spectrum) | `3.13.0` | `3.14.1` | | [@react-aria/disclosure](https://github.com/adobe/react-spectrum) | `3.0.7` | `3.1.1` | | [@react-aria/gridlist](https://github.com/adobe/react-spectrum) | `3.13.3` | `3.14.2` | | [@react-aria/interactions](https://github.com/adobe/react-spectrum) | `3.25.4` | `3.26.0` | | [@react-aria/listbox](https://github.com/adobe/react-spectrum) | `3.14.7` | `3.15.1` | | [@react-aria/overlays](https://github.com/adobe/react-spectrum) | `3.28.0` | `3.31.0` | | [@react-aria/selection](https://github.com/adobe/react-spectrum) | `3.25.0` | `3.27.0` | | [@react-aria/utils](https://github.com/adobe/react-spectrum) | `3.30.0` | `3.32.0` | | [@react-stately/combobox](https://github.com/adobe/react-spectrum) | `3.11.0` | `3.12.1` | | [@react-stately/list](https://github.com/adobe/react-spectrum) | `3.12.4` | `3.13.2` | | [@react-types/shared](https://github.com/adobe/react-spectrum) | `3.31.0` | `3.32.1` | Updates `@react-aria/combobox` from 3.13.0 to 3.14.1 - [Release notes](https://github.com/adobe/react-spectrum/releases) - [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/[email protected]...@react-aria/[email protected]) Updates `@react-aria/disclosure` from 3.0.7 to 3.1.1 - [Release notes](https://github.com/adobe/react-spectrum/releases) - [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/[email protected]...@react-aria/[email protected]) Updates `@react-aria/gridlist` from 3.13.3 to 3.14.2 - [Release notes](https://github.com/adobe/react-spectrum/releases) - [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/[email protected]...@react-aria/[email protected]) Updates `@react-aria/interactions` from 3.25.4 to 3.26.0 - [Release notes](https://github.com/adobe/react-spectrum/releases) - [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/[email protected]...@react-aria/[email protected]) Updates `@react-aria/listbox` from 3.14.7 to 3.15.1 - [Release notes](https://github.com/adobe/react-spectrum/releases) - [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/[email protected]...@react-aria/[email protected]) Updates `@react-aria/overlays` from 3.28.0 to 3.31.0 - [Release notes](https://github.com/adobe/react-spectrum/releases) - [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/[email protected]...@react-aria/[email protected]) Updates `@react-aria/selection` from 3.25.0 to 3.27.0 - [Release notes](https://github.com/adobe/react-spectrum/releases) - [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/[email protected]...@react-aria/[email protected]) Updates `@react-aria/utils` from 3.30.0 to 3.32.0 - [Release notes](https://github.com/adobe/react-spectrum/releases) - [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/[email protected]...@react-aria/[email protected]) Updates `@react-stately/combobox` from 3.11.0 to 3.12.1 - [Release notes](https://github.com/adobe/react-spectrum/releases) - [Commits](https://github.com/adobe/react-spectrum/compare/@react-stately/[email protected]...@react-stately/[email protected]) Updates `@react-stately/list` from 3.12.4 to 3.13.2 - [Release notes](https://github.com/adobe/react-spectrum/releases) - [Commits](https://github.com/adobe/react-spectrum/compare/@react-stately/[email protected]...@react-stately/[email protected]) Updates `@react-types/shared` from 3.31.0 to 3.32.1 - [Release notes](https://github.com/adobe/react-spectrum/releases) - [Commits](https://github.com/adobe/react-spectrum/compare/@react-types/[email protected]...@react-types/[email protected]) --- updated-dependencies: - dependency-name: "@react-aria/combobox" dependency-version: 3.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: spectrum-dependencies - dependency-name: "@react-aria/disclosure" dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: spectrum-dependencies - dependency-name: "@react-aria/gridlist" dependency-version: 3.14.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: spectrum-dependencies - dependency-name: "@react-aria/interactions" dependency-version: 3.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: spectrum-dependencies - dependency-name: "@react-aria/listbox" dependency-version: 3.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: spectrum-dependencies - dependency-name: "@react-aria/overlays" dependency-version: 3.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: spectrum-dependencies - dependency-name: "@react-aria/selection" dependency-version: 3.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: spectrum-dependencies - dependency-name: "@react-aria/utils" dependency-version: 3.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: spectrum-dependencies - dependency-name: "@react-stately/combobox" dependency-version: 3.12.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: spectrum-dependencies - dependency-name: "@react-stately/list" dependency-version: 3.13.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: spectrum-dependencies - dependency-name: "@react-types/shared" dependency-version: 3.32.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: spectrum-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1ebdf11 to
0fb7a3e
Compare
Bumps the spectrum-dependencies group with 11 updates in the / directory:
3.13.03.14.13.0.73.1.13.13.33.14.23.25.43.26.03.14.73.15.13.28.03.31.03.25.03.27.03.30.03.32.03.11.03.12.13.12.43.13.23.31.03.32.1Updates
@react-aria/comboboxfrom 3.13.0 to 3.14.1Commits
602e586Publishbd84160chore: replacing internationalized OG with updated React Aria icon (#9350)cd3c588docs: Homepage updates and fixes (#9344)3ad9c26fix: v3 menus alternative approach (#9345)f208529chore: remove alpha for release (#9351)8fabbeddocs: Style macro reference table refactor (#9329)e5bb07bchore: fix broken link in migrating docs (#9347)e4cae96fix: testing bugs in NumberField, Tooltip, and Popover (#9342)0caa399docs: add shouldCloseOnPress to RAC Tooltip docs (#9341)6c29f7afix: fix firstDayOfWeek styling in S2 DateRangePicker (#9340)Updates
@react-aria/disclosurefrom 3.0.7 to 3.1.1Commits
602e586Publishbd84160chore: replacing internationalized OG with updated React Aria icon (#9350)cd3c588docs: Homepage updates and fixes (#9344)3ad9c26fix: v3 menus alternative approach (#9345)f208529chore: remove alpha for release (#9351)8fabbeddocs: Style macro reference table refactor (#9329)e5bb07bchore: fix broken link in migrating docs (#9347)e4cae96fix: testing bugs in NumberField, Tooltip, and Popover (#9342)0caa399docs: add shouldCloseOnPress to RAC Tooltip docs (#9341)6c29f7afix: fix firstDayOfWeek styling in S2 DateRangePicker (#9340)Updates
@react-aria/gridlistfrom 3.13.3 to 3.14.2Commits
602e586Publishbd84160chore: replacing internationalized OG with updated React Aria icon (#9350)cd3c588docs: Homepage updates and fixes (#9344)3ad9c26fix: v3 menus alternative approach (#9345)f208529chore: remove alpha for release (#9351)8fabbeddocs: Style macro reference table refactor (#9329)e5bb07bchore: fix broken link in migrating docs (#9347)e4cae96fix: testing bugs in NumberField, Tooltip, and Popover (#9342)0caa399docs: add shouldCloseOnPress to RAC Tooltip docs (#9341)6c29f7afix: fix firstDayOfWeek styling in S2 DateRangePicker (#9340)Updates
@react-aria/interactionsfrom 3.25.4 to 3.26.0Release notes
Sourced from
@react-aria/interactions's releases.Commits
602e586Publishbd84160chore: replacing internationalized OG with updated React Aria icon (#9350)cd3c588docs: Homepage updates and fixes (#9344)3ad9c26fix: v3 menus alternative approach (#9345)f208529chore: remove alpha for release (#9351)8fabbeddocs: Style macro reference table refactor (#9329)e5bb07bchore: fix broken link in migrating docs (#9347)e4cae96fix: testing bugs in NumberField, Tooltip, and Popover (#9342)0caa399docs: add shouldCloseOnPress to RAC Tooltip docs (#9341)6c29f7afix: fix firstDayOfWeek styling in S2 DateRangePicker (#9340)Updates
@react-aria/listboxfrom 3.14.7 to 3.15.1Commits
602e586Publishbd84160chore: replacing internationalized OG with updated React Aria icon (#9350)cd3c588docs: Homepage updates and fixes (#9344)3ad9c26fix: v3 menus alternative approach (#9345)f208529chore: remove alpha for release (#9351)8fabbeddocs: Style macro reference table refactor (#9329)e5bb07bchore: fix broken link in migrating docs (#9347)e4cae96fix: testing bugs in NumberField, Tooltip, and Popover (#9342)0caa399docs: add shouldCloseOnPress to RAC Tooltip docs (#9341)6c29f7afix: fix firstDayOfWeek styling in S2 DateRangePicker (#9340)Updates
@react-aria/overlaysfrom 3.28.0 to 3.31.0Release notes
Sourced from
@react-aria/overlays's releases.Commits
602e586Publishbd84160chore: replacing internationalized OG with updated React Aria icon (#9350)cd3c588docs: Homepage updates and fixes (#9344)3ad9c26fix: v3 menus alternative approach (#9345)f208529chore: remove alpha for release (#9351)8fabbeddocs: Style macro reference table refactor (#9329)e5bb07bchore: fix broken link in migrating docs (#9347)e4cae96fix: testing bugs in NumberField, Tooltip, and Popover (#9342)0caa399docs: add shouldCloseOnPress to RAC Tooltip docs (#9341)6c29f7afix: fix firstDayOfWeek styling in S2 DateRangePicker (#9340)Updates
@react-aria/selectionfrom 3.25.0 to 3.27.0Release notes
Sourced from
@react-aria/selection's releases.Commits
602e586Publishbd84160chore: replacing internationalized OG with updated React Aria icon (#9350)cd3c588docs: Homepage updates and fixes (#9344)3ad9c26fix: v3 menus alternative approach (#9345)f208529chore: remove alpha for release (#9351)8fabbeddocs: Style macro reference table refactor (#9329)e5bb07bchore: fix broken link in migrating docs (#9347)e4cae96fix: testing bugs in NumberField, Tooltip, and Popover (#9342)0caa399docs: add shouldCloseOnPress to RAC Tooltip docs (#9341)6c29f7afix: fix firstDayOfWeek styling in S2 DateRangePicker (#9340)Updates
@react-aria/utilsfrom 3.30.0 to 3.32.0Release notes
Sourced from
@react-aria/utils's releases.Commits
602e586Publishbd84160chore: replacing internationalized OG with updated React Aria icon (#9350)cd3c588docs: Homepage updates and fixes (#9344)3ad9c26fix: v3 menus alternative approach (#9345)f208529chore: remove alpha for release (#9351)8fabbeddocs: Style macro reference table refactor (#9329)e5bb07bchore: fix broken link in migrating docs (#9347)e4cae96fix: testing bugs in NumberField, Tooltip, and Popover (#9342)0caa399docs: add shouldCloseOnPress to RAC Tooltip docs (#9341)6c29f7afix: fix firstDayOfWeek styling in S2 DateRangePicker (#9340)Updates
@react-stately/comboboxfrom 3.11.0 to 3.12.1Commits
602e586Publishbd84160chore: replacing internationalized OG with updated React Aria icon (#9350)cd3c588docs: Homepage updates and fixes (#9344)3ad9c26fix: v3 menus alternative approach (#9345)f208529chore: remove alpha for release (#9351)8fabbeddocs: Style macro reference table refactor (#9329)e5bb07bchore: fix broken link in migrating docs (#9347)e4cae96fix: testing bugs in NumberField, Tooltip, and Popover (#9342)0caa399docs: add shouldCloseOnPress to RAC Tooltip docs (#9341)6c29f7afix: fix firstDayOfWeek styling in S2 DateRangePicker (#9340)Updates
@react-stately/listfrom 3.12.4 to 3.13.2Commits
602e586Publishbd84160chore: replacing internationalized OG with updated React Aria icon (#9350)cd3c588docs: Homepage updates and fixes (#9344)3ad9c26fix: v3 menus alternative approach (#9345)f208529chore: remove alpha for release (#9351)8fabbeddocs: Style macro reference table refactor (#9329)e5bb07bchore: fix broken link in migrating docs (#9347)e4cae96fix: testing bugs in NumberField, Tooltip, and Popover (#9342)0caa399docs: add shouldCloseOnPress to RAC Tooltip docs (#9341)6c29f7afix: fix firstDayOfWeek styling in S2 DateRangePicker (#9340)Updates
@react-types/sharedfrom 3.31.0 to 3.32.1Release notes
Sourced from
@react-types/shared's releases.Commits
0bda511Publishc7c0d35fix: Clicking on TableView column header menu does not work (#8963)b2f3515fix: Height of modal underlay is incorrect when the body has height: 100% (#8...0bc8b24fix: Picker default text display (#8959)bae7179Remove UNSTABLE prefix from collections in RAC04bd079docs: more S2 docs fixes (#8944)2ba829bdocs: Update docs for new --page-height var and ComboBox actions (#8955)8a49fc9feat: add Avatar support for ComboBoxItem and PickerItem (#8931)3e2e190chore: add missing placeholders to test apps and stories (#8949)836dc5dfix: ComboBox item actions should not be selectable (#8947)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions