Skip to content

deps(web): bump the dev-dependencies group across 1 directory with 19 updates#141

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/web/dev-dependencies-f8a4c323e9
Open

deps(web): bump the dev-dependencies group across 1 directory with 19 updates#141
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/web/dev-dependencies-f8a4c323e9

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
@analogjs/vite-plugin-angular 2.2.0 2.2.3
@angular-eslint/builder 21.1.0 21.2.0
@angular-eslint/eslint-plugin 21.1.0 21.2.0
@angular-eslint/eslint-plugin-template 21.1.0 21.2.0
@angular-eslint/schematics 21.1.0 21.2.0
@angular-eslint/template-parser 21.1.0 21.2.0
@tailwindcss/postcss 4.1.18 4.2.0
@testing-library/angular 18.1.1 19.1.0
@typescript-eslint/eslint-plugin 8.51.0 8.56.0
@typescript-eslint/parser 8.51.0 8.56.0
@vitest/coverage-v8 4.0.16 4.0.18
@vitest/ui 4.0.16 4.0.18
autoprefixer 10.4.23 10.4.24
eslint 9.39.2 10.0.1
eslint-plugin-prettier 5.5.4 5.5.5
jsdom 27.4.0 28.1.0
prettier 3.7.4 3.8.1
tailwindcss 4.1.18 4.2.0
vitest 4.0.16 4.0.18

Updates @analogjs/vite-plugin-angular from 2.2.0 to 2.2.3

Release notes

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

v2.2.3

2.2.3 (2026-01-29)

Bug Fixes

  • content: allow retrieving content file resource by slug (#2051) (5ac1013)
  • content: export content loader tokens for custom content list/file (#2050) (e45f189)
  • vite-plugin-nitro: trigger environment builds before server build (#2048) (3dd3755)

v2.2.3-beta.3

2.2.3-beta.3 (2026-01-27)

Bug Fixes

  • content: allow retrieving content file resource by slug (#2051) (5ac1013)

v2.2.3-beta.2

2.2.3-beta.2 (2026-01-27)

Bug Fixes

  • content: export content loader tokens for custom content list/file (#2050) (e45f189)

v2.2.3-beta.1

2.2.3-beta.1 (2026-01-25)

Bug Fixes

  • vite-plugin-nitro: trigger environment builds before server build (#2048) (3dd3755)

v2.2.2

2.2.2 (2026-01-14)

Bug Fixes

  • storybook-angular: use vite config root when angularBuilderContext unavailable (#2033) (76cfb94)

v2.2.2-beta.1

2.2.2-beta.1 (2026-01-08)

Bug Fixes

  • storybook-angular: use vite config root when angularBuilderContext unavailable (#2033) (76cfb94)

... (truncated)

Changelog

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

2.2.3 (2026-01-29)

Bug Fixes

  • content: allow retrieving content file resource by slug (#2051) (5ac1013)
  • content: export content loader tokens for custom content list/file (#2050) (e45f189)
  • vite-plugin-nitro: trigger environment builds before server build (#2048) (3dd3755)

2.2.3-beta.3 (2026-01-27)

Bug Fixes

  • content: allow retrieving content file resource by slug (#2051) (5ac1013)

2.2.3-beta.2 (2026-01-27)

Bug Fixes

  • content: export content loader tokens for custom content list/file (#2050) (e45f189)

2.2.3-beta.1 (2026-01-25)

Bug Fixes

  • vite-plugin-nitro: trigger environment builds before server build (#2048) (3dd3755)

2.2.2 (2026-01-14)

Bug Fixes

  • storybook-angular: use vite config root when angularBuilderContext unavailable (#2033) (76cfb94)

2.2.2-beta.1 (2026-01-08)

Bug Fixes

  • storybook-angular: use vite config root when angularBuilderContext unavailable (#2033) (76cfb94)

2.2.1 (2026-01-05)

Bug Fixes

  • nx-plugin: add @​nx/vite for Nx workspaces (08ba372)
  • nx-plugin: add @​nx/vite to preset packages (0aca507)
  • nx-plugin: skip installing Vitest packages when skipped during migration (#2017) (a573684)
  • storybook-angular: resolve relative styles from project root (#2025) (33e7b6c)
  • vite-plugin-angular: improve compatibility with older TypeScript versions (#2021) (aab2f2a)
  • vite-plugin-angular: process styles in jit mode instead of returning raw output (#2024) (bcb6da9)
  • vitest-angular: ensure setupTestBed defaults merge (#2019) (f36339f)

... (truncated)

Commits
  • 86e840f chore: release 2.2.3 [skip ci]
  • 1df3fe8 Merge pull request #2052 from analogjs/beta
  • e266503 chore: release 2.2.3-beta.3 [skip ci]
  • 5ac1013 fix(content): allow retrieving content file resource by slug (#2051)
  • 67bfc8a chore: release 2.2.3-beta.2 [skip ci]
  • e45f189 fix(content): export content loader tokens for custom content list/file (#2050)
  • 6bcb016 chore: add AGENTS.md for AI-assisted coding
  • 651617a ci: fix analog windows validation check
  • 08ae99c chore: release 2.2.3-beta.1 [skip ci]
  • 3dd3755 fix(vite-plugin-nitro): trigger environment builds before server build (#2048)
  • Additional commits viewable in compare view

Updates @angular-eslint/builder from 21.1.0 to 21.2.0

Release notes

Sourced from @​angular-eslint/builder's releases.

v21.2.0

21.2.0 (2026-01-29)

🚀 Features

  • eslint-plugin: [no-implicit-takeuntil-destroyed] add rule (#2803)
  • eslint-plugin-template: add prefer-class-binding rule to enforce class binding over ngClass (#2827)
  • eslint-plugin-template: support ignore attributes for prefer-static-string-properties rule (#2852)

🩹 Fixes

  • update dependency @​angular/compiler to v21.0.2 (#2828)
  • update dependency @​angular/compiler to v21.0.3 (#2832)
  • update typescript-eslint packages to v8.48.1 (#2813)
  • update dependency eslint to v9.39.2 (#2845)
  • update dependency @​angular/compiler to v21.0.6 (#2844)
  • update typescript-eslint packages to v8.50.1 (#2840)
  • update dependency @​angular/compiler to v21.1.0 (#2862)
  • update dependency @​angular/compiler to v21.1.1 (#2874)
  • eslint-plugin-template: allow autofocus on dialog elements for improved accessibility (#2851)

❤️ Thank You

Changelog

Sourced from @​angular-eslint/builder's changelog.

21.2.0 (2026-01-29)

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

Commits

Updates @angular-eslint/eslint-plugin from 21.1.0 to 21.2.0

Release notes

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

v21.2.0

21.2.0 (2026-01-29)

🚀 Features

  • eslint-plugin: [no-implicit-takeuntil-destroyed] add rule (#2803)
  • eslint-plugin-template: add prefer-class-binding rule to enforce class binding over ngClass (#2827)
  • eslint-plugin-template: support ignore attributes for prefer-static-string-properties rule (#2852)

🩹 Fixes

  • update dependency @​angular/compiler to v21.0.2 (#2828)
  • update dependency @​angular/compiler to v21.0.3 (#2832)
  • update typescript-eslint packages to v8.48.1 (#2813)
  • update dependency eslint to v9.39.2 (#2845)
  • update dependency @​angular/compiler to v21.0.6 (#2844)
  • update typescript-eslint packages to v8.50.1 (#2840)
  • update dependency @​angular/compiler to v21.1.0 (#2862)
  • update dependency @​angular/compiler to v21.1.1 (#2874)
  • eslint-plugin-template: allow autofocus on dialog elements for improved accessibility (#2851)

❤️ Thank You

Changelog

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

21.2.0 (2026-01-29)

🚀 Features

  • eslint-plugin: [no-implicit-takeuntil-destroyed] add rule (#2803)

❤️ Thank You

Commits

Updates @angular-eslint/eslint-plugin-template from 21.1.0 to 21.2.0

Release notes

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

v21.2.0

21.2.0 (2026-01-29)

🚀 Features

  • eslint-plugin: [no-implicit-takeuntil-destroyed] add rule (#2803)
  • eslint-plugin-template: add prefer-class-binding rule to enforce class binding over ngClass (#2827)
  • eslint-plugin-template: support ignore attributes for prefer-static-string-properties rule (#2852)

🩹 Fixes

  • update dependency @​angular/compiler to v21.0.2 (#2828)
  • update dependency @​angular/compiler to v21.0.3 (#2832)
  • update typescript-eslint packages to v8.48.1 (#2813)
  • update dependency eslint to v9.39.2 (#2845)
  • update dependency @​angular/compiler to v21.0.6 (#2844)
  • update typescript-eslint packages to v8.50.1 (#2840)
  • update dependency @​angular/compiler to v21.1.0 (#2862)
  • update dependency @​angular/compiler to v21.1.1 (#2874)
  • eslint-plugin-template: allow autofocus on dialog elements for improved accessibility (#2851)

❤️ Thank You

Changelog

Sourced from @​angular-eslint/eslint-plugin-template's changelog.

21.2.0 (2026-01-29)

🚀 Features

  • eslint-plugin-template: support ignore attributes for prefer-static-string-properties rule (#2852)
  • eslint-plugin-template: add prefer-class-binding rule to enforce class binding over ngClass (#2827)

🩹 Fixes

  • update dependency @​angular/compiler to v21.1.0 (#2862)
  • eslint-plugin-template: allow autofocus on dialog elements for improved accessibility (#2851)

❤️ Thank You

Commits
  • 6fa321d chore(release): publish 21.2.0
  • d49bbe0 fix: update dependency @​angular/compiler to v21.1.0 (#2862)
  • 7cf27eb feat(eslint-plugin-template): support ignore attributes for prefer-static-str...
  • 0cdfc51 fix(eslint-plugin-template): allow autofocus on dialog elements for improved ...
  • 78bd8e3 feat(eslint-plugin-template): add prefer-class-binding rule to enforce class ...
  • See full diff in compare view

Updates @angular-eslint/schematics from 21.1.0 to 21.2.0

Release notes

Sourced from @​angular-eslint/schematics's releases.

v21.2.0

21.2.0 (2026-01-29)

🚀 Features

  • eslint-plugin: [no-implicit-takeuntil-destroyed] add rule (#2803)
  • eslint-plugin-template: add prefer-class-binding rule to enforce class binding over ngClass (#2827)
  • eslint-plugin-template: support ignore attributes for prefer-static-string-properties rule (#2852)

🩹 Fixes

  • update dependency @​angular/compiler to v21.0.2 (#2828)
  • update dependency @​angular/compiler to v21.0.3 (#2832)
  • update typescript-eslint packages to v8.48.1 (#2813)
  • update dependency eslint to v9.39.2 (#2845)
  • update dependency @​angular/compiler to v21.0.6 (#2844)
  • update typescript-eslint packages to v8.50.1 (#2840)
  • update dependency @​angular/compiler to v21.1.0 (#2862)
  • update dependency @​angular/compiler to v21.1.1 (#2874)
  • eslint-plugin-template: allow autofocus on dialog elements for improved accessibility (#2851)

❤️ Thank You

Changelog

Sourced from @​angular-eslint/schematics's changelog.

21.2.0 (2026-01-29)

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

Commits

Updates @angular-eslint/template-parser from 21.1.0 to 21.2.0

Release notes

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

v21.2.0

21.2.0 (2026-01-29)

🚀 Features

  • eslint-plugin: [no-implicit-takeuntil-destroyed] add rule (#2803)
  • eslint-plugin-template: add prefer-class-binding rule to enforce class binding over ngClass (#2827)
  • eslint-plugin-template: support ignore attributes for prefer-static-string-properties rule (#2852)

🩹 Fixes

  • update dependency @​angular/compiler to v21.0.2 (#2828)
  • update dependency @​angular/compiler to v21.0.3 (#2832)
  • update typescript-eslint packages to v8.48.1 (#2813)
  • update dependency eslint to v9.39.2 (#2845)
  • update dependency @​angular/compiler to v21.0.6 (#2844)
  • update typescript-eslint packages to v8.50.1 (#2840)
  • update dependency @​angular/compiler to v21.1.0 (#2862)
  • update dependency @​angular/compiler to v21.1.1 (#2874)
  • eslint-plugin-template: allow autofocus on dialog elements for improved accessibility (#2851)

❤️ Thank You

Changelog

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

21.2.0 (2026-01-29)

🩹 Fixes

  • update dependency @​angular/compiler to v21.1.0 (#2862)
Commits

Updates @tailwindcss/postcss from 4.1.18 to 4.2.0

Release notes

Sourced from @​tailwindcss/postcss's releases.

v4.2.0

Added

  • Add mauve, olive, mist, and taupe color palettes to the default theme (#19627)
  • Add @tailwindcss/webpack package to run Tailwind CSS as a webpack plugin (#19610)
  • Add pbs-* and pbe-* utilities for padding-block-start and padding-block-end (#19601)
  • Add mbs-* and mbe-* utilities for margin-block-start and margin-block-end (#19601)
  • Add scroll-pbs-* and scroll-pbe-* utilities for scroll-padding-block-start and scroll-padding-block-end (#19601)
  • Add scroll-mbs-* and scroll-mbe-* utilities for scroll-margin-block-start and scroll-margin-block-end (#19601)
  • Add border-bs-* and border-be-* utilities for border-block-start and border-block-end (#19601)
  • Add inline-*, min-inline-*, max-inline-* utilities for inline-size, min-inline-size, and max-inline-size (#19612)
  • Add block-*, min-block-*, max-block-* utilities for block-size, min-block-size, and max-block-size (#19612)
  • Add inset-s-*, inset-e-*, inset-bs-*, inset-be-* utilities for inset-inline-start, inset-inline-end, inset-block-start, and inset-block-end (#19613)
  • Add font-features-* utility for font-feature-settings (#19623)

Fixed

  • Prevent double @supports wrapper for color-mix values (#19450)
  • Allow whitespace around @source inline() argument (#19461)
  • Emit comment when source maps are saved to files when using @tailwindcss/cli (#19447)
  • Detect utilities containing capital letters followed by numbers (#19465)
  • Fix class extraction for Rails' strict locals (#19525)
  • Align @utility name validation with Oxide scanner rules (#19524)
  • Fix infinite loop when using @variant inside @custom-variant (#19633)
  • Allow multiples of .25 in aspect-* fractions (e.g. aspect-8.5/11) (#19688)
  • Ensure changes to external files listed via @source trigger a full page reload when using @tailwindcss/vite (#19670)
  • Improve performance of Oxide scanner in bigger projects by reducing file system walks (#19632)
  • Ensure import aliases in Astro v5 work without crashing when using @tailwindcss/vite (#19677)
  • Allow escape characters in @utility names to improve support with formatters such as Biome (#19626)
  • Fix incorrect canonicalization results when canonicalizing multiple times (#19675)
  • Add .jj to default ignored content directories (#19687)

Deprecated

  • Deprecate start-* and end-* utilities in favor of inset-s-* and inset-e-* utilities (#19613)
Changelog

Sourced from @​tailwindcss/postcss's changelog.

[4.2.0] - 2026-02-18

Added

  • Add mauve, olive, mist, and taupe color palettes to the default theme (#19627)
  • Add @tailwindcss/webpack package to run Tailwind CSS as a webpack plugin (#19610)
  • Add pbs-* and pbe-* utilities for padding-block-start and padding-block-end (#19601)
  • Add mbs-* and mbe-* utilities for margin-block-start and margin-block-end (#19601)
  • Add scroll-pbs-* and scroll-pbe-* utilities for scroll-padding-block-start and scroll-padding-block-end (#19601)
  • Add scroll-mbs-* and scroll-mbe-* utilities for scroll-margin-block-start and scroll-margin-block-end (#19601)
  • Add border-bs-* and border-be-* utilities for border-block-start and border-block-end (#19601)
  • Add inline-*, min-inline-*, max-inline-* utilities for inline-size, min-inline-size, and max-inline-size (#19612)
  • Add block-*, min-block-*, max-block-* utilities for block-size, min-block-size, and max-block-size (#19612)
  • Add inset-s-*, inset-e-*, inset-bs-*, inset-be-* utilities for inset-inline-start, inset-inline-end, inset-block-start, and inset-block-end (#19613)
  • Add font-features-* utility for font-feature-settings (#19623)

Fixed

  • Prevent double @supports wrapper for color-mix values (#19450)
  • Allow whitespace around @source inline() argument (#19461)
  • Emit comment when source maps are saved to files when using @tailwindcss/cli (#19447)
  • Detect utilities containing capital letters followed by numbers (#19465)
  • Fix class extraction for Rails' strict locals (#19525)
  • Align @utility name validation with Oxide scanner rules (#19524)
  • Fix infinite loop when using @variant inside @custom-variant (#19633)
  • Allow multiples of .25 in aspect-* fractions (e.g. aspect-8.5/11) (#19688)
  • Ensure changes to external files listed via @source trigger a full page reload when using @tailwindcss/vite (#19670)
  • Improve performance of Oxide scanner in bigger projects by reducing file system walks (#19632)
  • Ensure import aliases in Astro v5 work without crashing when using @tailwindcss/vite (#19677)
  • Allow escape characters in @utility names to improve support with formatters such as Biome (#19626)
  • Fix incorrect canonicalization results when canonicalizing multiple times (#19675)
  • Add .jj to default ignored content directories (#19687)

Deprecated

  • Deprecate start-* and end-* utilities in favor of inset-s-* and inset-e-* utilities (#19613)
Commits

Updates @testing-library/angular from 18.1.1 to 19.1.0

Release notes

Sourced from @​testing-library/angular's releases.

v19.1.0

19.1.0 (2026-02-13)

Features

  • add generic types support for render result queries (#566) (749c94d)

v19.0.0

19.0.0 (2026-01-05)

Bug Fixes

  • update action versions (c29f6b4)
  • update npm and semantic release version (1086cf8)

Features

  • add vitest-utils (0d3d140)
  • update dependency versions on ng-add (961e819)
  • update to Angular 21 (and switch to Vitest) (53d777d)
  • upgrade peer dependency to Angular v21 (c00b4ee)

BREAKING CHANGES

  • The peer dependency of Angular is update to v21

BEFORE:

Peer dependency of Angular 20.

AFTER:

Peer dependency of Angular 21.

v19.0.0-beta.3

19.0.0-beta.3 (2025-12-16)

Bug Fixes

  • update npm and semantic release version (67f29a1)
Commits
  • 749c94d feat: add generic types support for render result queries (#566)
  • f31f4ae docs: update Version compatibility table (#561)
  • c63108f test: resolve skipped tests (#560)
  • 930c439 test: write Jest tests with provideZoneChangeDetection
  • 1086cf8 fix: update npm and semantic release version
  • c29f6b4 fix: update action versions
  • c00b4ee feat: upgrade peer dependency to Angular v21
  • 4e836b1 ci: release via semantic release action
  • 961e819 feat: update dependency versions on ng-add
  • 0d3d140 feat: add vitest-utils
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​testing-library/angular since your current version.


Updates @typescript-eslint/eslint-plugin from 8.51.0 to 8.56.0

Release notes

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

v8.56.0

8.56.0 (2026-02-16)

🚀 Features

🩹 Fixes

  • use parser options from context.languageOptions (#12043)

❤️ Thank You

See GitHub Releases for more information.

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

v8.55.0

8.55.0 (2026-02-09)

🚀 Features

  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#11992)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#11990)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#11966, #12000)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#11984)
  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#11949)
  • typescript-estree: forbid invalid modifier in object expression (#11931)

❤️ Thank You

See GitHub Releases for more information.

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

... (truncated)

Changelog

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

8.56.0 (2026-02-16)

🚀 Features

🩹 Fixes

  • use parser options from context.languageOptions (#12043)

❤️ Thank You

See GitHub Releases for more information.

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

8.55.0 (2026-02-09)

🚀 Features

  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#11992)

🩹 Fixes

  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#11949)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#11984)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#11966, #12000)
  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#11990)

❤️ Thank You

See GitHub Releases for more information.

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

8.54.0 (2026-01-26)

🚀 Features

... (truncated)

Commits
  • 8b8b68f chore(release): publish 8.56.0
  • 68a074f feat: support ESLint v10 (#12057)
  • c0a359d fix: use parser options from context.languageOptions (#12043)
  • fedfe86 chore(release): publish 8.55.0
  • 8a95834 fix(eslint-plugin): [no-useless-default-assignment] reduce param index to ts ...
  • 4ba1e72 fix(eslint-plugin): [no-useless-default-assignment] report unnecessary defaul...
  • a1f8617 feat(utils): deprecate defaultOptions in favor of meta.defaultOptions (#11992)
  • 3f0ce54 fix(eslint-plugin): [no-useless-default-assignment] require strictNullChecks ...
  • 3df0002 fix(eslint-plugin): [no-unused-vars] remove trailing newline when removing en...
  • b931f8c chore: use workspace refs for workspace deps (#12018)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.51.0 to 8.56.0

Release notes

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

v8.56.0

8.56.0 (2026-02-16)

🚀 Features

🩹 Fixes

  • use parser options from context.languageOptions (#12043)

❤️ Thank You

See GitHub Releases for more information.

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

v8.55.0

8.55.0 (2026-02-09)

🚀 Features

  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#11992)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#11990)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#11966, #12000)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#11984)
  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#11949)
  • typescript-estree: forbid invalid modifier in object expression (#11931)

❤️ Thank You

See GitHub Releases for more information.

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

... (truncated)

Changelog

Sourced from

… updates

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

| Package | From | To |
| --- | --- | --- |
| [@analogjs/vite-plugin-angular](https://github.com/analogjs/analog) | `2.2.0` | `2.2.3` |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `21.1.0` | `21.2.0` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `21.1.0` | `21.2.0` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `21.1.0` | `21.2.0` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `21.1.0` | `21.2.0` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `21.1.0` | `21.2.0` |
| [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.1.18` | `4.2.0` |
| [@testing-library/angular](https://github.com/testing-library/angular-testing-library) | `18.1.1` | `19.1.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.51.0` | `8.56.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.51.0` | `8.56.0` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.0.16` | `4.0.18` |
| [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `4.0.16` | `4.0.18` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.23` | `10.4.24` |
| [eslint](https://github.com/eslint/eslint) | `9.39.2` | `10.0.1` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.4` | `5.5.5` |
| [jsdom](https://github.com/jsdom/jsdom) | `27.4.0` | `28.1.0` |
| [prettier](https://github.com/prettier/prettier) | `3.7.4` | `3.8.1` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.1.18` | `4.2.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.16` | `4.0.18` |



Updates `@analogjs/vite-plugin-angular` from 2.2.0 to 2.2.3
- [Release notes](https://github.com/analogjs/analog/releases)
- [Changelog](https://github.com/analogjs/analog/blob/beta/CHANGELOG.md)
- [Commits](analogjs/analog@v2.2.0...v2.2.3)

Updates `@angular-eslint/builder` from 21.1.0 to 21.2.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/builder/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v21.2.0/packages/builder)

Updates `@angular-eslint/eslint-plugin` from 21.1.0 to 21.2.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/v21.2.0/packages/eslint-plugin)

Updates `@angular-eslint/eslint-plugin-template` from 21.1.0 to 21.2.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/v21.2.0/packages/eslint-plugin-template)

Updates `@angular-eslint/schematics` from 21.1.0 to 21.2.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/schematics/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v21.2.0/packages/schematics)

Updates `@angular-eslint/template-parser` from 21.1.0 to 21.2.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/v21.2.0/packages/template-parser)

Updates `@tailwindcss/postcss` from 4.1.18 to 4.2.0
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.0/packages/@tailwindcss-postcss)

Updates `@testing-library/angular` from 18.1.1 to 19.1.0
- [Release notes](https://github.com/testing-library/angular-testing-library/releases)
- [Changelog](https://github.com/testing-library/angular-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/angular-testing-library@v18.1.1...v19.1.0)

Updates `@typescript-eslint/eslint-plugin` from 8.51.0 to 8.56.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.56.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.51.0 to 8.56.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.56.0/packages/parser)

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

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

Updates `autoprefixer` from 10.4.23 to 10.4.24
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.23...10.4.24)

Updates `eslint` from 9.39.2 to 10.0.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.2...v10.0.1)

Updates `eslint-plugin-prettier` from 5.5.4 to 5.5.5
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.5.4...v5.5.5)

Updates `jsdom` from 27.4.0 to 28.1.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@27.4.0...28.1.0)

Updates `prettier` from 3.7.4 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.7.4...3.8.1)

Updates `tailwindcss` from 4.1.18 to 4.2.0
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.0/packages/tailwindcss)

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

---
updated-dependencies:
- dependency-name: "@analogjs/vite-plugin-angular"
  dependency-version: 2.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@angular-eslint/builder"
  dependency-version: 21.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@angular-eslint/eslint-plugin"
  dependency-version: 21.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@angular-eslint/eslint-plugin-template"
  dependency-version: 21.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@angular-eslint/schematics"
  dependency-version: 21.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@angular-eslint/template-parser"
  dependency-version: 21.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@tailwindcss/postcss"
  dependency-version: 4.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@testing-library/angular"
  dependency-version: 19.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.56.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.56.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@vitest/ui"
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: autoprefixer
  dependency-version: 10.4.24
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: eslint
  dependency-version: 10.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: jsdom
  dependency-version: 28.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: tailwindcss
  dependency-version: 4.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: vitest
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 23, 2026

Labels

The following labels could not be found: web. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions
Copy link
Contributor

📊 Benchmark Results

Benchmark Time Throughput

arena

| | 13.107 ns | - |
| | 6.1336 ns | - |
| | 460.59 ns | - |
| | 430.37 ns | - |
| | 598.84 ns | - |
| | 51.191 ns | - |
| | 601.88 ns | - |
| | 77.421 ns | - |
| | | - |
| | | - |
| | 328.46 ns | - |
| | 43.697 ns | - |
| | | - |
| | | - |
| | | - |
| | | - |
| | 52.861 ns | - |
| | 59.355 ns | - |

body

| | 22.780 ns | - |
| | 50.394 ns | - |
| | 14.684 ns | - |
| | 1.2430 ns | - |
| | 36.159 ns | - |
| | 14.715 ns | - |
| | 132.38 ns | - |
| | 83.466 ns | - |
| | 46.421 ns | - |
| | 39.331 ns | - |
| | 43.963 ns | - |
| | 27.863 ns | - |
| | 161.92 ns | - |
| | 1.2432 ns | - |
| | 59.395 ns | - |
| | 34.223 ns | - |
| | 137.14 ns | - |
| | | - |
| | 4.3486 ns | - |
| | 4.3550 ns | - |
| | 4.3528 ns | - |

json

| json_info/library_check | 310.83 ps | - |
| json_serialize/small | 72.071 ns | - |
| json_serialize/medium | 319.53 ns | - |
| json_serialize/large | | - |
| json_deserialize/small | 118.15 ns | - |
| json_deserialize/medium | | - |
| json_deserialize/large | | - |
| json_roundtrip/small | 193.85 ns | - |
| json_roundtrip/medium | | - |
| json_roundtrip/large | | - |
| http_json/request_parse | | - |
| http_json/response_json | 432.65 ns | - |
| http_json/full_cycle | | - |

routing

| | 43.747 ns | - |
| | 110.87 ns | - |
| | 228.00 ns | - |
| | 220.69 ns | - |
| | 132.91 ns | - |
| | 1.6851 ns | - |
| | 311.06 ps | - |
| | 136.42 ns | - |
| | 319.46 ns | - |
| | | - |
| | 196.01 ns | - |
| | 37.051 ns | - |
| | 229.83 ns | - |
| | | - |
| | 71.764 ns | - |
| | 454.38 ns | - |
| | | - |
| routing/match_first/10 | 98.335 ns | - |
| routing/match_middle/10 | 275.78 ns | - |
| routing/match_last/10 | 271.08 ns | - |
| | 194.52 ns | - |
| routing/match_first/50 | 99.673 ns | - |
| routing/match_middle/50 | 846.06 ns | - |
| routing/match_last/50 | 277.81 ns | - |
| | | - |
| routing/match_first/100 | 98.811 ns | - |
| | 688.29 ns | - |
| routing/match_last/100 | 950.84 ns | - |
| | | - |
| routing/match_first/500 | 98.868 ns | - |
| | 640.64 ns | - |
| routing/match_last/500 | 902.64 ns | - |
| | | - |
| | 310.97 ps | - |
| | 41.535 ns | - |
| | 488.93 ns | - |
| | 69.741 ns | - |
| | 128.11 ns | - |
| | 263.06 ns | - |
| | 6.9297 ns | - |
| | 11.238 ns | - |
| | 133.96 ns | - |
| | 152.36 ns | - |
| | 299.65 ns | - |
| | 478.51 ns | - |
| | 951.58 ns | - |
| full_cycle/health_check | 675.53 ns | - |
| | | - |
| | | - |
| | 13.347 ns | - |
| | 12.443 ns | - |
| allocations/vec_small | 10.262 ns | - |
| allocations/vec_large | 23.945 ns | - |
| | 72.181 ns | - |
| | | - |

security

| jwt/sign | 758.40 ns | - |
| jwt/verify | | - |
| jwt/sign_HS256 | 763.22 ns | - |
| jwt/sign_HS384 | | - |
| jwt/sign_HS512 | | - |

simd_parser

| query_string/small/simd | 206.00 ns | - |
| | 203.51 ns | - |
| | 581.37 ns | - |
| | 940.81 ns | - |
| query_string/large/simd | | - |
| | | - |
| url_decode/plain/simd | 25.848 ns | - |
| url_decode/encoded/simd | 70.662 ns | - |
| | 106.01 ns | - |
| | 5.9135 ns | - |
| | 17.011 ns | - |
| | 4.9788 ns | - |
| | 11.816 ns | - |
| | 85.739 ns | - |
| | 89.541 ns | - |
| | 105.45 ns | - |
| path_split/short/simd | 39.124 ns | - |
| path_split/medium/simd | 140.43 ns | - |
| path_split/long/simd | 268.04 ns | - |
| | 147.86 ns | - |
| | 460.06 ns | - |

Summary

  • Commit: 7c92b4e31292af86620cd9a8977c31a5942e1584
  • Branch: 141/merge
  • Runner: Linux

Benchmark run triggered by commit 7c92b4e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants