Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the patch-and-minor-updates group across 1 directory with 26 updates #914

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Bumps the patch-and-minor-updates group with 26 updates in the / directory:

Package From To
@angular/animations 19.1.6 19.2.4
@angular/common 19.1.6 19.2.4
@angular/compiler 19.1.6 19.2.4
@angular/core 19.1.6 19.2.4
@angular/forms 19.1.6 19.2.4
@angular/platform-browser 19.1.6 19.2.4
@angular/platform-browser-dynamic 19.1.6 19.2.4
@angular/router 19.1.6 19.2.4
rxjs 7.8.1 7.8.2
@angular-devkit/build-angular 19.1.7 19.2.5
@angular-eslint/eslint-plugin 19.1.0 19.3.0
@angular-eslint/eslint-plugin-template 19.1.0 19.3.0
@angular-eslint/template-parser 19.1.0 19.3.0
@angular/cli 19.1.7 19.2.5
@angular/compiler-cli 19.1.6 19.2.4
@types/jasmine 5.1.6 5.1.7
@types/node 20.14.10 20.17.29
@typescript-eslint/eslint-plugin 8.24.1 8.29.0
@typescript-eslint/parser 8.24.1 8.29.0
@utrecht/component-library-css 7.1.0 7.1.2
@utrecht/design-tokens 2.5.0 2.5.1
eslint-config-prettier 10.0.1 10.1.1
eslint-plugin-prettier 5.2.3 5.2.5
npm-check-updates 17.1.14 17.1.16
prettier 3.5.1 3.5.3
typescript 5.5.3 5.8.2

Updates @angular/animations from 19.1.6 to 19.2.4

Release notes

Sourced from @​angular/animations's releases.

19.2.4

core

Commit Description
fix - 081f5f5a83f fix used templates are not deleted (#60459)

localize

Commit Description
fix - a2f622d82d6 handle @​angular/build:karma in ng add (#60513)

platform-browser

Commit Description
fix - 8e8ccc79279 ensure platformBrowserTesting includes platformBrowser providers (#60480)

19.2.3

compiler-cli

Commit Description
fix - aa8ea7a5b2 report more accurate diagnostic for invalid import (#60455)

core

Commit Description
fix - 13a8709b2b catch hydration marker with implicit body tag (#60429)
fix - 296aded9da execute timer trigger outside zone (#60392)
fix - 0615ffb4f7 include input name in error message (#60404)

platform-browser-dynamic

Commit Description
fix - 1e06c8e8b6 ensure compiler is loaded before @angular/common (#60458)

upgrade

Commit Description
fix - 9e1a1030c8 handle output emitters when downgrading a component (#60369)

v19.2.2

19.2.2 (2025-03-12)

common

Commit Description
fix - 90a16a1088 support equality function in httpResource (#60026)

compiler

Commit Description
fix - 56b551d273 incorrect spans for template literals (#60323) (#60331)

compiler-cli

Commit Description
fix - 23ca88522b handle transformed classes when generating HMR code (#60298)

core

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

19.2.4 (2025-03-26)

core

Commit Type Description
081f5f5a83f fix fix used templates are not deleted (#60459)

localize

Commit Type Description
a2f622d82d6 fix handle @​angular/build:karma in ng add (#60513)

platform-browser

Commit Type Description
8e8ccc79279 fix ensure platformBrowserTesting includes platformBrowser providers (#60480)

20.0.0-next.3 (2025-03-19)

Breaking Changes

core

    • TestBed.get has been removed. Use TestBed.inject instead.

compiler-cli

Commit Type Description
bec1610da2 feat add extended diagnostic for invalid nullish coalescing (#60279)
1971e57a45 feat support type checking of host bindings (#60267)
29eded6457 fix report more accurate diagnostic for invalid import (#60455)
2d51a203dc fix wrong event name for host listener decorators (#60460)

core

Commit Type Description
22d3f0562c feat add hook for producer creation side effects (#60333)
b154fb3911 feat add support for two-way bindings on dynamically-created components (#60342)
644d9f3bbd feat mark the toSignal API as stable (#60442)
5e209cb560 feat remove TestBed.get (#60414)
b461e06ecb fix catch hydration marker with implicit body tag (#60429)
b8daf472d8 fix execute timer trigger outside zone (#60392)
8953e45a43 fix include input name in error message (#60404)
48974c3cf8 fix remove rejectErrors option encourages uncaught exceptions (#60397)
04d963c0a5 fix remove unused parameter from listener instruction (#60406)

platform-browser-dynamic

Commit Type Description
3606aabd6b fix ensure compiler is loaded before @angular/common (#60458)

upgrade

Commit Type Description
cd7c170763 fix handle output emitters when downgrading a component (#60369)

... (truncated)

Commits
  • 83abe5f docs: fix all brokens links on the API pages (#59162)
  • 79c3374 docs: fix AnimationGroupMetadata description (#59733)
  • e549bde refactor(animations): tree-shake regular expressions (#60095)
  • b76be83 fix(core): animation sometimes renderer not being destroyed during HMR (#59574)
  • 5884153 refactor(animations): drop warning functions in production (#59408)
  • See full diff in compare view

Updates @angular/common from 19.1.6 to 19.2.4

Release notes

Sourced from @​angular/common's releases.

19.2.4

core

Commit Description
fix - 081f5f5a83f fix used templates are not deleted (#60459)

localize

Commit Description
fix - a2f622d82d6 handle @​angular/build:karma in ng add (#60513)

platform-browser

Commit Description
fix - 8e8ccc79279 ensure platformBrowserTesting includes platformBrowser providers (#60480)

19.2.3

compiler-cli

Commit Description
fix - aa8ea7a5b2 report more accurate diagnostic for invalid import (#60455)

core

Commit Description
fix - 13a8709b2b catch hydration marker with implicit body tag (#60429)
fix - 296aded9da execute timer trigger outside zone (#60392)
fix - 0615ffb4f7 include input name in error message (#60404)

platform-browser-dynamic

Commit Description
fix - 1e06c8e8b6 ensure compiler is loaded before @angular/common (#60458)

upgrade

Commit Description
fix - 9e1a1030c8 handle output emitters when downgrading a component (#60369)

v19.2.2

19.2.2 (2025-03-12)

common

Commit Description
fix - 90a16a1088 support equality function in httpResource (#60026)

compiler

Commit Description
fix - 56b551d273 incorrect spans for template literals (#60323) (#60331)

compiler-cli

Commit Description
fix - 23ca88522b handle transformed classes when generating HMR code (#60298)

core

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

19.2.4 (2025-03-26)

core

Commit Type Description
081f5f5a83f fix fix used templates are not deleted (#60459)

localize

Commit Type Description
a2f622d82d6 fix handle @​angular/build:karma in ng add (#60513)

platform-browser

Commit Type Description
8e8ccc79279 fix ensure platformBrowserTesting includes platformBrowser providers (#60480)

20.0.0-next.3 (2025-03-19)

Breaking Changes

core

    • TestBed.get has been removed. Use TestBed.inject instead.

compiler-cli

Commit Type Description
bec1610da2 feat add extended diagnostic for invalid nullish coalescing (#60279)
1971e57a45 feat support type checking of host bindings (#60267)
29eded6457 fix report more accurate diagnostic for invalid import (#60455)
2d51a203dc fix wrong event name for host listener decorators (#60460)

core

Commit Type Description
22d3f0562c feat add hook for producer creation side effects (#60333)
b154fb3911 feat add support for two-way bindings on dynamically-created components (#60342)
644d9f3bbd feat mark the toSignal API as stable (#60442)
5e209cb560 feat remove TestBed.get (#60414)
b461e06ecb fix catch hydration marker with implicit body tag (#60429)
b8daf472d8 fix execute timer trigger outside zone (#60392)
8953e45a43 fix include input name in error message (#60404)
48974c3cf8 fix remove rejectErrors option encourages uncaught exceptions (#60397)
04d963c0a5 fix remove unused parameter from listener instruction (#60406)

platform-browser-dynamic

Commit Type Description
3606aabd6b fix ensure compiler is loaded before @angular/common (#60458)

upgrade

Commit Type Description
cd7c170763 fix handle output emitters when downgrading a component (#60369)

... (truncated)

Commits
  • 4a30a4e refactor(http): replace overriden method with a ts declare (#60278)
  • dad02c6 refactor(http): Make sur to pass context & transferCache from `httpResour...
  • 3076254 refactor(common): drop ngIf assert template error in production (#59705)
  • 90a16a1 fix(common): support equality function in httpResource (#60026)
  • 83abe5f docs: fix all brokens links on the API pages (#59162)
  • 26b3a8f refactor(http): add context property to httpResource (#60188)
  • c2de5f6 fix(common): clean up onUrlChange listener when root scope is destroyed (#6...
  • ee2f07f refactor(http): rename map to parse on HttpResourceOptions (#60112)
  • 7d66360 fix(common): make types for HttpClient more readable (#59901)
  • f88ed8e refactor(core): Add fake navigation to primitives for code sharing (#59857)
  • Additional commits viewable in compare view

Updates @angular/compiler from 19.1.6 to 19.2.4

Release notes

Sourced from @​angular/compiler's releases.

19.2.4

core

Commit Description
fix - 081f5f5a83f fix used templates are not deleted (#60459)

localize

Commit Description
fix - a2f622d82d6 handle @​angular/build:karma in ng add (#60513)

platform-browser

Commit Description
fix - 8e8ccc79279 ensure platformBrowserTesting includes platformBrowser providers (#60480)

19.2.3

compiler-cli

Commit Description
fix - aa8ea7a5b2 report more accurate diagnostic for invalid import (#60455)

core

Commit Description
fix - 13a8709b2b catch hydration marker with implicit body tag (#60429)
fix - 296aded9da execute timer trigger outside zone (#60392)
fix - 0615ffb4f7 include input name in error message (#60404)

platform-browser-dynamic

Commit Description
fix - 1e06c8e8b6 ensure compiler is loaded before @angular/common (#60458)

upgrade

Commit Description
fix - 9e1a1030c8 handle output emitters when downgrading a component (#60369)

v19.2.2

19.2.2 (2025-03-12)

common

Commit Description
fix - 90a16a1088 support equality function in httpResource (#60026)

compiler

Commit Description
fix - 56b551d273 incorrect spans for template literals (#60323) (#60331)

compiler-cli

Commit Description
fix - 23ca88522b handle transformed classes when generating HMR code (#60298)

core

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

19.2.4 (2025-03-26)

core

Commit Type Description
081f5f5a83f fix fix used templates are not deleted (#60459)

localize

Commit Type Description
a2f622d82d6 fix handle @​angular/build:karma in ng add (#60513)

platform-browser

Commit Type Description
8e8ccc79279 fix ensure platformBrowserTesting includes platformBrowser providers (#60480)

20.0.0-next.3 (2025-03-19)

Breaking Changes

core

    • TestBed.get has been removed. Use TestBed.inject instead.

compiler-cli

Commit Type Description
bec1610da2 feat add extended diagnostic for invalid nullish coalescing (#60279)
1971e57a45 feat support type checking of host bindings (#60267)
29eded6457 fix report more accurate diagnostic for invalid import (#60455)
2d51a203dc fix wrong event name for host listener decorators (#60460)

core

Commit Type Description
22d3f0562c feat add hook for producer creation side effects (#60333)
b154fb3911 feat add support for two-way bindings on dynamically-created components (#60342)
644d9f3bbd feat mark the toSignal API as stable (#60442)
5e209cb560 feat remove TestBed.get (#60414)
b461e06ecb fix catch hydration marker with implicit body tag (#60429)
b8daf472d8 fix execute timer trigger outside zone (#60392)
8953e45a43 fix include input name in error message (#60404)
48974c3cf8 fix remove rejectErrors option encourages uncaught exceptions (#60397)
04d963c0a5 fix remove unused parameter from listener instruction (#60406)

platform-browser-dynamic

Commit Type Description
3606aabd6b fix ensure compiler is loaded before @angular/common (#60458)

upgrade

Commit Type Description
cd7c170763 fix handle output emitters when downgrading a component (#60369)

... (truncated)

Commits
  • 7d47678 refactor: remove peer dependency on core from compiler (#60437)
  • 56b551d fix(compiler): incorrect spans for template literals (#60323) (#60331)
  • 9cdf950 refactor(compiler): allow binder to apply to more than one set of nodes (#60191)
  • 684e837 feat(bazel): support shared chunks in ng_package (#60241)
  • db53085 refactor(compiler): remove input transforms feature (#59980)
  • 9e847fc fix(compiler): handle tracking expressions requiring temporary variables (#58...
  • e47c1e5 refactor(compiler): pass more information to HMR replacement function (#59854)
  • bae94b8 fix(compiler-cli): handle const enums used inside HMR data (#59815)
  • fe8a683 feat(compiler): support untagged template literals in expressions (#59230)
  • 4016aa3 refactor(compiler): clean up tagged templates in output AST (#59230)
  • Additional commits viewable in compare view

Updates @angular/core from 19.1.6 to 19.2.4

Release notes

Sourced from @​angular/core's releases.

19.2.4

core

Commit Description
fix - 081f5f5a83f fix used templates are not deleted (#60459)

localize

Commit Description
fix - a2f622d82d6 handle @​angular/build:karma in ng add (#60513)

platform-browser

Commit Description
fix - 8e8ccc79279 ensure platformBrowserTesting includes platformBrowser providers (#60480)

19.2.3

compiler-cli

Commit Description
fix - aa8ea7a5b2 report more accurate diagnostic for invalid import (#60455)

core

Commit Description
fix - 13a8709b2b catch hydration marker with implicit body tag (#60429)
fix - 296aded9da execute timer trigger outside zone (#60392)
fix - 0615ffb4f7 include input name in error message (#60404)

platform-browser-dynamic

Commit Description
fix - 1e06c8e8b6 ensure compiler is loaded before @angular/common (#60458)

upgrade

Commit Description
fix - 9e1a1030c8 handle output emitters when downgrading a component (#60369)

v19.2.2

19.2.2 (2025-03-12)

common

Commit Description
fix - 90a16a1088 support equality function in httpResource (#60026)

compiler

Commit Description
fix - 56b551d273 incorrect spans for template literals (#60323) (#60331)

compiler-cli

Commit Description
fix - 23ca88522b handle transformed classes when generating HMR code (#60298)

core

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

19.2.4 (2025-03-26)

core

Commit Type Description
081f5f5a83f fix fix used templates are not deleted (#60459)

localize

Commit Type Description
a2f622d82d6 fix handle @​angular/build:karma in ng add (#60513)

platform-browser

Commit Type Description
8e8ccc79279 fix ensure platformBrowserTesting includes platformBrowser providers (#60480)

20.0.0-next.3 (2025-03-19)

Breaking Changes

core

    • TestBed.get has been removed. Use TestBed.inject instead.

compiler-cli

Commit Type Description
bec1610da2 feat add extended diagnostic for invalid nullish coalescing (#60279)
1971e57a45 feat support type checking of host bindings (#60267)
29eded6457 fix report more accurate diagnostic for invalid import (#60455)
2d51a203dc fix wrong event name for host listener decorators (#60460)

core

Commit Type Description
22d3f0562c feat add hook for producer creation side effects (#60333)
b154fb3911 feat add support for two-way bindings on dynamically-created components (#60342)
644d9f3bbd feat mark the toSignal API as stable (#60442)
5e209cb560 feat remove TestBed.get (#60414)
b461e06ecb fix catch hydration marker with implicit body tag (#60429)
b8daf472d8 fix execute timer trigger outside zone (#60392)
8953e45a43 fix include input name in error message (#60404)
48974c3cf8 fix remove rejectErrors option encourages uncaught exceptions (#60397)
04d963c0a5 fix remove unused parameter from listener instruction (#60406)

platform-browser-dynamic

Commit Type Description
3606aabd6b fix ensure compiler is loaded before @angular/common (#60458)

upgrade

Commit Type Description
cd7c170763 fix handle output emitters when downgrading a component (#60369)

... (truncated)

Commits
  • d6d3a87 refactor(core): convert scripts within packages/core/test to relative impor...
  • 854a66d refactor(core): convert scripts within packages/core/src to relative import...
  • 081f5f5 fix(core): fix used templates are not deleted (#60459)
  • 9ac4057 refactor(core): specify reactive node kind for linked signal (#60451)
  • 877456e refactor(core): share code between ComponentRef and targeted instructions (#6...
  • 2466fc9 refactor(platform-browser-dynamic): relocate DOMTestComponentRenderer to `@...
  • d306e31 ci: fix flakey defer test (#60461)
  • 13a8709 fix(core): catch hydration marker with implicit body tag (#60429)
  • a38319c docs: change the broked link (#60436)
  • 0615ffb fix(core): include input name in error message (#60404)
  • Additional commits viewable in compare view

Updates @angular/forms from 19.1.6 to 19.2.4

Release notes

Sourced from @​angular/forms's releases.

19.2.4

core

Commit Description
fix - 081f5f5a83f fix used templates are not deleted (#60459)

localize

Commit Description
fix - a2f622d82d6 handle @​angular/build:karma in ng add (#60513)

platform-browser

Commit Description

…y with 26 updates

Bumps the patch-and-minor-updates group with 26 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `19.1.6` | `19.2.4` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `19.1.6` | `19.2.4` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `19.1.6` | `19.2.4` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `19.1.6` | `19.2.4` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `19.1.6` | `19.2.4` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `19.1.6` | `19.2.4` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `19.1.6` | `19.2.4` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `19.1.6` | `19.2.4` |
| [rxjs](https://github.com/reactivex/rxjs) | `7.8.1` | `7.8.2` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `19.1.7` | `19.2.5` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `19.1.0` | `19.3.0` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `19.1.0` | `19.3.0` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `19.1.0` | `19.3.0` |
| [@angular/cli](https://github.com/angular/angular-cli) | `19.1.7` | `19.2.5` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `19.1.6` | `19.2.4` |
| [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) | `5.1.6` | `5.1.7` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.10` | `20.17.29` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.24.1` | `8.29.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.24.1` | `8.29.0` |
| [@utrecht/component-library-css](https://github.com/nl-design-system/utrecht/tree/HEAD/packages/component-library-css) | `7.1.0` | `7.1.2` |
| [@utrecht/design-tokens](https://github.com/nl-design-system/utrecht/tree/HEAD/proprietary/design-tokens) | `2.5.0` | `2.5.1` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.0.1` | `10.1.1` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.3` | `5.2.5` |
| [npm-check-updates](https://github.com/raineorshine/npm-check-updates) | `17.1.14` | `17.1.16` |
| [prettier](https://github.com/prettier/prettier) | `3.5.1` | `3.5.3` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.5.3` | `5.8.2` |



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

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

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

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

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

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

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

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

Updates `rxjs` from 7.8.1 to 7.8.2
- [Release notes](https://github.com/reactivex/rxjs/releases)
- [Changelog](https://github.com/ReactiveX/rxjs/blob/7.8.2/CHANGELOG.md)
- [Commits](ReactiveX/rxjs@7.8.1...7.8.2)

Updates `@angular-devkit/build-angular` from 19.1.7 to 19.2.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@19.1.7...19.2.5)

Updates `@angular-eslint/eslint-plugin` from 19.1.0 to 19.3.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/v19.3.0/packages/eslint-plugin)

Updates `@angular-eslint/eslint-plugin-template` from 19.1.0 to 19.3.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/v19.3.0/packages/eslint-plugin-template)

Updates `@angular-eslint/template-parser` from 19.1.0 to 19.3.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/v19.3.0/packages/template-parser)

Updates `@angular/cli` from 19.1.7 to 19.2.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@19.1.7...19.2.5)

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

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

Updates `@types/node` from 20.14.10 to 20.17.29
- [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.24.1 to 8.29.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.29.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.24.1 to 8.29.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.29.0/packages/parser)

Updates `@utrecht/component-library-css` from 7.1.0 to 7.1.2
- [Release notes](https://github.com/nl-design-system/utrecht/releases)
- [Changelog](https://github.com/nl-design-system/utrecht/blob/main/packages/component-library-css/CHANGELOG.md)
- [Commits](https://github.com/nl-design-system/utrecht/commits/@utrecht/[email protected]/packages/component-library-css)

Updates `@utrecht/design-tokens` from 2.5.0 to 2.5.1
- [Release notes](https://github.com/nl-design-system/utrecht/releases)
- [Changelog](https://github.com/nl-design-system/utrecht/blob/main/proprietary/design-tokens/CHANGELOG.md)
- [Commits](https://github.com/nl-design-system/utrecht/commits/@utrecht/[email protected]/proprietary/design-tokens)

Updates `eslint-config-prettier` from 10.0.1 to 10.1.1
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v10.0.1...v10.1.1)

Updates `eslint-plugin-prettier` from 5.2.3 to 5.2.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.2.3...v5.2.5)

Updates `npm-check-updates` from 17.1.14 to 17.1.16
- [Release notes](https://github.com/raineorshine/npm-check-updates/releases)
- [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md)
- [Commits](raineorshine/npm-check-updates@v17.1.14...v17.1.16)

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

Updates `typescript` from 5.5.3 to 5.8.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.5.3...v5.8.2)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: rxjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-updates
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@angular-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@angular-eslint/eslint-plugin-template"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@angular-eslint/template-parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@types/jasmine"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-updates
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: "@utrecht/component-library-css"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-updates
- dependency-name: "@utrecht/design-tokens"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-updates
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-updates
- dependency-name: npm-check-updates
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-updates
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-updates
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team April 1, 2025 11:30
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 1, 2025
Copy link

vercel bot commented Apr 1, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
example-with-angular ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 1, 2025 11:30am

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