Skip to content

chore(deps-dev): bump the dev-dependencies group across 1 directory with 50 updates - #3870

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/dev-dependencies-b7c904e009
Open

chore(deps-dev): bump the dev-dependencies group across 1 directory with 50 updates#3870
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/dev-dependencies-b7c904e009

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies group with 50 updates in the / directory:

Package From To
@analogjs/vite-plugin-angular 2.6.1 2.7.0
@analogjs/vitest-angular 2.6.1 2.7.0
@angular-builders/custom-esbuild 22.0.0 22.0.1
@angular-devkit/build-angular 22.1.3 22.1.5
@angular-devkit/core 22.0.3 22.1.5
@angular-devkit/schematics 22.0.3 22.1.5
@angular-eslint/eslint-plugin 21.4.0 22.1.0
@angular-eslint/eslint-plugin-template 21.4.0 22.1.0
@angular-eslint/template-parser 21.4.0 22.1.0
@angular/animations 22.0.2 22.1.3
@angular/build 22.0.3 22.1.5
@angular/common 22.0.2 22.1.3
@angular/compiler 22.0.2 22.1.3
@angular/compiler-cli 22.0.2 22.1.3
@angular/core 22.0.2 22.1.3
@angular/forms 22.0.2 22.1.3
@angular/language-service 22.0.2 22.1.3
@angular/platform-browser 22.0.2 22.1.3
@angular/platform-browser-dynamic 22.0.2 22.1.3
@angular/router 22.0.2 22.1.3
@fortawesome/fontawesome-free 7.2.0 7.3.1
@nx/angular 23.0.0 23.1.1
@nx/eslint 23.0.0 23.1.1
@nx/eslint-plugin 23.0.0 23.1.1
@nx/js 23.0.0 23.1.1
@nx/workspace 23.0.0 23.1.1
@playwright/test 1.61.0 1.62.1
@schematics/angular 22.0.3 22.1.5
@siemens/ngx-datatable 22.4.2 27.0.2
@swc-node/register 1.11.1 1.12.1
@swc/core 1.15.41 1.16.1
@types/node 24.13.2 26.2.0
@typescript-eslint/eslint-plugin 8.61.1 8.67.0
@typescript-eslint/parser 8.61.1 8.67.0
@vitest/coverage-v8 4.1.9 4.1.11
conventional-changelog-cli 4.1.0 5.0.0
electron 41.10.3 43.4.1
eslint 8.57.1 10.8.1
eslint-plugin-playwright 1.6.0 2.11.0
highlight.js 11.11.1 11.12.0
lint-staged 17.0.8 17.3.0
ngx-bootstrap 21.2.0 22.0.0
ngx-highlightjs 10.0.0 14.0.1
npm-run-all2 9.0.2 9.0.3
nx 23.1.0 23.1.1
playwright 1.61.0 1.62.1
prettier 3.8.4 3.9.6
squel 6.3.1 6.5.0
vitest 4.1.9 4.1.11
wait-on 9.0.10 9.1.0

Updates @analogjs/vite-plugin-angular from 2.6.1 to 2.7.0

Release notes

Sourced from @​analogjs/vite-plugin-angular's releases.

v2.7.0

2.7.0 (2026-08-12)

Bug Fixes

  • astro-angular: keep Angular server deps out of the optimizer per environment (#2439) (cde7fc9)
  • router: forward query params to server load requests during SSR (#2480) (ec4e872), closes #2479
  • vite-plugin-angular: await initial compilation in transform (#2474) (30e0293)
  • vite-plugin-angular: clear mapRoot/sourceRoot in Compilation API path (TS5069) (#2451) (bd0007b), closes #2449
  • vite-plugin-angular: fall back to workspaceRoot when resolving tsconfig (#2471) (7d073e3)
  • vite-plugin-angular: give explicit build mode precedence over NODE_ENV (#2475) (4daf0ce)
  • vite-plugin-angular: hash JIT inline style virtual module ids (#2470) (dc2216e), closes #2459
  • vite-plugin-angular: link Angular packages for Astro + Cloudflare (workerd) builds (#2443) (89f4400), closes #2438
  • vite-plugin-angular: preserve vendor sourcemaps when build.sourcemap is enabled (#2477) (0e31e9d)
  • vite-plugin-angular: replace ts-morph with oxc-parser in component resolvers (#2456) (f93c4cc), closes #2455
  • vite-plugin-angular: serve AOT output for oxc-lowered components on rolldown (#2452) (884ce60), closes #2450
  • vitest-angular: skip zone patching when setup re-executes in a reused worker (#2484) (a8cdc2e)

Features

  • docs: add Open Graph image and social card metadata (452739f)
  • nx-plugin: emit AGENTS.md and CLAUDE.md from the app generator (#2465) (28ca452)
  • platform: ship an Agent Plugins v1.0.0 conformant plugin (#2466) (ba7dd54)
  • router: add support for Server Functions (#2433) (d567090), closes #2422
  • router: add support for Streaming SSR (#2419) (572becd)
  • ship agent context for create-analog and the Nx preset (#2448) (b2a0b81)
  • vitest-angular: add errorOnUnknownElements/errorOnUnknownProperties to setupTestBed (#2481) (d22c1b7)

v2.7.0-beta.19

2.7.0-beta.19 (2026-08-11)

Bug Fixes

  • vitest-angular: skip zone patching when setup re-executes in a reused worker (#2484) (a8cdc2e)

v2.7.0-beta.18

2.7.0-beta.18 (2026-08-11)

Bug Fixes

  • vite-plugin-angular: preserve vendor sourcemaps when build.sourcemap is enabled (#2477) (0e31e9d)

v2.7.0-beta.17

2.7.0-beta.17 (2026-08-11)

... (truncated)

Changelog

Sourced from @​analogjs/vite-plugin-angular's changelog.

2.7.0 (2026-08-12)

Bug Fixes

  • astro-angular: keep Angular server deps out of the optimizer per environment (#2439) (cde7fc9)
  • router: forward query params to server load requests during SSR (#2480) (ec4e872), closes #2479
  • vite-plugin-angular: await initial compilation in transform (#2474) (30e0293)
  • vite-plugin-angular: clear mapRoot/sourceRoot in Compilation API path (TS5069) (#2451) (bd0007b), closes #2449
  • vite-plugin-angular: fall back to workspaceRoot when resolving tsconfig (#2471) (7d073e3)
  • vite-plugin-angular: give explicit build mode precedence over NODE_ENV (#2475) (4daf0ce)
  • vite-plugin-angular: hash JIT inline style virtual module ids (#2470) (dc2216e), closes #2459
  • vite-plugin-angular: link Angular packages for Astro + Cloudflare (workerd) builds (#2443) (89f4400), closes #2438
  • vite-plugin-angular: preserve vendor sourcemaps when build.sourcemap is enabled (#2477) (0e31e9d)
  • vite-plugin-angular: replace ts-morph with oxc-parser in component resolvers (#2456) (f93c4cc), closes #2455
  • vite-plugin-angular: serve AOT output for oxc-lowered components on rolldown (#2452) (884ce60), closes #2450
  • vitest-angular: skip zone patching when setup re-executes in a reused worker (#2484) (a8cdc2e)

Features

  • docs: add Open Graph image and social card metadata (452739f)
  • nx-plugin: emit AGENTS.md and CLAUDE.md from the app generator (#2465) (28ca452)
  • platform: ship an Agent Plugins v1.0.0 conformant plugin (#2466) (ba7dd54)
  • router: add support for Server Functions (#2433) (d567090), closes #2422
  • router: add support for Streaming SSR (#2419) (572becd)
  • ship agent context for create-analog and the Nx preset (#2448) (b2a0b81)
  • vitest-angular: add errorOnUnknownElements/errorOnUnknownProperties to setupTestBed (#2481) (d22c1b7)

2.7.0-beta.19 (2026-08-11)

Bug Fixes

  • vitest-angular: skip zone patching when setup re-executes in a reused worker (#2484) (a8cdc2e)

2.7.0-beta.18 (2026-08-11)

Bug Fixes

  • vite-plugin-angular: preserve vendor sourcemaps when build.sourcemap is enabled (#2477) (0e31e9d)

2.7.0-beta.17 (2026-08-11)

Features

  • vitest-angular: add errorOnUnknownElements/errorOnUnknownProperties to setupTestBed (#2481) (d22c1b7)

2.7.0-beta.16 (2026-08-11)

Bug Fixes

  • router: forward query params to server load requests during SSR (#2480) (ec4e872), closes #2479

... (truncated)

Commits
  • 59d3e4e chore: release 2.7.0 [skip ci]
  • 2dd9d4a Merge pull request #2485 from analogjs/beta
  • 4784ab0 chore: release 2.7.0-beta.19 [skip ci]
  • a8cdc2e fix(vitest-angular): skip zone patching when setup re-executes in a reused wo...
  • 6de23d8 chore: release 2.7.0-beta.18 [skip ci]
  • 0e31e9d fix(vite-plugin-angular): preserve vendor sourcemaps when build.sourcemap is ...
  • 634ce40 chore: release 2.7.0-beta.17 [skip ci]
  • d22c1b7 feat(vitest-angular): add errorOnUnknownElements/errorOnUnknownProperties to ...
  • 6a55127 ci: run external PRs tokenless against Nx Cloud (#2482)
  • 24d911f ci: apply PR scope metadata on fork PRs via pull_request_target (#2483)
  • Additional commits viewable in compare view

Updates @analogjs/vitest-angular from 2.6.1 to 2.7.0

Release notes

Sourced from @​analogjs/vitest-angular's releases.

v2.7.0

2.7.0 (2026-08-12)

Bug Fixes

  • astro-angular: keep Angular server deps out of the optimizer per environment (#2439) (cde7fc9)
  • router: forward query params to server load requests during SSR (#2480) (ec4e872), closes #2479
  • vite-plugin-angular: await initial compilation in transform (#2474) (30e0293)
  • vite-plugin-angular: clear mapRoot/sourceRoot in Compilation API path (TS5069) (#2451) (bd0007b), closes #2449
  • vite-plugin-angular: fall back to workspaceRoot when resolving tsconfig (#2471) (7d073e3)
  • vite-plugin-angular: give explicit build mode precedence over NODE_ENV (#2475) (4daf0ce)
  • vite-plugin-angular: hash JIT inline style virtual module ids (#2470) (dc2216e), closes #2459
  • vite-plugin-angular: link Angular packages for Astro + Cloudflare (workerd) builds (#2443) (89f4400), closes #2438
  • vite-plugin-angular: preserve vendor sourcemaps when build.sourcemap is enabled (#2477) (0e31e9d)
  • vite-plugin-angular: replace ts-morph with oxc-parser in component resolvers (#2456) (f93c4cc), closes #2455
  • vite-plugin-angular: serve AOT output for oxc-lowered components on rolldown (#2452) (884ce60), closes #2450
  • vitest-angular: skip zone patching when setup re-executes in a reused worker (#2484) (a8cdc2e)

Features

  • docs: add Open Graph image and social card metadata (452739f)
  • nx-plugin: emit AGENTS.md and CLAUDE.md from the app generator (#2465) (28ca452)
  • platform: ship an Agent Plugins v1.0.0 conformant plugin (#2466) (ba7dd54)
  • router: add support for Server Functions (#2433) (d567090), closes #2422
  • router: add support for Streaming SSR (#2419) (572becd)
  • ship agent context for create-analog and the Nx preset (#2448) (b2a0b81)
  • vitest-angular: add errorOnUnknownElements/errorOnUnknownProperties to setupTestBed (#2481) (d22c1b7)

v2.7.0-beta.19

2.7.0-beta.19 (2026-08-11)

Bug Fixes

  • vitest-angular: skip zone patching when setup re-executes in a reused worker (#2484) (a8cdc2e)

v2.7.0-beta.18

2.7.0-beta.18 (2026-08-11)

Bug Fixes

  • vite-plugin-angular: preserve vendor sourcemaps when build.sourcemap is enabled (#2477) (0e31e9d)

v2.7.0-beta.17

2.7.0-beta.17 (2026-08-11)

... (truncated)

Changelog

Sourced from @​analogjs/vitest-angular's changelog.

2.7.0 (2026-08-12)

Bug Fixes

  • astro-angular: keep Angular server deps out of the optimizer per environment (#2439) (cde7fc9)
  • router: forward query params to server load requests during SSR (#2480) (ec4e872), closes #2479
  • vite-plugin-angular: await initial compilation in transform (#2474) (30e0293)
  • vite-plugin-angular: clear mapRoot/sourceRoot in Compilation API path (TS5069) (#2451) (bd0007b), closes #2449
  • vite-plugin-angular: fall back to workspaceRoot when resolving tsconfig (#2471) (7d073e3)
  • vite-plugin-angular: give explicit build mode precedence over NODE_ENV (#2475) (4daf0ce)
  • vite-plugin-angular: hash JIT inline style virtual module ids (#2470) (dc2216e), closes #2459
  • vite-plugin-angular: link Angular packages for Astro + Cloudflare (workerd) builds (#2443) (89f4400), closes #2438
  • vite-plugin-angular: preserve vendor sourcemaps when build.sourcemap is enabled (#2477) (0e31e9d)
  • vite-plugin-angular: replace ts-morph with oxc-parser in component resolvers (#2456) (f93c4cc), closes #2455
  • vite-plugin-angular: serve AOT output for oxc-lowered components on rolldown (#2452) (884ce60), closes #2450
  • vitest-angular: skip zone patching when setup re-executes in a reused worker (#2484) (a8cdc2e)

Features

  • docs: add Open Graph image and social card metadata (452739f)
  • nx-plugin: emit AGENTS.md and CLAUDE.md from the app generator (#2465) (28ca452)
  • platform: ship an Agent Plugins v1.0.0 conformant plugin (#2466) (ba7dd54)
  • router: add support for Server Functions (#2433) (d567090), closes #2422
  • router: add support for Streaming SSR (#2419) (572becd)
  • ship agent context for create-analog and the Nx preset (#2448) (b2a0b81)
  • vitest-angular: add errorOnUnknownElements/errorOnUnknownProperties to setupTestBed (#2481) (d22c1b7)

2.7.0-beta.19 (2026-08-11)

Bug Fixes

  • vitest-angular: skip zone patching when setup re-executes in a reused worker (#2484) (a8cdc2e)

2.7.0-beta.18 (2026-08-11)

Bug Fixes

  • vite-plugin-angular: preserve vendor sourcemaps when build.sourcemap is enabled (#2477) (0e31e9d)

2.7.0-beta.17 (2026-08-11)

Features

  • vitest-angular: add errorOnUnknownElements/errorOnUnknownProperties to setupTestBed (#2481) (d22c1b7)

2.7.0-beta.16 (2026-08-11)

Bug Fixes

  • router: forward query params to server load requests during SSR (#2480) (ec4e872), closes #2479

... (truncated)

Commits
  • 59d3e4e chore: release 2.7.0 [skip ci]
  • 2dd9d4a Merge pull request #2485 from analogjs/beta
  • 4784ab0 chore: release 2.7.0-beta.19 [skip ci]
  • a8cdc2e fix(vitest-angular): skip zone patching when setup re-executes in a reused wo...
  • 6de23d8 chore: release 2.7.0-beta.18 [skip ci]
  • 0e31e9d fix(vite-plugin-angular): preserve vendor sourcemaps when build.sourcemap is ...
  • 634ce40 chore: release 2.7.0-beta.17 [skip ci]
  • d22c1b7 feat(vitest-angular): add errorOnUnknownElements/errorOnUnknownProperties to ...
  • 6a55127 ci: run external PRs tokenless against Nx Cloud (#2482)
  • 24d911f ci: apply PR scope metadata on fork PRs via pull_request_target (#2483)
  • Additional commits viewable in compare view

Updates @angular-builders/custom-esbuild from 22.0.0 to 22.0.1

Changelog

Sourced from @​angular-builders/custom-esbuild's changelog.

22.0.1 (2026-06-23)

Note: Version bump only for package @​angular-builders/custom-esbuild

22.0.1-beta.1 (2026-06-22)

Note: Version bump only for package @​angular-builders/custom-esbuild

22.0.1-beta.0 (2026-06-18)

Note: Version bump only for package @​angular-builders/custom-esbuild

Commits

Updates @angular-devkit/build-angular from 22.1.3 to 22.1.5

Release notes

Sourced from @​angular-devkit/build-angular's releases.

22.1.5

@​schematics/angular

Commit Description
fix - ba2b0e4c2 transform fail() to expect.fail() in refactor-jasmine-vitest

@​angular/cli

Commit Description
fix - e672271f8 enforce MCP roots in get_best_practices tool
fix - a14916cc4 handle errors from isAllowedWorkspacePath in best-practices tool
fix - d6e1cddff throw on out-of-roots workspace in best-practices tool

@​angular/build

Commit Description
fix - cba72902d correct misleading error message for top-level await
fix - b4679998c disable code splitting for unit test builds
fix - ff1d3565e preserve integrity and crossorigin in autoCsp loader
perf - 1fc1fb05c traverse AST with iterative post-order walker in i18n inliner

22.1.4

@​schematics/angular

Commit Description
fix - d4a48e3ab generate CLAUDE.md for Claude Code instead of AGENTS.md
fix - d451f15b2 import UrlSegment instead of subPath in guard generator

@​angular/cli

Commit Description
fix - 67a29899b disable searching current directory for bare executable names on Windows
fix - 1b0ba5c17 serialize configuration as a single argv token in run_target strategies (#33657)
perf - 9440432d2 avoid eager module loading during global bootstrap

@​angular/build

Commit Description
fix - 46fcb29d6 count statically imported chunks in the initial total
fix - 796b57684 normalize setupFiles paths to POSIX for vitest runner
fix - c805e5cfb prevent syntax corruption for Crockford-style enum IIFE
fix - cc6c17716 prevent syntax corruption in oxc transform
fix - a142f6f83 return direct file contents for non-Angular TypeScript files
fix - 956c6578d return only lowest version per target engine
fix - 689b5b116 set target for Rolldown dependency prebundling in Vite dev server
perf - 70461f6ed avoid encoding the inline source map before remapping
perf - 22cce7563 batch last_accessed updates in sqlite cache store
perf - ab2ed18d5 hash the i18n inline cache key options once per locale
perf - 34516ff73 optimize template string size calculation in server manifest
perf - 712971c37 share i18n translations with the inliner workers by reference
perf - 78f8c5fef use Map for chunk asset size lookups in budget calculator

@​angular/ssr

Commit Description

... (truncated)

Changelog

Sourced from @​angular-devkit/build-angular's changelog.

22.1.5 (2026-08-19)

@​angular/cli

Commit Type Description
e672271f8 fix enforce MCP roots in get_best_practices tool
a14916cc4 fix handle errors from isAllowedWorkspacePath in best-practices tool
d6e1cddff fix throw on out-of-roots workspace in best-practices tool

@​schematics/angular

Commit Type Description
ba2b0e4c2 fix transform fail() to expect.fail() in refactor-jasmine-vitest

@​angular/build

Commit Type Description
cba72902d fix correct misleading error message for top-level await
b4679998c fix disable code splitting for unit test builds
ff1d3565e fix preserve integrity and crossorigin in autoCsp loader
1fc1fb05c perf traverse AST with iterative post-order walker in i18n inliner

22.2.0-next.3 (2026-08-13)

@​angular/cli

Commit Type Description
7106676e6 fix disable searching current directory for bare executable names on Windows
ecf8c0822 fix serialize configuration as a single argv token in run_target strategies (#33657)
2e4dd90c3 perf avoid eager module loading during global bootstrap

@​schematics/angular

Commit Type Description
1161e6c99 fix generate CLAUDE.md for Claude Code instead of AGENTS.md
c536ae364 fix import UrlSegment instead of subPath in guard generator

@​angular/build

Commit Type Description

... (truncated)

Commits
  • 3954730 release: cut the v22.1.5 release
  • 7b7064f build: update dependency listr2 to v11
  • 262562d docs: mention Vitest instead of Karma in README template of schematic library...
  • 712e74e build: lock file maintenance
  • 93d9cff refactor(@​angular-devkit/schematics): add missing comma to reordered componen...
  • 528114c refactor(@​angular-devkit/schematics): add consistent spacing and ordering
  • cba7290 fix(@​angular/build): correct misleading error message for top-level await
  • 0e36040 build: update pnpm to v11.22.0
  • d01d2c6 build: update cross-repo angular dependencies
  • ba2b0e4 fix(@​schematics/angular): transform fail() to expect.fail() in refactor-jasmi...
  • Additional commits viewable in compare view

Updates @angular-devkit/core from 22.0.3 to 22.1.5

Release notes

Sourced from @​angular-devkit/core's releases.

22.1.5

@​schematics/angular

Commit Description
fix - ba2b0e4c2 transform fail() to expect.fail() in refactor-jasmine-vitest

@​angular/cli

Commit Description
fix - e672271f8 enforce MCP roots in get_best_practices tool
fix - a14916cc4 handle errors from isAllowedWorkspacePath in best-practices tool
fix - d6e1cddff throw on out-of-roots workspace in best-practices tool

@​angular/build

Commit Description
fix - cba72902d correct misleading error message for top-level await
fix - b4679998c disable code splitting for unit test builds
fix - ff1d3565e preserve integrity and crossorigin in autoCsp loader
perf - 1fc1fb05c traverse AST with iterative post-order walker in i18n inliner

22.1.4

@​schematics/angular

Commit Description
fix - d4a48e3ab generate CLAUDE.md for Claude Code instead of AGENTS.md
fix - d451f15b2 import UrlSegment instead of subPath in guard generator

@​angular/cli

Commit Description
fix - 67a29899b disable searching current directory for bare executable names on Windows
fix - 1b0ba5c17 serialize configuration as a single argv token in run_target strategies (#33657)
perf - 9440432d2 avoid eager module loading during global bootstrap

@​angular/build

Commit Description
fix - 46fcb29d6 count statically imported chunks in the initial total
fix - 796b57684 normalize setupFiles paths to POSIX for vitest runner
fix - c805e5cfb prevent syntax corruption for Crockford-style enum IIFE
fix - cc6c17716 prevent syntax corruption in oxc transform
fix - a142f6f83 return direct file contents for non-Angular TypeScript files
fix - 956c6578d return only lowest version per target engine
fix - 689b5b116 set target for Rolldown dependency prebundling in Vite dev server
perf - 70461f6ed avoid encoding the inline source map before remapping
perf - 22cce7563 batch last_accessed updates in sqlite cache store
perf - ab2ed18d5 hash the i18n inline cache key options once per locale
perf - 34516ff73 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 Aug 17, 2026
@dependabot dependabot Bot changed the title chore(deps-dev): bump the dev-dependencies group with 50 updates chore(deps-dev): bump the dev-dependencies group across 1 directory with 50 updates Aug 17, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-b7c904e009 branch 3 times, most recently from c7cce85 to 4dd9a16 Compare August 24, 2026 04:56
…ith 50 updates

Bumps the dev-dependencies group with 50 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@analogjs/vite-plugin-angular](https://github.com/analogjs/analog) | `2.6.1` | `2.7.0` |
| [@analogjs/vitest-angular](https://github.com/analogjs/analog) | `2.6.1` | `2.7.0` |
| [@angular-builders/custom-esbuild](https://github.com/just-jeb/angular-builders/tree/HEAD/packages/custom-esbuild) | `22.0.0` | `22.0.1` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `22.1.3` | `22.1.5` |
| [@angular-devkit/core](https://github.com/angular/angular-cli) | `22.0.3` | `22.1.5` |
| [@angular-devkit/schematics](https://github.com/angular/angular-cli) | `22.0.3` | `22.1.5` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `21.4.0` | `22.1.0` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `21.4.0` | `22.1.0` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `21.4.0` | `22.1.0` |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `22.0.2` | `22.1.3` |
| [@angular/build](https://github.com/angular/angular-cli) | `22.0.3` | `22.1.5` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `22.0.2` | `22.1.3` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `22.0.2` | `22.1.3` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `22.0.2` | `22.1.3` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `22.0.2` | `22.1.3` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `22.0.2` | `22.1.3` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `22.0.2` | `22.1.3` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `22.0.2` | `22.1.3` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `22.0.2` | `22.1.3` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `22.0.2` | `22.1.3` |
| [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) | `7.2.0` | `7.3.1` |
| [@nx/angular](https://github.com/nrwl/nx/tree/HEAD/packages/angular) | `23.0.0` | `23.1.1` |
| [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint) | `23.0.0` | `23.1.1` |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `23.0.0` | `23.1.1` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `23.0.0` | `23.1.1` |
| [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `23.0.0` | `23.1.1` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.61.0` | `1.62.1` |
| [@schematics/angular](https://github.com/angular/angular-cli) | `22.0.3` | `22.1.5` |
| [@siemens/ngx-datatable](https://github.com/siemens/ngx-datatable) | `22.4.2` | `27.0.2` |
| [@swc-node/register](https://github.com/swc-project/swc-node) | `1.11.1` | `1.12.1` |
| [@swc/core](https://github.com/swc-project/swc/tree/HEAD/packages/core) | `1.15.41` | `1.16.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.13.2` | `26.2.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.61.1` | `8.67.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.61.1` | `8.67.0` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.9` | `4.1.11` |
| [conventional-changelog-cli](https://github.com/conventional-changelog/conventional-changelog/tree/HEAD/packages/conventional-changelog-cli) | `4.1.0` | `5.0.0` |
| [electron](https://github.com/electron/electron) | `41.10.3` | `43.4.1` |
| [eslint](https://github.com/eslint/eslint) | `8.57.1` | `10.8.1` |
| [eslint-plugin-playwright](https://github.com/mskelton/eslint-plugin-playwright) | `1.6.0` | `2.11.0` |
| [highlight.js](https://github.com/highlightjs/highlight.js) | `11.11.1` | `11.12.0` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `17.0.8` | `17.3.0` |
| [ngx-bootstrap](https://github.com/valor-software/ngx-bootstrap) | `21.2.0` | `22.0.0` |
| [ngx-highlightjs](https://github.com/MurhafSousli/ngx-highlightjs) | `10.0.0` | `14.0.1` |
| [npm-run-all2](https://github.com/bcomnes/npm-run-all2) | `9.0.2` | `9.0.3` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `23.1.0` | `23.1.1` |
| [playwright](https://github.com/microsoft/playwright) | `1.61.0` | `1.62.1` |
| [prettier](https://github.com/prettier/prettier) | `3.8.4` | `3.9.6` |
| [squel](https://github.com/hiddentao/squel) | `6.3.1` | `6.5.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.9` | `4.1.11` |
| [wait-on](https://github.com/jeffbski/wait-on) | `9.0.10` | `9.1.0` |



Updates `@analogjs/vite-plugin-angular` from 2.6.1 to 2.7.0
- [Release notes](https://github.com/analogjs/analog/releases)
- [Changelog](https://github.com/analogjs/analog/blob/beta/CHANGELOG.md)
- [Commits](analogjs/analog@v2.6.1...v2.7.0)

Updates `@analogjs/vitest-angular` from 2.6.1 to 2.7.0
- [Release notes](https://github.com/analogjs/analog/releases)
- [Changelog](https://github.com/analogjs/analog/blob/beta/CHANGELOG.md)
- [Commits](analogjs/analog@v2.6.1...v2.7.0)

Updates `@angular-builders/custom-esbuild` from 22.0.0 to 22.0.1
- [Release notes](https://github.com/just-jeb/angular-builders/releases)
- [Changelog](https://github.com/just-jeb/angular-builders/blob/master/packages/custom-esbuild/CHANGELOG.md)
- [Commits](https://github.com/just-jeb/angular-builders/commits/@angular-builders/custom-esbuild@22.0.1/packages/custom-esbuild)

Updates `@angular-devkit/build-angular` from 22.1.3 to 22.1.5
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@v22.1.3...v22.1.5)

Updates `@angular-devkit/core` from 22.0.3 to 22.1.5
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@v22.0.3...v22.1.5)

Updates `@angular-devkit/schematics` from 22.0.3 to 22.1.5
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@v22.0.3...v22.1.5)

Updates `@angular-eslint/eslint-plugin` from 21.4.0 to 22.1.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v22.1.0/packages/eslint-plugin)

Updates `@angular-eslint/eslint-plugin-template` from 21.4.0 to 22.1.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v22.1.0/packages/eslint-plugin-template)

Updates `@angular-eslint/template-parser` from 21.4.0 to 22.1.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/template-parser/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v22.1.0/packages/template-parser)

Updates `@angular/animations` from 22.0.2 to 22.1.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.3/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.3/packages/animations)

Updates `@angular/build` from 22.0.3 to 22.1.5
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@v22.0.3...v22.1.5)

Updates `@angular/common` from 22.0.2 to 22.1.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.3/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.3/packages/common)

Updates `@angular/compiler` from 22.0.2 to 22.1.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.3/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.3/packages/compiler)

Updates `@angular/compiler-cli` from 22.0.2 to 22.1.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.3/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.3/packages/compiler-cli)

Updates `@angular/core` from 22.0.2 to 22.1.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.3/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.3/packages/core)

Updates `@angular/forms` from 22.0.2 to 22.1.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.3/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.3/packages/forms)

Updates `@angular/language-service` from 22.0.2 to 22.1.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.3/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.3/packages/language-service)

Updates `@angular/platform-browser` from 22.0.2 to 22.1.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.3/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.3/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 22.0.2 to 22.1.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.3/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.3/packages/platform-browser-dynamic)

Updates `@angular/router` from 22.0.2 to 22.1.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.3/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.3/packages/router)

Updates `@fortawesome/fontawesome-free` from 7.2.0 to 7.3.1
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@7.2.0...7.3.1)

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

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

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

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

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

Updates `@playwright/test` from 1.61.0 to 1.62.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.61.0...v1.62.1)

Updates `@schematics/angular` from 22.0.3 to 22.1.5
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@v22.0.3...v22.1.5)

Updates `@siemens/ngx-datatable` from 22.4.2 to 27.0.2
- [Release notes](https://github.com/siemens/ngx-datatable/releases)
- [Changelog](https://github.com/siemens/ngx-datatable/blob/main/CHANGELOG.md)
- [Commits](siemens/ngx-datatable@22.4.2...27.0.2)

Updates `@swc-node/register` from 1.11.1 to 1.12.1
- [Release notes](https://github.com/swc-project/swc-node/releases)
- [Commits](https://github.com/swc-project/swc-node/compare/@swc-node/register@1.11.1...@swc-node/register@1.12.1)

Updates `@swc/core` from 1.15.41 to 1.16.1
- [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.16.1/packages/core)

Updates `@types/node` from 24.13.2 to 26.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 8.61.1 to 8.67.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.67.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.61.1 to 8.67.0
- [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.67.0/packages/parser)

Updates `@vitest/coverage-v8` from 4.1.9 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/coverage-v8)

Updates `conventional-changelog-cli` from 4.1.0 to 5.0.0
- [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases)
- [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/conventional-changelog-cli-v5.0.0/packages/conventional-changelog-cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/conventional-changelog/commits/conventional-changelog-cli-v5.0.0/packages/conventional-changelog-cli)

Updates `electron` from 41.10.3 to 43.4.1
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](electron/electron@v41.10.3...v43.4.1)

Updates `eslint` from 8.57.1 to 10.8.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v8.57.1...v10.8.1)

Updates `eslint-plugin-playwright` from 1.6.0 to 2.11.0
- [Release notes](https://github.com/mskelton/eslint-plugin-playwright/releases)
- [Changelog](https://github.com/mskelton/eslint-plugin-playwright/blob/main/CHANGELOG.md)
- [Commits](mskelton/eslint-plugin-playwright@v1.6.0...v2.11.0)

Updates `highlight.js` from 11.11.1 to 11.12.0
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md)
- [Commits](highlightjs/highlight.js@11.11.1...11.12.0)

Updates `lint-staged` from 17.0.8 to 17.3.0
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v17.0.8...v17.3.0)

Updates `ngx-bootstrap` from 21.2.0 to 22.0.0
- [Release notes](https://github.com/valor-software/ngx-bootstrap/releases)
- [Changelog](https://github.com/valor-software/ngx-bootstrap/blob/development/CHANGELOG.md)
- [Commits](valor-software/ngx-bootstrap@v21.2.0...v22.0.0)

Updates `ngx-highlightjs` from 10.0.0 to 14.0.1
- [Release notes](https://github.com/MurhafSousli/ngx-highlightjs/releases)
- [Changelog](https://github.com/MurhafSousli/ngx-highlightjs/blob/master/CHANGELOG.md)
- [Commits](MurhafSousli/ngx-highlightjs@v10.0.0...v14.0.1)

Updates `npm-run-all2` from 9.0.2 to 9.0.3
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases)
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md)
- [Commits](bcomnes/npm-run-all2@v9.0.2...v9.0.3)

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

Updates `playwright` from 1.61.0 to 1.62.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.61.0...v1.62.1)

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

Updates `squel` from 6.3.1 to 6.5.0
- [Changelog](https://github.com/hiddentao/squel/blob/master/CHANGELOG.md)
- [Commits](hiddentao/squel@v6.3.1...v6.5.0)

Updates `vitest` from 4.1.9 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/vitest)

Updates `wait-on` from 9.0.10 to 9.1.0
- [Release notes](https://github.com/jeffbski/wait-on/releases)
- [Commits](jeffbski/wait-on@v9.0.10...v9.1.0)

---
updated-dependencies:
- dependency-name: "@analogjs/vite-plugin-angular"
  dependency-version: 2.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@analogjs/vitest-angular"
  dependency-version: 2.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@angular-builders/custom-esbuild"
  dependency-version: 22.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@angular-devkit/build-angular"
  dependency-version: 22.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@angular-devkit/core"
  dependency-version: 22.1.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@angular-devkit/schematics"
  dependency-version: 22.1.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@angular-eslint/eslint-plugin"
  dependency-version: 22.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@angular-eslint/eslint-plugin-template"
  dependency-version: 22.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@angular-eslint/template-parser"
  dependency-version: 22.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@angular/animations"
  dependency-version: 22.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@angular/build"
  dependency-version: 22.1.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@angular/common"
  dependency-version: 22.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@angular/compiler"
  dependency-version: 22.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@angular/compiler-cli"
  dependency-version: 22.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@angular/core"
  dependency-version: 22.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@angular/forms"
  dependency-version: 22.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@angular/language-service"
  dependency-version: 22.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@angular/platform-browser"
  dependency-version: 22.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 22.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@angular/router"
  dependency-version: 22.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@fortawesome/fontawesome-free"
  dependency-version: 7.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@nx/angular"
  dependency-version: 23.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@nx/eslint"
  dependency-version: 23.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@nx/eslint-plugin"
  dependency-version: 23.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@nx/js"
  dependency-version: 23.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@nx/workspace"
  dependency-version: 23.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@playwright/test"
  dependency-version: 1.62.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@schematics/angular"
  dependency-version: 22.1.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@siemens/ngx-datatable"
  dependency-version: 27.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@swc-node/register"
  dependency-version: 1.12.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@swc/core"
  dependency-version: 1.15.47
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-version: 26.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.67.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.67.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: conventional-changelog-cli
  dependency-version: 5.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: electron
  dependency-version: 43.4.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: eslint
  dependency-version: 10.8.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-playwright
  dependency-version: 2.11.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: highlight.js
  dependency-version: 11.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: lint-staged
  dependency-version: 17.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: ngx-bootstrap
  dependency-version: 22.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: ngx-highlightjs
  dependency-version: 14.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: npm-run-all2
  dependency-version: 9.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: nx
  dependency-version: 23.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: playwright
  dependency-version: 1.62.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: prettier
  dependency-version: 3.9.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: squel
  dependency-version: 6.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: vitest
  dependency-version: 4.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: wait-on
  dependency-version: 9.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-b7c904e009 branch from 4dd9a16 to fd4ceac Compare August 24, 2026 05:31
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