Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 4, 2025

Bumps the npm-dependencies group with 1 update in the / directory: jest.
Bumps the npm-dependencies group with 3 updates in the /tests/npm directory: jest, nx and storybook.
Bumps the npm-dependencies group with 3 updates in the /tests/pnpm directory: jest, nx and storybook.
Bumps the npm-dependencies group with 3 updates in the /tests/pnpm-package-manager directory: jest, nx and storybook.
Bumps the npm-dependencies group with 3 updates in the /tests/yarn directory: jest, nx and storybook.

Updates jest from 30.0.3 to 30.0.4

Changelog

Sourced from jest's changelog.

30.0.4

Features

  • [expect] The Inverse type is now exported (#15714)
  • [expect] feat: support async functions in toBe (#15704)

Fixes

  • [jest] jest --onlyFailures --listTests now correctly lists only failed tests (#15700)
  • [jest-snapshot] Handle line endings in snapshots (#15708)
Commits

Updates jest from 30.0.3 to 30.0.4

Changelog

Sourced from jest's changelog.

30.0.4

Features

  • [expect] The Inverse type is now exported (#15714)
  • [expect] feat: support async functions in toBe (#15704)

Fixes

  • [jest] jest --onlyFailures --listTests now correctly lists only failed tests (#15700)
  • [jest-snapshot] Handle line endings in snapshots (#15708)
Commits

Updates nx from 21.2.1 to 21.2.2

Release notes

Sourced from nx's releases.

21.2.2 (2025-07-02)

🚀 Features

  • bundling: add useLegacyTypescriptPlugin option to migrate from rollup-plugin-typescript2 (#31718, #30488)
  • core: pass in progress task outputs to tui for non-direct child processes (#31655)
  • core: add CI warning for missing remote cache solution (#31678)
  • core: enhance native cache operations with comprehensive logging (#31652)
  • graph: enhance migration state management and introduce migration stopping functionality. (#31626)
  • module-federation: bump @​module-federation/enhanced version to 0.15.0 to fix vulnerability (#30806, #30502, #30748)

🩹 Fixes

  • angular: respect skipTsConfig option in library generator (#31738, #31185)
  • angular: improve indexHtmlTransformer documentation (#31742, #30831)
  • angular: expand nx tokens in project configurations when running schematic migrations (#31526, #29052)
  • bundling: respect decision to create babelrc file (#31755, #31582)
  • core: do not auto-exit tui when there are multiple failed tasks (#31631)
  • core: improve error handling in daemon server (#31728, #31407, #31567)
  • core: resolve package.json for @​nx/js to improve plugin detection (#31770)
  • core: update nx to version 21.3.0-beta.0 (#31771)
  • core: allow any framework value in preset generator schema (#31665)
  • docs: add missing --project parameter to Angular service generation command (#31735, #31410)
  • expo: respect --unit-test-runner=none properly when generating expo apps and libs (#31754, #30366)
  • gradle: add dependsOn outputs to inputs dependentTasksOutputFiles (#31683)
  • js: failing e2e test due to dependency (#31676)
  • js: resolve asset paths relative to workspace root instead of cwd (#31664)
  • js: improve typescript plugin build detection (#31533, #29670)
  • linter: correct lintFilePatterns documentation to show it's optional (#31744, #29648)
  • linter: update lint executor to always log errors and stack traces (#31757, #21630)
  • linter: refactor checking if the identifier is a function via tsquery (#31792)
  • module-federation: ensure manifest path not prepended with workspace root (#31698, #31524)
  • module-federation: restore support for relative URLs in module federation remotes (#31723, #30615, #31538)
  • nextjs: use next/jest.js for Jest configuration to support modern JSX transform (#31705, #27900)
  • node: ensure args are set in target correctly (#31758, #31578)
  • node: reorder addPlugin in normalizeOptions return object (#31785)
  • nuxt: fix TypeScript configuration chain for Nuxt components and composables (#31701, #30742)
  • nx-dev: small adjustment to the blog post (550c7e37da)
  • nx-dev: pinning logic on blog entry page (c747d3f172)
  • nx-dev: update sorting of pinned posts (74e77e18f2)
  • react: do not set styles.tailwind for executor options for projects not using inferred targets (#31667)
  • react: add .js extensions to subpath imports in module federation templates (#31730, #31448)
  • storybook: handle hyphenated framework names in pnpm dependency installation (#31760, #31292)
  • testing: do not update component configuration in cypress set-inject-document-domain migration (#31614, #31610)
  • testing: correct Playwright grep documentation from glob to regex (#31743, #30181)
  • testing: do not re-add vscode recommended extension for jest after initial jest setup (#31745, #29345)
  • testing: prefer using tsconfig.spec.json when loading jest config in plugin (#31726, #31351)
  • testing: unset customConditions when running the open-cypress inferred task (#31687, #31616)
  • vite: fix the build command for the deps in the vite tsconfig paths plugin (#31729, #31333)
  • vite: resolve outDir path correctly for nested monorepos (#31741, #31234)

... (truncated)

Commits
  • 7bf1c0d feat(core): enhance native cache operations with comprehensive logging (#31652)
  • 5e93935 feat(core): add CI warning for missing remote cache solution (#31678)
  • 2f03980 fix(core): resolve package.json for @​nx/js to improve plugin detection (#31770)
  • d60b15c fix(angular): expand nx tokens in project configurations when running schemat...
  • d5f98f8 feat(core): pass in progress task outputs to tui for non-direct child process...
  • dd1e9e1 fix(core): improve error handling in daemon server (#31728)
  • 8f945ba feat(graph): enhance migration state management and introduce migration stopp...
  • 2305760 cleanup(angular): set target version to v22 for the decorate cli script depre...
  • 72e3ba7 fix(core): do not auto-exit tui when there are multiple failed tasks (#31631)
  • See full diff in compare view

Updates storybook from 9.0.13 to 9.0.15

Release notes

Sourced from storybook's releases.

v9.0.15

9.0.15

  • CLI: Do not fail incompatible package check in doctor if only core packages used - #31886, thanks @​mrginglymus!
  • React: Bump @​joshwooding/vite-plugin-react-docgen-typescript to 0.6.1 - #31899, thanks @​mrginglymus!

v9.0.14

9.0.14

Changelog

Sourced from storybook's changelog.

9.0.15

  • CLI: Do not fail incompatible package check in doctor if only core packages used - #31886, thanks @​mrginglymus!
  • React: Bump @​joshwooding/vite-plugin-react-docgen-typescript to 0.6.1 - #31899, thanks @​mrginglymus!

9.0.14

Commits
  • d6367d8 Bump version from "9.0.14" to "9.0.15" [skip ci]
  • 677da03 Bump version from "9.0.13" to "9.0.14" [skip ci]
  • 2a3d265 Merge pull request #23411 from Spielboerg/hide-shortcut-page-when-disabled
  • 650fabd Merge pull request #31844 from storybookjs/sidnioulz/scrollbar-batch-2
  • fb6db90 Merge pull request #31859 from storybookjs/upgrade-vite-7.0.0
  • ded8867 Merge pull request #31806 from storybookjs/jeppe/fix-fips-compliance
  • See full diff in compare view

Updates jest from 30.0.3 to 30.0.4

Changelog

Sourced from jest's changelog.

30.0.4

Features

  • [expect] The Inverse type is now exported (#15714)
  • [expect] feat: support async functions in toBe (#15704)

Fixes

  • [jest] jest --onlyFailures --listTests now correctly lists only failed tests (#15700)
  • [jest-snapshot] Handle line endings in snapshots (#15708)
Commits

Updates nx from 21.2.1 to 21.2.2

Release notes

Sourced from nx's releases.

21.2.2 (2025-07-02)

🚀 Features

  • bundling: add useLegacyTypescriptPlugin option to migrate from rollup-plugin-typescript2 (#31718, #30488)
  • core: pass in progress task outputs to tui for non-direct child processes (#31655)
  • core: add CI warning for missing remote cache solution (#31678)
  • core: enhance native cache operations with comprehensive logging (#31652)
  • graph: enhance migration state management and introduce migration stopping functionality. (#31626)
  • module-federation: bump @​module-federation/enhanced version to 0.15.0 to fix vulnerability (#30806, #30502, #30748)

🩹 Fixes

  • angular: respect skipTsConfig option in library generator (#31738, #31185)
  • angular: improve indexHtmlTransformer documentation (#31742, #30831)
  • angular: expand nx tokens in project configurations when running schematic migrations (#31526, #29052)
  • bundling: respect decision to create babelrc file (#31755, #31582)
  • core: do not auto-exit tui when there are multiple failed tasks (#31631)
  • core: improve error handling in daemon server (#31728, #31407, #31567)
  • core: resolve package.json for @​nx/js to improve plugin detection (#31770)
  • core: update nx to version 21.3.0-beta.0 (#31771)
  • core: allow any framework value in preset generator schema (#31665)
  • docs: add missing --project parameter to Angular service generation command (#31735, #31410)
  • expo: respect --unit-test-runner=none properly when generating expo apps and libs (#31754, #30366)
  • gradle: add dependsOn outputs to inputs dependentTasksOutputFiles (#31683)
  • js: failing e2e test due to dependency (#31676)
  • js: resolve asset paths relative to workspace root instead of cwd (#31664)
  • js: improve typescript plugin build detection (#31533, #29670)
  • linter: correct lintFilePatterns documentation to show it's optional (#31744, #29648)
  • linter: update lint executor to always log errors and stack traces (#31757, #21630)
  • linter: refactor checking if the identifier is a function via tsquery (#31792)
  • module-federation: ensure manifest path not prepended with workspace root (#31698, #31524)
  • module-federation: restore support for relative URLs in module federation remotes (#31723, #30615, #31538)
  • nextjs: use next/jest.js for Jest configuration to support modern JSX transform (#31705, #27900)
  • node: ensure args are set in target correctly (#31758, #31578)
  • node: reorder addPlugin in normalizeOptions return object (#31785)
  • nuxt: fix TypeScript configuration chain for Nuxt components and composables (#31701, #30742)
  • nx-dev: small adjustment to the blog post (550c7e37da)
  • nx-dev: pinning logic on blog entry page (c747d3f172)
  • nx-dev: update sorting of pinned posts (74e77e18f2)
  • react: do not set styles.tailwind for executor options for projects not using inferred targets (#31667)
  • react: add .js extensions to subpath imports in module federation templates (#31730, #31448)
  • storybook: handle hyphenated framework names in pnpm dependency installation (#31760, #31292)
  • testing: do not update component configuration in cypress set-inject-document-domain migration (#31614, #31610)
  • testing: correct Playwright grep documentation from glob to regex (#31743, #30181)
  • testing: do not re-add vscode recommended extension for jest after initial jest setup (#31745, #29345)
  • testing: prefer using tsconfig.spec.json when loading jest config in plugin (#31726, #31351)
  • testing: unset customConditions when running the open-cypress inferred task (#31687, #31616)
  • vite: fix the build command for the deps in the vite tsconfig paths plugin (#31729, #31333)
  • vite: resolve outDir path correctly for nested monorepos (#31741, #31234)

... (truncated)

Commits
  • 7bf1c0d feat(core): enhance native cache operations with comprehensive logging (#31652)
  • 5e93935 feat(core): add CI warning for missing remote cache solution (#31678)
  • 2f03980 fix(core): resolve package.json for @​nx/js to improve plugin detection (#31770)
  • d60b15c fix(angular): expand nx tokens in project configurations when running schemat...
  • d5f98f8 feat(core): pass in progress task outputs to tui for non-direct child process...
  • dd1e9e1 fix(core): improve error handling in daemon server (#31728)
  • 8f945ba feat(graph): enhance migration state management and introduce migration stopp...
  • 2305760 cleanup(angular): set target version to v22 for the decorate cli script depre...
  • 72e3ba7 fix(core): do not auto-exit tui when there are multiple failed tasks (#31631)
  • See full diff in compare view

Updates storybook from 9.0.13 to 9.0.15

Release notes

Sourced from storybook's releases.

v9.0.15

9.0.15

  • CLI: Do not fail incompatible package check in doctor if only core packages used - #31886, thanks @​mrginglymus!
  • React: Bump @​joshwooding/vite-plugin-react-docgen-typescript to 0.6.1 - #31899, thanks @​mrginglymus!

v9.0.14

9.0.14

Changelog

Sourced from storybook's changelog.

9.0.15

  • CLI: Do not fail incompatible package check in doctor if only core packages used - #31886, thanks @​mrginglymus!
  • React: Bump @​joshwooding/vite-plugin-react-docgen-typescript to 0.6.1 - #31899, thanks @​mrginglymus!

9.0.14

Commits
  • d6367d8 Bump version from "9.0.14" to "9.0.15" [skip ci]
  • 677da03 Bump version from "9.0.13" to "9.0.14" [skip ci]
  • 2a3d265 Merge pull request #23411 from Spielboerg/hide-shortcut-page-when-disabled
  • 650fabd Merge pull request #31844 from storybookjs/sidnioulz/scrollbar-batch-2
  • fb6db90 Merge pull request #31859 from storybookjs/upgrade-vite-7.0.0
  • ded8867 Merge pull request #31806 from storybookjs/jeppe/fix-fips-compliance
  • See full diff in compare view

Updates jest from 30.0.3 to 30.0.4

Changelog

Sourced from jest's changelog.

30.0.4

Features

  • [expect] The Inverse type is now exported (#15714)
  • [expect] feat: support async functions in toBe (#15704)

Fixes

  • [jest] jest --onlyFailures --listTests now correctly lists only failed tests (#15700)
  • [jest-snapshot] Handle line endings in snapshots (#15708)
Commits

Updates nx from 21.2.1 to 21.2.2

Release notes

Sourced from nx's releases.

21.2.2 (2025-07-02)

🚀 Features

  • bundling: add useLegacyTypescriptPlugin option to migrate from rollup-plugin-typescript2 (#31718, #30488)
  • core: pass in progress task outputs to tui for non-direct child processes (#31655)
  • core: add CI warning for missing remote cache solution (#31678)
  • core: enhance native cache operations with comprehensive logging (#31652)
  • graph: enhance migration state management and introduce migration stopping functionality. (#31626)
  • module-federation: bump @​module-federation/enhanced version to 0.15.0 to fix vulnerability (#30806, #30502, #30748)

🩹 Fixes

  • angular: respect skipTsConfig option in library generator (#31738, #31185)
  • angular: improve indexHtmlTransformer documentation (#31742, #30831)
  • angular: expand nx tokens in project configurations when running schematic migrations (#31526, #29052)
  • bundling: respect decision to create babelrc file (#31755, #31582)
  • core: do not auto-exit tui when there are multiple failed tasks (#31631)
  • core: improve error handling in daemon server (#31728, #31407, #31567)
  • core: resolve package.json for @​nx/js to improve plugin detection (#31770)
  • core: update nx to version 21.3.0-beta.0 (#31771)
  • core: allow any framework value in preset generator schema (#31665)
  • docs: add missing --project parameter to Angular service generation command (#31735, #31410)
  • expo: respect --unit-test-runner=none properly when generating expo apps and libs (#31754, #30366)
  • gradle: add dependsOn outputs to inputs dependentTasksOutputFiles (#31683)
  • js: failing e2e test due to dependency (#31676)
  • js: resolve asset paths relative to workspace root instead of cwd (#31664)
  • js: improve typescript plugin build detection (#31533, #29670)
  • linter: correct lintFilePatterns documentation to show it's optional (#31744, #29648)
  • linter: update lint executor to always log errors and stack traces (#31757, #21630)
  • linter: refactor checking if the identifier is a function via tsquery (#31792)
  • module-federation: ensure manifest path not prepended with workspace root (#31698, #31524)
  • module-federation: restore support for relative URLs in module federation remotes (#31723, #30615, #31538)
  • nextjs: use next/jest.js for Jest configuration to support modern JSX transform (#31705, #27900)
  • node: ensure args are set in target correctly (#31758, #31578)
  • node: reorder addPlugin in normalizeOptions return object (#31785)
  • nuxt: fix TypeScript configuration chain for Nuxt components and composables (#31701, #30742)
  • nx-dev: small adjustment to the blog post (550c7e37da)
  • nx-dev: pinning logic on blog entry page (c747d3f172)
  • nx-dev: update sorting of pinned posts (74e77e18f2)
  • react: do not set styles.tailwind for executor options for projects not using inferred targets (#31667)
  • react: add .js extensions to subpath imports in module federation templates (#31730, #31448)
  • storybook: handle hyphenated framework names in pnpm dependency installation (#31760, #31292)
  • testing: do not update component configuration in cypress set-inject-document-domain migration (#31614, #31610)
  • testing: correct Playwright grep documentation from glob to regex (#31743, #30181)
  • testing: do not re-add vscode recommended extension for jest after initial jest setup (#31745, #29345)
  • testing: prefer using tsconfig.spec.json when loading jest config in plugin (#31726, #31351)
  • testing: unset customConditions when running the open-cypress inferred task (#31687, #31616)
  • vite: fix the build command for the deps in the vite tsconfig paths plugin (#31729, #31333)
  • vite: resolve outDir path correctly for nested monorepos (#31741, #31234)

... (truncated)

Commits
  • 7bf1c0d feat(core): enhance native cache operations with comprehensive logging (#31652)
  • 5e93935 feat(core): add CI warning for missing remote cache solution (#31678)
  • 2f03980 fix(core): resolve package.json for @​nx/js to improve plugin detection (#31770)
  • d60b15c fix(angular): expand nx tokens in project configurations when running schemat...
  • d5f98f8 feat(core): pass in progress task outputs to tui for non-direct child process...
  • dd1e9e1 fix(core): improve error handling in daemon server (#31728)
  • 8f945ba feat(graph): enhance migration state management and introduce migration stopp...
  • 2305760 cleanup(angular): set target version to v22 for the decorate cli script depre...
  • 72e3ba7 fix(core): do not auto-exit tui when there are multiple failed tasks (#31631)
  • See full diff in compare view

Updates storybook from 9.0.13 to 9.0.15

Release notes

Sourced from storybook's releases.

v9.0.15

9.0.15

  • CLI: Do not fail incompatible package check in doctor if only core packages used - #31886, thanks @​mrginglymus!
  • React: Bump @​joshwooding/vite-plugin-react-docgen-typescript to 0.6.1 - #31899, thanks @​mrginglymus!

v9.0.14

9.0.14

Changelog

Sourced from storybook's changelog.

9.0.15

  • CLI: Do not fail incompatible package check in doctor if only core packages used - #31886, thanks @​mrginglymus!
  • React: Bump @​joshwooding/vite-plugin-react-docgen-typescript to 0.6.1 - #31899, thanks @​mrginglymus!

9.0.14

Commits
  • d6367d8 Bump version from "9.0.14" to "9.0.15" [skip ci]
  • 677da03 Bump version from "9.0.13" to "9.0.14" [skip ci]
  • 2a3d265 Merge pull request #23411 from Spielboerg/hide-shortcut-page-when-disabled
  • 650fabd Merge pull request #31844 from storybookjs/sidnioulz/scrollbar-batch-2
  • fb6db90 Merge pull request #31859 from storybookjs/upgrade-vite-7.0.0
  • ded8867 Merge pull request #31806 from storybookjs/jeppe/fix-fips-compliance
  • See full diff in compare view

Updates jest from 30.0.3 to 30.0.4

Changelog

Sourced from jest's changelog.

30.0.4

Features

  • [expect] The Inverse type is now exported (#15714)
  • [expect] feat: support async functions in toBe (#15704)

Fixes

  • [jest] jest --onlyFailures --listTests now correctly lists only failed tests (#15700)
  • [jest-snapshot] Handle line endings in snapshots (#15708)
Commits

Updates nx from 21.2.1 to 21.2.2

Release notes

Sourced from nx's releases.

21.2.2 (2025-07-02)

🚀 Features

  • bundling: add useLegacyTypescriptPlugin option to migrate from rollup-plugin-typescript2 (#31718, #30488)
  • core: pass in progress task outputs to tui for non-direct child processes (#31655)
  • core: add CI warning for missing remote cache solution (#31678)
  • core: enhance native cache operations with comprehensive logging (#31652)
  • graph: enhance migration state management and introduce migration stopping functionality. (#31626)
  • module-federation: bump @​module-federation/enhanced version to 0.15.0 to fix vulnerability (#30806, #30502, #30748)

🩹 Fixes

  • angular: respect skipTsConfig option in library generator (#31738, #31185)
  • angular: improve indexHtmlTransformer documentation (#31742, #30831)
  • angular: expand nx tokens in project configurations when running schematic migrations (#31526, #29052)
  • bundling: respect decision to create babelrc file (#31755, #31582)
  • core: do not auto-exit tui when there are multiple failed tasks (#31631)
  • core: improve error handling in daemon server (#31728, #31407, #31567)
  • core: resolve package.json for @​nx/js to improve plugin detection (#31770)
  • core: update nx to version 21.3.0-beta.0 (#31771)
  • core: allow any framework value in preset generator schema (#31665)
  • docs: add missing --project parameter to Angular service generation command (#31735, #31410)
  • expo: respect --unit-test-runner=none properly when generating expo apps and libs (#31754, #30366)
  • gradle: add dependsOn o...

    Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 4, 2025
@neilime
Copy link
Member

neilime commented Jul 7, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm-dependencies-4d6c8311f3 branch from 7f764f3 to dc853fc Compare July 7, 2025 11:57
@neilime neilime force-pushed the dependabot/npm_and_yarn/npm-dependencies-4d6c8311f3 branch from dc853fc to c0894f1 Compare July 7, 2025 12:02
…h 3 updates

Bumps the npm-dependencies group with 1 update in the / directory: [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest).
Bumps the npm-dependencies group with 3 updates in the /tests/npm directory: [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest), [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 3 updates in the /tests/pnpm directory: [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest), [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 3 updates in the /tests/pnpm-package-manager directory: [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest), [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 3 updates in the /tests/yarn directory: [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest), [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) and [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core).

Updates `jest` from 30.0.3 to 30.0.4
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.0.4/packages/jest)

Updates `jest` from 30.0.3 to 30.0.4
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.0.4/packages/jest)

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

Updates `storybook` from 9.0.13 to 9.0.15
- [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.0.15/code/core)

Updates `jest` from 30.0.3 to 30.0.4
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.0.4/packages/jest)

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

Updates `storybook` from 9.0.13 to 9.0.15
- [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.0.15/code/core)

Updates `jest` from 30.0.3 to 30.0.4
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.0.4/packages/jest)

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

Updates `storybook` from 9.0.13 to 9.0.15
- [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.0.15/code/core)

Updates `jest` from 30.0.3 to 30.0.4
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.0.4/packages/jest)

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

Updates `storybook` from 9.0.13 to 9.0.15
- [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.0.15/code/core)

---
updated-dependencies:
- dependency-name: jest
  dependency-version: 30.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: jest
  dependency-version: 30.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: nx
  dependency-version: 21.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: storybook
  dependency-version: 9.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: jest
  dependency-version: 30.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: nx
  dependency-version: 21.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: storybook
  dependency-version: 9.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: jest
  dependency-version: 30.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: nx
  dependency-version: 21.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: storybook
  dependency-version: 9.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: jest
  dependency-version: 30.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: nx
  dependency-version: 21.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: storybook
  dependency-version: 9.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Emilien Escalle <[email protected]>
@neilime neilime force-pushed the dependabot/npm_and_yarn/npm-dependencies-4d6c8311f3 branch from c0894f1 to ac49965 Compare July 7, 2025 12:04
@neilime neilime merged commit 82ca353 into main Jul 7, 2025
36 of 37 checks passed
@neilime neilime deleted the dependabot/npm_and_yarn/npm-dependencies-4d6c8311f3 branch July 7, 2025 13:23
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