Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the prod-minor-deps group with 9 updates in the / directory:

Package From To
@storybook/react 10.0.2 10.0.5
vitest 4.0.6 4.0.7
@tanstack/react-query 5.90.6 5.90.7
ky 1.13.0 1.14.0
storybook 10.0.2 10.0.5
vite 7.1.12 7.2.1
@sentry/browser 10.22.0 10.23.0
@eslint/js 9.39.0 9.39.1
typescript-eslint 8.46.2 8.46.3

Updates @storybook/react from 10.0.2 to 10.0.5

Release notes

Sourced from @​storybook/react's releases.

v10.0.5

10.0.5

  • Core: Add reentry guard to focus patch - #32655, thanks @​ia319!
  • Nextjs Vite: Update internal plugin to support `svgr` use cases - #32957, thanks @​yannbf!

v10.0.4

10.0.4

v10.0.3

10.0.3

  • Core: Better handling for TypeScript satisfies/as syntaxes - #32891, thanks @​yannbf!
  • Core: Fix wrong import to fix Yarn PnP support - #32928, thanks @​yannbf!
  • ESlint: Update `@storybook/experimental-nextjs-vite` in `no-renderer-packages` rule - #32909, thanks @​ndelangen!
  • React Native: Update withStorybook setup instructions - #32919, thanks @​dannyhw!
Changelog

Sourced from @​storybook/react's changelog.

10.0.5

  • Core: Add reentry guard to focus patch - #32655, thanks @​ia319!
  • Nextjs Vite: Update internal plugin to support svgr use cases - #32957, thanks @​yannbf!

10.0.4

10.0.3

  • Core: Better handling for TypeScript satisfies/as syntaxes - #32891, thanks @​yannbf!
  • Core: Fix wrong import to fix Yarn PnP support - #32928, thanks @​yannbf!
  • ESlint: Update @storybook/experimental-nextjs-vite in no-renderer-packages rule - #32909, thanks @​ndelangen!
  • React Native: Update withStorybook setup instructions - #32919, thanks @​dannyhw!
Commits
  • f3bad0e Bump version from "10.0.4" to "10.0.5" [skip ci]
  • 8396932 Bump version from "10.0.3" to "10.0.4" [skip ci]
  • f04202c Bump version from "10.0.2" to "10.0.3" [skip ci]
  • See full diff in compare view

Updates vitest from 4.0.6 to 4.0.7

Release notes

Sourced from vitest's releases.

v4.0.7

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits
  • 1f5d9d2 chore: release v4.0.7
  • a1b7361 fix(jsdom): support URL.createObjectURL, FormData.set(prop, blob) (#8935)
  • 751c392 fix(cli): parse --execArgv as array (#8924)
  • c9078a2 fix: create environment once per worker with isolate: false (#8915)
  • 9d2b4d5 fix(browser): inherit isolate option, deprecate browser.isolate/`browser....
  • 680a612 perf(pool): sort test files by project by default (#8914)
  • fdb2e79 fix(typecheck): handle re-runs outside tsc (#8920)
  • 6240d51 fix: bind process in case global is overwritten (#8916)
  • d41fa74 fix(pool): avoid --require argument when running in deno (#8897)
  • b60149b perf(reporters): remove unnecessary Array.from call (#8907)
  • Additional commits viewable in compare view

Updates @tanstack/react-query from 5.90.6 to 5.90.7

Release notes

Sourced from @​tanstack/react-query's releases.

@​tanstack/react-query-persist-client@​5.90.7

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.4
    • @​tanstack/react-query@​5.90.5

@​tanstack/react-query@​5.90.7

Patch Changes

  • Updated dependencies [b4cd121]:
    • @​tanstack/query-core@​5.90.7
Changelog

Sourced from @​tanstack/react-query's changelog.

5.90.7

Patch Changes

  • Updated dependencies [b4cd121]:
    • @​tanstack/query-core@​5.90.7
Commits

Updates ky from 1.13.0 to 1.14.0

Release notes

Sourced from ky's releases.

v1.14.0

  • Add ky.retry() to force retries from afterResponse hooks (#779) 68a5228
  • Allow throwHttpErrors option to be a function (#781) 84ff3b9

sindresorhus/ky@v1.13.0...v1.14.0

Commits

Updates storybook from 10.0.2 to 10.0.5

Release notes

Sourced from storybook's releases.

v10.0.5

10.0.5

  • Core: Add reentry guard to focus patch - #32655, thanks @​ia319!
  • Nextjs Vite: Update internal plugin to support `svgr` use cases - #32957, thanks @​yannbf!

v10.0.4

10.0.4

v10.0.3

10.0.3

  • Core: Better handling for TypeScript satisfies/as syntaxes - #32891, thanks @​yannbf!
  • Core: Fix wrong import to fix Yarn PnP support - #32928, thanks @​yannbf!
  • ESlint: Update `@storybook/experimental-nextjs-vite` in `no-renderer-packages` rule - #32909, thanks @​ndelangen!
  • React Native: Update withStorybook setup instructions - #32919, thanks @​dannyhw!
Changelog

Sourced from storybook's changelog.

10.0.5

  • Core: Add reentry guard to focus patch - #32655, thanks @​ia319!
  • Nextjs Vite: Update internal plugin to support svgr use cases - #32957, thanks @​yannbf!

10.0.4

10.0.3

  • Core: Better handling for TypeScript satisfies/as syntaxes - #32891, thanks @​yannbf!
  • Core: Fix wrong import to fix Yarn PnP support - #32928, thanks @​yannbf!
  • ESlint: Update @storybook/experimental-nextjs-vite in no-renderer-packages rule - #32909, thanks @​ndelangen!
  • React Native: Update withStorybook setup instructions - #32919, thanks @​dannyhw!
Commits
  • f3bad0e Bump version from "10.0.4" to "10.0.5" [skip ci]
  • 6225718 Merge pull request #32655 from ia319/bug/32603
  • 8396932 Bump version from "10.0.3" to "10.0.4" [skip ci]
  • f04202c Bump version from "10.0.2" to "10.0.3" [skip ci]
  • 07936af Merge pull request #32928 from storybookjs/yann/fix-pnp-issue
  • 15990bd Merge pull request #32891 from storybookjs/yann/config-file-type-syntax-support
  • See full diff in compare view

Updates vite from 7.1.12 to 7.2.1

Release notes

Sourced from vite's releases.

plugin-legacy@7.2.1

Please refer to CHANGELOG.md for details.

v7.2.1

Please refer to CHANGELOG.md for details.

plugin-legacy@7.2.0

Please refer to CHANGELOG.md for details.

v7.2.0

Please refer to CHANGELOG.md for details.

v7.2.0-beta.1

Please refer to CHANGELOG.md for details.

v7.2.0-beta.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

7.2.1 (2025-11-06)

Bug Fixes

Code Refactoring

  • build: rename indexOfMatchInSlice to findPreloadMarker (#21054) (f83264f)

7.2.0 (2025-11-05)

Bug Fixes

  • css: fallback to sass when sass-embedded platform binary is missing (#21002) (b1fd616)
  • module-runner: make getBuiltins response JSON serializable (#21029) (ad5b3bf)
  • types: add undefined to optional properties for exactOptionalProperties type compatibility (#21040) (2833c55)

Miscellaneous Chores

7.2.0-beta.1 (2025-10-29)

Bug Fixes

  • increase stream reset rate limit for HTTP2 (#21024) (4f44f22)
  • optimizer: externalize virtual modules for html like files (#21001) (e5af352)

Documentation

  • clarify the values are escaped automatically (#21017) (246df13)

Code Refactoring

7.2.0-beta.0 (2025-10-28)

Features

  • add import.meta.resolve support for ESM config (bundle config loader) (#20962) (f86789a)
  • add perEnvironmentWatchChangeDuringDev (#20996) (a5e98e6)
  • add vite client connect events (#20978) (543d87c)
  • build: emit license (#18546) (b42c3fb)
  • dev: support HTTP2 even if proxy feature is used (#20869) (fc21af7)
  • lib: enable minification but keep pure annotations for es output with terser (#20522) (df997d0)
  • optimizer: add rush lockfile support (#20833) (718ca2d)
  • utils: support multiple certificates in resolveServerUrls (#20707) (24513e5)

Bug Fixes

  • build: ensure amd bundles request require to be injected (#20861) (bb85bd7)
  • build: replace names in the manifest with unmangled name for CSS assets (#20585) (4abf056)

... (truncated)

Commits
  • a532e68 release: v7.2.1
  • 82d2d6c fix(worker): some worker asset was missing (#21074)
  • f83264f refactor(build): rename indexOfMatchInSlice to findPreloadMarker (#21054)
  • 8293de0 release: v7.2.0
  • 2833c55 fix(types): add undefined to optional properties for exactOptionalProperties ...
  • e3a6a83 chore(deps): update rolldown-related dependencies (#21047)
  • b1fd616 fix(css): fallback to sass when sass-embedded platform binary is missing (#21...
  • ad5b3bf fix(module-runner): make getBuiltins response JSON serializable (#21029)
  • 793baa2 release: v7.2.0-beta.1
  • e5af352 fix(optimizer): externalize virtual modules for html like files (#21001)
  • Additional commits viewable in compare view

Updates @sentry/browser from 10.22.0 to 10.23.0

Release notes

Sourced from @​sentry/browser's releases.

10.23.0

  • feat(core): Send user-agent header with envelope requests in server SDKs (#17929)
  • feat(browser): Limit transport buffer size (#18046)
  • feat(core): Remove default value of maxValueLength: 250 (#18043)
  • feat(react-router): Align options with shared build time options type (#18014)
  • fix(browser-utils): cache element names for INP (#18052)
  • fix(browser): Capture unhandled rejection errors for web worker integration (#18054)
  • fix(cloudflare): Ensure types for cloudflare handlers (#18064)
  • fix(nextjs): Update proxy template wrapping (#18086)
  • fix(nuxt): Added top-level fallback exports (#18083)
  • fix(nuxt): check for H3 error cause before re-capturing (#18035)
  • fix(replay): Linked errors not resetting session id (#17854)
  • fix(tracemetrics): Bump metrics buffer to 1k (#18039)
  • fix(vue): Make options parameter optional on attachErrorHandler (#18072)
  • ref(core): Set span status internal_error instead of unknown_error (#17909)
  • fix(tests): un-override nitro dep version for nuxt-3 test (#18056)
  • fix(e2e): Add p-map override to fix React Router 7 test builds (#18068)
  • feat: Add a note to save changes before starting (#17987)
  • test(browser): Add test for INP target name after navigation or DOM changes (#18033)
  • chore: Add external contributor to CHANGELOG.md (#18032)
  • chore(aws-serverless): Fix typo in timeout warning function name (#18031)
  • chore(browser): upgrade fake-indexeddb to v6 (#17975)
  • chore(tests): pass test flags through to the test command (#18062)

Work in this release was contributed by @​hanseo0507. Thank you for your contribution!

Bundle size 📦

Path Size
@​sentry/browser 24.06 KB
@​sentry/browser - with treeshaking flags 22.58 KB
@​sentry/browser (incl. Tracing) 40.29 KB
@​sentry/browser (incl. Tracing, Profiling) 44.47 KB
@​sentry/browser (incl. Tracing, Replay) 77.64 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.58 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 82.23 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 94.12 KB
@​sentry/browser (incl. Feedback) 40.34 KB
@​sentry/browser (incl. sendFeedback) 28.62 KB
@​sentry/browser (incl. FeedbackAsync) 33.44 KB
@​sentry/react 25.71 KB
@​sentry/react (incl. Tracing) 42.23 KB
@​sentry/vue 28.45 KB

... (truncated)

Changelog

Sourced from @​sentry/browser's changelog.

10.23.0

  • feat(core): Send user-agent header with envelope requests in server SDKs (#17929)
  • feat(browser): Limit transport buffer size (#18046)
  • feat(core): Remove default value of maxValueLength: 250 (#18043)
  • feat(react-router): Align options with shared build time options type (#18014)
  • fix(browser-utils): cache element names for INP (#18052)
  • fix(browser): Capture unhandled rejection errors for web worker integration (#18054)
  • fix(cloudflare): Ensure types for cloudflare handlers (#18064)
  • fix(nextjs): Update proxy template wrapping (#18086)
  • fix(nuxt): Added top-level fallback exports (#18083)
  • fix(nuxt): check for H3 error cause before re-capturing (#18035)
  • fix(replay): Linked errors not resetting session id (#17854)
  • fix(tracemetrics): Bump metrics buffer to 1k (#18039)
  • fix(vue): Make options parameter optional on attachErrorHandler (#18072)
  • ref(core): Set span status internal_error instead of unknown_error (#17909)
  • fix(tests): un-override nitro dep version for nuxt-3 test (#18056)
  • fix(e2e): Add p-map override to fix React Router 7 test builds (#18068)
  • feat: Add a note to save changes before starting (#17987)
  • test(browser): Add test for INP target name after navigation or DOM changes (#18033)
  • chore: Add external contributor to CHANGELOG.md (#18032)
  • chore(aws-serverless): Fix typo in timeout warning function name (#18031)
  • chore(browser): upgrade fake-indexeddb to v6 (#17975)
  • chore(tests): pass test flags through to the test command (#18062)

Work in this release was contributed by @​hanseo0507. Thank you for your contribution!

Commits
  • 1feb97e release: 10.23.0
  • ee9b20d Merge pull request #18090 from getsentry/prepare-release/10.23.0
  • ddaec08 meta(changelog): Update changelog for 10.23.0
  • 33d5898 fix(nextjs): Update proxy template wrapping (#18086)
  • 600e27a fix(browser): Capture unhandled rejection errors for web worker integration (...
  • b57ade1 fix(nuxt): Added top-level fallback exports (#18083)
  • 3deeecd fix(cloudflare): Ensure types for cloudflare handlers (#18064)
  • fbadeb8 fix(vue): Make options parameter optional on attachErrorHandler (#18072)
  • 94190f8 fix(browser-utils): cache element names for INP (#18052)
  • 9bdd19f chore(tests): pass test flags through to the test command (#18062)
  • Additional commits viewable in compare view

Updates @eslint/js from 9.39.0 to 9.39.1

Release notes

Sourced from @​eslint/js's releases.

v9.39.1

Bug Fixes

  • 650753e fix: Only pass node to JS lang visitor methods (#20283) (Nicholas C. Zakas)

Documentation

  • 51b51f4 docs: add a section on when to use extends vs cascading (#20268) (Tanuj Kanti)
  • b44d426 docs: Update README (GitHub Actions Bot)

Chores

  • 92db329 chore: update @eslint/js version to 9.39.1 (#20284) (Francesco Trotta)
  • c7ebefc chore: package.json update for @​eslint/js release (Jenkins)
  • 61778f6 chore: update eslint-config-eslint dependency @​eslint/js to ^9.39.0 (#20275) (renovate[bot])
  • d9ca2fc ci: Add rangeStrategy to eslint group in renovate config (#20266) (唯然)
  • 009e507 test: fix version tests for ESLint v10 (#20274) (Milos Djermanovic)
Commits

Updates typescript-eslint from 8.46.2 to 8.46.3

Release notes

Sourced from typescript-eslint's releases.

v8.46.3

8.46.3 (2025-11-03)

🩹 Fixes

  • eslint-plugin: [no-misused-promises] expand union type to retrieve target property (#11706)
  • eslint-plugin: [no-duplicate-enum-values] support signed numbers (#11722, #11723)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.46.3 (2025-11-03)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 6, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 6, 2025 08:55
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 6, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prod-minor-deps-a5f5b5dc92 branch 2 times, most recently from 6fab388 to 5b8a408 Compare November 7, 2025 09:34
Bumps the prod-minor-deps group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `10.0.2` | `10.0.5` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.6` | `4.0.7` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.90.6` | `5.90.7` |
| [ky](https://github.com/sindresorhus/ky) | `1.13.0` | `1.14.0` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) | `10.0.2` | `10.0.5` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.1.12` | `7.2.1` |
| [@sentry/browser](https://github.com/getsentry/sentry-javascript) | `10.22.0` | `10.23.0` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.0` | `9.39.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.2` | `8.46.3` |



Updates `@storybook/react` from 10.0.2 to 10.0.5
- [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/v10.0.5/code/renderers/react)

Updates `vitest` from 4.0.6 to 4.0.7
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.7/packages/vitest)

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

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

Updates `storybook` from 10.0.2 to 10.0.5
- [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/v10.0.5/code/core)

Updates `vite` from 7.1.12 to 7.2.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.2.1/packages/vite)

Updates `@sentry/browser` from 10.22.0 to 10.23.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@10.22.0...10.23.0)

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

Updates `typescript-eslint` from 8.46.2 to 8.46.3
- [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.3/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@storybook/react"
  dependency-version: 10.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-deps
- dependency-name: vitest
  dependency-version: 4.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-deps
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.90.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-deps
- dependency-name: ky
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-deps
- dependency-name: storybook
  dependency-version: 10.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-deps
- dependency-name: vite
  dependency-version: 7.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-deps
- dependency-name: "@sentry/browser"
  dependency-version: 10.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-deps
- dependency-name: "@eslint/js"
  dependency-version: 9.39.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-deps
- dependency-name: typescript-eslint
  dependency-version: 8.46.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prod-minor-deps-a5f5b5dc92 branch from 5b8a408 to ca9543a Compare November 7, 2025 11:11
@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 7, 2025

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant