Skip to content

chore(deps): bump the spectrum-dependencies group across 1 directory with 32 updates#1876

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/spectrum-dependencies-7fefaf7bae
Open

chore(deps): bump the spectrum-dependencies group across 1 directory with 32 updates#1876
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/spectrum-dependencies-7fefaf7bae

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 15, 2026

Bumps the spectrum-dependencies group with 32 updates in the / directory:

Package From To
@react-aria/button 3.14.4 3.15.1
@react-aria/combobox 3.14.2 3.16.1
@react-aria/disclosure 3.1.2 3.2.1
@react-aria/focus 3.21.4 3.22.1
@react-aria/gridlist 3.14.3 3.15.1
@react-aria/i18n 3.12.15 3.13.1
@react-aria/interactions 3.27.0 3.28.1
@react-aria/listbox 3.15.2 3.16.1
@react-aria/live-announcer 3.4.4 3.5.1
@react-aria/menu 3.20.0 3.22.1
@react-aria/numberfield 3.12.4 3.13.1
@react-aria/overlays 3.31.1 3.32.1
@react-aria/radio 3.12.4 3.13.1
@react-aria/selection 3.27.1 3.28.1
@react-aria/separator 3.4.15 3.5.1
@react-aria/slider 3.8.4 3.9.1
@react-aria/tabs 3.11.0 3.12.1
@react-aria/textfield 3.18.4 3.19.1
@react-aria/utils 3.33.0 3.34.1
@react-aria/visually-hidden 3.8.30 3.9.1
@react-stately/collections 3.12.9 3.13.1
@react-stately/combobox 3.12.2 3.14.1
@react-stately/disclosure 3.0.10 3.1.1
@react-stately/form 3.2.3 3.3.1
@react-stately/list 3.13.3 3.14.1
@react-stately/numberfield 3.10.4 3.12.1
@react-stately/overlays 3.6.22 3.7.1
@react-stately/radio 3.11.4 3.12.1
@react-stately/slider 3.7.4 3.8.1
@react-stately/tabs 3.8.8 3.9.1
@react-stately/tree 3.9.5 3.10.1
@react-types/shared 3.33.0 3.35.0

Updates @react-aria/button from 3.14.4 to 3.15.1

Release notes

Sourced from @​react-aria/button's releases.

React Spectrum S2 v1.3.0

In this release we are excited to announce support for expandable rows in TableView, highlight selection in TreeView, and window scrolling in collection components! Window scrolling enables virtualized collections to automatically scroll with the rest of the page – no height needed. In addition, we've updated the set of available workflow icons, and reduced the number of dependencies installed when using S2 by over 90% – see the full release notes for details.

To help assist with migrations from S1 to S2, we've added a new end to end migration Agent skill that you can use with your agent of choice. Our existing S2 Agent skill has also been updated to greatly improve its ability to select the proper S2 component to use from context, so be sure to update.

Full release notes

React Spectrum S2 v1.2.0

In this release, we are excited to announce that ListView and unavailable menu items are now available! In addition, we have added ActionBar support for TreeView and custom renderer support for the Picker's display value. We also shipped multiple TableView fixes and a set of documentation improvements including a Typography search view now available in the main search menu.

Thanks to all of our contributors for the updates in this release.

Full release notes

React Spectrum S2 v1.1.0

It’s our first release of the new year and we’ve got plenty of exciting treats we’re bringing to the table. We’ve added a variety of new features to our documentation site including a new dark/light mode switch in the site header. Our search menu also now features a Colors section where you can browse the Spectrum-defined colors and search by name or hex value to find close or exact matches. We also now offer our docs in the form of Agent Skills that can be installed locally and used by your favorite AI coding tools.

This release also includes several bugs fixes, such as properly rendering menus when rendered from within a popover and updates to TreeView disabledBehavior styling to match the latest designs.

Full Release Notes

Commits

Updates @react-aria/combobox from 3.14.2 to 3.16.1

Release notes

Sourced from @​react-aria/combobox's releases.

React Spectrum S2 v1.3.0

In this release we are excited to announce support for expandable rows in TableView, highlight selection in TreeView, and window scrolling in collection components! Window scrolling enables virtualized collections to automatically scroll with the rest of the page – no height needed. In addition, we've updated the set of available workflow icons, and reduced the number of dependencies installed when using S2 by over 90% – see the full release notes for details.

To help assist with migrations from S1 to S2, we've added a new end to end migration Agent skill that you can use with your agent of choice. Our existing S2 Agent skill has also been updated to greatly improve its ability to select the proper S2 component to use from context, so be sure to update.

Full release notes

React Spectrum S2 v1.2.0

In this release, we are excited to announce that ListView and unavailable menu items are now available! In addition, we have added ActionBar support for TreeView and custom renderer support for the Picker's display value. We also shipped multiple TableView fixes and a set of documentation improvements including a Typography search view now available in the main search menu.

Thanks to all of our contributors for the updates in this release.

Full release notes

React Spectrum S2 v1.1.0

It’s our first release of the new year and we’ve got plenty of exciting treats we’re bringing to the table. We’ve added a variety of new features to our documentation site including a new dark/light mode switch in the site header. Our search menu also now features a Colors section where you can browse the Spectrum-defined colors and search by name or hex value to find close or exact matches. We also now offer our docs in the form of Agent Skills that can be installed locally and used by your favorite AI coding tools.

This release also includes several bugs fixes, such as properly rendering menus when rendered from within a popover and updates to TreeView disabledBehavior styling to match the latest designs.

Full Release Notes

Commits
  • f040ff6 Publish
  • 0f6aafc [RAC] Support for submenus within sections (#5863)
  • 5dac6d2 Make sure the quiet picker conforms to the user set width (#5857)
  • 4881d59 Docs for addWindowFocusTracking (#5851)
  • ed6fb79 DnD: Replace comma operator with semicolon for better readability (#5848)
  • c11afb2 fix: long picker options truncated in quiet mode (#5813)
  • c166369 Update RAC Submenu to close all submenus when interacting outside of root sub...
  • 2c229fd RAC Submenu: remove SubmenuContext and pass portal container via PopoverConte...
  • 77fa19d Ensure 2 renders for submenu portal container (#5828)
  • 7122c20 Pure render for tree data, fixes React Canary useMemo/useState StrictMode (#5...
  • Additional commits viewable in compare view

Updates @react-aria/disclosure from 3.1.2 to 3.2.1

Release notes

Sourced from @​react-aria/disclosure's releases.

React Spectrum S2 v1.3.0

In this release we are excited to announce support for expandable rows in TableView, highlight selection in TreeView, and window scrolling in collection components! Window scrolling enables virtualized collections to automatically scroll with the rest of the page – no height needed. In addition, we've updated the set of available workflow icons, and reduced the number of dependencies installed when using S2 by over 90% – see the full release notes for details.

To help assist with migrations from S1 to S2, we've added a new end to end migration Agent skill that you can use with your agent of choice. Our existing S2 Agent skill has also been updated to greatly improve its ability to select the proper S2 component to use from context, so be sure to update.

Full release notes

React Spectrum S2 v1.2.0

In this release, we are excited to announce that ListView and unavailable menu items are now available! In addition, we have added ActionBar support for TreeView and custom renderer support for the Picker's display value. We also shipped multiple TableView fixes and a set of documentation improvements including a Typography search view now available in the main search menu.

Thanks to all of our contributors for the updates in this release.

Full release notes

React Spectrum S2 v1.1.0

It’s our first release of the new year and we’ve got plenty of exciting treats we’re bringing to the table. We’ve added a variety of new features to our documentation site including a new dark/light mode switch in the site header. Our search menu also now features a Colors section where you can browse the Spectrum-defined colors and search by name or hex value to find close or exact matches. We also now offer our docs in the form of Agent Skills that can be installed locally and used by your favorite AI coding tools.

This release also includes several bugs fixes, such as properly rendering menus when rendered from within a popover and updates to TreeView disabledBehavior styling to match the latest designs.

Full Release Notes

Commits

Updates @react-aria/focus from 3.21.4 to 3.22.1

Release notes

Sourced from @​react-aria/focus's releases.

React Spectrum S2 v1.3.0

In this release we are excited to announce support for expandable rows in TableView, highlight selection in TreeView, and window scrolling in collection components! Window scrolling enables virtualized collections to automatically scroll with the rest of the page – no height needed. In addition, we've updated the set of available workflow icons, and reduced the number of dependencies installed when using S2 by over 90% – see the full release notes for details.

To help assist with migrations from S1 to S2, we've added a new end to end migration Agent skill that you can use with your agent of choice. Our existing S2 Agent skill has also been updated to greatly improve its ability to select the proper S2 component to use from context, so be sure to update.

Full release notes

React Spectrum S2 v1.2.0

In this release, we are excited to announce that ListView and unavailable menu items are now available! In addition, we have added ActionBar support for TreeView and custom renderer support for the Picker's display value. We also shipped multiple TableView fixes and a set of documentation improvements including a Typography search view now available in the main search menu.

Thanks to all of our contributors for the updates in this release.

Full release notes

React Spectrum S2 v1.1.0

It’s our first release of the new year and we’ve got plenty of exciting treats we’re bringing to the table. We’ve added a variety of new features to our documentation site including a new dark/light mode switch in the site header. Our search menu also now features a Colors section where you can browse the Spectrum-defined colors and search by name or hex value to find close or exact matches. We also now offer our docs in the form of Agent Skills that can be installed locally and used by your favorite AI coding tools.

This release also includes several bugs fixes, such as properly rendering menus when rendered from within a popover and updates to TreeView disabledBehavior styling to match the latest designs.

Full Release Notes

Commits

Updates @react-aria/gridlist from 3.14.3 to 3.15.1

Release notes

Sourced from @​react-aria/gridlist's releases.

React Spectrum S2 v1.3.0

In this release we are excited to announce support for expandable rows in TableView, highlight selection in TreeView, and window scrolling in collection components! Window scrolling enables virtualized collections to automatically scroll with the rest of the page – no height needed. In addition, we've updated the set of available workflow icons, and reduced the number of dependencies installed when using S2 by over 90% – see the full release notes for details.

To help assist with migrations from S1 to S2, we've added a new end to end migration Agent skill that you can use with your agent of choice. Our existing S2 Agent skill has also been updated to greatly improve its ability to select the proper S2 component to use from context, so be sure to update.

Full release notes

React Spectrum S2 v1.2.0

In this release, we are excited to announce that ListView and unavailable menu items are now available! In addition, we have added ActionBar support for TreeView and custom renderer support for the Picker's display value. We also shipped multiple TableView fixes and a set of documentation improvements including a Typography search view now available in the main search menu.

Thanks to all of our contributors for the updates in this release.

Full release notes

React Spectrum S2 v1.1.0

It’s our first release of the new year and we’ve got plenty of exciting treats we’re bringing to the table. We’ve added a variety of new features to our documentation site including a new dark/light mode switch in the site header. Our search menu also now features a Colors section where you can browse the Spectrum-defined colors and search by name or hex value to find close or exact matches. We also now offer our docs in the form of Agent Skills that can be installed locally and used by your favorite AI coding tools.

This release also includes several bugs fixes, such as properly rendering menus when rendered from within a popover and updates to TreeView disabledBehavior styling to match the latest designs.

Full Release Notes

Commits

Updates @react-aria/i18n from 3.12.15 to 3.13.1

Release notes

Sourced from @​react-aria/i18n's releases.

React Spectrum S2 v1.3.0

In this release we are excited to announce support for expandable rows in TableView, highlight selection in TreeView, and window scrolling in collection components! Window scrolling enables virtualized collections to automatically scroll with the rest of the page – no height needed. In addition, we've updated the set of available workflow icons, and reduced the number of dependencies installed when using S2 by over 90% – see the full release notes for details.

To help assist with migrations from S1 to S2, we've added a new end to end migration Agent skill that you can use with your agent of choice. Our existing S2 Agent skill has also been updated to greatly improve its ability to select the proper S2 component to use from context, so be sure to update.

Full release notes

React Spectrum S2 v1.2.0

In this release, we are excited to announce that ListView and unavailable menu items are now available! In addition, we have added ActionBar support for TreeView and custom renderer support for the Picker's display value. We also shipped multiple TableView fixes and a set of documentation improvements including a Typography search view now available in the main search menu.

Thanks to all of our contributors for the updates in this release.

Full release notes

React Spectrum S2 v1.1.0

It’s our first release of the new year and we’ve got plenty of exciting treats we’re bringing to the table. We’ve added a variety of new features to our documentation site including a new dark/light mode switch in the site header. Our search menu also now features a Colors section where you can browse the Spectrum-defined colors and search by name or hex value to find close or exact matches. We also now offer our docs in the form of Agent Skills that can be installed locally and used by your favorite AI coding tools.

This release also includes several bugs fixes, such as properly rendering menus when rendered from within a popover and updates to TreeView disabledBehavior styling to match the latest designs.

Full Release Notes

Commits

Updates @react-aria/interactions from 3.27.0 to 3.28.1

Release notes

Sourced from @​react-aria/interactions's releases.

React Spectrum S2 v1.3.0

In this release we are excited to announce support for expandable rows in TableView, highlight selection in TreeView, and window scrolling in collection components! Window scrolling enables virtualized collections to automatically scroll with the rest of the page – no height needed. In addition, we've updated the set of available workflow icons, and reduced the number of dependencies installed when using S2 by over 90% – see the full release notes for details.

To help assist with migrations from S1 to S2, we've added a new end to end migration Agent skill that you can use with your agent of choice. Our existing S2 Agent skill has also been updated to greatly improve its ability to select the proper S2 component to use from context, so be sure to update.

Full release notes

React Spectrum S2 v1.2.0

In this release, we are excited to announce that ListView and unavailable menu items are now available! In addition, we have added ActionBar support for TreeView and custom renderer support for the Picker's display value. We also shipped multiple TableView fixes and a set of documentation improvements including a Typography search view now available in the main search menu.

Thanks to all of our contributors for the updates in this release.

Full release notes

React Spectrum S2 v1.1.0

It’s our first release of the new year and we’ve got plenty of exciting treats we’re bringing to the table. We’ve added a variety of new features to our documentation site including a new dark/light mode switch in the site header. Our search menu also now features a Colors section where you can browse the Spectrum-defined colors and search by name or hex value to find close or exact matches. We also now offer our docs in the form of Agent Skills that can be installed locally and used by your favorite AI coding tools.

This release also includes several bugs fixes, such as properly rendering menus when rendered from within a popover and updates to TreeView disabledBehavior styling to match the latest designs.

Full Release Notes

June 27, 2023 Release

https://react-spectrum.adobe.com/releases/2023-06-27.html

Commits

Updates @react-aria/listbox from 3.15.2 to 3.16.1

Release notes

Sourced from @​react-aria/listbox's releases.

React Spectrum S2 v1.3.0

In this release we are excited to announce support for expandable rows in TableView, highlight selection in TreeView, and window scrolling in collection components! Window scrolling enables virtualized collections to automatically scroll with the rest of the page – no height needed. In addition, we've updated the set of available workflow icons, and reduced the number of dependencies installed when using S2 by over 90% – see the full release notes for details.

To help assist with migrations from S1 to S2, we've added a new end to end migration Agent skill that you can use with your agent of choice. Our existing S2 Agent skill has also been updated to greatly improve its ability to select the proper S2 component to use from context, so be sure to update.

Full release notes

React Spectrum S2 v1.2.0

In this release, we are excited to announce that ListView and unavailable menu items are now available! In addition, we have added ActionBar support for TreeView and custom renderer support for the Picker's display value. We also shipped multiple TableView fixes and a set of documentation improvements including a Typography search view now available in the main search menu.

Thanks to all of our contributors for the updates in this release.

Full release notes

React Spectrum S2 v1.1.0

It’s our first release of the new year and we’ve got plenty of exciting treats we’re bringing to the table. We’ve added a variety of new features to our documentation site including a new dark/light mode switch in the site header. Our search menu also now features a Colors section where you can browse the Spectrum-defined colors and search by name or hex value to find close or exact matches. We also now offer our docs in the form of Agent Skills that can be installed locally and used by your favorite AI coding tools.

This release also includes several bugs fixes, such as properly rendering menus when rendered from within a popover and updates to TreeView disabledBehavior styling to match the latest designs.

Full Release Notes

Commits
  • f040ff6 Publish
  • 0f6aafc [RAC] Support for submenus within sections (#5863)
  • 5dac6d2 Make sure the quiet picker conforms to the user set width (#5857)
  • 4881d59 Docs for addWindowFocusTracking (#5851)
  • ed6fb79 DnD: Replace comma operator with semicolon for better readability (#5848)
  • c11afb2 fix: long picker options truncated in quiet mode (#5813)
  • c166369 Update RAC Submenu to close all submenus when interacting outside of root sub...
  • 2c229fd RAC Submenu: remove SubmenuContext and pass portal container via PopoverConte...
  • 77fa19d Ensure 2 renders for submenu portal container (#5828)
  • 7122c20 Pure render for tree data, fixes React Canary useMemo/useState StrictMode (#5...
  • Additional commits viewable in compare view

Updates @react-aria/live-announcer from 3.4.4 to 3.5.1

Release notes

Sourced from @​react-aria/live-announcer's releases.

React Spectrum S2 v1.3.0

In this release we are excited to announce support for expandable rows in TableView, highlight selection in TreeView, and window scrolling in collection components! Window scrolling enables virtualized collections to automatically scroll with the rest of the page – no height needed. In addition, we've updated the set of available workflow icons, and reduced the number of dependencies installed when using S2 by over 90% – see the full release notes for details.

To help assist with migrations from S1 to S2, we've added a new end to end migration Agent skill that you can use with your agent of choice. Our existing S2 Agent skill has also been updated to greatly improve its ability to select the proper S2 component to use from context, so be sure to update.

Full release notes

React Spectrum S2 v1.2.0

In this release, we are excited to announce that ListView and unavailable menu items are now available! In addition, we have added ActionBar support for TreeView and custom renderer support for the Picker's display value. We also shipped multiple TableView fixes and a set of documentation improvements including a Typography search view now available in the main search menu.

Thanks to all of our contributors for the updates in this release.

Full release notes

React Spectrum S2 v1.1.0

It’s our first release of the new year and we’ve got plenty of exciting treats we’re bringing to the table. We’ve added a variety of new features to our documentation site including a new dark/light mode switch in the site header. Our search menu also now features a Colors section where you can browse the Spectrum-defined colors and search by name or hex value to find close or exact matches. We also now offer our docs in the form of Agent Skills that can be installed locally and used by your favorite AI coding tools.

This release also includes several bugs fixes, such as properly rendering menus when rendered from within a popover and updates to TreeView disabledBehavior styling to match the latest designs.

Full Release Notes

Commits

Updates @react-aria/menu from 3.20.0 to 3.22.1

Release notes

Sourced from @​react-aria/menu's releases.

React Spectrum S2 v1.3.0

In this release we are excited to announce support for expandable rows in TableView, highlight selection in TreeView, and window scrolling in collection components! Window scrolling enables virtualized collections to automatically scroll with the rest of the page – no height needed. In addition, we've updated the set of available workflow icons, and reduced the number of dependencies installed when using S2 by over 90% – see the full release notes for details.

To help assist with migrations from S1 to S2, we've added a new end to end migration Agent skill that you can use with your agent of choice. Our existing S2 Agent skill has also been updated to greatly improve its ability to select the proper S2 component to use from context, so be sure to update.

Full release notes

React Spectrum S2 v1.2.0

In this release, we are excited to announce that ListView and unavailable menu items are now available! In addition, we have added ActionBar support for TreeView and custom renderer support for the Picker's display value. We also shipped multiple TableView fixes and a set of documentation improvements including a Typography search view now available in the main search menu.

Thanks to all of our contributors for the updates in this release.

Full release notes

React Spectrum S2 v1.1.0

It’s our first release of the new year and we’ve got plenty of exciting treats we’re bringing to the table. We’ve added a variety of new features to our documentation site including a new dark/light mode switch in the site header. Our search menu also now features a Colors section where you can browse the Spectrum-defined colors and search by name or hex value to find close or exact matches. We also now offer our docs in the form of Agent Skills that can be installed locally and used by your favorite AI coding tools.

This release also includes several bugs fixes, such as properly rendering menus when rendered from within a popover and updates to TreeView disabledBehavior styling to match the latest designs.

Full Release Notes

Commits

Updates @react-aria/numberfield from 3.12.4 to 3.13.1

Release notes

Sourced from @​react-aria/numberfield's releases.

React Spectrum S2 v1.3.0

In this release we are excited to announce support for expandable rows in TableView, highlight selection in TreeView, and window scrolling in collection components! Window scrolling enables virtualized collections to automatically scroll with the rest of the page – no height needed. In addition, we've updated the set of available workflow icons, and reduced the number of dependencies installed when using S2 by over 90% – see the full release notes for details.

To help assist with migrations from S1 to S2, we've added a new end to end migration Agent skill that you can use with your agent of choice. Our existing S2 Agent skill has also been updated to greatly improve its ability to select the proper S2 component to use from context, so be sure to update.

Full release notes

React Spectrum S2 v1.2.0

In this release, we are excited to announce that ListView and unavailable menu items are now available! In addition, we have added ActionBar support for TreeView and custom renderer support for the Picker's display value. We also shipped multiple TableView fixes and a set of documentation improvements including a Typography search view now available in the main search menu.

Thanks to all of our contributors for the updates in this release.

Full release notes

React Spectrum S2 v1.1.0

It’s our first release of the new year and we’ve got plenty of exciting treats we’re bringing to the table. We’ve added a variety of new features to our documentation site including a new dark/light mode switch in the site header. Our search menu also now features a Colors section where you can browse the Spectrum-defined colors and search by name or hex value to find close or exact matches. We also now offer our docs in the form of Agent Skills that can be installed locally and used by your favorite AI coding tools.

This release also includes several bugs fixes, such as properly rendering menus when rendered from within a popover and updates to TreeView disabledBehavior styling to match the latest designs.

Full Release Notes

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 15, 2026
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Apr 15, 2026
@dependabot dependabot Bot changed the title chore(deps): bump the spectrum-dependencies group with 32 updates chore(deps): bump the spectrum-dependencies group across 1 directory with 32 updates Apr 15, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/spectrum-dependencies-7fefaf7bae branch 6 times, most recently from 5687f0d to 73cd46a Compare April 22, 2026 22:51
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/spectrum-dependencies-7fefaf7bae branch 3 times, most recently from a7c57d9 to d02ea1c Compare April 28, 2026 01:41
@dependabot dependabot Bot changed the title chore(deps): bump the spectrum-dependencies group across 1 directory with 32 updates build(deps): bump the spectrum-dependencies group across 1 directory with 32 updates Apr 28, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/spectrum-dependencies-7fefaf7bae branch from d02ea1c to 45bc145 Compare April 28, 2026 22:53
@dependabot dependabot Bot changed the title build(deps): bump the spectrum-dependencies group across 1 directory with 32 updates chore(deps): bump the spectrum-dependencies group across 1 directory with 32 updates Apr 29, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/spectrum-dependencies-7fefaf7bae branch from 45bc145 to bb71832 Compare April 29, 2026 22:16
@dependabot dependabot Bot changed the title chore(deps): bump the spectrum-dependencies group across 1 directory with 32 updates build(deps): bump the spectrum-dependencies group across 1 directory with 32 updates Apr 30, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/spectrum-dependencies-7fefaf7bae branch from bb71832 to ac9b60d Compare April 30, 2026 22:49
@dependabot dependabot Bot changed the title build(deps): bump the spectrum-dependencies group across 1 directory with 32 updates chore(deps): bump the spectrum-dependencies group across 1 directory with 32 updates May 2, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/spectrum-dependencies-7fefaf7bae branch 2 times, most recently from 1f2ae81 to e386ae1 Compare May 5, 2026 02:09
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 5, 2026

📊 Type Coverage Diff

✅ No new type safety issues introduced. Coverage: 93.59%

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/spectrum-dependencies-7fefaf7bae branch from e386ae1 to 0683fe5 Compare May 5, 2026 22:17
@dependabot dependabot Bot changed the title chore(deps): bump the spectrum-dependencies group across 1 directory with 32 updates build(deps): bump the spectrum-dependencies group across 1 directory with 32 updates May 6, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/spectrum-dependencies-7fefaf7bae branch 2 times, most recently from 1ee71de to 31361c8 Compare May 7, 2026 22:51
@dependabot dependabot Bot changed the title build(deps): bump the spectrum-dependencies group across 1 directory with 32 updates chore(deps): bump the spectrum-dependencies group across 1 directory with 32 updates May 8, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/spectrum-dependencies-7fefaf7bae branch from 31361c8 to d8c8314 Compare May 8, 2026 22:52
@dependabot dependabot Bot changed the title chore(deps): bump the spectrum-dependencies group across 1 directory with 32 updates build(deps): bump the spectrum-dependencies group across 1 directory with 32 updates May 12, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/spectrum-dependencies-7fefaf7bae branch 3 times, most recently from fb4fe01 to 840ae27 Compare May 13, 2026 22:54
@dependabot dependabot Bot changed the title build(deps): bump the spectrum-dependencies group across 1 directory with 32 updates chore(deps): bump the spectrum-dependencies group across 1 directory with 32 updates May 14, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/spectrum-dependencies-7fefaf7bae branch 5 times, most recently from 974890d to 4e0ad59 Compare May 21, 2026 00:53
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/spectrum-dependencies-7fefaf7bae branch 5 times, most recently from 63fdedc to 0fcf303 Compare May 27, 2026 23:59
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/spectrum-dependencies-7fefaf7bae branch from 0fcf303 to b20afc3 Compare May 28, 2026 23:41
…with 32 updates

Bumps the spectrum-dependencies group with 32 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@react-aria/button](https://github.com/adobe/react-spectrum) | `3.14.4` | `3.15.1` |
| [@react-aria/combobox](https://github.com/adobe/react-spectrum) | `3.14.2` | `3.16.1` |
| [@react-aria/disclosure](https://github.com/adobe/react-spectrum) | `3.1.2` | `3.2.1` |
| [@react-aria/focus](https://github.com/adobe/react-spectrum) | `3.21.4` | `3.22.1` |
| [@react-aria/gridlist](https://github.com/adobe/react-spectrum) | `3.14.3` | `3.15.1` |
| [@react-aria/i18n](https://github.com/adobe/react-spectrum) | `3.12.15` | `3.13.1` |
| [@react-aria/interactions](https://github.com/adobe/react-spectrum) | `3.27.0` | `3.28.1` |
| [@react-aria/listbox](https://github.com/adobe/react-spectrum) | `3.15.2` | `3.16.1` |
| [@react-aria/live-announcer](https://github.com/adobe/react-spectrum) | `3.4.4` | `3.5.1` |
| [@react-aria/menu](https://github.com/adobe/react-spectrum) | `3.20.0` | `3.22.1` |
| [@react-aria/numberfield](https://github.com/adobe/react-spectrum) | `3.12.4` | `3.13.1` |
| [@react-aria/overlays](https://github.com/adobe/react-spectrum) | `3.31.1` | `3.32.1` |
| [@react-aria/radio](https://github.com/adobe/react-spectrum) | `3.12.4` | `3.13.1` |
| [@react-aria/selection](https://github.com/adobe/react-spectrum) | `3.27.1` | `3.28.1` |
| [@react-aria/separator](https://github.com/adobe/react-spectrum) | `3.4.15` | `3.5.1` |
| [@react-aria/slider](https://github.com/adobe/react-spectrum) | `3.8.4` | `3.9.1` |
| [@react-aria/tabs](https://github.com/adobe/react-spectrum) | `3.11.0` | `3.12.1` |
| [@react-aria/textfield](https://github.com/adobe/react-spectrum) | `3.18.4` | `3.19.1` |
| [@react-aria/utils](https://github.com/adobe/react-spectrum) | `3.33.0` | `3.34.1` |
| [@react-aria/visually-hidden](https://github.com/adobe/react-spectrum) | `3.8.30` | `3.9.1` |
| [@react-stately/collections](https://github.com/adobe/react-spectrum) | `3.12.9` | `3.13.1` |
| [@react-stately/combobox](https://github.com/adobe/react-spectrum) | `3.12.2` | `3.14.1` |
| [@react-stately/disclosure](https://github.com/adobe/react-spectrum) | `3.0.10` | `3.1.1` |
| [@react-stately/form](https://github.com/adobe/react-spectrum) | `3.2.3` | `3.3.1` |
| [@react-stately/list](https://github.com/adobe/react-spectrum) | `3.13.3` | `3.14.1` |
| [@react-stately/numberfield](https://github.com/adobe/react-spectrum) | `3.10.4` | `3.12.1` |
| [@react-stately/overlays](https://github.com/adobe/react-spectrum) | `3.6.22` | `3.7.1` |
| [@react-stately/radio](https://github.com/adobe/react-spectrum) | `3.11.4` | `3.12.1` |
| [@react-stately/slider](https://github.com/adobe/react-spectrum) | `3.7.4` | `3.8.1` |
| [@react-stately/tabs](https://github.com/adobe/react-spectrum) | `3.8.8` | `3.9.1` |
| [@react-stately/tree](https://github.com/adobe/react-spectrum) | `3.9.5` | `3.10.1` |
| [@react-types/shared](https://github.com/adobe/react-spectrum) | `3.33.0` | `3.35.0` |



Updates `@react-aria/button` from 3.14.4 to 3.15.1
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/button@3.14.4...@react-aria/menu@3.15.1)

Updates `@react-aria/combobox` from 3.14.2 to 3.16.1
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/combobox@3.14.2...@react-aria/focus@3.16.1)

Updates `@react-aria/disclosure` from 3.1.2 to 3.2.1
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/disclosure@3.1.2...@react-aria/tag@3.2.1)

Updates `@react-aria/focus` from 3.21.4 to 3.22.1
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/focus@3.21.4...@react-types/shared@3.22.1)

Updates `@react-aria/gridlist` from 3.14.3 to 3.15.1
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/gridlist@3.14.3...@react-aria/menu@3.15.1)

Updates `@react-aria/i18n` from 3.12.15 to 3.13.1
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/i18n@3.12.15...react-aria@3.13.1)

Updates `@react-aria/interactions` from 3.27.0 to 3.28.1
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/interactions@3.27.0...@react-aria/utils@3.28.1)

Updates `@react-aria/listbox` from 3.15.2 to 3.16.1
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/listbox@3.15.2...@react-aria/focus@3.16.1)

Updates `@react-aria/live-announcer` from 3.4.4 to 3.5.1
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/live-announcer@3.4.4...@react-aria/tag@3.5.1)

Updates `@react-aria/menu` from 3.20.0 to 3.22.1
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/menu@3.20.0...@react-types/shared@3.22.1)

Updates `@react-aria/numberfield` from 3.12.4 to 3.13.1
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/numberfield@3.12.4...react-aria@3.13.1)

Updates `@react-aria/overlays` from 3.31.1 to 3.32.1
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/overlays@3.31.1...react-aria@3.32.1)

Updates `@react-aria/radio` from 3.12.4 to 3.13.1
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/radio@3.12.4...react-aria@3.13.1)

Updates `@react-aria/selection` from 3.27.1 to 3.28.1
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/selection@3.27.1...@react-aria/utils@3.28.1)

Updates `@react-aria/separator` from 3.4.15 to 3.5.1
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/separator@3.4.15...@react-aria/tag@3.5.1)

Updates `@react-aria/slider` from 3.8.4 to 3.9.1
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/slider@3.8.4...@react-aria/dnd@3.9.1)

Updates `@react-aria/tabs` 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-aria/tabs@3.11.0...react-stately@3.12.1)

Updates `@react-aria/textfield` from 3.18.4 to 3.19.1
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/textfield@3.18.4...@react-aria/menu@3.19.1)

Updates `@react-aria/utils` from 3.33.0 to 3.34.1
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/utils@3.33.0...react-aria@3.34.1)

Updates `@react-aria/visually-hidden` from 3.8.30 to 3.9.1
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/visually-hidden@3.8.30...@react-aria/dnd@3.9.1)

Updates `@react-stately/collections` from 3.12.9 to 3.13.1
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-stately/collections@3.12.9...react-aria@3.13.1)

Updates `@react-stately/combobox` from 3.12.2 to 3.14.1
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-stately/combobox@3.12.2...react-aria@3.14.1)

Updates `@react-stately/disclosure` from 3.0.10 to 3.1.1
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-stately/disclosure@3.0.10...react-aria@3.1.1)

Updates `@react-stately/form` from 3.2.3 to 3.3.1
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-stately/form@3.2.3...@react-aria/tag@3.3.1)

Updates `@react-stately/list` from 3.13.3 to 3.14.1
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-stately/list@3.13.3...react-aria@3.14.1)

Updates `@react-stately/numberfield` from 3.10.4 to 3.12.1
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-stately/numberfield@3.10.4...react-stately@3.12.1)

Updates `@react-stately/overlays` from 3.6.22 to 3.7.1
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-stately/overlays@3.6.22...react-aria@3.7.1)

Updates `@react-stately/radio` from 3.11.4 to 3.12.1
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-stately/radio@3.11.4...react-stately@3.12.1)

Updates `@react-stately/slider` from 3.7.4 to 3.8.1
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-stately/slider@3.7.4...@react-aria/tag@3.8.1)

Updates `@react-stately/tabs` from 3.8.8 to 3.9.1
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-stately/tabs@3.8.8...@react-aria/dnd@3.9.1)

Updates `@react-stately/tree` from 3.9.5 to 3.10.1
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-stately/tree@3.9.5...@react-aria/dnd@3.10.1)

Updates `@react-types/shared` from 3.33.0 to 3.35.0
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-types/shared@3.33.0...@react-types/shared@3.35.0)

---
updated-dependencies:
- dependency-name: "@react-aria/button"
  dependency-version: 3.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectrum-dependencies
- dependency-name: "@react-aria/combobox"
  dependency-version: 3.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectrum-dependencies
- dependency-name: "@react-aria/disclosure"
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectrum-dependencies
- dependency-name: "@react-aria/focus"
  dependency-version: 3.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectrum-dependencies
- dependency-name: "@react-aria/gridlist"
  dependency-version: 3.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectrum-dependencies
- dependency-name: "@react-aria/i18n"
  dependency-version: 3.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectrum-dependencies
- dependency-name: "@react-aria/interactions"
  dependency-version: 3.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectrum-dependencies
- dependency-name: "@react-aria/listbox"
  dependency-version: 3.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectrum-dependencies
- dependency-name: "@react-aria/live-announcer"
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectrum-dependencies
- dependency-name: "@react-aria/menu"
  dependency-version: 3.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectrum-dependencies
- dependency-name: "@react-aria/numberfield"
  dependency-version: 3.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectrum-dependencies
- dependency-name: "@react-aria/overlays"
  dependency-version: 3.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectrum-dependencies
- dependency-name: "@react-aria/radio"
  dependency-version: 3.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectrum-dependencies
- dependency-name: "@react-aria/selection"
  dependency-version: 3.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectrum-dependencies
- dependency-name: "@react-aria/separator"
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectrum-dependencies
- dependency-name: "@react-aria/slider"
  dependency-version: 3.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectrum-dependencies
- dependency-name: "@react-aria/tabs"
  dependency-version: 3.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectrum-dependencies
- dependency-name: "@react-aria/textfield"
  dependency-version: 3.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectrum-dependencies
- dependency-name: "@react-aria/utils"
  dependency-version: 3.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectrum-dependencies
- dependency-name: "@react-aria/visually-hidden"
  dependency-version: 3.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectrum-dependencies
- dependency-name: "@react-stately/collections"
  dependency-version: 3.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectrum-dependencies
- dependency-name: "@react-stately/combobox"
  dependency-version: 3.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectrum-dependencies
- dependency-name: "@react-stately/disclosure"
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectrum-dependencies
- dependency-name: "@react-stately/form"
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectrum-dependencies
- dependency-name: "@react-stately/list"
  dependency-version: 3.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectrum-dependencies
- dependency-name: "@react-stately/numberfield"
  dependency-version: 3.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectrum-dependencies
- dependency-name: "@react-stately/overlays"
  dependency-version: 3.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectrum-dependencies
- dependency-name: "@react-stately/radio"
  dependency-version: 3.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectrum-dependencies
- dependency-name: "@react-stately/slider"
  dependency-version: 3.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectrum-dependencies
- dependency-name: "@react-stately/tabs"
  dependency-version: 3.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectrum-dependencies
- dependency-name: "@react-stately/tree"
  dependency-version: 3.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectrum-dependencies
- dependency-name: "@react-types/shared"
  dependency-version: 3.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectrum-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/spectrum-dependencies-7fefaf7bae branch from b20afc3 to 91e8832 Compare May 30, 2026 00:29
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 javascript Pull requests that update javascript code Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants