Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 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.2.1 to 22.3.1

Release notes

Sourced from nx's releases.

22.3.1 (2025-12-18)

🩹 Fixes

  • core: ensure no tui on single tasks (#33910)
  • dotnet: fix dependency graph for multi-targeting and transitive deps (#33908, #33653, #33397)

❤️ Thank You

22.3.0 (2025-12-17)

🚀 Features

  • angular: support angular v21 (#33378)
  • angular: add migration to set isolateModules: true to jest tsconfig files (#33889)
  • angular: add migration to replace jest-preset-angular/setup-jest imports (#33899)
  • core: add NX_DEFAULT_OUTPUT_STYLE env var (#33493, #27490)
  • core: add CnwError class for typed error handling in create-nx-workspace (#33839)
  • core: add hints and status messages to the tui (#33838)
  • js: add option for using tsgo compiler when inferring build and typecheck tasks (#33821, #32591)
  • js: improve SWC compilation error logging (#33297)
  • misc: support prettier v3 (#33898, #30801)
  • nx-plugin: allow customizing the location of the companion E2E project (#32073, #32069)
  • rspack: add support for cssFilename config #32498 (#32506, #32498)
  • testing: add option to playwright preset to open html report (#31282)
  • webpack: add support for merging externals to NxAppWebpackPlugin (#33833)

🩹 Fixes

  • angular: process only the in progress entry points in ng-packagr-lite's write bundles transform function (#33784, #3172, #33560)
  • angular: collect known tsconfig files from non-buildable angular libraries in migration (#33834, #33705)
  • angular: improve error message when using esbuild-based build targets and generating cypress ct (#33846, #33329)
  • angular: install compatible vitest version for angular projects (#33858, #33770)
  • angular: ensure jest and jest-preset-angular are updated correctly for angular v21 (#33896)
  • bundling: correct project path for createTmpTsConfig (#31314, #31522)
  • core: optimize pnpm lockfile parsing with pre-built indexes (#33750, #32669, #32254, #33751)
  • core: share visited Set across affected graph traversal (#33756, #32265)
  • core: set max listeners for process in task orchestrator (#33596, #32439)
  • core: exit with error when generator prompts fail (#33691)
  • core: fix record stat on initial CNW call (#33783)
  • core: ensure terminalOutput is always a string in task results (#33782, #32675)
  • core: improve node creation for pnpm parser (#33788)
  • core: add pnpm/yarn support for CNW templates (#33827)
  • core: swc register base url missing when using tsgo (#33332)
  • core: pass more error detail for CNW (#33844)
  • core: create all tables upfront when creating the database (#33843)
  • core: improve performance of buildExplicitPackageJsonDependencies (#33791)

... (truncated)

Commits
  • 16ba3ad fix(core): ensure no tui on single tasks (#33910)
  • 6f85b83 cleanup(repo): format all files (#33902)
  • e377767 fix(core): invalidate sync generator cache on file changes and use up-to-date...
  • 99d226f fix(core): improve database initialization error handling (#33820)
  • 6f78300 feat(core): add hints and status messages to the tui (#33838)
  • 62c13c5 feat(misc): support prettier v3 (#33898)
  • c29834c fix(angular): ensure jest and jest-preset-angular are updated correctly for a...
  • 8d5ca12 fix(graph): serve full project graph when navigating from PDV (#33897)
  • ffc5f69 docs(core): document argv in task execution hook contexts (#33322)
  • 035e0fd fix(core): prevent pinning the same task in multiple panes in the tui (#33863)
  • Additional commits viewable in compare view

Updates storybook from 10.1.7 to 10.1.10

Release notes

Sourced from storybook's releases.

v10.1.10

10.1.10

v10.1.9

10.1.9

v10.1.8

10.1.8

Changelog

Sourced from storybook's changelog.

10.1.10

10.1.9

10.1.8

Commits
  • cf9d347 Bump version from "10.1.9" to "10.1.10" [skip ci]
  • e0c2fec Merge pull request #33383 from storybookjs/jeppe/fix-env-var-2
  • 1de75c4 Bump version from "10.1.8" to "10.1.9" [skip ci]
  • 936e44f Merge pull request #33356 from storybookjs/valentin/telemetry-instance-of-check
  • 7cd0cbc Bump version from "10.1.7" to "10.1.8" [skip ci]
  • See full diff in compare view

Updates nx from 22.2.1 to 22.3.1

Release notes

Sourced from nx's releases.

22.3.1 (2025-12-18)

🩹 Fixes

  • core: ensure no tui on single tasks (#33910)
  • dotnet: fix dependency graph for multi-targeting and transitive deps (#33908, #33653, #33397)

❤️ Thank You

22.3.0 (2025-12-17)

🚀 Features

  • angular: support angular v21 (#33378)
  • angular: add migration to set isolateModules: true to jest tsconfig files (#33889)
  • angular: add migration to replace jest-preset-angular/setup-jest imports (#33899)
  • core: add NX_DEFAULT_OUTPUT_STYLE env var (#33493, #27490)
  • core: add CnwError class for typed error handling in create-nx-workspace (#33839)
  • core: add hints and status messages to the tui (#33838)
  • js: add option for using tsgo compiler when inferring build and typecheck tasks (#33821, #32591)
  • js: improve SWC compilation error logging (#33297)
  • misc: support prettier v3 (#33898, #30801)
  • nx-plugin: allow customizing the location of the companion E2E project (#32073, #32069)
  • rspack: add support for cssFilename config #32498 (#32506, #32498)
  • testing: add option to playwright preset to open html report (#31282)
  • webpack: add support for merging externals to NxAppWebpackPlugin (#33833)

🩹 Fixes

  • angular: process only the in progress entry points in ng-packagr-lite's write bundles transform function (#33784, #3172, #33560)
  • angular: collect known tsconfig files from non-buildable angular libraries in migration (#33834, #33705)
  • angular: improve error message when using esbuild-based build targets and generating cypress ct (#33846, #33329)
  • angular: install compatible vitest version for angular projects (#33858, #33770)
  • angular: ensure jest and jest-preset-angular are updated correctly for angular v21 (#33896)
  • bundling: correct project path for createTmpTsConfig (#31314, #31522)
  • core: optimize pnpm lockfile parsing with pre-built indexes (#33750, #32669, #32254, #33751)
  • core: share visited Set across affected graph traversal (#33756, #32265)
  • core: set max listeners for process in task orchestrator (#33596, #32439)
  • core: exit with error when generator prompts fail (#33691)
  • core: fix record stat on initial CNW call (#33783)
  • core: ensure terminalOutput is always a string in task results (#33782, #32675)
  • core: improve node creation for pnpm parser (#33788)
  • core: add pnpm/yarn support for CNW templates (#33827)
  • core: swc register base url missing when using tsgo (#33332)
  • core: pass more error detail for CNW (#33844)
  • core: create all tables upfront when creating the database (#33843)
  • core: improve performance of buildExplicitPackageJsonDependencies (#33791)

... (truncated)

Commits
  • 16ba3ad fix(core): ensure no tui on single tasks (#33910)
  • 6f85b83 cleanup(repo): format all files (#33902)
  • e377767 fix(core): invalidate sync generator cache on file changes and use up-to-date...
  • 99d226f fix(core): improve database initialization error handling (#33820)
  • 6f78300 feat(core): add hints and status messages to the tui (#33838)
  • 62c13c5 feat(misc): support prettier v3 (#33898)
  • c29834c fix(angular): ensure jest and jest-preset-angular are updated correctly for a...
  • 8d5ca12 fix(graph): serve full project graph when navigating from PDV (#33897)
  • ffc5f69 docs(core): document argv in task execution hook contexts (#33322)
  • 035e0fd fix(core): prevent pinning the same task in multiple panes in the tui (#33863)
  • Additional commits viewable in compare view

Updates storybook from 10.1.7 to 10.1.10

Release notes

Sourced from storybook's releases.

v10.1.10

10.1.10

v10.1.9

10.1.9

v10.1.8

10.1.8

Changelog

Sourced from storybook's changelog.

10.1.10

10.1.9

10.1.8

Commits
  • cf9d347 Bump version from "10.1.9" to "10.1.10" [skip ci]
  • e0c2fec Merge pull request #33383 from storybookjs/jeppe/fix-env-var-2
  • 1de75c4 Bump version from "10.1.8" to "10.1.9" [skip ci]
  • 936e44f Merge pull request #33356 from storybookjs/valentin/telemetry-instance-of-check
  • 7cd0cbc Bump version from "10.1.7" to "10.1.8" [skip ci]
  • See full diff in compare view

Updates nx from 22.2.1 to 22.3.1

Release notes

Sourced from nx's releases.

22.3.1 (2025-12-18)

🩹 Fixes

  • core: ensure no tui on single tasks (#33910)
  • dotnet: fix dependency graph for multi-targeting and transitive deps (#33908, #33653, #33397)

❤️ Thank You

22.3.0 (2025-12-17)

🚀 Features

  • angular: support angular v21 (#33378)
  • angular: add migration to set isolateModules: true to jest tsconfig files (#33889)
  • angular: add migration to replace jest-preset-angular/setup-jest imports (#33899)
  • core: add NX_DEFAULT_OUTPUT_STYLE env var (#33493, #27490)
  • core: add CnwError class for typed error handling in create-nx-workspace (#33839)
  • core: add hints and status messages to the tui (#33838)
  • js: add option for using tsgo compiler when inferring build and typecheck tasks (#33821, #32591)
  • js: improve SWC compilation error logging (#33297)
  • misc: support prettier v3 (#33898, #30801)
  • nx-plugin: allow customizing the location of the companion E2E project (#32073, #32069)
  • rspack: add support for cssFilename config #32498 (#32506, #32498)
  • testing: add option to playwright preset to open html report (#31282)
  • webpack: add support for merging externals to NxAppWebpackPlugin (#33833)

🩹 Fixes

  • angular: process only the in progress entry points in ng-packagr-lite's write bundles transform function (#33784, #3172, #33560)
  • angular: collect known tsconfig files from non-buildable angular libraries in migration (#33834, #33705)
  • angular: improve error message when using esbuild-based build targets and generating cypress ct (#33846, #33329)
  • angular: install compatible vitest version for angular projects (#33858, #33770)
  • angular: ensure jest and jest-preset-angular are updated correctly for angular v21 (#33896)
  • bundling: correct project path for createTmpTsConfig (#31314, #31522)
  • core: optimize pnpm lockfile parsing with pre-built indexes (#33750, #32669, #32254, #33751)
  • core: share visited Set across affected graph traversal (#33756, #32265)
  • core: set max listeners for process in task orchestrator (#33596, #32439)
  • core: exit with error when generator prompts fail (#33691)
  • core: fix record stat on initial CNW call (#33783)
  • core: ensure terminalOutput is always a string in task results (#33782, #32675)
  • core: improve node creation for pnpm parser (#33788)
  • core: add pnpm/yarn support for CNW templates (#33827)
  • core: swc register base url missing when using tsgo (#33332)
  • core: pass more error detail for CNW (#33844)
  • core: create all tables upfront when creating the database (#33843)
  • core: improve performance of buildExplicitPackageJsonDependencies (#33791)

... (truncated)

Commits
  • 16ba3ad fix(core): ensure no tui on single tasks (#33910)
  • 6f85b83 cleanup(repo): format all files (#33902)
  • e377767 fix(core): invalidate sync generator cache on file changes and use up-to-date...
  • 99d226f fix(core): improve database initialization error handling (#33820)
  • 6f78300 feat(core): add hints and status messages to the tui (#33838)
  • 62c13c5 feat(misc): support prettier v3 (#33898)
  • c29834c fix(angular): ensure jest and jest-preset-angular are updated correctly for a...
  • 8d5ca12 fix(graph): serve full project graph when navigating from PDV (#33897)
  • ffc5f69 docs(core): document argv in task execution hook contexts (#33322)
  • 035e0fd fix(core): prevent pinning the same task in multiple panes in the tui (#33863)
  • Additional commits viewable in compare view

Updates storybook from 10.1.7 to 10.1.10

Release notes

Sourced from storybook's releases.

v10.1.10

10.1.10

v10.1.9

10.1.9

v10.1.8

10.1.8

Changelog

Sourced from storybook's changelog.

10.1.10

10.1.9

10.1.8

Commits
  • cf9d347 Bump version from "10.1.9" to "10.1.10" [skip ci]
  • e0c2fec Merge pull request #33383 from storybookjs/jeppe/fix-env-var-2
  • 1de75c4 Bump version from "10.1.8" to "10.1.9" [skip ci]
  • 936e44f Merge pull request #33356 from storybookjs/valentin/telemetry-instance-of-check
  • 7cd0cbc Bump version from "10.1.7" to "10.1.8" [skip ci]
  • See full diff in compare view

Updates nx from 22.2.1 to 22.3.1

Release notes

Sourced from nx's releases.

22.3.1 (2025-12-18)

🩹 Fixes

  • core: ensure no tui on single tasks (#33910)
  • dotnet: fix dependency graph for multi-targeting and transitive deps (#33908, #33653, #33397)

❤️ Thank You

22.3.0 (2025-12-17)

🚀 Features

  • angular: support angular v21 (#33378)
  • angular: add migration to set isolateModules: true to jest tsconfig files (#33889)
  • angular: add migration to replace jest-preset-angular/setup-jest imports (#33899)
  • core: add NX_DEFAULT_OUTPUT_STYLE env var (#33493, #27490)
  • core: add CnwError class for typed error handling in create-nx-workspace (#33839)
  • core: add hints and status messages to the tui (#33838)
  • js: add option for using tsgo compiler when inferring build and typecheck tasks (#33821, #32591)
  • js: improve SWC compilation error logging (#33297)
  • misc: support prettier v3 (#33898, #30801)
  • nx-plugin: allow customizing the location of the companion E2E project (#32073, #32069)
  • rspack: add support for cssFilename config #32498 (#32506, #32498)
  • testing: add option to playwright preset to open html report (#31282)
  • webpack: add support for merging externals to NxAppWebpackPlugin (#33833)

🩹 Fixes

  • angular: process only the in progress entry points in ng-packagr-lite's write bundles transform function (#33784, #3172, #33560)
  • angular: collect known tsconfig files from non-buildable angular libraries in migration (#33834, #33705)
  • angular: improve error message when using esbuild-based build targets and generating cypress ct (#33846, #33329)
  • angular: install compatible vitest version for angular projects (#33858, #33770)
  • angular: ensure jest and jest-preset-angular are updated correctly for angular v21 (#33896)
  • bundling: correct project path for createTmpTsConfig (#31314, #31522)
  • core: optimize pnpm lockfile parsing with pre-built indexes (#33750, #32669, #32254, #33751)
  • core: share visited Set across affected graph traversal (#33756, #32265)
  • core: set max listeners for process in task orchestrator (#33596, #32439)
  • core: exit with error when generator prompts fail (#33691)
  • core: fix record stat on initial CNW call (#33783)
  • core: ensure terminalOutput is always a string in task results (#33782, #32675)
  • core: improve node creation for pnpm parser (#33788)
  • core: add pnpm/yarn support for CNW templates (#33827)
  • core: swc register base url missing when using tsgo (#33332)
  • core: pass more error detail for CNW (#33844)
  • core: create all tables upfront when creating the database (#33843)
  • core: improve performance of buildExplicitPackageJsonDependencies (#33791)

... (truncated)

Commits
  • 16ba3ad fix(core): ensure no tui on single tasks (#33910)
  • 6f85b83 cleanup(repo): format all files (#33902)
  • e377767 fix(core): invalidate sync generator cache on file changes and use up-to-date...
  • 99d226f fix(core): improve database initialization error handling (#33820)
  • 6f78300 feat(core): add hints and status messages to the tui (#33838)
  • 62c13c5 feat(misc): support prettier v3 (#33898)
  • c29834c fix(angular): ensure jest and jest-preset-angular are updated correctly for a...
  • 8d5ca12 fix(graph): serve full project graph when navigating from PDV (#33897)
  • ffc5f69 docs(core): document argv in task execution hook contexts (#33322)
  • 035e0fd fix(core): prevent pinning the same task in multiple panes in the tui (#33863)
  • Additional commits viewable in compare view

Updates storybook from 10.1.7 to 10.1.10

Release notes

Sourced from storybook's releases.

v10.1.10

10.1.10

v10.1.9

10.1.9

v10.1.8

10.1.8

Changelog

Sourced from storybook's changelog.

10.1.10

10.1.9

10.1.8

Commits
  • cf9d347 Bump version from "10.1.9" to "10.1.10" [skip ci]
  • e0c2fec Merge pull request #33383 from storybookjs/jeppe/fix-env-var-2
  • 1de75c4 Bump version from "10.1.8" to "10.1.9" [skip ci]
  • 936e44f Merge pull request #33356 from storybookjs/valentin/telemetry-instance-of-check
  • 7cd0cbc Bump version from "10.1.7" to "10.1.8" [skip ci]
  • See full diff in compare view

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

…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.2.1 to 22.3.1
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.3.1/packages/nx)

Updates `storybook` from 10.1.7 to 10.1.10
- [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.10/code/core)

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

Updates `storybook` from 10.1.7 to 10.1.10
- [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.10/code/core)

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

Updates `storybook` from 10.1.7 to 10.1.10
- [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.10/code/core)

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

Updates `storybook` from 10.1.7 to 10.1.10
- [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.10/code/core)

---
updated-dependencies:
- dependency-name: nx
  dependency-version: 22.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: storybook
  dependency-version: 10.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: nx
  dependency-version: 22.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: storybook
  dependency-version: 10.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: nx
  dependency-version: 22.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: storybook
  dependency-version: 10.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: nx
  dependency-version: 22.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: storybook
  dependency-version: 10.1.10
  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 19, 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 19, 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 19, 2025

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #378   +/-   ##
=========================================
  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 67f38c1 into main Dec 19, 2025
67 checks passed
@neilime neilime deleted the dependabot/npm_and_yarn/tests/npm/npm-dependencies-125f9ac7ca branch December 19, 2025 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants