Skip to content

Conversation

dependabot[bot]
Copy link

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

Bumps the frontend-angular-dependencies group with 24 updates in the /src-ui directory:

Package From To
@angular/cdk 16.2.11 19.2.14
@angular/common 16.2.11 19.2.9
@angular/compiler 16.2.11 19.2.9
@angular/core 16.2.11 19.2.9
@angular/forms 16.2.11 19.2.9
@angular/localize 16.2.11 19.2.9
@angular/platform-browser 16.2.11 19.2.9
@angular/platform-browser-dynamic 16.2.11 19.2.9
@angular/router 16.2.11 19.2.9
@ng-bootstrap/ng-bootstrap 15.1.2 18.0.0
@ng-select/ng-select 11.2.0 14.7.0
ng2-pdf-viewer 10.0.0 10.4.0
ngx-color 9.0.0 10.0.0
ngx-cookie-service 16.0.1 19.1.2
ngx-ui-tour-ng-bootstrap 13.0.6 16.0.0
@angular-builders/jest 16.0.1 19.0.1
@angular-devkit/build-angular 16.2.9 19.2.10
@angular-eslint/builder 16.2.0 19.3.0
@angular-eslint/eslint-plugin 16.2.0 19.3.0
@angular-eslint/eslint-plugin-template 16.2.0 19.3.0
@angular-eslint/schematics 16.2.0 19.3.0
@angular-eslint/template-parser 16.2.0 19.3.0
@angular/cli 16.2.9 19.2.10
@angular/compiler-cli 16.2.11 19.2.9

Updates @angular/cdk from 16.2.11 to 19.2.14

Release notes

Sourced from @​angular/cdk's releases.

19.2.14

No release notes provided.

19.2.13

No release notes provided.

19.2.12

google-maps

Commit Description
fix - 278f29e90 implicitly include google.maps types instead of the triple slash workaround (#30942)

material

Commit Description
fix - 5fa518581 chips: icon cut off when text-spacing is increased (#30867)
fix - 5efd099a3 schematics: surface-container-low token not emitted (#30985)
fix - 47ae20144 table: height tokens not applying to flex table (#30978)
fix - 9a8d136d6 tabs: flicker when animationDuration is set to zero (#30966) (#30968)

cdk

Commit Description
fix - 63c5e0068 overlay: reduce touch interaction delay on backdrop (#30971)
fix - 00dac592a stepper: resolve null pointer errors (#30944)

multiple

Commit Description
fix - 33a721716 ensure mat-option parents are the offsetParent (#30977) (#30980)

19.2.11

material

Commit Description
fix - 4d0dcc49f8 list: update documentation (#30883)

cdk

Commit Description
fix - 0509a99d27 overlay: scroll was blocked when zoomed out even if scrolling wasn't an option (#30762)
fix - 14afce23b6 schematics: account for new karma builder (#30907)

19.2.10

material

Commit Description
fix - ef723db2e0 bottom-sheet: page jumping if backdrop-filter is applied (#30840)

cdk

Commit Description
fix - 604e4d6c98 overlay: disable overlay animation with prefers-reduced-motion (#30858)

v19.2.9

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

19.2.14 "sodium-scallop" (2025-05-01)

20.0.0-next.8 "glutamate-gyoza" (2025-04-23)

cdk

Commit Type Description
cf619601a8 feat drag-drop: introduce resetToBoundary (#30436)
a2ab84da17 fix dialog: provide proper shaped Directionality (#30898)
1dd643e208 fix overlay: scroll was blocked when zoomed out even if scrolling wasn't an option (#30762)
22876a904e fix schematics: account for new karma builder (#30907)
08f4acfefd perf overlay: add tree-shakeable alternatives for overlay APIs (#30904)

material

Commit Type Description
204b289588 fix list: update documentation (#30883)

cdk-experimental

Commit Type Description
e0446ecfcb fix listbox: change shift+nav behavior (#30854)

multiple

Commit Type Description
48894ad557 fix use DI token for tag name (#30892)

19.2.11 "dopamine-dumpling" (2025-04-23)

cdk

Commit Type Description
0509a99d27 fix overlay: scroll was blocked when zoomed out even if scrolling wasn't an option (#30762)
14afce23b6 fix schematics: account for new karma builder (#30907)

material

Commit Type Description
4d0dcc49f8 fix list: update documentation (#30883)

20.0.0-next.7 "metal-keys" (2025-04-16)

cdk

Commit Type Description
91a0cf9b02 fix overlay: disable overlay animation with prefers-reduced-motion (#30858)

material

... (truncated)

Commits

Updates @angular/common from 16.2.11 to 19.2.9

Release notes

Sourced from @​angular/common's releases.

19.2.9

core

Commit Description
fix - 946b844e0d async EventEmitter error should not prevent stability (#61028)
fix - dbb87026ca call DestroyRef on destroy callback if view is destroyed [patch] (#61061)
fix - 2e140a136a prevent stash listener conflicts [patch] (#61063)

19.2.8

forms

Commit Description
fix - ea4a211216 make NgForm emit FormSubmittedEvent and FormResetEvent (#60887)

19.2.7

common

Commit Description
fix - 37ab6814f5 issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#60883)

core

Commit Description
fix - b144126612 inject migration: replace param with this. (#60713)

http

Commit Description
fix - d39e09da41 Include HTTP status code and headers when HTTP requests errored in httpResource (#60802)

19.2.6

compiler

Commit Description
fix - 3441f7b914 error if rawText isn't estimated correctly (#60529) (#60753)

compiler-cli

Commit Description
fix - fc946c5f72 ensure HMR works with different output module type (#60797)

core

Commit Description
fix - 00bbd9b382 fix docs for output migration (#60764)
fix - f2bfa3151e fix ng generate @​angular/core:output-migration. Fixes angular#58650 (#60763)
fix - 9241615ad0 reduce total memory usage of various migration schematics (#60776)

language-service

Commit Description
fix - 0e82d42774 Do not provide element completions in end tag (#60616)
fix - fcdef1019f Ensure dollar signs are escaped in completions (#60597)

19.2.5

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

19.2.9 (2025-04-30)

core

Commit Type Description
946b844e0d fix async EventEmitter error should not prevent stability (#61028)
dbb87026ca fix call DestroyRef on destroy callback if view is destroyed [patch] (#61061)
2e140a136a fix prevent stash listener conflicts [patch] (#61063)

20.0.0-next.8 (2025-04-23)

Breaking Changes

compiler

  • 'in' in an expression now refers to the operator

core

  • provideExperimentalZonelessChangeDetection is renamed to provideZonelessChangeDetection as it is now "Developer Preview" rather than "Experimental".

router

  • The RedirectFn can now return Observable or Promise. Any code that directly calls functions returning this type may need to be adjusted to account for this.
  • Several methods in the public API of the Router which required writable arrays have now been updated to accept readonly arrays when no mutations are done.

Deprecations

platform-server

  • @angular/platform-server/testing

    Use e2e tests to verify SSR behavior instead.

compiler

Commit Type Description
1b8e7ab9fe feat support the in keyword in Binary expression (#58432)

core

Commit Type Description
953c4b2580 feat Move zoneless change detection to dev preview (#60748)
0ac949c266 fix do not run change detection on global error events (#60944)
0162ceb427 fix inject migration should treat @Attribute as optional (#60916)

forms

Commit Type Description
be995623cd fix make NgForm emit FormSubmittedEvent and FormResetEvent (#60887)

platform-server

Commit Type Description
2240a21c97 refactor deprecate the testing entry point (#60915)

router

... (truncated)

Commits
  • 9c4591c refactor(core): Update FakeNavigation to extract some Angular quirks (#60961)
  • c90eea2 refactor(common): eliminate redundant iterator-to-array conversion (#60884)
  • 37ab681 fix(common): issue a warning instead of an error when NgOptimizedImage exce...
  • d39e09d fix(http): Include HTTP status code and headers when HTTP requests errored in...
  • 8b9df44 docs: Update guide link in http package md file (#59955)
  • d725c6e refactor(common): convert scripts within packages/common to relative import...
  • 3855730 refactor(core): remove TODOs referencing #24571 (#60648)
  • b222288 docs: remove todo comment (#59928)
  • 4a30a4e refactor(http): replace overriden method with a ts declare (#60278)
  • dad02c6 refactor(http): Make sur to pass context & transferCache from `httpResour...
  • Additional commits viewable in compare view

Updates @angular/compiler from 16.2.11 to 19.2.9

Release notes

Sourced from @​angular/compiler's releases.

19.2.9

core

Commit Description
fix - 946b844e0d async EventEmitter error should not prevent stability (#61028)
fix - dbb87026ca call DestroyRef on destroy callback if view is destroyed [patch] (#61061)
fix - 2e140a136a prevent stash listener conflicts [patch] (#61063)

19.2.8

forms

Commit Description
fix - ea4a211216 make NgForm emit FormSubmittedEvent and FormResetEvent (#60887)

19.2.7

common

Commit Description
fix - 37ab6814f5 issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#60883)

core

Commit Description
fix - b144126612 inject migration: replace param with this. (#60713)

http

Commit Description
fix - d39e09da41 Include HTTP status code and headers when HTTP requests errored in httpResource (#60802)

19.2.6

compiler

Commit Description
fix - 3441f7b914 error if rawText isn't estimated correctly (#60529) (#60753)

compiler-cli

Commit Description
fix - fc946c5f72 ensure HMR works with different output module type (#60797)

core

Commit Description
fix - 00bbd9b382 fix docs for output migration (#60764)
fix - f2bfa3151e fix ng generate @​angular/core:output-migration. Fixes angular#58650 (#60763)
fix - 9241615ad0 reduce total memory usage of various migration schematics (#60776)

language-service

Commit Description
fix - 0e82d42774 Do not provide element completions in end tag (#60616)
fix - fcdef1019f Ensure dollar signs are escaped in completions (#60597)

19.2.5

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

19.2.9 (2025-04-30)

core

Commit Type Description
946b844e0d fix async EventEmitter error should not prevent stability (#61028)
dbb87026ca fix call DestroyRef on destroy callback if view is destroyed [patch] (#61061)
2e140a136a fix prevent stash listener conflicts [patch] (#61063)

20.0.0-next.8 (2025-04-23)

Breaking Changes

compiler

  • 'in' in an expression now refers to the operator

core

  • provideExperimentalZonelessChangeDetection is renamed to provideZonelessChangeDetection as it is now "Developer Preview" rather than "Experimental".

router

  • The RedirectFn can now return Observable or Promise. Any code that directly calls functions returning this type may need to be adjusted to account for this.
  • Several methods in the public API of the Router which required writable arrays have now been updated to accept readonly arrays when no mutations are done.

Deprecations

platform-server

  • @angular/platform-server/testing

    Use e2e tests to verify SSR behavior instead.

compiler

Commit Type Description
1b8e7ab9fe feat support the in keyword in Binary expression (#58432)

core

Commit Type Description
953c4b2580 feat Move zoneless change detection to dev preview (#60748)
0ac949c266 fix do not run change detection on global error events (#60944)
0162ceb427 fix inject migration should treat @Attribute as optional (#60916)

forms

Commit Type Description
be995623cd fix make NgForm emit FormSubmittedEvent and FormResetEvent (#60887)

platform-server

Commit Type Description
2240a21c97 refactor deprecate the testing entry point (#60915)

router

... (truncated)

Commits
  • c0e4ff1 refactor(compiler): add support for the new search element (#54945)
  • 3441f7b fix(compiler): error if rawText isn't estimated correctly (#60529) (#60753)
  • 9604ec6 refactor(compiler): prevent object methods being recognised as entities (#58100)
  • 9eaeffd refactor(compiler): convert scripts within packages/compiler to relative im...
  • ca5aa4d fix(compiler): throw for invalid "as" expression in if block (#60580)
  • 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)
  • Additional commits viewable in compare view

Updates @angular/core from 16.2.11 to 19.2.9

Release notes

Sourced from @​angular/core's releases.

19.2.9

core

Commit Description
fix - 946b844e0d async EventEmitter error should not prevent stability (#61028)
fix - dbb87026ca call DestroyRef on destroy callback if view is destroyed [patch] (#61061)
fix - 2e140a136a prevent stash listener conflicts [patch] (#61063)

19.2.8

forms

Commit Description
fix - ea4a211216 make NgForm emit FormSubmittedEvent and FormResetEvent (#60887)

19.2.7

common

Commit Description
fix - 37ab6814f5 issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#60883)

core

Commit Description
fix - b144126612 inject migration: replace param with this. (#60713)

http

Commit Description
fix - d39e09da41 Include HTTP status code and headers when HTTP requests errored in httpResource (#60802)

19.2.6

compiler

Commit Description
fix - 3441f7b914 error if rawText isn't estimated correctly (#60529) (#60753)

compiler-cli

Commit Description
fix - fc946c5f72 ensure HMR works with different output module type (#60797)

core

Commit Description
fix - 00bbd9b382 fix docs for output migration (#60764)
fix - f2bfa3151e fix ng generate @​angular/core:output-migration. Fixes angular#58650 (#60763)
fix - 9241615ad0 reduce total memory usage of various migration schematics (#60776)

language-service

Commit Description
fix - 0e82d42774 Do not provide element completions in end tag (#60616)
fix - fcdef1019f Ensure dollar signs are escaped in completions (#60597)

19.2.5

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

19.2.9 (2025-04-30)

core

Commit Type Description
946b844e0d fix async EventEmitter error should not prevent stability (#61028)
dbb87026ca fix call DestroyRef on destroy callback if view is destroyed [patch] (#61061)
2e140a136a fix prevent stash listener conflicts [patch] (#61063)

20.0.0-next.8 (2025-04-23)

Breaking Changes

compiler

  • 'in' in an expression now refers to the operator

core

  • provideExperimentalZonelessChangeDetection is renamed to provideZonelessChangeDetection as it is now "Developer Preview" rather than "Experimental".

router

  • The RedirectFn can now return Observable or Promise. Any code that directly calls functions returning this type may need to be adjusted to account for this.
  • Several methods in the public API of the Router which required writable arrays have now been updated to accept readonly arrays when no mutations are done.

Deprecations

platform-server

  • @angular/platform-server/testing

    Use e2e tests to verify SSR behavior instead.

compiler

Commit Type Description
1b8e7ab9fe feat support the in keyword in Binary expression (#58432)

core

Commit Type Description
953c4b2580 feat Move zoneless change detection to dev preview (#60748)
0ac949c266 fix do not run change detection on global error events (#60944)
0162ceb427 fix inject migration should treat @Attribute as optional (#60916)

forms

Commit Type Description
be995623cd fix make NgForm emit FormSubmittedEvent and FormResetEvent (#60887)

platform-server

Commit Type Description
2240a21c97 refactor deprecate the testing entry point (#60915)

router

... (truncated)

Commits
  • 2e140a1 fix(core): prevent stash listener conflicts [patch] (#61063)
  • dbb8702 fix(core): call DestroyRef on destroy callback if view is destroyed [patch] (...
  • 5905090 refactor(core): remove unused APP_EFFECT_SCHEDULER in effect code (#59679)
  • a554208 build: Run browsers tests without platform-browser-dynamic (#60937) (#61060)
  • 0ee1a6e docs: add link label & paragraph for correct display (#60708)
  • 770587a docs: add Security-DomSanitizer link in ElemnetRef&Renderer2 (#60708)
  • 6b76bca Revert "build: Run browsers tests without platform-browser-dynamic (#60937)...
  • 946b844 fix(core): async EventEmitter error should not prevent stability (#61028)
  • b2b8566 build: Run browsers tests without platform-browser-dynamic (#60937)
  • 9c4591c refactor(core): Update FakeNavigation to extract some Angular quirks (#60961)
  • Additional commits viewable in compare view

Updates @angular/forms from 16.2.11 to 19.2.9

Release notes

Sourced from @​angular/forms's releases.

19.2.9

core

Commit Description
fix - 946b844e0d async EventEmitter error should not prevent stability (#61028)
fix - dbb87026ca call DestroyRef on destroy callback if view is destroyed [patch] (#61061)
fix - 2e140a136a prevent stash listener conflicts [patch] (#61063)

19.2.8

forms

Commit Description
fix - ea4a211216 make NgForm emit FormSubmittedEvent and FormResetEvent (#60887)

19.2.7

common

Commit Description
fix - 37ab6814f5 issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#60883)

core

Commit Description
fix - b144126612 inject migration: replace param with this. (#60713)

http

Commit Description
fix - d39e09da41 Include HTTP status code and headers when HTTP requests errored in httpResource (#60802)

19.2.6

compiler

Commit Description
fix - 3441f7b914 error if rawText isn't estimated correctly (#60529) (#60753)

compiler-cli

Commit Description
fix - fc946c5f72 ensure HMR works with different output module type (#60797)

core

Commit Description
fix - 00bbd9b382 fix docs for output migration (#60764)
fix - f2bfa3151e fix ng generate @​angular/core:output-migration. Fixes angular#58650 (#60763)
fix - 9241615ad0 reduce total memory usage of various migration schematics (#60776)

language-service

Commit Description

…24 updates

Bumps the frontend-angular-dependencies group with 24 updates in the /src-ui directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/cdk](https://github.com/angular/components) | `16.2.11` | `19.2.14` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `16.2.11` | `19.2.9` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `16.2.11` | `19.2.9` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `16.2.11` | `19.2.9` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `16.2.11` | `19.2.9` |
| [@angular/localize](https://github.com/angular/angular) | `16.2.11` | `19.2.9` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `16.2.11` | `19.2.9` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `16.2.11` | `19.2.9` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `16.2.11` | `19.2.9` |
| [@ng-bootstrap/ng-bootstrap](https://github.com/ng-bootstrap/ng-bootstrap) | `15.1.2` | `18.0.0` |
| [@ng-select/ng-select](https://github.com/ng-select/ng-select) | `11.2.0` | `14.7.0` |
| [ng2-pdf-viewer](https://github.com/VadimDez/ng2-pdf-viewer) | `10.0.0` | `10.4.0` |
| [ngx-color](https://github.com/scttcper/ngx-color) | `9.0.0` | `10.0.0` |
| [ngx-cookie-service](https://github.com/stevermeister/ngx-cookie-service) | `16.0.1` | `19.1.2` |
| [ngx-ui-tour-ng-bootstrap](https://github.com/hakimio/ngx-ui-tour) | `13.0.6` | `16.0.0` |
| [@angular-builders/jest](https://github.com/just-jeb/angular-builders/tree/HEAD/packages/jest) | `16.0.1` | `19.0.1` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `16.2.9` | `19.2.10` |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `16.2.0` | `19.3.0` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `16.2.0` | `19.3.0` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `16.2.0` | `19.3.0` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `16.2.0` | `19.3.0` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `16.2.0` | `19.3.0` |
| [@angular/cli](https://github.com/angular/angular-cli) | `16.2.9` | `19.2.10` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `16.2.11` | `19.2.9` |



Updates `@angular/cdk` from 16.2.11 to 19.2.14
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@16.2.11...19.2.14)

Updates `@angular/common` from 16.2.11 to 19.2.9
- [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.9/packages/common)

Updates `@angular/compiler` from 16.2.11 to 19.2.9
- [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.9/packages/compiler)

Updates `@angular/core` from 16.2.11 to 19.2.9
- [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.9/packages/core)

Updates `@angular/forms` from 16.2.11 to 19.2.9
- [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.9/packages/forms)

Updates `@angular/localize` from 16.2.11 to 19.2.9
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](angular/angular@16.2.11...19.2.9)

Updates `@angular/platform-browser` from 16.2.11 to 19.2.9
- [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.9/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 16.2.11 to 19.2.9
- [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.9/packages/platform-browser-dynamic)

Updates `@angular/router` from 16.2.11 to 19.2.9
- [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.9/packages/router)

Updates `@ng-bootstrap/ng-bootstrap` from 15.1.2 to 18.0.0
- [Release notes](https://github.com/ng-bootstrap/ng-bootstrap/releases)
- [Changelog](https://github.com/ng-bootstrap/ng-bootstrap/blob/master/CHANGELOG.md)
- [Commits](ng-bootstrap/ng-bootstrap@15.1.2...18.0.0)

Updates `@ng-select/ng-select` from 11.2.0 to 14.7.0
- [Release notes](https://github.com/ng-select/ng-select/releases)
- [Changelog](https://github.com/ng-select/ng-select/blob/master/CHANGELOG.md)
- [Commits](ng-select/ng-select@v11.2.0...v14.7.0)

Updates `ng2-pdf-viewer` from 10.0.0 to 10.4.0
- [Release notes](https://github.com/VadimDez/ng2-pdf-viewer/releases)
- [Changelog](https://github.com/VadimDez/ng2-pdf-viewer/blob/master/CHANGELOG.md)
- [Commits](VadimDez/ng2-pdf-viewer@10.0.0...10.4.0)

Updates `ngx-color` from 9.0.0 to 10.0.0
- [Release notes](https://github.com/scttcper/ngx-color/releases)
- [Commits](scttcper/ngx-color@v9.0.0...v10.0.0)

Updates `ngx-cookie-service` from 16.0.1 to 19.1.2
- [Release notes](https://github.com/stevermeister/ngx-cookie-service/releases)
- [Changelog](https://github.com/stevermeister/ngx-cookie-service/blob/master/CHANGELOG.md)
- [Commits](stevermeister/ngx-cookie-service@v16.0.1...v19.1.2)

Updates `ngx-ui-tour-ng-bootstrap` from 13.0.6 to 16.0.0
- [Release notes](https://github.com/hakimio/ngx-ui-tour/releases)
- [Commits](https://github.com/hakimio/ngx-ui-tour/commits)

Updates `@angular-builders/jest` from 16.0.1 to 19.0.1
- [Release notes](https://github.com/just-jeb/angular-builders/releases)
- [Changelog](https://github.com/just-jeb/angular-builders/blob/master/packages/jest/CHANGELOG.md)
- [Commits](https://github.com/just-jeb/angular-builders/commits/@angular-builders/[email protected]/packages/jest)

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

Updates `@angular-eslint/builder` from 16.2.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/builder/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v19.3.0/packages/builder)

Updates `@angular-eslint/eslint-plugin` from 16.2.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 16.2.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/schematics` from 16.2.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/schematics/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v19.3.0/packages/schematics)

Updates `@angular-eslint/template-parser` from 16.2.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 16.2.9 to 19.2.10
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@16.2.9...19.2.10)

Updates `@angular/compiler-cli` from 16.2.11 to 19.2.9
- [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.9/packages/compiler-cli)

---
updated-dependencies:
- dependency-name: "@angular/cdk"
  dependency-version: 19.2.14
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/common"
  dependency-version: 19.2.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/compiler"
  dependency-version: 19.2.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/core"
  dependency-version: 19.2.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/forms"
  dependency-version: 19.2.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/localize"
  dependency-version: 19.2.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/platform-browser"
  dependency-version: 19.2.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 19.2.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/router"
  dependency-version: 19.2.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: frontend-angular-dependencies
- dependency-name: "@ng-bootstrap/ng-bootstrap"
  dependency-version: 18.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: frontend-angular-dependencies
- dependency-name: "@ng-select/ng-select"
  dependency-version: 14.7.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: frontend-angular-dependencies
- dependency-name: ng2-pdf-viewer
  dependency-version: 10.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-angular-dependencies
- dependency-name: ngx-color
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: frontend-angular-dependencies
- dependency-name: ngx-cookie-service
  dependency-version: 19.1.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: frontend-angular-dependencies
- dependency-name: ngx-ui-tour-ng-bootstrap
  dependency-version: 16.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular-builders/jest"
  dependency-version: 19.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular-devkit/build-angular"
  dependency-version: 19.2.10
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular-eslint/builder"
  dependency-version: 19.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular-eslint/eslint-plugin"
  dependency-version: 19.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular-eslint/eslint-plugin-template"
  dependency-version: 19.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular-eslint/schematics"
  dependency-version: 19.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular-eslint/template-parser"
  dependency-version: 19.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/cli"
  dependency-version: 19.2.10
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/compiler-cli"
  dependency-version: 19.2.9
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend-angular-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 1, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 1, 2025

Reviewers

The following teams could not be added as reviewers: frontend. Either the team does not exist or it does not have the correct permissions to be added as a reviewer.

Labels

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

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

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants