Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2026

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

Updates nx from 22.3.3 to 22.4.1

Release notes

Sourced from nx's releases.

22.4.1 (2026-01-22)

🩹 Fixes

  • core: clean up daemon workspace data directory on nx reset --onl… (#34174)
  • core: move tui to parking lot rwlock to avoid hang (#34187)
  • nx-dev: update broken /launch-nx links (#34192)

❤️ Thank You

22.4.0 (2026-01-21)

🚀 Features

  • angular: support ngrx v21 (#33940)
  • angular: support cypress component testing with zoneless projects (#33941)
  • angular: add support for angular v21.1 (#34057)
  • angular-rspack: add tailwind and postcss config to component stylesheet bundler (#34153)
  • bundling: replace rollup-plugin-postcss with inlined version (#34110)
  • core: add inline-tui view mode (#32718)
  • core: support cwd specific hashes (#33879, #33684)
  • core: allow nx show project to infer project from cwd (#33661, #31055, #43, #33503)
  • core: add OpenCode AI agent detection (#34072)
  • core: add PLUGIN.md files to testing-tools (#34125)
  • core: add A/B testing variant 1 to skip cloud prompt in CNW (#34106)
  • gradle: excludeDependsOn based on provider relationships (#33923)
  • gradle: add env vars to skip gradle and maven plugin computation (#34055)
  • linter: add bulk suppression support for ESLint v9.24.0+ (#32184)
  • linter: add peerDepsVersionStrategy option to dependency-checks (#33417)
  • maven: add batch executor for multi-task Maven execution (#33228)
  • nx-dev: add scroll depth tracking for marketing pages (#34105)
  • react: update react-router and remix versions to address CVEs (#34058)
  • release: add option to opt-out commit scope filter (#33382, #32915)
  • release: special-case 0.x versions for semver bumps (#34031)
  • rspack: add typeCheckOptions, runtimeDependencies, and cache options (#33931)

🩹 Fixes

  • angular: support @angular/cli package update during nx migrate (#33918)
  • angular: only throw "define" error when options.define has keys (#33969, #33964)
  • angular-rspack: handler accumulation and watchOptions for double rebuilds (#34154)
  • angular-rspack: stats serialization and configuration (#34155)
  • core: ensure no tui on single tasks (#33910)
  • core: daemon client reconnection on server restart (#33432)
  • core: fix vitest test runner options for angular in cnw (#33921)
  • core: improve package-json createNode performance (#33960)

... (truncated)

Commits
  • 587659c fix(core): move tui to parking lot rwlock to avoid hang (#34187)
  • d6572f3 fix(core): clean up daemon workspace data directory on nx reset --onl… (#34174)
  • 1b12e1f fix(core): improve TUI task selection and pane focus behavior (#34175)
  • e586896 fix(core): prioritize nx installation path in getNxRequirePaths (#34158)
  • 6bb82c0 fix(core): establish cpu baseline when possible to improve measurement accura...
  • 0137ea2 fix(core): avoid panic when inline tui can't init (#34135)
  • 6754cde fix(core): drain stdin on exit to prevent escape sequence leakage (#34134)
  • 4202f2c fix(core): prevent task hashing when project graph has errors (#34116)
  • 6092966 feat(core): add PLUGIN.md files to testing-tools (#34125)
  • 21d1555 feat(core): add OpenCode AI agent detection (#34072)
  • Additional commits viewable in compare view

Updates prettier from 3.8.0 to 3.8.1

Release notes

Sourced from prettier's releases.

3.8.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.1

diff

Include available printers in plugin type declarations (#18706 by @​porada)

// Input
import * as prettierPluginEstree from "prettier/plugins/estree";
// Prettier 3.8.0
// Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339)
prettierPluginEstree.printers.estree; //=> any
// Prettier 3.8.1
prettierPluginEstree.printers.estree; //=> Printer
prettierPluginEstree.printers["estree-json"]; //=> Printer

Commits

Updates storybook from 10.1.11 to 10.2.0

Release notes

Sourced from storybook's releases.

v10.2.0

10.2.0

Improved UI and story authoring ergonomics

Storybook 10.2 contains hundreds of fixes and improvement including:

  • 💅 New Viewports and Zoom UI
  • 🏭 Typesafe CSF factories for Vue, Angular, Web Components (preview)
  • 📄 MDX support for Storybook MCP (experimental)

... (truncated)

Changelog

Sourced from storybook's changelog.

10.2.0

Improved UI and story authoring ergonomics

Storybook 10.2 contains hundreds of fixes and improvement including:

  • 💅 New Viewports and Zoom UI
  • 🏭 Typesafe CSF factories for Vue, Angular, Web Components (preview)
  • 📄 MDX support for Storybook MCP (experimental)

... (truncated)

Commits
  • a674af8 Bump version from "10.2.0-beta.5" to "10.2.0" [skip ci]
  • 6818f34 Bump version from "10.2.0-beta.4" to "10.2.0-beta.5" [skip ci]
  • a295727 fix linting
  • 8840beb Bump version from "10.2.0-beta.3" to "10.2.0-beta.4" [skip ci]
  • 2336b2e fix test by ignoring typescript incorrect sbType value, the array IS correct,...
  • c91e37c Core: Refactor SBArrayType to hold a single SBType and enhance dummy argument...
  • 6b2b003 Core: Update SBArrayType to support an array of SBType and improve dummy valu...
  • f53c206 Merge branch 'next' into yann/story-creation-docgen-ts-part-2
  • 6ad26fe make improvements and adjust tests
  • f22879a Fix indentation in normalizeArgType function to ensure proper code formatting
  • Additional commits viewable in compare view

Updates nx from 22.3.3 to 22.4.1

Release notes

Sourced from nx's releases.

22.4.1 (2026-01-22)

🩹 Fixes

  • core: clean up daemon workspace data directory on nx reset --onl… (#34174)
  • core: move tui to parking lot rwlock to avoid hang (#34187)
  • nx-dev: update broken /launch-nx links (#34192)

❤️ Thank You

22.4.0 (2026-01-21)

🚀 Features

  • angular: support ngrx v21 (#33940)
  • angular: support cypress component testing with zoneless projects (#33941)
  • angular: add support for angular v21.1 (#34057)
  • angular-rspack: add tailwind and postcss config to component stylesheet bundler (#34153)
  • bundling: replace rollup-plugin-postcss with inlined version (#34110)
  • core: add inline-tui view mode (#32718)
  • core: support cwd specific hashes (#33879, #33684)
  • core: allow nx show project to infer project from cwd (#33661, #31055, #43, #33503)
  • core: add OpenCode AI agent detection (#34072)
  • core: add PLUGIN.md files to testing-tools (#34125)
  • core: add A/B testing variant 1 to skip cloud prompt in CNW (#34106)
  • gradle: excludeDependsOn based on provider relationships (#33923)
  • gradle: add env vars to skip gradle and maven plugin computation (#34055)
  • linter: add bulk suppression support for ESLint v9.24.0+ (#32184)
  • linter: add peerDepsVersionStrategy option to dependency-checks (#33417)
  • maven: add batch executor for multi-task Maven execution (#33228)
  • nx-dev: add scroll depth tracking for marketing pages (#34105)
  • react: update react-router and remix versions to address CVEs (#34058)
  • release: add option to opt-out commit scope filter (#33382, #32915)
  • release: special-case 0.x versions for semver bumps (#34031)
  • rspack: add typeCheckOptions, runtimeDependencies, and cache options (#33931)

🩹 Fixes

  • angular: support @angular/cli package update during nx migrate (#33918)
  • angular: only throw "define" error when options.define has keys (#33969, #33964)
  • angular-rspack: handler accumulation and watchOptions for double rebuilds (#34154)
  • angular-rspack: stats serialization and configuration (#34155)
  • core: ensure no tui on single tasks (#33910)
  • core: daemon client reconnection on server restart (#33432)
  • core: fix vitest test runner options for angular in cnw (#33921)
  • core: improve package-json createNode performance (#33960)

... (truncated)

Commits
  • 587659c fix(core): move tui to parking lot rwlock to avoid hang (#34187)
  • d6572f3 fix(core): clean up daemon workspace data directory on nx reset --onl… (#34174)
  • 1b12e1f fix(core): improve TUI task selection and pane focus behavior (#34175)
  • e586896 fix(core): prioritize nx installation path in getNxRequirePaths (#34158)
  • 6bb82c0 fix(core): establish cpu baseline when possible to improve measurement accura...
  • 0137ea2 fix(core): avoid panic when inline tui can't init (#34135)
  • 6754cde fix(core): drain stdin on exit to prevent escape sequence leakage (#34134)
  • 4202f2c fix(core): prevent task hashing when project graph has errors (#34116)
  • 6092966 feat(core): add PLUGIN.md files to testing-tools (#34125)
  • 21d1555 feat(core): add OpenCode AI agent detection (#34072)
  • Additional commits viewable in compare view

Updates prettier from 3.8.0 to 3.8.1

Release notes

Sourced from prettier's releases.

3.8.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.1

diff

Include available printers in plugin type declarations (#18706 by @​porada)

// Input
import * as prettierPluginEstree from "prettier/plugins/estree";
// Prettier 3.8.0
// Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339)
prettierPluginEstree.printers.estree; //=> any
// Prettier 3.8.1
prettierPluginEstree.printers.estree; //=> Printer
prettierPluginEstree.printers["estree-json"]; //=> Printer

Commits

Updates storybook from 10.1.11 to 10.2.0

Release notes

Sourced from storybook's releases.

v10.2.0

10.2.0

Improved UI and story authoring ergonomics

Storybook 10.2 contains hundreds of fixes and improvement including:

  • 💅 New Viewports and Zoom UI
  • 🏭 Typesafe CSF factories for Vue, Angular, Web Components (preview)
  • 📄 MDX support for Storybook MCP (experimental)

... (truncated)

Changelog

Sourced from storybook's changelog.

10.2.0

Improved UI and story authoring ergonomics

Storybook 10.2 contains hundreds of fixes and improvement including:

  • 💅 New Viewports and Zoom UI
  • 🏭 Typesafe CSF factories for Vue, Angular, Web Components (preview)
  • 📄 MDX support for Storybook MCP (experimental)

... (truncated)

Commits
  • a674af8 Bump version from "10.2.0-beta.5" to "10.2.0" [skip ci]
  • 6818f34 Bump version from "10.2.0-beta.4" to "10.2.0-beta.5" [skip ci]
  • a295727 fix linting
  • 8840beb Bump version from "10.2.0-beta.3" to "10.2.0-beta.4" [skip ci]
  • 2336b2e fix test by ignoring typescript incorrect sbType value, the array IS correct,...
  • c91e37c Core: Refactor SBArrayType to hold a single SBType and enhance dummy argument...

…h 3 updates

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


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

Updates `prettier` from 3.8.0 to 3.8.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.0...3.8.1)

Updates `storybook` from 10.1.11 to 10.2.0
- [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.2.0/code/core)

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

Updates `prettier` from 3.8.0 to 3.8.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.0...3.8.1)

Updates `storybook` from 10.1.11 to 10.2.0
- [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.2.0/code/core)

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

Updates `prettier` from 3.8.0 to 3.8.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.0...3.8.1)

Updates `storybook` from 10.1.11 to 10.2.0
- [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.2.0/code/core)

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

Updates `prettier` from 3.8.0 to 3.8.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.0...3.8.1)

Updates `storybook` from 10.1.11 to 10.2.0
- [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.2.0/code/core)

---
updated-dependencies:
- dependency-name: nx
  dependency-version: 22.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: storybook
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: nx
  dependency-version: 22.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: storybook
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: nx
  dependency-version: 22.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: storybook
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: nx
  dependency-version: 22.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: storybook
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Jan 23, 2026
@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 Jan 23, 2026

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 Jan 23, 2026

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #391   +/-   ##
=========================================
  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 4a03b43 into main Jan 23, 2026
67 checks passed
@neilime neilime deleted the dependabot/npm_and_yarn/tests/npm/npm-dependencies-5873eb2e08 branch January 23, 2026 06:05
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