Skip to content

build(deps-dev): Bump the npm-development-dependencies group across 1 directory with 16 updates#299

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm-development-dependencies-20eb8f5483
Closed

build(deps-dev): Bump the npm-development-dependencies group across 1 directory with 16 updates#299
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm-development-dependencies-20eb8f5483

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2026

Bumps the npm-development-dependencies group with 16 updates in the / directory:

Package From To
@nx/eslint 22.6.0 22.6.2
@nx/eslint-plugin 22.6.0 22.6.2
@nx/js 22.6.0 22.6.2
@nx/vite 22.6.0 22.6.2
@nx/web 22.6.0 22.6.2
@swc/core 1.15.18 1.15.21
@swc/helpers 0.5.19 0.5.20
@typescript-eslint/parser 8.57.1 8.57.2
@vitest/coverage-v8 4.1.0 4.1.2
@vitest/ui 4.1.0 4.1.2
eslint 10.0.3 10.1.0
nx 22.6.0 22.6.2
typescript 5.9.3 6.0.2
typescript-eslint 8.57.1 8.57.2
vite 8.0.1 8.0.3
vitest 4.1.0 4.1.2

Updates @nx/eslint from 22.6.0 to 22.6.2

Release notes

Sourced from @​nx/eslint's releases.

22.6.2 (2026-03-26)

🚀 Features

  • core: auto-open browser for Cloud setup URL during create-nx-workspace (#35014)
  • repo: add nx-labs repo target and use glob pattern for update-all-repos (#34999)

🩹 Fixes

  • angular: update duplicate migration keys (#34961)
  • angular-rspack: ensure rebuild chunks emitted summary accurate (#34979, #34936)
  • bundling: disable swc input source map resolution (#35010, #32671)
  • core: split-target should handle projects with colons in name better (#34725)
  • core: prevent TUI crash when task output arrives after completion (#34785, #34677)
  • core: respect --parallel limit for discrete task concurrency (#34721, #34117, #31494)
  • core: use scroll-offset-based scrollbar positioning in TUI (#34689)
  • core: skip import-equals namespace aliases in native scanner (#34947, #34644)
  • core: include command name on all telemetry events (#34949)
  • core: skip workspace context setup when global bin hands off to local (#34953, #34914)
  • core: use upsert to prevent FK constraint violations in task DB (#34977)
  • core: runtime inputs shouldn't be cached at task_hasher layer and filesets should be in the hash_plans layer (#34971, #30170)
  • core: show better log message when isolated plugin shuts down after hook completion (#34922)
  • core: handle owners and conformance project refs on move/remove (#34815)
  • core: resolve published nx migrate package resolution (#35013, #34111)
  • core: prevent batch executor error on prematurely completed tasks (#35015)
  • core: add timeouts to GitHub push flow to prevent CLI hangs (#35011, #34482)
  • devkit: prevent double install in generators for TS solution workspaces (#34891)
  • devkit: add startTime and endTime to TaskResult interface (#34996)
  • gradle: ignore test enums when atomizing (#34974)
  • js: pass configName to typecheck command in TS plugin (#34989, #34274)
  • js: add input on .d.ts files within dependency projects (#34968)
  • linter: prepend framework configs before baseConfig in flat config generation (#34898, #28381, #32923)
  • misc: make webinar banner theme-aware with light mode support (#35029)
  • module-federation: enable ESM output for Angular rspack MF plugin (#34839, #34584, #33992)
  • nx-cloud: remove invalid images (#34997, #34970)
  • nx-dev: build nx-dev in-place to fix ai package resolution (#34730, #34669)
  • nx-dev: improve docs search ranking and metrics (#34992)
  • release: fall back to gh user search for author usernames (#34904)
  • repo: skip flaky Cypress HMR e2e tests (#34969)
  • repo: resolve FreeBSD build disk space issue (#35030)
  • vite: add support for Vite 8 (#34850, #34849)
  • vitest: resolve addPlugin default in init generator (#34990)

❤️ Thank You

... (truncated)

Commits
  • dbd2ace fix(linter): prepend framework configs before baseConfig in flat config gener...
  • fae1dd4 fix(linter): use root config to determine ESLint class in plugin (#34900)
  • b269f95 fix(linter): convert project-level eslint configs and log when skipped (#34899)
  • ea5810e fix(linter): use native nx.configs in convert-to-flat-config for Nx plugins (...
  • See full diff in compare view

Updates @nx/eslint-plugin from 22.6.0 to 22.6.2

Release notes

Sourced from @​nx/eslint-plugin's releases.

22.6.2 (2026-03-26)

🚀 Features

  • core: auto-open browser for Cloud setup URL during create-nx-workspace (#35014)
  • repo: add nx-labs repo target and use glob pattern for update-all-repos (#34999)

🩹 Fixes

  • angular: update duplicate migration keys (#34961)
  • angular-rspack: ensure rebuild chunks emitted summary accurate (#34979, #34936)
  • bundling: disable swc input source map resolution (#35010, #32671)
  • core: split-target should handle projects with colons in name better (#34725)
  • core: prevent TUI crash when task output arrives after completion (#34785, #34677)
  • core: respect --parallel limit for discrete task concurrency (#34721, #34117, #31494)
  • core: use scroll-offset-based scrollbar positioning in TUI (#34689)
  • core: skip import-equals namespace aliases in native scanner (#34947, #34644)
  • core: include command name on all telemetry events (#34949)
  • core: skip workspace context setup when global bin hands off to local (#34953, #34914)
  • core: use upsert to prevent FK constraint violations in task DB (#34977)
  • core: runtime inputs shouldn't be cached at task_hasher layer and filesets should be in the hash_plans layer (#34971, #30170)
  • core: show better log message when isolated plugin shuts down after hook completion (#34922)
  • core: handle owners and conformance project refs on move/remove (#34815)
  • core: resolve published nx migrate package resolution (#35013, #34111)
  • core: prevent batch executor error on prematurely completed tasks (#35015)
  • core: add timeouts to GitHub push flow to prevent CLI hangs (#35011, #34482)
  • devkit: prevent double install in generators for TS solution workspaces (#34891)
  • devkit: add startTime and endTime to TaskResult interface (#34996)
  • gradle: ignore test enums when atomizing (#34974)
  • js: pass configName to typecheck command in TS plugin (#34989, #34274)
  • js: add input on .d.ts files within dependency projects (#34968)
  • linter: prepend framework configs before baseConfig in flat config generation (#34898, #28381, #32923)
  • misc: make webinar banner theme-aware with light mode support (#35029)
  • module-federation: enable ESM output for Angular rspack MF plugin (#34839, #34584, #33992)
  • nx-cloud: remove invalid images (#34997, #34970)
  • nx-dev: build nx-dev in-place to fix ai package resolution (#34730, #34669)
  • nx-dev: improve docs search ranking and metrics (#34992)
  • release: fall back to gh user search for author usernames (#34904)
  • repo: skip flaky Cypress HMR e2e tests (#34969)
  • repo: resolve FreeBSD build disk space issue (#35030)
  • vite: add support for Vite 8 (#34850, #34849)
  • vitest: resolve addPlugin default in init generator (#34990)

❤️ Thank You

... (truncated)

Commits
  • dbd2ace fix(linter): prepend framework configs before baseConfig in flat config gener...
  • 4561de2 fix(linter): detect require() calls in enforce-module-boundaries rule (#34896)
  • See full diff in compare view

Updates @nx/js from 22.6.0 to 22.6.2

Release notes

Sourced from @​nx/js's releases.

22.6.2 (2026-03-26)

🚀 Features

  • core: auto-open browser for Cloud setup URL during create-nx-workspace (#35014)
  • repo: add nx-labs repo target and use glob pattern for update-all-repos (#34999)

🩹 Fixes

  • angular: update duplicate migration keys (#34961)
  • angular-rspack: ensure rebuild chunks emitted summary accurate (#34979, #34936)
  • bundling: disable swc input source map resolution (#35010, #32671)
  • core: split-target should handle projects with colons in name better (#34725)
  • core: prevent TUI crash when task output arrives after completion (#34785, #34677)
  • core: respect --parallel limit for discrete task concurrency (#34721, #34117, #31494)
  • core: use scroll-offset-based scrollbar positioning in TUI (#34689)
  • core: skip import-equals namespace aliases in native scanner (#34947, #34644)
  • core: include command name on all telemetry events (#34949)
  • core: skip workspace context setup when global bin hands off to local (#34953, #34914)
  • core: use upsert to prevent FK constraint violations in task DB (#34977)
  • core: runtime inputs shouldn't be cached at task_hasher layer and filesets should be in the hash_plans layer (#34971, #30170)
  • core: show better log message when isolated plugin shuts down after hook completion (#34922)
  • core: handle owners and conformance project refs on move/remove (#34815)
  • core: resolve published nx migrate package resolution (#35013, #34111)
  • core: prevent batch executor error on prematurely completed tasks (#35015)
  • core: add timeouts to GitHub push flow to prevent CLI hangs (#35011, #34482)
  • devkit: prevent double install in generators for TS solution workspaces (#34891)
  • devkit: add startTime and endTime to TaskResult interface (#34996)
  • gradle: ignore test enums when atomizing (#34974)
  • js: pass configName to typecheck command in TS plugin (#34989, #34274)
  • js: add input on .d.ts files within dependency projects (#34968)
  • linter: prepend framework configs before baseConfig in flat config generation (#34898, #28381, #32923)
  • misc: make webinar banner theme-aware with light mode support (#35029)
  • module-federation: enable ESM output for Angular rspack MF plugin (#34839, #34584, #33992)
  • nx-cloud: remove invalid images (#34997, #34970)
  • nx-dev: build nx-dev in-place to fix ai package resolution (#34730, #34669)
  • nx-dev: improve docs search ranking and metrics (#34992)
  • release: fall back to gh user search for author usernames (#34904)
  • repo: skip flaky Cypress HMR e2e tests (#34969)
  • repo: resolve FreeBSD build disk space issue (#35030)
  • vite: add support for Vite 8 (#34850, #34849)
  • vitest: resolve addPlugin default in init generator (#34990)

❤️ Thank You

... (truncated)

Commits
  • b611b98 fix(js): add input on .d.ts files within dependency projects (#34968)
  • 583335b fix(js): pass configName to typecheck command in TS plugin (#34989)
  • 1fac893 fix(core): set windowsHide: true on all child process spawns (#34894)
  • 9c2b5e2 fix(js): preserve tsconfig fields in typescript plugin cache (#34908)
  • 1c7076d fix(js): normalize cwd path separator in typescript plugin targets (#34911)
  • See full diff in compare view

Updates @nx/vite from 22.6.0 to 22.6.2

Release notes

Sourced from @​nx/vite's releases.

22.6.2 (2026-03-26)

🚀 Features

  • core: auto-open browser for Cloud setup URL during create-nx-workspace (#35014)
  • repo: add nx-labs repo target and use glob pattern for update-all-repos (#34999)

🩹 Fixes

  • angular: update duplicate migration keys (#34961)
  • angular-rspack: ensure rebuild chunks emitted summary accurate (#34979, #34936)
  • bundling: disable swc input source map resolution (#35010, #32671)
  • core: split-target should handle projects with colons in name better (#34725)
  • core: prevent TUI crash when task output arrives after completion (#34785, #34677)
  • core: respect --parallel limit for discrete task concurrency (#34721, #34117, #31494)
  • core: use scroll-offset-based scrollbar positioning in TUI (#34689)
  • core: skip import-equals namespace aliases in native scanner (#34947, #34644)
  • core: include command name on all telemetry events (#34949)
  • core: skip workspace context setup when global bin hands off to local (#34953, #34914)
  • core: use upsert to prevent FK constraint violations in task DB (#34977)
  • core: runtime inputs shouldn't be cached at task_hasher layer and filesets should be in the hash_plans layer (#34971, #30170)
  • core: show better log message when isolated plugin shuts down after hook completion (#34922)
  • core: handle owners and conformance project refs on move/remove (#34815)
  • core: resolve published nx migrate package resolution (#35013, #34111)
  • core: prevent batch executor error on prematurely completed tasks (#35015)
  • core: add timeouts to GitHub push flow to prevent CLI hangs (#35011, #34482)
  • devkit: prevent double install in generators for TS solution workspaces (#34891)
  • devkit: add startTime and endTime to TaskResult interface (#34996)
  • gradle: ignore test enums when atomizing (#34974)
  • js: pass configName to typecheck command in TS plugin (#34989, #34274)
  • js: add input on .d.ts files within dependency projects (#34968)
  • linter: prepend framework configs before baseConfig in flat config generation (#34898, #28381, #32923)
  • misc: make webinar banner theme-aware with light mode support (#35029)
  • module-federation: enable ESM output for Angular rspack MF plugin (#34839, #34584, #33992)
  • nx-cloud: remove invalid images (#34997, #34970)
  • nx-dev: build nx-dev in-place to fix ai package resolution (#34730, #34669)
  • nx-dev: improve docs search ranking and metrics (#34992)
  • release: fall back to gh user search for author usernames (#34904)
  • repo: skip flaky Cypress HMR e2e tests (#34969)
  • repo: resolve FreeBSD build disk space issue (#35030)
  • vite: add support for Vite 8 (#34850, #34849)
  • vitest: resolve addPlugin default in init generator (#34990)

❤️ Thank You

... (truncated)

Commits

Updates @nx/web from 22.6.0 to 22.6.2

Release notes

Sourced from @​nx/web's releases.

22.6.2 (2026-03-26)

🚀 Features

  • core: auto-open browser for Cloud setup URL during create-nx-workspace (#35014)
  • repo: add nx-labs repo target and use glob pattern for update-all-repos (#34999)

🩹 Fixes

  • angular: update duplicate migration keys (#34961)
  • angular-rspack: ensure rebuild chunks emitted summary accurate (#34979, #34936)
  • bundling: disable swc input source map resolution (#35010, #32671)
  • core: split-target should handle projects with colons in name better (#34725)
  • core: prevent TUI crash when task output arrives after completion (#34785, #34677)
  • core: respect --parallel limit for discrete task concurrency (#34721, #34117, #31494)
  • core: use scroll-offset-based scrollbar positioning in TUI (#34689)
  • core: skip import-equals namespace aliases in native scanner (#34947, #34644)
  • core: include command name on all telemetry events (#34949)
  • core: skip workspace context setup when global bin hands off to local (#34953, #34914)
  • core: use upsert to prevent FK constraint violations in task DB (#34977)
  • core: runtime inputs shouldn't be cached at task_hasher layer and filesets should be in the hash_plans layer (#34971, #30170)
  • core: show better log message when isolated plugin shuts down after hook completion (#34922)
  • core: handle owners and conformance project refs on move/remove (#34815)
  • core: resolve published nx migrate package resolution (#35013, #34111)
  • core: prevent batch executor error on prematurely completed tasks (#35015)
  • core: add timeouts to GitHub push flow to prevent CLI hangs (#35011, #34482)
  • devkit: prevent double install in generators for TS solution workspaces (#34891)
  • devkit: add startTime and endTime to TaskResult interface (#34996)
  • gradle: ignore test enums when atomizing (#34974)
  • js: pass configName to typecheck command in TS plugin (#34989, #34274)
  • js: add input on .d.ts files within dependency projects (#34968)
  • linter: prepend framework configs before baseConfig in flat config generation (#34898, #28381, #32923)
  • misc: make webinar banner theme-aware with light mode support (#35029)
  • module-federation: enable ESM output for Angular rspack MF plugin (#34839, #34584, #33992)
  • nx-cloud: remove invalid images (#34997, #34970)
  • nx-dev: build nx-dev in-place to fix ai package resolution (#34730, #34669)
  • nx-dev: improve docs search ranking and metrics (#34992)
  • release: fall back to gh user search for author usernames (#34904)
  • repo: skip flaky Cypress HMR e2e tests (#34969)
  • repo: resolve FreeBSD build disk space issue (#35030)
  • vite: add support for Vite 8 (#34850, #34849)
  • vitest: resolve addPlugin default in init generator (#34990)

❤️ Thank You

... (truncated)

Commits

Updates @swc/core from 1.15.18 to 1.15.21

Changelog

Sourced from @​swc/core's changelog.

[1.15.21] - 2026-03-22

Bug Fixes

  • (cli) Honor externalHelpers=false in rust binary (#11693) (1be052e)

  • (cli) Skip mkdir when --out-file targets the current directory (#11720) (f3f4e51)

  • (es/decorators) Resolve 2022-03 issues #9565/#9078/#9079 and add regressions (#11698) (a025d2b)

  • (es/fixer) Wrap new opt chain (#11618) (fdcd184)

  • (es/flow) Normalize module await bindings for Hermes parity (#11703) (73d8761)

  • (es/minifier) Fix compatibility for Wasm plugin (swc_ast_unknown) (#11641) (abd0e45)

  • (es/module) Preserve explicit index.js import path when baseUrl is set (#11597) (830dbeb)

  • (es/module) Avoid rewriting unknown relative extensions (#11713) (ed09218)

  • (es/regexp) Implement transform-named-capturing-groups-regex (#11642) (f62bfa9)

  • (es/types) Add new options types (#11683) (62eeee1)

  • (malloc) Fallback to system allocator on linux gnu s390x/powerpc (#11606) (e103fac)

  • Update lz4_flex to resolve RUSTSEC-2026-0041 (#11701) (7528507)

Documentation

... (truncated)

Commits
  • a06c4b9 chore: Publish 1.15.21 with swc_core v59.0.1
  • eb169d5 chore: Publish 1.15.21-nightly-20260322.3 with swc_core v59.0.1
  • 4c378f7 chore: Publish 1.15.21-nightly-20260322.2 with swc_core v59.0.1
  • 1cdd010 chore: Publish 1.15.21-nightly-20260322.1 with swc_core v59.0.1
  • de0c918 chore: Publish 1.15.20-nightly-20260302.1 with swc_core v58.0.4
  • f79f31e chore: Publish 1.15.19-nightly-20260302.1 with swc_core v58.0.3
  • 357255d feat(bindings): Add linux ppc64le and s390x support across npm bindings (#11602)
  • See full diff in compare view

Updates @swc/helpers from 0.5.19 to 0.5.20

Commits

Updates @typescript-eslint/parser from 8.57.1 to 8.57.2

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.57.2

8.57.2 (2026-03-23)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] remove dangling closing parenthesis (#11865)
  • eslint-plugin: [array-type] ignore Array and ReadonlyArray without type arguments (#11971)
  • eslint-plugin: [no-restricted-types] flag banned generics in extends or implements (#12120)
  • eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#12125)
  • eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#12125)
  • eslint-plugin: [no-useless-default-assignment] skip reporting false positives for unresolved type parameters (#12127)
  • eslint-plugin: [prefer-readonly-parameter-types] preserve type alias infomation (#11954)
  • typescript-estree: skip createIsolatedProgram fallback for projectService (#12066, #12065)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.57.2 (2026-03-23)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates @vitest/coverage-v8 from 4.1.0 to 4.1.2

Release notes

Sourced from @​vitest/coverage-v8's releases.

v4.1.2

This release bumps Vitest's flatted version and removes version pinning to resolve flatted's CVE related issues (vitest-dev/vitest#9975).

   🐞 Bug Fixes

    View changes on GitHub

v4.1.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • fc6f482 chore: release v4.1.2
  • 1f2d318 chore: release v4.1.1
  • aaf9f18 fix(coverage): simplify provider types (#9931)
  • See full diff in

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 27, 2026
@github-actions
Copy link
Copy Markdown

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

@dependabot dependabot bot changed the title build(deps-dev): Bump the npm-development-dependencies group with 16 updates build(deps-dev): Bump the npm-development-dependencies group across 1 directory with 16 updates Mar 27, 2026
…updates

Bumps the npm-development-dependencies group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint) | `22.6.0` | `22.6.2` |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `22.6.0` | `22.6.2` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `22.6.0` | `22.6.2` |
| [@nx/vite](https://github.com/nrwl/nx/tree/HEAD/packages/vite) | `22.6.0` | `22.6.2` |
| [@nx/web](https://github.com/nrwl/nx/tree/HEAD/packages/web) | `22.6.0` | `22.6.2` |
| [@swc/core](https://github.com/swc-project/swc/tree/HEAD/packages/core) | `1.15.18` | `1.15.21` |
| [@swc/helpers](https://github.com/swc-project/swc/tree/HEAD/packages/helpers) | `0.5.19` | `0.5.20` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.57.1` | `8.57.2` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.0` | `4.1.2` |
| [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `4.1.0` | `4.1.2` |
| [eslint](https://github.com/eslint/eslint) | `10.0.3` | `10.1.0` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `22.6.0` | `22.6.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.57.1` | `8.57.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.1` | `8.0.3` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.0` | `4.1.2` |


Updates `@nx/eslint` from 22.6.0 to 22.6.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.6.2/packages/eslint)

Updates `@nx/eslint-plugin` from 22.6.0 to 22.6.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.6.2/packages/eslint-plugin)

Updates `@nx/js` from 22.6.0 to 22.6.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.6.2/packages/js)

Updates `@nx/vite` from 22.6.0 to 22.6.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.6.2/packages/vite)

Updates `@nx/web` from 22.6.0 to 22.6.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.6.2/packages/web)

Updates `@swc/core` from 1.15.18 to 1.15.21
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/commits/v1.15.21/packages/core)

Updates `@swc/helpers` from 0.5.19 to 0.5.20
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG-CORE.md)
- [Commits](https://github.com/swc-project/swc/commits/HEAD/packages/helpers)

Updates `@typescript-eslint/parser` from 8.57.1 to 8.57.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.2/packages/parser)

Updates `@vitest/coverage-v8` from 4.1.0 to 4.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/coverage-v8)

Updates `@vitest/ui` from 4.1.0 to 4.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/ui)

Updates `eslint` from 10.0.3 to 10.1.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.0.3...v10.1.0)

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

Updates `typescript` from 5.9.3 to 6.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.2)

Updates `typescript-eslint` from 8.57.1 to 8.57.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.2/packages/typescript-eslint)

Updates `vite` from 8.0.1 to 8.0.3
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@8.0.3/packages/vite)

Updates `vitest` from 4.1.0 to 4.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/vitest)

---
updated-dependencies:
- dependency-name: "@nx/eslint"
  dependency-version: 22.6.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development-dependencies
- dependency-name: "@nx/eslint-plugin"
  dependency-version: 22.6.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development-dependencies
- dependency-name: "@nx/js"
  dependency-version: 22.6.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development-dependencies
- dependency-name: "@nx/vite"
  dependency-version: 22.6.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development-dependencies
- dependency-name: "@nx/web"
  dependency-version: 22.6.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development-dependencies
- dependency-name: "@swc/core"
  dependency-version: 1.15.21
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development-dependencies
- dependency-name: "@swc/helpers"
  dependency-version: 0.5.20
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.57.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development-dependencies
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development-dependencies
- dependency-name: "@vitest/ui"
  dependency-version: 4.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development-dependencies
- dependency-name: eslint
  dependency-version: 10.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development-dependencies
- dependency-name: nx
  dependency-version: 22.6.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development-dependencies
- dependency-name: typescript
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-development-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.57.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development-dependencies
- dependency-name: vite
  dependency-version: 8.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development-dependencies
- dependency-name: vitest
  dependency-version: 4.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm-development-dependencies-20eb8f5483 branch from 101dbbb to 7b9d531 Compare March 27, 2026 06:22
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 1, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-development-dependencies-20eb8f5483 branch April 1, 2026 09:53
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.

0 participants