Skip to content

deps: bump the safe-dependencies group across 1 directory with 27 updates#552

Merged
stdavis merged 1 commit intomainfrom
dependabot/npm_and_yarn/safe-dependencies-719ecd3d54
Nov 5, 2025
Merged

deps: bump the safe-dependencies group across 1 directory with 27 updates#552
stdavis merged 1 commit intomainfrom
dependabot/npm_and_yarn/safe-dependencies-719ecd3d54

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Nov 5, 2025

Bumps the safe-dependencies group with 26 updates in the / directory:

Package From To
lucide-react 0.525.0 0.546.0
react-hook-form 7.60.0 7.65.0
@chromatic-com/storybook 4.0.1 4.1.1
@mdx-js/react 3.1.0 3.1.1
@storybook/addon-docs 9.0.18 9.1.13
@storybook/addon-links 9.0.18 9.1.13
@storybook/addon-themes 9.0.18 9.1.13
@storybook/react-vite 9.0.18 9.1.13
@types/node 24.0.15 24.9.1
msw 2.10.4 2.11.6
msw-storybook-addon 2.0.5 2.0.6
prettier-plugin-organize-imports 4.1.0 4.3.0
prettier-plugin-tailwindcss 0.6.14 0.7.1
release-please 17.1.1 17.1.3
tailwindcss 3.4.17 3.4.18
typescript 5.8.3 5.9.3
@eslint/js 9.31.0 9.38.0
@tanstack/eslint-plugin-query 5.81.2 5.91.2
eslint-plugin-storybook 9.0.18 9.1.13
globals 16.3.0 16.4.0
typescript-eslint 8.37.0 8.46.2
@esri/arcgis-rest-request 4.6.0 4.7.3
ky 1.8.2 1.13.0
react-aria 3.41.1 3.44.0
react-aria-components 1.10.1 1.13.0
react-stately 3.39.0 3.42.0

Updates lucide-react from 0.525.0 to 0.546.0

Release notes

Sourced from lucide-react's releases.

Version 0.546.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.545.0...0.546.0

Version 0.545.0

What's Changed

Full Changelog: lucide-icons/lucide@0.544.0...0.545.0

Version 0.544.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.543.0...0.544.0

Version 0.543.0

What's Changed

... (truncated)

Commits

Updates react-hook-form from 7.60.0 to 7.65.0

Release notes

Sourced from react-hook-form's releases.

Version 7.65.0

🧿 feat: <Watch /> component (#12986)

import { useForm, Watch } from 'react-hook-form';
const App = () => {
const { register, control } = useForm();
return (
<div>
<form>
<input {...register('foo')} />
<input {...register('bar')} />
</form>
{/* re-render only when value of foo changes */}
<Watch
control={control}
names={['foo']}
render={([foo]) => <span>{foo}</span>}
/>
</div>
);
};

🐞 fix: respect parent-provided useFieldArray rules (#13082) (#13083 🐞 fix: getDirtyFields submit fields with null values when using useForm (#13079)

thanks to @​tesseractjh, @​Han5991 & @​jonathanarnault

Version 7.64.0

🚏 Support optional array fields in PathValueImpl type (#13057) 🐞 fix: preserve Controller's defaultValue with shouldUnregister prop (#13063) ✂ chore: remove unused field ids ref in useFieldArray (#13066)

thanks to @​MPrieur-chaps, @​gynekolog & @​uk960214

Version 7.63.0

🥢 feat: extract form values by form state (#12936)

getValues(undefined, { dirtyFields: true }); // return only dirty fields 
getValues(undefined, { touchedFields: true });  // return only touched fields 

🦍 feat: improve get dirty fields logic (#13049) 🐿️ chore: remove duplicated function isMessage (#13050) 🐞 fix: use field name to update isValidating fields (#13000) 🐞 fix: unregister previous field when switching conditional Controllers (#13041)

... (truncated)

Commits

Updates @chromatic-com/storybook from 4.0.1 to 4.1.1

Release notes

Sourced from @​chromatic-com/storybook's releases.

v4.1.1

🐛 Bug Fix

Authors: 1

v4.1.0

🚀 Enhancement

🐛 Bug Fix

Authors: 2

v4.1.0-next.1

🐛 Bug Fix

Authors: 1

Changelog

Sourced from @​chromatic-com/storybook's changelog.

v4.1.1 (Wed Aug 20 2025)

🐛 Bug Fix

Authors: 1


v4.1.0 (Fri Aug 01 2025)

🚀 Enhancement

🐛 Bug Fix

Authors: 2


Commits
  • e38f120 Bump version to: 4.1.1 [skip ci]
  • adb8570 Update CHANGELOG.md [skip ci]
  • 9e38298 Merge pull request #390 from chromaui/next
  • 7b3a184 Merge branch 'main' into next
  • 2faff8b Merge pull request #389 from chromaui/ndelangen/sb10-beta-compatibility
  • 51015a7 Update yarn.lock to add support for Storybook 10.0.0-0
  • 6f050ad Update package.json
  • 5dd92e6 Bump version to: 4.1.0 [skip ci]
  • bba5226 Update CHANGELOG.md [skip ci]
  • c7167d5 Merge pull request #386 from chromaui/next
  • Additional commits viewable in compare view

Updates @mdx-js/react from 3.1.0 to 3.1.1

Release notes

Sourced from @​mdx-js/react's releases.

3.1.1

Fix

Types

  • 933ab444 @mdx-js/mdx: add attributes to export/import declarations

Docs

Full Changelog: mdx-js/mdx@3.1.0...3.1.1

Commits

Updates @storybook/addon-docs from 9.0.18 to 9.1.13

Release notes

Sourced from @​storybook/addon-docs's releases.

v9.1.12

9.1.12

  • Maintenance: Hotfix for missing nextjs dts files, thanks @​ndelangen!

v9.1.11

9.1.11

v9.1.10

9.1.10

v9.1.9

9.1.9

  • Angular: Enable experimental zoneless detection on Angular v21 - #32580, thanks @​yannbf!
  • Svelte: Ignore inherited HTMLAttributes docgen when using utility types - #32173, thanks @​steciuk!

v9.1.8

9.1.8

v9.1.7

9.1.7

v9.1.6

9.1.6

v9.1.5

9.1.5

... (truncated)

Changelog

Sourced from @​storybook/addon-docs's changelog.

9.1.13

9.1.12

  • Maintenance: Hotfix for missing nextjs dts files, thanks @​ndelangen!

9.1.11

9.1.10

9.1.9

  • Angular: Enable experimental zoneless detection on Angular v21 - #32580, thanks @​yannbf!
  • Svelte: Ignore inherited HTMLAttributes docgen when using utility types - #32173, thanks @​steciuk!

9.1.8

9.1.7

9.1.6

9.1.5

9.1.4

... (truncated)

Commits
  • c2483f0 Bump version from "9.1.12" to "9.1.13" [skip ci]
  • efe8a7c Bump version from "9.1.11" to "9.1.12" [skip ci]
  • 5b2e0ed Bump version from "9.1.10" to "9.1.11" [skip ci]
  • 642f0cf Bump version from "9.1.9" to "9.1.10" [skip ci]
  • 01867d0 Bump version from "9.1.8" to "9.1.9" [skip ci]
  • 28833d4 Bump version from "9.1.7" to "9.1.8" [skip ci]
  • 006b304 Bump version from "9.1.6" to "9.1.7" [skip ci]
  • 304edc3 Bump version from "9.1.5" to "9.1.6" [skip ci]
  • 56c04b0 Bump version from "9.1.4" to "9.1.5" [skip ci]
  • 9f02684 Bump version from "9.1.3" to "9.1.4" [skip ci]
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​storybook/addon-docs since your current version.


Updates @storybook/addon-links from 9.0.18 to 9.1.13

Release notes

Sourced from @​storybook/addon-links's releases.

v9.1.12

9.1.12

  • Maintenance: Hotfix for missing nextjs dts files, thanks @​ndelangen!

v9.1.11

9.1.11

v9.1.10

9.1.10

v9.1.9

9.1.9

  • Angular: Enable experimental zoneless detection on Angular v21 - #32580, thanks @​yannbf!
  • Svelte: Ignore inherited HTMLAttributes docgen when using utility types - #32173, thanks @​steciuk!

v9.1.8

9.1.8

v9.1.7

9.1.7

v9.1.6

9.1.6

v9.1.5

9.1.5

... (truncated)

Changelog

Sourced from @​storybook/addon-links's changelog.

9.1.13

9.1.12

  • Maintenance: Hotfix for missing nextjs dts files, thanks @​ndelangen!

9.1.11

9.1.10

9.1.9

  • Angular: Enable experimental zoneless detection on Angular v21 - #32580, thanks @​yannbf!
  • Svelte: Ignore inherited HTMLAttributes docgen when using utility types - #32173, thanks @​steciuk!

9.1.8

9.1.7

9.1.6

9.1.5

9.1.4

... (truncated)

Commits
  • c2483f0 Bump version from "9.1.12" to "9.1.13" [skip ci]
  • efe8a7c Bump version from "9.1.11" to "9.1.12" [skip ci]
  • 5b2e0ed Bump version from "9.1.10" to "9.1.11" [skip ci]
  • 642f0cf Bump version from "9.1.9" to "9.1.10" [skip ci]
  • 01867d0 Bump version from "9.1.8" to "9.1.9" [skip ci]
  • 28833d4 Bump version from "9.1.7" to "9.1.8" [skip ci]
  • 006b304 Bump version from "9.1.6" to "9.1.7" [skip ci]
  • 304edc3 Bump version from "9.1.5" to "9.1.6" [skip ci]
  • 56c04b0 Bump version from "9.1.4" to "9.1.5" [skip ci]
  • 9f02684 Bump version from "9.1.3" to "9.1.4" [skip ci]
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​storybook/addon-links since your current version.


Updates @storybook/addon-themes from 9.0.18 to 9.1.13

Release notes

Sourced from @​storybook/addon-themes's releases.

v9.1.12

9.1.12

  • Maintenance: Hotfix for missing nextjs dts files, thanks @​ndelangen!

v9.1.11

9.1.11

v9.1.10

9.1.10

v9.1.9

9.1.9

  • Angular: Enable experimental zoneless detection on Angular v21 - #32580, thanks @​yannbf!
  • Svelte: Ignore inherited HTMLAttributes docgen when using utility types - #32173, thanks @​steciuk!

v9.1.8

9.1.8

v9.1.7

9.1.7

v9.1.6

9.1.6

v9.1.5

9.1.5

... (truncated)

Changelog

Sourced from @​storybook/addon-themes's changelog.

9.1.13

9.1.12

  • Maintenance: Hotfix for missing nextjs dts files, thanks @​ndelangen!

9.1.11

9.1.10

9.1.9

  • Angular: Enable experimental zoneless detection on Angular v21 - #32580, thanks @​yannbf!
  • Svelte: Ignore inherited HTMLAttributes docgen when using utility types - #32173, thanks @​steciuk!

9.1.8

9.1.7

9.1.6

9.1.5

9.1.4

... (truncated)

Commits
  • c2483f0 Bump version from "9.1.12" to "9.1.13" [skip ci]
  • efe8a7c Bump version from "9.1.11" to "9.1.12" [skip ci]
  • 5b2e0ed Bump version from "9.1.10" to "9.1.11" [skip ci]
  • 642f0cf Bump version from "9.1.9" to "9.1.10" [skip ci]
  • 01867d0 Bump version from "9.1.8" to "9.1.9" [skip ci]
  • 28833d4 Bump version from "9.1.7" to "9.1.8" [skip ci]
  • 006b304 Bump version from "9.1.6" to "9.1.7" [skip ci]
  • 304edc3 Bump version from "9.1.5" to "9.1.6" [skip ci]
  • 56c04b0 Bump version from "9.1.4" to "9.1.5" [skip ci]
  • 9f02684 Bump version from "9.1.3" to "9.1.4" [skip ci]
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​storybook/addon-themes since your current version.


Updates @storybook/react-vite from 9.0.18 to 9.1.13

Release notes

Sourced from @​storybook/react-vite's releases.

v9.1.12

9.1.12

  • Maintenance: Hotfix for missing nextjs dts files, thanks @​ndelangen!

v9.1.11

9.1.11

…ates

Bumps the safe-dependencies group with 26 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.525.0` | `0.546.0` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.60.0` | `7.65.0` |
| [@chromatic-com/storybook](https://github.com/chromaui/addon-visual-tests) | `4.0.1` | `4.1.1` |
| [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react) | `3.1.0` | `3.1.1` |
| [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs) | `9.0.18` | `9.1.13` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `9.0.18` | `9.1.13` |
| [@storybook/addon-themes](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/themes) | `9.0.18` | `9.1.13` |
| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `9.0.18` | `9.1.13` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.0.15` | `24.9.1` |
| [msw](https://github.com/mswjs/msw) | `2.10.4` | `2.11.6` |
| [msw-storybook-addon](https://github.com/mswjs/msw-storybook-addon/tree/HEAD/packages/msw-addon) | `2.0.5` | `2.0.6` |
| [prettier-plugin-organize-imports](https://github.com/simonhaenisch/prettier-plugin-organize-imports) | `4.1.0` | `4.3.0` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.6.14` | `0.7.1` |
| [release-please](https://github.com/googleapis/release-please) | `17.1.1` | `17.1.3` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `3.4.17` | `3.4.18` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.3` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.31.0` | `9.38.0` |
| [@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query) | `5.81.2` | `5.91.2` |
| [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) | `9.0.18` | `9.1.13` |
| [globals](https://github.com/sindresorhus/globals) | `16.3.0` | `16.4.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.37.0` | `8.46.2` |
| [@esri/arcgis-rest-request](https://github.com/Esri/arcgis-rest-js/tree/HEAD/packages/arcgis-rest-request) | `4.6.0` | `4.7.3` |
| [ky](https://github.com/sindresorhus/ky) | `1.8.2` | `1.13.0` |
| [react-aria](https://github.com/adobe/react-spectrum) | `3.41.1` | `3.44.0` |
| [react-aria-components](https://github.com/adobe/react-spectrum) | `1.10.1` | `1.13.0` |
| [react-stately](https://github.com/adobe/react-spectrum) | `3.39.0` | `3.42.0` |



Updates `lucide-react` from 0.525.0 to 0.546.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.546.0/packages/lucide-react)

Updates `react-hook-form` from 7.60.0 to 7.65.0
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.60.0...v7.65.0)

Updates `@chromatic-com/storybook` from 4.0.1 to 4.1.1
- [Release notes](https://github.com/chromaui/addon-visual-tests/releases)
- [Changelog](https://github.com/chromaui/addon-visual-tests/blob/next/CHANGELOG.md)
- [Commits](chromaui/addon-visual-tests@v4.0.1...v4.1.1)

Updates `@mdx-js/react` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/mdx-js/mdx/releases)
- [Changelog](https://github.com/mdx-js/mdx/blob/main/changelog.md)
- [Commits](https://github.com/mdx-js/mdx/commits/3.1.1/packages/react)

Updates `@storybook/addon-docs` from 9.0.18 to 9.1.13
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v9.1.13/code/addons/docs)

Updates `@storybook/addon-links` from 9.0.18 to 9.1.13
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v9.1.13/code/addons/links)

Updates `@storybook/addon-themes` from 9.0.18 to 9.1.13
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v9.1.13/code/addons/themes)

Updates `@storybook/react-vite` from 9.0.18 to 9.1.13
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v9.1.13/code/frameworks/react-vite)

Updates `@types/node` from 24.0.15 to 24.9.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `msw` from 2.10.4 to 2.11.6
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.10.4...v2.11.6)

Updates `msw-storybook-addon` from 2.0.5 to 2.0.6
- [Release notes](https://github.com/mswjs/msw-storybook-addon/releases)
- [Changelog](https://github.com/mswjs/msw-storybook-addon/blob/main/packages/msw-addon/CHANGELOG.md)
- [Commits](https://github.com/mswjs/msw-storybook-addon/commits/v2.0.6/packages/msw-addon)

Updates `prettier-plugin-organize-imports` from 4.1.0 to 4.3.0
- [Release notes](https://github.com/simonhaenisch/prettier-plugin-organize-imports/releases)
- [Changelog](https://github.com/simonhaenisch/prettier-plugin-organize-imports/blob/master/changelog.md)
- [Commits](simonhaenisch/prettier-plugin-organize-imports@v4.1.0...v4.3.0)

Updates `prettier-plugin-tailwindcss` from 0.6.14 to 0.7.1
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.6.14...v0.7.1)

Updates `release-please` from 17.1.1 to 17.1.3
- [Release notes](https://github.com/googleapis/release-please/releases)
- [Changelog](https://github.com/googleapis/release-please/blob/main/CHANGELOG.md)
- [Commits](googleapis/release-please@v17.1.1...v17.1.3)

Updates `storybook` from 9.1.0 to 9.1.16
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v9.1.16/code/core)

Updates `tailwindcss` from 3.4.17 to 3.4.18
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v3.4.18/packages/tailwindcss)

Updates `typescript` from 5.8.3 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.3)

Updates `@eslint/js` from 9.31.0 to 9.38.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.38.0/packages/js)

Updates `@tanstack/eslint-plugin-query` from 5.81.2 to 5.91.2
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/eslint-plugin-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/eslint-plugin-query@5.91.2/packages/eslint-plugin-query)

Updates `eslint-plugin-storybook` from 9.0.18 to 9.1.13
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v9.1.13/code/lib/eslint-plugin)

Updates `globals` from 16.3.0 to 16.4.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v16.3.0...v16.4.0)

Updates `typescript-eslint` from 8.37.0 to 8.46.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.2/packages/typescript-eslint)

Updates `@esri/arcgis-rest-request` from 4.6.0 to 4.7.3
- [Release notes](https://github.com/Esri/arcgis-rest-js/releases)
- [Changelog](https://github.com/Esri/arcgis-rest-js/blob/main/packages/arcgis-rest-request/CHANGELOG.md)
- [Commits](https://github.com/Esri/arcgis-rest-js/commits/@esri/arcgis-rest-request@4.7.3/packages/arcgis-rest-request)

Updates `ky` from 1.8.2 to 1.13.0
- [Release notes](https://github.com/sindresorhus/ky/releases)
- [Commits](sindresorhus/ky@v1.8.2...v1.13.0)

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

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

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

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-version: 0.546.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: react-hook-form
  dependency-version: 7.65.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: "@chromatic-com/storybook"
  dependency-version: 4.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: "@mdx-js/react"
  dependency-version: 3.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe-dependencies
- dependency-name: "@storybook/addon-docs"
  dependency-version: 9.1.13
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: "@storybook/addon-links"
  dependency-version: 9.1.13
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: "@storybook/addon-themes"
  dependency-version: 9.1.13
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: "@storybook/react-vite"
  dependency-version: 9.1.13
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: msw
  dependency-version: 2.11.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: msw-storybook-addon
  dependency-version: 2.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe-dependencies
- dependency-name: prettier-plugin-organize-imports
  dependency-version: 4.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: prettier-plugin-tailwindcss
  dependency-version: 0.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: release-please
  dependency-version: 17.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe-dependencies
- dependency-name: storybook
  dependency-version: 9.1.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe-dependencies
- dependency-name: tailwindcss
  dependency-version: 3.4.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe-dependencies
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: "@eslint/js"
  dependency-version: 9.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: "@tanstack/eslint-plugin-query"
  dependency-version: 5.91.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: eslint-plugin-storybook
  dependency-version: 9.1.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: globals
  dependency-version: 16.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.46.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: "@esri/arcgis-rest-request"
  dependency-version: 4.7.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: ky
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: react-aria
  dependency-version: 3.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: react-aria-components
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: react-stately
  dependency-version: 3.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 5, 2025
@stdavis stdavis self-assigned this Nov 5, 2025
@stdavis stdavis merged commit c556073 into main Nov 5, 2025
5 checks passed
@stdavis stdavis deleted the dependabot/npm_and_yarn/safe-dependencies-719ecd3d54 branch November 5, 2025 21:32
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.

1 participant