Bumps the safe group with 9 updates:
Updates @formatjs/intl-datetimeformat from 7.6.0 to 7.6.1
Release notes
Sourced from @formatjs/intl-datetimeformat's releases.
@formatjs/intl-datetimeformat: 7.6.1
7.6.1 (2026年08月30日)
What's Changed
... (truncated)
Commits
14be9c3 chore: release main (#7107)
01d79ad chore(deps): update dependency rolldown to v1.2.5 (#7087)
beae7f8 chore(deps): update dependency codescythe to ^0.11.0 (#7113)
11d8fe5 chore(deps): update dependency eslint to v10.9.0 (#7101)
330a14b build(deps): regenerate Bazel lockfile in Renovate updates (#7119)
e268b81 chore(deps): update actions/setup-python action to v7 (#7118)
a7283a3 chore(deps): update dependency oxfmt to ^0.64.0 (#7083)
4087012 fix(deps): update oxc to 0.145 (#7085)
64a76b1 fix(deps): update dependency eslint-plugin-formatjs to v6.6.0 (#7116)
7859c41 fix(deps): update rust crate ruff_python_parser to v0.16.4 (#7104)
- Additional commits viewable in compare view
Updates @sentry/react from 10.72.0 to 10.73.0
Release notes
Sourced from @sentry/react's releases.
10.73.0
Important Changes
-
feat(v10/nextjs): Add @sentry/nextjs/config entry point (#23766)
withSentryConfig is now available from @sentry/nextjs/config, the path it moves to in v11. Importing it from @sentry/nextjs still works on v10 but logs a warning once, so you can change your next.config file today and upgrade to v11 without touching it again.
// next.config.mjs
- import { withSentryConfig } from '@sentry/nextjs';
+ import { withSentryConfig } from '@sentry/nextjs/config';
Other Changes
- feat(v10/node): Deprecate
shouldHandleError on setupExpressErrorHandler and setupFasitfyErrorHandler (#23734)
- fix(v10/cloudflare): Instrument Durable Object handlers installed as read-only properties (#23769)
- test(v10/nextjs): Drop nextjs-16-cf-workers canary variant (#23775)
Bundle size 📦
| Path |
Size |
@sentry/browser |
27.1 KB |
@sentry/browser - with treeshaking flags |
25.58 KB |
@sentry/browser (incl. Tracing) |
45.54 KB |
@sentry/browser (incl. Tracing + Span Streaming) |
47.28 KB |
@sentry/browser (incl. Tracing, Profiling) |
50.17 KB |
@sentry/browser (incl. Tracing, Replay) |
83.87 KB |
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags |
73.74 KB |
@sentry/browser (incl. Tracing, Replay with Canvas) |
88.49 KB |
@sentry/browser (incl. Tracing, Replay, Feedback) |
100.83 KB |
@sentry/browser (incl. Feedback) |
43.87 KB |
@sentry/browser (incl. sendFeedback) |
31.78 KB |
@sentry/browser (incl. FeedbackAsync) |
36.79 KB |
@sentry/browser (incl. Metrics) |
28.16 KB |
@sentry/browser (incl. Logs) |
28.38 KB |
@sentry/browser (incl. Metrics & Logs) |
29.06 KB |
@sentry/react |
28.86 KB |
@sentry/react (incl. Tracing) |
47.74 KB |
@sentry/vue |
32.4 KB |
@sentry/vue (incl. Tracing) |
47.46 KB |
@sentry/svelte |
27.12 KB |
| CDN Bundle |
29.43 KB |
... (truncated)
Changelog
Sourced from @sentry/react's changelog.
10.73.0
Important Changes
-
feat(v10/nextjs): Add @sentry/nextjs/config entry point (#23766)
withSentryConfig is now available from @sentry/nextjs/config, the path it moves to in v11. Importing it from @sentry/nextjs still works on v10 but logs a warning once, so you can change your next.config file today and upgrade to v11 without touching it again.
// next.config.mjs
- import { withSentryConfig } from '@sentry/nextjs';
+ import { withSentryConfig } from '@sentry/nextjs/config';
Other Changes
- feat(v10/node): Deprecate
shouldHandleError on setupExpressErrorHandler and setupFasitfyErrorHandler (#23734)
- fix(v10/cloudflare): Instrument Durable Object handlers installed as read-only properties (#23769)
- test(v10/nextjs): Drop nextjs-16-cf-workers canary variant (#23775)
Commits
f109d92 release: 10.73.0
1a3e04e meta(changelog): Update changelog for 10.73.0 (#23778)
da8d769 test(v10/nextjs): Drop nextjs-16-cf-workers canary variant (#23775)
bea4d38 feat(v10/node): Deprecate shouldHandleError on setupExpressErrorHandler a...
605caaf feat(v10/nextjs): Add @sentry/nextjs/config entry point (#23766)
da17307 fix(v10/cloudflare): Instrument Durable Object handlers installed as read-onl...
2c4ca38 Merge branch 'release/10.72.0' into v10
- See full diff in compare view
Updates query-string from 9.5.0 to 9.5.1
Release notes
Sourced from query-string's releases.
v9.5.1
- Fix
stringifyUrl() dropping a leading # in the fragment identifier and throwing on some absolute URLs 47b5b30
sindresorhus/query-string@v9.5.0...v9.5.1
Commits
Updates @inquirer/prompts from 8.7.0 to 8.7.1
Release notes
Sourced from @inquirer/prompts's releases.
@inquirer/prompts@8.7.1
What's new
- All bundled prompts now pin
@inquirer/type to an exact version in their published manifests. Since these type definitions leak into consumers' tsc runs, a semver range on the types-only dependency could break downstream TypeScript builds without any change to Inquirer.js itself (#2247, fixes #2244).
Included
@inquirer/checkbox@^5.2.4
@inquirer/confirm@^6.3.1
@inquirer/editor@^5.3.2
@inquirer/expand@^5.1.4
@inquirer/input@^5.1.5
@inquirer/number@^4.2.2
@inquirer/password@^5.2.1
@inquirer/rawlist@^5.3.4
@inquirer/search@^4.3.2
@inquirer/select@^5.2.4
Commits
5748bd9 chore: Publish new release
269ae73 fix: pin @inquirer/type exactly in published manifests
927d6dd fix(@inquirer/testing): keep keypress simulation working under TERM=dumb
2d813b1 chore(deps): Bump @humanfs/node from 0.16.6 to 0.16.8 (#2245)
7affbc9 chore(deps-dev): Bump turbo from 2.10.9 to 2.10.11 in the build group (#2243)
56db989 chore(deps-dev): Bump oxfmt in the formatting group (#2242)
8e6bc3c chore(deps-dev): Bump the linting group with 2 updates (#2241)
427b7a1 chore(deps-dev): Bump the testing group with 3 updates (#2240)
- See full diff in compare view
Updates @storybook/cli from 10.5.10 to 10.6.0
Release notes
Sourced from @storybook/cli's releases.
v10.6.0
10.6.0
New skills architecture for agentic workflows
Storybook 10.6 contains hundreds of fixes and improvements:
- 💻 CLI bindings for agent tools/skills
- 🅰️ Angular-Vite MCP/skills support and improved docgen/snippets (experimental)
- 🟢 Vue MCP/skills support and improved docgen/snippets (experimental)
- 🧩 Tanstack / NextJS-Vite framework bugfixes
- ⚡ Improved performance and reduced bundle size
- Addon MCP: Stop silently dropping composed refs from MCP composition - #36077, thanks
@kasperpeulen!
- Addon Vitest: Pin storybook/test in optimizeDeps so its CJS-only deps are prebundled - #35572, thanks
@Nic-Polumeyv!
- Addon Vitest: Report test runs with failures as failed tool outcomes - #36080, thanks
@kasperpeulen!
- Addon Vitest: Resolve story test globs against the project root - #36103, thanks
@kasperpeulen!
- Addon-vitest: Filter Storybook instrumentation from reported stack traces - #36120, thanks
@ghengeveld!
- Angular Vite: Resolve tsConfig against the workspace root - #36026, thanks
@ndelangen!
- Angular-Vite: Run Compodoc on demand - #35776, thanks
@valentinpalkovic!
- Angular: Add an in-process docgen analyzer, replacing Compodoc under the flag - #35805, thanks
@valentinpalkovic!
- Angular: Bind only what the component accepts in story snippets, and report the rest - #35943, thanks
@valentinpalkovic!
- Angular: Decide the migration's zone.js import from the dependency tree - #36008, thanks
@valentinpalkovic!
- Angular: Declare story args the snippet markup binds by name - #35895, thanks
@valentinpalkovic!
- Angular: Declare style preprocessors as optional peers and name the missing one - #36098, thanks
@valentinpalkovic!
- Angular: Derive required inputs from Compodoc's own flag - #35758, thanks
@valentinpalkovic!
- Angular: Extract Compodoc parsing into its own package - #35749, thanks
@valentinpalkovic!
- Angular: Extract component JSDoc through TypeScript's APIs - #35977, thanks
@huang-julien!
- Angular: Extract docgen on the server via Compodoc - #35733, thanks
@valentinpalkovic!
- Angular: Fix component resolution, MCP output, and dev/build path aliasing - #35952, thanks
@valentinpalkovic!
- Angular: Fix eight upgrade and migration bugs - #35946, thanks
@valentinpalkovic!
- Angular: Fix ten docgen bugs found across 22 community repositories - #35941, thanks
@valentinpalkovic!
- Angular: Generate story-docs snippets from the analyzer - #35807, thanks
@valentinpalkovic!
- Angular: Give agents real input and output documentation - #35896, thanks
@valentinpalkovic!
- Angular: Hide class internals from the props table by default - #35887, thanks
@valentinpalkovic!
- Angular: Install the `@storybook/angular-vite` peers that nothing else brings in - #36002, thanks
@valentinpalkovic!
- Angular: Keep the function control on constructor and generic signatures - #35921, thanks
@valentinpalkovic!
- Angular: Make experimentalDocgenServer the default in angular-vite - #35886, thanks
@valentinpalkovic!
- Angular: Migrate Analog projects to angular-vite instead of refusing them - #35971, thanks
@valentinpalkovic!
- Angular: Print unevaluable story args instead of slicing the file - #35888, thanks
@valentinpalkovic!
- Angular: Read the story shapes that supply their own markup - #35797, thanks
@valentinpalkovic!
- Angular: Render self-closing tags in server-side docs snippets - #35953, thanks
@valentinpalkovic!
- Angular: Render the required badge for required inputs in the props table - #36065, thanks
@valentinpalkovic!
- Angular: Resolve `@angular/core` through the package manager, not the raw specifier - #35999, thanks
@valentinpalkovic!
- Angular: Resolve builder `styles` the way the Angular builders do - #35998, thanks
@valentinpalkovic!
- Angular: Resolve builder styles against the workspace root - #35974, thanks
@valentinpalkovic!
- Angular: Skip the runtime source decorator when the docgen server produces snippets - #35906, thanks
@valentinpalkovic!
... (truncated)
Changelog
Sourced from @storybook/cli's changelog.
10.6.0
New skills architecture for agentic workflows
Storybook 10.6 contains hundreds of fixes and improvements:
- 💻 CLI bindings for agent tools/skills
- 🅰️ Angular-Vite MCP/skills support and improved docgen/snippets (experimental)
- 🟢 Vue MCP/skills support and improved docgen/snippets (experimental)
- 🧩 Tanstack / NextJS-Vite framework bugfixes
- ⚡ Improved performance and reduced bundle size
- Addon MCP: Stop silently dropping composed refs from MCP composition - #36077, thanks
@kasperpeulen!
- Addon Vitest: Pin storybook/test in optimizeDeps so its CJS-only deps are prebundled - #35572, thanks
@Nic-Polumeyv!
- Addon Vitest: Report test runs with failures as failed tool outcomes - #36080, thanks
@kasperpeulen!
- Addon Vitest: Resolve story test globs against the project root - #36103, thanks
@kasperpeulen!
- Addon-vitest: Filter Storybook instrumentation from reported stack traces - #36120, thanks
@ghengeveld!
- Angular Vite: Resolve tsConfig against the workspace root - #36026, thanks
@ndelangen!
- Angular-Vite: Run Compodoc on demand - #35776, thanks
@valentinpalkovic!
- Angular: Add an in-process docgen analyzer, replacing Compodoc under the flag - #35805, thanks
@valentinpalkovic!
- Angular: Bind only what the component accepts in story snippets, and report the rest - #35943, thanks
@valentinpalkovic!
- Angular: Decide the migration's zone.js import from the dependency tree - #36008, thanks
@valentinpalkovic!
- Angular: Declare story args the snippet markup binds by name - #35895, thanks
@valentinpalkovic!
- Angular: Declare style preprocessors as optional peers and name the missing one - #36098, thanks
@valentinpalkovic!
- Angular: Derive required inputs from Compodoc's own flag - #35758, thanks
@valentinpalkovic!
- Angular: Extract Compodoc parsing into its own package - #35749, thanks
@valentinpalkovic!
- Angular: Extract component JSDoc through TypeScript's APIs - #35977, thanks
@huang-julien!
- Angular: Extract docgen on the server via Compodoc - #35733, thanks
@valentinpalkovic!
- Angular: Fix component resolution, MCP output, and dev/build path aliasing - #35952, thanks
@valentinpalkovic!
- Angular: Fix eight upgrade and migration bugs - #35946, thanks
@valentinpalkovic!
- Angular: Fix ten docgen bugs found across 22 community repositories - #35941, thanks
@valentinpalkovic!
- Angular: Generate story-docs snippets from the analyzer - #35807, thanks
@valentinpalkovic!
- Angular: Give agents real input and output documentation - #35896, thanks
@valentinpalkovic!
- Angular: Hide class internals from the props table by default - #35887, thanks
@valentinpalkovic!
- Angular: Install the
@storybook/angular-vite peers that nothing else brings in - #36002, thanks @valentinpalkovic!
- Angular: Keep the function control on constructor and generic signatures - #35921, thanks
@valentinpalkovic!
- Angular: Make experimentalDocgenServer the default in angular-vite - #35886, thanks
@valentinpalkovic!
- Angular: Migrate Analog projects to angular-vite instead of refusing them - #35971, thanks
@valentinpalkovic!
- Angular: Print unevaluable story args instead of slicing the file - #35888, thanks
@valentinpalkovic!
- Angular: Read the story shapes that supply their own markup - #35797, thanks
@valentinpalkovic!
- Angular: Render self-closing tags in server-side docs snippets - #35953, thanks
@valentinpalkovic!
- Angular: Render the required badge for required inputs in the props table - #36065, thanks
@valentinpalkovic!
- Angular: Resolve
@angular/core through the package manager, not the raw specifier - #35999, thanks @valentinpalkovic!
- Angular: Resolve builder
styles the way the Angular builders do - #35998, thanks @valentinpalkovic!
- Angular: Resolve builder styles against the workspace root - #35974, thanks
@valentinpalkovic!
- Angular: Skip the runtime source decorator when the docgen server produces snippets - #35906, thanks
@valentinpalkovic!
- Angular: Stop marking a defaulted input as required in the props table - #35899, thanks
@valentinpalkovic!
... (truncated)
Commits
a777773 Bump version from "10.6.0-beta.3" to "10.6.0" [skip ci]
f32b366 Bump version from "10.6.0-beta.2" to "10.6.0-beta.3" [skip ci]
0ad1336 Bump version from "10.6.0-beta.1" to "10.6.0-beta.2" [skip ci]
16359ee Bump version from "10.6.0-beta.0" to "10.6.0-beta.1" [skip ci]
2e0e2f6 Bump version from "10.6.0-alpha.9" to "10.6.0-beta.0" [skip ci]
6a6dec2 Bump version from "10.6.0-alpha.8" to "10.6.0-alpha.9" [skip ci]
6ebb3b1 Merge pull request #36008 from storybookjs/valentin/angular-vite-zonejs-signal
cd2d163 Bump version from "10.6.0-alpha.7" to "10.6.0-alpha.8" [skip ci]
a06e175 Merge pull request #35417 from storybookjs/task/bc0e5a42-Prototype-upgrade-CL...
dc81b4e Remove redundant addon-mcp registration from react-vite/default-ts template
- Additional commits viewable in compare view
Updates babel-jest from 30.5.0 to 30.5.1
Release notes
Sourced from babel-jest's releases.
v30.5.1
Fixes
[jest-config] Don't warn about global-only options in the config that supplies the global config - the root config a project resolves to, or the first entry of --projects when no root config is passed (#16411)
[jest-config, jest-types] Stop accepting reporters, coverageReporters, workerIdleMemoryLimit, cwd and runnerOptions in a project config - they were silently ignored, and now warn like the other global-only options (#16411)
[jest-config, jest-validate] Warn about maxWorkers and coverageThreshold in a project config instead of dropping them without a word (#16411)
[jest-resolve] Match moduleNameMapper patterns against the specifier as written again (reverting #16390) (#16417)
[jest-runtime] Resolve package imports specifiers like #dep under ESM again (#16413)
Chore & Maintenance
[jest-util] Name the testEnvironmentOptions.globalsCleanup option and link the docs from the JEST-01 deprecation warning, and document the option's modes (#16404)
New Contributors
Full Changelog: jestjs/jest@v30.5.0...v30.5.1
Changelog
Sourced from babel-jest's changelog.
30.5.1
Fixes
[jest-config] Don't warn about global-only options in the config that supplies the global config - the root config a project resolves to, or the first entry of --projects when no root config is passed (#16411)
[jest-config, jest-types] Stop accepting reporters, coverageReporters, workerIdleMemoryLimit, cwd and runnerOptions in a project config - they were silently ignored, and now warn like the other global-only options (#16411)
[jest-config, jest-validate] Warn about maxWorkers and coverageThreshold in a project config instead of dropping them without a word (#16411)
[jest-resolve] Match moduleNameMapper patterns against the specifier as written again (reverting #16390) (#16417)
[jest-runtime] Resolve package imports specifiers like #dep under ESM again (#16413)
Chore & Maintenance
[jest-util] Name the testEnvironmentOptions.globalsCleanup option and link the docs from the JEST-01 deprecation warning, and document the option's modes (#16404)
Commits
Updates jest from 30.5.0 to 30.5.1
Release notes
Sourced from jest's releases.
v30.5.1
Fixes
[jest-config] Don't warn about global-only options in the config that supplies the global config - the root config a project resolves to, or the first entry of --projects when no root config is passed (#16411)
[jest-config, jest-types] Stop accepting reporters, coverageReporters, workerIdleMemoryLimit, cwd and runnerOptions in a project config - they were silently ignored, and now warn like the other global-only options (#16411)
[jest-config, jest-validate] Warn about maxWorkers and coverageThreshold in a project config instead of dropping them without a word (#16411)
[jest-resolve] Match moduleNameMapper patterns against the specifier as written again (reverting #16390) (#16417)
[jest-runtime] Resolve package imports specifiers like #dep under ESM again (#16413)
Chore & Maintenance
[jest-util] Name the testEnvironmentOptions.globalsCleanup option and link the docs from the JEST-01 deprecation warning, and document the option's modes (#16404)
New Contributors
Full Changelog: jestjs/jest@v30.5.0...v30.5.1
Changelog
Sourced from jest's changelog.
30.5.1
Fixes
[jest-config] Don't warn about global-only options in the config that supplies the global config - the root config a project resolves to, or the first entry of --projects when no root config is passed (#16411)
[jest-config, jest-types] Stop accepting reporters, coverageReporters, workerIdleMemoryLimit, cwd and runnerOptions in a project config - they were silently ignored, and now warn like the other global-only options (#16411)
[jest-config, jest-validate] Warn about maxWorkers and coverageThreshold in a project config instead of dropping them without a word (#16411)
[jest-resolve] Match moduleNameMapper patterns against the specifier as written again (reverting #16390) (#16417)
[jest-runtime] Resolve package imports specifiers like #dep under ESM again (#16413)
Chore & Maintenance
[jest-util] Name the testEnvironmentOptions.globalsCleanup option and link the docs from the JEST-01 deprecation warning, and document the option's modes (#16404)
Commits
Updates jest-environment-jsdom from 30.5.0 to 30.5.1
Release notes
Sourced from jest-environment-jsdom's releases.
v30.5.1
Fixes
[jest-config] Don't warn about global-only options in the config that supplies the global config - the root config a project resolves to, or the first entry of --projects when no root config is passed (#16411)
[jest-config, jest-types] Stop accepting reporters, coverageReporters, workerIdleMemoryLimit, cwd and runnerOptions in a project config - they were silently ignored, and now warn like the other global-only options (#16411)
[jest-config, jest-validate] Warn about maxWorkers and coverageThreshold in a project config instead of dropping them without a word (#16411)
[jest-resolve] Match moduleNameMapper patterns against the specifier as written again (reverting #16390) (#16417)
[jest-runtime] Resolve package imports specifiers like #dep under ESM again (#16413)
Chore & Maintenance
[jest-util] Name the testEnvironmentOptions.globalsCleanup option and link the docs from the JEST-01 deprecation warning, and document the option's modes (#16404)
New Contributors
Full Changelog: jestjs/jest@v30.5.0...v30.5.1
Changelog
Sourced from jest-environment-jsdom's changelog.
30.5.1
Fixes
[jest-config] Don't warn about global-only options in the config that supplies the global config - the root config a project resolves to, or the first entry of --projects when no root config is passed (#16411)
[jest-config, jest-types] Stop accepting reporters, coverageReporters, workerIdleMemoryLimit, cwd and runnerOptions in a project config - they were silently ignored, and now warn like the other global-only options (#16411)
[jest-config, jest-validate] Warn about maxWorkers and coverageThreshold in a project config instead of dropping them without a word (#16411)
[jest-resolve] Match moduleNameMapper patterns against the specifier as written again (reverting #16390) (#16417)
[jest-runtime] Resolve package imports specifiers like #dep under ESM again (#16413)
Chore & Maintenance
[jest-util] Name the testEnvironmentOptions.globalsCleanup option and link the docs from the JEST-01 deprecation warning, and document the option's modes (#16404)
Commits
Updates webpack from 5.110.1 to 5.110.3
Release notes
Sourced from webpack's releases.
v5.110.3
Patch Changes
v5.110.2
Patch Changes
Bumps the safe group with 9 updates:
7.6.07.6.110.72.010.73.09.5.09.5.18.7.08.7.110.5.1010.6.030.5.030.5.130.5.030.5.130.5.030.5.15.110.15.110.3Updates
@formatjs/intl-datetimeformatfrom 7.6.0 to 7.6.1Release notes
Sourced from @formatjs/intl-datetimeformat's releases.
... (truncated)
Commits
14be9c3chore: release main (#7107)01d79adchore(deps): update dependency rolldown to v1.2.5 (#7087)beae7f8chore(deps): update dependency codescythe to ^0.11.0 (#7113)11d8fe5chore(deps): update dependency eslint to v10.9.0 (#7101)330a14bbuild(deps): regenerate Bazel lockfile in Renovate updates (#7119)e268b81chore(deps): update actions/setup-python action to v7 (#7118)a7283a3chore(deps): update dependency oxfmt to ^0.64.0 (#7083)4087012fix(deps): update oxc to 0.145 (#7085)64a76b1fix(deps): update dependency eslint-plugin-formatjs to v6.6.0 (#7116)7859c41fix(deps): update rust crate ruff_python_parser to v0.16.4 (#7104)Updates
@sentry/reactfrom 10.72.0 to 10.73.0Release notes
Sourced from @sentry/react's releases.
... (truncated)
Changelog
Sourced from @sentry/react's changelog.
Commits
f109d92release: 10.73.01a3e04emeta(changelog): Update changelog for 10.73.0 (#23778)da8d769test(v10/nextjs): Drop nextjs-16-cf-workers canary variant (#23775)bea4d38feat(v10/node): DeprecateshouldHandleErroronsetupExpressErrorHandlera...605caaffeat(v10/nextjs): Add@sentry/nextjs/configentry point (#23766)da17307fix(v10/cloudflare): Instrument Durable Object handlers installed as read-onl...2c4ca38Merge branch 'release/10.72.0' into v10Updates
query-stringfrom 9.5.0 to 9.5.1Release notes
Sourced from query-string's releases.
Commits
7fd81339.5.147b5b30FixstringifyUrl()dropping a leading#in the fragment identifier and th...Updates
@inquirer/promptsfrom 8.7.0 to 8.7.1Release notes
Sourced from @inquirer/prompts's releases.
Commits
5748bd9chore: Publish new release269ae73fix: pin@inquirer/typeexactly in published manifests927d6ddfix(@inquirer/testing): keep keypress simulation working under TERM=dumb2d813b1chore(deps): Bump@humanfs/nodefrom 0.16.6 to 0.16.8 (#2245)7affbc9chore(deps-dev): Bump turbo from 2.10.9 to 2.10.11 in the build group (#2243)56db989chore(deps-dev): Bump oxfmt in the formatting group (#2242)8e6bc3cchore(deps-dev): Bump the linting group with 2 updates (#2241)427b7a1chore(deps-dev): Bump the testing group with 3 updates (#2240)Updates
@storybook/clifrom 10.5.10 to 10.6.0Release notes
Sourced from @storybook/cli's releases.
... (truncated)
Changelog
Sourced from @storybook/cli's changelog.
... (truncated)
Commits
a777773Bump version from "10.6.0-beta.3" to "10.6.0" [skip ci]f32b366Bump version from "10.6.0-beta.2" to "10.6.0-beta.3" [skip ci]0ad1336Bump version from "10.6.0-beta.1" to "10.6.0-beta.2" [skip ci]16359eeBump version from "10.6.0-beta.0" to "10.6.0-beta.1" [skip ci]2e0e2f6Bump version from "10.6.0-alpha.9" to "10.6.0-beta.0" [skip ci]6a6dec2Bump version from "10.6.0-alpha.8" to "10.6.0-alpha.9" [skip ci]6ebb3b1Merge pull request #36008 from storybookjs/valentin/angular-vite-zonejs-signalcd2d163Bump version from "10.6.0-alpha.7" to "10.6.0-alpha.8" [skip ci]a06e175Merge pull request #35417 from storybookjs/task/bc0e5a42-Prototype-upgrade-CL...dc81b4eRemove redundant addon-mcp registration from react-vite/default-ts templateUpdates
babel-jestfrom 30.5.0 to 30.5.1Release notes
Sourced from babel-jest's releases.
Changelog
Sourced from babel-jest's changelog.
Commits
9ab14fev30.5.1Updates
jestfrom 30.5.0 to 30.5.1Release notes
Sourced from jest's releases.
Changelog
Sourced from jest's changelog.
Commits
9ab14fev30.5.1Updates
jest-environment-jsdomfrom 30.5.0 to 30.5.1Release notes
Sourced from jest-environment-jsdom's releases.
Changelog
Sourced from jest-environment-jsdom's changelog.
Commits
9ab14fev30.5.1Updates
webpackfrom 5.110.1 to 5.110.3Release notes
Sourced from webpack's releases.