Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 10, 2025

Bumps the npm-dependencies group with 2 updates in the /tests/npm directory: nx and storybook.
Bumps the npm-dependencies group with 2 updates in the /tests/pnpm directory: nx and storybook.
Bumps the npm-dependencies group with 2 updates in the /tests/pnpm-package-manager directory: nx and storybook.
Bumps the npm-dependencies group with 2 updates in the /tests/yarn directory: nx and storybook.

Updates nx from 22.1.3 to 22.2.0

Release notes

Sourced from nx's releases.

22.2.0 (2025-12-08)

🚀 Features

  • core: add multiple Nx version detection to nx report (#33599)
  • core: add template support to create-nx-workspace (#33468)
  • docker: auto-select version scheme when only one is available (#33671)
  • expo: support Expo 54 (#33612)
  • gradle: add targetNamePrefix option to mark all gradle targets (#33685)
  • linter: add util to load eslint rules from a directory (#33543)
  • maven: update Maven plugin version to 0.0.11 (#33713)
  • nextjs: add migration to add AI instructions for upgrading to Next 16 (#33608)
  • nuxt: support nuxt v4 (#33611)
  • nx-cloud: prepend nx version to stats metadata (#33568)
  • storybook: support storybook 10.1 (#33637)
  • vite: add vitest 4 migration for users using @​nx/vite (#33630)
  • vite: add migration to add @​nx/vitest (#33669)
  • vitest: update @​analogjs/vitest-angular to 2.1.2 #33602 (#33681, #33602)
  • vitest: make initial generation for JS projects more lightweight (#33670)

🩹 Fixes

  • angular-rspack: use CJS when serving applications for HMR #33106 (#33693, #33106)
  • angular-rspack: ensure rebuild logs are only printed once (#33694)
  • bundling: replace rollup-plugin-copy with nx copy assets plugin (#33601, #32398)
  • bundling: set buildLibsFromSource in normalize options for Rollup (#33679)
  • core: don't presume a task is long running if its marked cacheable (#33545, #32610)
  • core: daemon command should exit at end (#33547)
  • core: provide error when nested graph construction would occur invoked during createNodes (#33541, #29618)
  • core: filter out automated release commits in getCommitsRelevantToProjects (#33482)
  • core: make daemon socket path unique per process to prevent race condition (#33580, #33491)
  • core: use nx-mcp for older nx versions instead of nx mcp (#33553)
  • core: propagate continuous task failures to dependent tasks (#33492)
  • core: kill child process tree in different running tasks (#33636, #32438, #33460)
  • core: include create-nx-workspace in migration package group (#33643, #33585)
  • core: suppress git stderr output in parseGitOutput (#33645, #33330)
  • core: prevent Nx Console prompt from blocking non-interactive commands (#33646, #33552)
  • core: ensure perf logs are flushed before exit in graph command (#33621)
  • core: nx-schema default value for preserveMatchingDependencyRanges should have changed in v22 (#33587)
  • core: stop adding outdated vscode/cursor rule files to gitignore (#33680)
  • core: sanitize project names for valid git tag names in nx release (#33692, #33262)
  • core: optimize bun lockfile parser (#33623)
  • core: cnw sends correct selectedRepositoryName; prints instructions when user Ctrl+C (#33699)
  • core: use Set for O(1) visited node lookup in hasPath (#33754, #32265)
  • docker: fix releasing non docker projects (#33667)
  • gradle: do not add gradle plugin to plugins block if using version catalogs (#33763)
  • graph: align exclude flag with others by using findMatchingProjects (#33550)
  • graph: surface task graph client error via error toast (#33600)
  • js: ensure copy-workspace-modules copies transitive workspace dependencies (#33570)
  • linter: handle various flat config override structures (#33548, #31796)

... (truncated)

Commits
  • 300493e fix(core): use Set for O(1) visited node lookup in hasPath (#33754)
  • 19e6404 fix(release): ensure --preid flag considers stable tags for version determina...
  • aba0eb2 fix(core): cnw sends correct selectedRepositoryName; prints instructions when...
  • 8352d40 fix(core): optimize bun lockfile parser (#33623)
  • 7792d80 fix(core): sanitize project names for valid git tag names in nx release (#33692)
  • adc6d07 fix(core): stop adding outdated vscode/cursor rule files to gitignore (#33680)
  • 4923c15 fix(release): interpolate releaseGroupName in getLatestGitTagForPattern (#33674)
  • a4c1321 fix(docker): fix releasing non docker projects (#33667)
  • 02c01e5 fix(repo): enable wayland-data-control feature for arboard (#33675)
  • f161603 fix(core): nx-schema default value for preserveMatchingDependencyRanges shoul...
  • Additional commits viewable in compare view

Updates storybook from 10.1.4 to 10.1.6

Release notes

Sourced from storybook's releases.

v10.1.6

10.1.6

  • Manager: Do not display non-existing shortcuts in the settings page - #32711, thanks @​DKER2!
  • Preview: Enforce inert body if manager is focus-trapped - #33186, thanks @​Sidnioulz!
  • Telemetry: Await pending operations in getLastEvents to prevent race conditions - #33285, thanks @​valentinpalkovic!
  • UI: Fix keyboard navigation bug for "reset" option in `Select` - #33268, thanks @​Sidnioulz!

v10.1.5

10.1.5

Changelog

Sourced from storybook's changelog.

10.1.6

  • Manager: Do not display non-existing shortcuts in the settings page - #32711, thanks @​DKER2!
  • Preview: Enforce inert body if manager is focus-trapped - #33186, thanks @​Sidnioulz!
  • Telemetry: Await pending operations in getLastEvents to prevent race conditions - #33285, thanks @​valentinpalkovic!
  • UI: Fix keyboard navigation bug for "reset" option in Select - #33268, thanks @​Sidnioulz!

10.1.5

Commits
  • fdfd67e Bump version from "10.1.5" to "10.1.6" [skip ci]
  • ed34871 Merge pull request #33186 from storybookjs/sidnioulz/issue-32596-focus-trap
  • a09b1e1 Merge pull request #33268 from storybookjs/sidnioulz/fix-select-reset-option-...
  • 041595e Merge pull request #32711 from DKER2/next
  • 7920bb3 Merge pull request #33285 from storybookjs/valentin/fix-telemetry-race-condition
  • ab49abe Bump version from "10.1.4" to "10.1.5" [skip ci]
  • ff68e1a Merge pull request #33280 from akornmeier/31879-fix-rolldown-meta-of
  • b6e20c8 Merge pull request #33295 from storybookjs/valentin/addon-vitest-detailed-errors
  • e337f8c Merge pull request #33308 from dannyhw/dannyhw/fix/react-native-template-not-...
  • See full diff in compare view

Updates nx from 22.1.3 to 22.2.0

Release notes

Sourced from nx's releases.

22.2.0 (2025-12-08)

🚀 Features

  • core: add multiple Nx version detection to nx report (#33599)
  • core: add template support to create-nx-workspace (#33468)
  • docker: auto-select version scheme when only one is available (#33671)
  • expo: support Expo 54 (#33612)
  • gradle: add targetNamePrefix option to mark all gradle targets (#33685)
  • linter: add util to load eslint rules from a directory (#33543)
  • maven: update Maven plugin version to 0.0.11 (#33713)
  • nextjs: add migration to add AI instructions for upgrading to Next 16 (#33608)
  • nuxt: support nuxt v4 (#33611)
  • nx-cloud: prepend nx version to stats metadata (#33568)
  • storybook: support storybook 10.1 (#33637)
  • vite: add vitest 4 migration for users using @​nx/vite (#33630)
  • vite: add migration to add @​nx/vitest (#33669)
  • vitest: update @​analogjs/vitest-angular to 2.1.2 #33602 (#33681, #33602)
  • vitest: make initial generation for JS projects more lightweight (#33670)

🩹 Fixes

  • angular-rspack: use CJS when serving applications for HMR #33106 (#33693, #33106)
  • angular-rspack: ensure rebuild logs are only printed once (#33694)
  • bundling: replace rollup-plugin-copy with nx copy assets plugin (#33601, #32398)
  • bundling: set buildLibsFromSource in normalize options for Rollup (#33679)
  • core: don't presume a task is long running if its marked cacheable (#33545, #32610)
  • core: daemon command should exit at end (#33547)
  • core: provide error when nested graph construction would occur invoked during createNodes (#33541, #29618)
  • core: filter out automated release commits in getCommitsRelevantToProjects (#33482)
  • core: make daemon socket path unique per process to prevent race condition (#33580, #33491)
  • core: use nx-mcp for older nx versions instead of nx mcp (#33553)
  • core: propagate continuous task failures to dependent tasks (#33492)
  • core: kill child process tree in different running tasks (#33636, #32438, #33460)
  • core: include create-nx-workspace in migration package group (#33643, #33585)
  • core: suppress git stderr output in parseGitOutput (#33645, #33330)
  • core: prevent Nx Console prompt from blocking non-interactive commands (#33646, #33552)
  • core: ensure perf logs are flushed before exit in graph command (#33621)
  • core: nx-schema default value for preserveMatchingDependencyRanges should have changed in v22 (#33587)
  • core: stop adding outdated vscode/cursor rule files to gitignore (#33680)
  • core: sanitize project names for valid git tag names in nx release (#33692, #33262)
  • core: optimize bun lockfile parser (#33623)
  • core: cnw sends correct selectedRepositoryName; prints instructions when user Ctrl+C (#33699)
  • core: use Set for O(1) visited node lookup in hasPath (#33754, #32265)
  • docker: fix releasing non docker projects (#33667)
  • gradle: do not add gradle plugin to plugins block if using version catalogs (#33763)
  • graph: align exclude flag with others by using findMatchingProjects (#33550)
  • graph: surface task graph client error via error toast (#33600)
  • js: ensure copy-workspace-modules copies transitive workspace dependencies (#33570)
  • linter: handle various flat config override structures (#33548, #31796)

... (truncated)

Commits
  • 300493e fix(core): use Set for O(1) visited node lookup in hasPath (#33754)
  • 19e6404 fix(release): ensure --preid flag considers stable tags for version determina...
  • aba0eb2 fix(core): cnw sends correct selectedRepositoryName; prints instructions when...
  • 8352d40 fix(core): optimize bun lockfile parser (#33623)
  • 7792d80 fix(core): sanitize project names for valid git tag names in nx release (#33692)
  • adc6d07 fix(core): stop adding outdated vscode/cursor rule files to gitignore (#33680)
  • 4923c15 fix(release): interpolate releaseGroupName in getLatestGitTagForPattern (#33674)
  • a4c1321 fix(docker): fix releasing non docker projects (#33667)
  • 02c01e5 fix(repo): enable wayland-data-control feature for arboard (#33675)
  • f161603 fix(core): nx-schema default value for preserveMatchingDependencyRanges shoul...
  • Additional commits viewable in compare view

Updates storybook from 10.1.4 to 10.1.6

Release notes

Sourced from storybook's releases.

v10.1.6

10.1.6

  • Manager: Do not display non-existing shortcuts in the settings page - #32711, thanks @​DKER2!
  • Preview: Enforce inert body if manager is focus-trapped - #33186, thanks @​Sidnioulz!
  • Telemetry: Await pending operations in getLastEvents to prevent race conditions - #33285, thanks @​valentinpalkovic!
  • UI: Fix keyboard navigation bug for "reset" option in `Select` - #33268, thanks @​Sidnioulz!

v10.1.5

10.1.5

Changelog

Sourced from storybook's changelog.

10.1.6

  • Manager: Do not display non-existing shortcuts in the settings page - #32711, thanks @​DKER2!
  • Preview: Enforce inert body if manager is focus-trapped - #33186, thanks @​Sidnioulz!
  • Telemetry: Await pending operations in getLastEvents to prevent race conditions - #33285, thanks @​valentinpalkovic!
  • UI: Fix keyboard navigation bug for "reset" option in Select - #33268, thanks @​Sidnioulz!

10.1.5

Commits
  • fdfd67e Bump version from "10.1.5" to "10.1.6" [skip ci]
  • ed34871 Merge pull request #33186 from storybookjs/sidnioulz/issue-32596-focus-trap
  • a09b1e1 Merge pull request #33268 from storybookjs/sidnioulz/fix-select-reset-option-...
  • 041595e Merge pull request #32711 from DKER2/next
  • 7920bb3 Merge pull request #33285 from storybookjs/valentin/fix-telemetry-race-condition
  • ab49abe Bump version from "10.1.4" to "10.1.5" [skip ci]
  • ff68e1a Merge pull request #33280 from akornmeier/31879-fix-rolldown-meta-of
  • b6e20c8 Merge pull request #33295 from storybookjs/valentin/addon-vitest-detailed-errors
  • e337f8c Merge pull request #33308 from dannyhw/dannyhw/fix/react-native-template-not-...
  • See full diff in compare view

Updates nx from 22.1.3 to 22.2.0

Release notes

Sourced from nx's releases.

22.2.0 (2025-12-08)

🚀 Features

  • core: add multiple Nx version detection to nx report (#33599)
  • core: add template support to create-nx-workspace (#33468)
  • docker: auto-select version scheme when only one is available (#33671)
  • expo: support Expo 54 (#33612)
  • gradle: add targetNamePrefix option to mark all gradle targets (#33685)
  • linter: add util to load eslint rules from a directory (#33543)
  • maven: update Maven plugin version to 0.0.11 (#33713)
  • nextjs: add migration to add AI instructions for upgrading to Next 16 (#33608)
  • nuxt: support nuxt v4 (#33611)
  • nx-cloud: prepend nx version to stats metadata (#33568)
  • storybook: support storybook 10.1 (#33637)
  • vite: add vitest 4 migration for users using @​nx/vite (#33630)
  • vite: add migration to add @​nx/vitest (#33669)
  • vitest: update @​analogjs/vitest-angular to 2.1.2 #33602 (#33681, #33602)
  • vitest: make initial generation for JS projects more lightweight (#33670)

🩹 Fixes

  • angular-rspack: use CJS when serving applications for HMR #33106 (#33693, #33106)
  • angular-rspack: ensure rebuild logs are only printed once (#33694)
  • bundling: replace rollup-plugin-copy with nx copy assets plugin (#33601, #32398)
  • bundling: set buildLibsFromSource in normalize options for Rollup (#33679)
  • core: don't presume a task is long running if its marked cacheable (#33545, #32610)
  • core: daemon command should exit at end (#33547)
  • core: provide error when nested graph construction would occur invoked during createNodes (#33541, #29618)
  • core: filter out automated release commits in getCommitsRelevantToProjects (#33482)
  • core: make daemon socket path unique per process to prevent race condition (#33580, #33491)
  • core: use nx-mcp for older nx versions instead of nx mcp (#33553)
  • core: propagate continuous task failures to dependent tasks (#33492)
  • core: kill child process tree in different running tasks (#33636, #32438, #33460)
  • core: include create-nx-workspace in migration package group (#33643, #33585)
  • core: suppress git stderr output in parseGitOutput (#33645, #33330)
  • core: prevent Nx Console prompt from blocking non-interactive commands (#33646, #33552)
  • core: ensure perf logs are flushed before exit in graph command (#33621)
  • core: nx-schema default value for preserveMatchingDependencyRanges should have changed in v22 (#33587)
  • core: stop adding outdated vscode/cursor rule files to gitignore (#33680)
  • core: sanitize project names for valid git tag names in nx release (#33692, #33262)
  • core: optimize bun lockfile parser (#33623)
  • core: cnw sends correct selectedRepositoryName; prints instructions when user Ctrl+C (#33699)
  • core: use Set for O(1) visited node lookup in hasPath (#33754, #32265)
  • docker: fix releasing non docker projects (#33667)
  • gradle: do not add gradle plugin to plugins block if using version catalogs (#33763)
  • graph: align exclude flag with others by using findMatchingProjects (#33550)
  • graph: surface task graph client error via error toast (#33600)
  • js: ensure copy-workspace-modules copies transitive workspace dependencies (#33570)
  • linter: handle various flat config override structures (#33548, #31796)

... (truncated)

Commits
  • 300493e fix(core): use Set for O(1) visited node lookup in hasPath (#33754)
  • 19e6404 fix(release): ensure --preid flag considers stable tags for version determina...
  • aba0eb2 fix(core): cnw sends correct selectedRepositoryName; prints instructions when...
  • 8352d40 fix(core): optimize bun lockfile parser (#33623)
  • 7792d80 fix(core): sanitize project names for valid git tag names in nx release (#33692)
  • adc6d07 fix(core): stop adding outdated vscode/cursor rule files to gitignore (#33680)
  • 4923c15 fix(release): interpolate releaseGroupName in getLatestGitTagForPattern (#33674)
  • a4c1321 fix(docker): fix releasing non docker projects (#33667)
  • 02c01e5 fix(repo): enable wayland-data-control feature for arboard (#33675)
  • f161603 fix(core): nx-schema default value for preserveMatchingDependencyRanges shoul...
  • Additional commits viewable in compare view

Updates storybook from 10.1.4 to 10.1.6

Release notes

Sourced from storybook's releases.

v10.1.6

10.1.6

  • Manager: Do not display non-existing shortcuts in the settings page - #32711, thanks @​DKER2!
  • Preview: Enforce inert body if manager is focus-trapped - #33186, thanks @​Sidnioulz!
  • Telemetry: Await pending operations in getLastEvents to prevent race conditions - #33285, thanks @​valentinpalkovic!
  • UI: Fix keyboard navigation bug for "reset" option in `Select` - #33268, thanks @​Sidnioulz!

v10.1.5

10.1.5

Changelog

Sourced from storybook's changelog.

10.1.6

  • Manager: Do not display non-existing shortcuts in the settings page - #32711, thanks @​DKER2!
  • Preview: Enforce inert body if manager is focus-trapped - #33186, thanks @​Sidnioulz!
  • Telemetry: Await pending operations in getLastEvents to prevent race conditions - #33285, thanks @​valentinpalkovic!
  • UI: Fix keyboard navigation bug for "reset" option in Select - #33268, thanks @​Sidnioulz!

10.1.5

Commits
  • fdfd67e Bump version from "10.1.5" to "10.1.6" [skip ci]
  • ed34871 Merge pull request #33186 from storybookjs/sidnioulz/issue-32596-focus-trap
  • a09b1e1 Merge pull request #33268 from storybookjs/sidnioulz/fix-select-reset-option-...
  • 041595e Merge pull request #32711 from DKER2/next
  • 7920bb3 Merge pull request #33285 from storybookjs/valentin/fix-telemetry-race-condition
  • ab49abe Bump version from "10.1.4" to "10.1.5" [skip ci]
  • ff68e1a Merge pull request #33280 from akornmeier/31879-fix-rolldown-meta-of
  • b6e20c8 Merge pull request #33295 from storybookjs/valentin/addon-vitest-detailed-errors
  • e337f8c Merge pull request #33308 from dannyhw/dannyhw/fix/react-native-template-not-...
  • See full diff in compare view

Updates nx from 22.1.3 to 22.2.0

Release notes

Sourced from nx's releases.

22.2.0 (2025-12-08)

🚀 Features

  • core: add multiple Nx version detection to nx report (#33599)
  • core: add template support to create-nx-workspace (#33468)
  • docker: auto-select version scheme when only one is available (#33671)
  • expo: support Expo 54 (#33612)
  • gradle: add targetNamePrefix option to mark all gradle targets (#33685)
  • linter: add util to load eslint rules from a directory (#33543)
  • maven: update Maven plugin version to 0.0.11 (#33713)
  • nextjs: add migration to add AI instructions for upgrading to Next 16 (#33608)
  • nuxt: support nuxt v4 (#33611)
  • nx-cloud: prepend nx version to stats metadata (#33568)
  • storybook: support storybook 10.1 (#33637)
  • vite: add vitest 4 migration for users using @​nx/vite (#33630)
  • vite: add migration to add @​nx/vitest (#33669)
  • vitest: update @​analogjs/vitest-angular to 2.1.2 #33602 (#33681, #33602)
  • vitest: make initial generation for JS projects more lightweight (#33670)

🩹 Fixes

  • angular-rspack: use CJS when serving applications for HMR #33106 (#33693, #33106)
  • angular-rspack: ensure rebuild logs are only printed once (#33694)
  • bundling: replace rollup-plugin-copy with nx copy assets plugin (#33601, #32398)
  • bundling: set buildLibsFromSource in normalize options for Rollup (#33679)
  • core: don't presume a task is long running if its marked cacheable (#33545, #32610)
  • core: daemon command should exit at end (#33547)
  • core: provide error when nested graph construction would occur invoked during createNodes (#33541, #29618)
  • core: filter out automated release commits in getCommitsRelevantToProjects (#33482)
  • core: make daemon socket path unique per process to prevent race condition (#33580, #33491)
  • core: use nx-mcp for older nx versions instead of nx mcp (#33553)
  • core: propagate continuous task failures to dependent tasks (#33492)
  • core: kill child process tree in different running tasks (#33636, #32438, #33460)
  • core: include create-nx-workspace in migration package group (#33643, #33585)
  • core: suppress git stderr output in parseGitOutput (#33645, #33330)
  • core: prevent Nx Console prompt from blocking non-interactive commands (#33646, #33552)
  • core: ensure perf logs are flushed before exit in graph command (#33621)
  • core: nx-schema default value for preserveMatchingDependencyRanges should have changed in v22 (#33587)
  • core: stop adding outdated vscode/cursor rule files to gitignore (#33680)
  • core: sanitize project names for valid git tag names in nx release (#33692, #33262)
  • core: optimize bun lockfile parser (#33623)
  • core: cnw sends correct selectedRepositoryName; prints instructions when user Ctrl+C (#33699)
  • core: use Set for O(1) visited node lookup in hasPath (#33754, #32265)
  • docker: fix releasing non docker projects (#33667)
  • gradle: do not add gradle plugin to plugins block if using version catalogs (#33763)
  • graph: align exclude flag with others by using findMatchingProjects (#33550)
  • graph: surface task graph client error via error toast (#33600)
  • js: ensure copy-workspace-modules copies transitive workspace dependencies (#33570)
  • linter: handle various flat config override structures (#33548, #31796)

... (truncated)

Commits
  • 300493e fix(core): use Set for O(1) visited node lookup in hasPath (#33754)
  • 19e6404 fix(release): ensure --preid flag considers stable tags for version determina...
  • aba0eb2 fix(core): cnw sends correct selectedRepositoryName; prints instructions when...
  • 8352d40 fix(core): optimize bun lockfile parser (#33623)
  • 7792d80 fix(core): sanitize project names for valid git tag names in nx release (#33692)
  • adc6d07 fix(core): stop adding outdated vscode/cursor rule files to gitignore (#33680)
  • 4923c15 fix(release): interpolate releaseGroupName in getLatestGitTagForPattern (#33674)
  • a4c1321 fix(docker): fix releasing non docker projects (#33667)
  • 02c01e5 fix(repo): enable wayland-data-control feature for arboard (#33675)
  • f161603 fix(core): nx-schema default value for preserveMatchingDependencyRanges shoul...
  • Additional commits viewable in compare view

Updates storybook from 10.1.4 to 10.1.6

Release notes

Sourced from storybook's releases.

v10.1.6

10.1.6

  • Manager: Do not display non-existing shortcuts in the settings page - #32711, thanks @​DKER2!
  • Preview: Enforce inert body if manager is focus-trapped - #33186, thanks @​Sidnioulz!
  • Telemetry: Await pending operations in getLastEvents to prevent race conditions - #33285, thanks @​valentinpalkovic!
  • UI: Fix keyboard navigation bug for "reset" option in `Select` - #33268, thanks @​Sidnioulz!

v10.1.5

10.1.5

…h 2 updates

Bumps the npm-dependencies group with 2 updates in the /tests/npm directory: [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) and [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core).
Bumps the npm-dependencies group with 2 updates in the /tests/pnpm directory: [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) and [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core).
Bumps the npm-dependencies group with 2 updates in the /tests/pnpm-package-manager directory: [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) and [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core).
Bumps the npm-dependencies group with 2 updates in the /tests/yarn directory: [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) and [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core).


Updates `nx` from 22.1.3 to 22.2.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.2.0/packages/nx)

Updates `storybook` from 10.1.4 to 10.1.6
- [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.1.6/code/core)

Updates `nx` from 22.1.3 to 22.2.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.2.0/packages/nx)

Updates `storybook` from 10.1.4 to 10.1.6
- [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.1.6/code/core)

Updates `nx` from 22.1.3 to 22.2.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.2.0/packages/nx)

Updates `storybook` from 10.1.4 to 10.1.6
- [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.1.6/code/core)

Updates `nx` from 22.1.3 to 22.2.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.2.0/packages/nx)

Updates `storybook` from 10.1.4 to 10.1.6
- [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.1.6/code/core)

---
updated-dependencies:
- dependency-name: nx
  dependency-version: 22.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: storybook
  dependency-version: 10.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: nx
  dependency-version: 22.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: storybook
  dependency-version: 10.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: nx
  dependency-version: 22.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: storybook
  dependency-version: 10.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: nx
  dependency-version: 22.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: storybook
  dependency-version: 10.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 10, 2025
@github-actions
Copy link
Contributor

Hi, thank you for creating your PR, we will check it out very soon

@github-actions
Copy link
Contributor

github-actions bot commented Dec 10, 2025

Code Coverage Report

Coverage Results

Coverage

Metric Covered Total Percentage
Lines 2 2 100.00%
Functions 1 1 100.00%

Overall: 100.00% 🟢
🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩

@codecov
Copy link

codecov bot commented Dec 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (ccfb260) to head (d932846).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #371   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines            3         3           
=========================================
  Hits             3         3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@neilime neilime merged commit 6287902 into main Dec 10, 2025
67 checks passed
@neilime neilime deleted the dependabot/npm_and_yarn/tests/npm/npm-dependencies-1524835b11 branch December 10, 2025 08:40
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.

2 participants