Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the angular group with 13 updates:

Package From To
@angular/animations 17.3.2 17.3.6
@angular/cdk 17.3.2 17.3.6
@angular/common 17.3.2 17.3.6
@angular/compiler 17.3.2 17.3.6
@angular/core 17.3.2 17.3.6
@angular/forms 17.3.2 17.3.6
@angular/material 17.3.2 17.3.6
@angular/platform-browser 17.3.2 17.3.6
@angular/platform-browser-dynamic 17.3.2 17.3.6
@angular/router 17.3.2 17.3.6
@angular-devkit/build-angular 17.3.2 17.3.6
@angular/cli 17.3.2 17.3.6
@angular/compiler-cli 17.3.2 17.3.6

Updates @angular/animations from 17.3.2 to 17.3.6

Release notes

Sourced from @​angular/animations's releases.

v17.3.6

17.3.6 (2024-04-25)

core

Commit Description
fix - 826861b1fa DeferBlockFixture.render should not wait for stability (#55271)
fix - 5cf14da35c make ActivatedRoute inject correct instance inside @defer blocks (#55374)
fix - 8979fba2c5 skip defer timers on the server (#55480)

v17.3.5

17.3.5 (2024-04-17)

v17.3.4

17.3.4 (2024-04-10)

common

Commit Description
fix - 53427d875d invalid ImageKit quality parameter (#55193)
fix - 766548c3ec skip transfer cache on client (#55012)

v17.3.3

17.3.3 (2024-04-03)

core

Commit Description
fix - 158ceaf062 handle ChainedInjectors in injector debug utils (#55144)
fix - 4d043992e5 test cleanup should not throw if Zone is not present (#55096)

migrations

Commit Description
fix - 949dec26b8 avoid conflicts with some greek letters in control flow migration (#55113)
Changelog

Sourced from @​angular/animations's changelog.

17.3.6 (2024-04-25)

core

Commit Type Description
826861b1fa fix DeferBlockFixture.render should not wait for stability (#55271)
5cf14da35c fix make ActivatedRoute inject correct instance inside @defer blocks (#55374)
8979fba2c5 fix skip defer timers on the server (#55480)

18.0.0-next.5 (2024-04-17)

Breaking Changes

common

  • The deprecated isPlatformWorkerUi and isPlatformWorkerApp have been removed without replacement, as they serve no purpose since the removal of the WebWorker platform.

compiler

  • Angular only supports writable expressions inside of two-way bindings.

core

  • Angular will ensure change detection runs, even when the state update originates from outside the zone, tests may observe additional rounds of change detection compared to the previous behavior.

    This change will be more likely to impact existing unit tests. This should usually be seen as more correct and the test should be updated, but in cases where it is too much effort to debug, the test can revert to the old behavior by adding provideZoneChangeDetection({schedulingMode: NgZoneSchedulingMode.NgZoneOnly}) to the TestBed providers.

    Similarly, applications which may want to update state outside the zone and not trigger change detection can add provideZoneChangeDetection({schedulingMode: NgZoneSchedulingMode.NgZoneOnly}) to the providers in bootstrapApplication or add schedulingMode: NgZoneSchedulingMode.NgZoneOnly to the BootstrapOptions of bootstrapModule.

  • Testability methods increasePendingRequestCount, decreasePendingRequestCount and getPendingRequestCount have been removed. This information is tracked with zones.

common

Commit Type Description
3b0de30b37 refactor remove deprecated isPlatformWorkerApp and isPlatformWorkerUi API (#55302)

compiler

Commit Type Description
7d5bc1c628 fix remove container index from conditional instruction (#55190)
4eb0165750 fix remove support for unassignable expressions in two-way bindings (#55342)

core

Commit Type Description
fdd560ea14 feat Add ability to configure zone change detection to use zoneless scheduler (#55252)

... (truncated)

Commits

Updates @angular/cdk from 17.3.2 to 17.3.6

Release notes

Sourced from @​angular/cdk's releases.

v17.3.6

17.3.6 "onyx-whisper" (2024-04-24)

material

Commit Description
fix - d78c7706c6 progress-bar: avoid CSP issues for apps not using buffer mode (#28946)

cdk

Commit Description
fix - c2dc2da71e a11y: handle signal based items in list key manager (#28854)
fix - e33c436c73 drag-drop: use native popover to avoid stacking issues with preview

multiple

Commit Description
fix - 73d1e2e3cf remove label for attribute on non-native elements (#28948)

v17.3.5

17.3.5 "titanium-bear" (2024-04-17)

google-maps

Commit Description
fix - d99167eb3 make info window open method compatible with advanced marker

material

Commit Description
fix - 80437d83b autocomplete: panel not visible when opened from multiple triggers (#28843)
fix - 69b5ded96 autocomplete: remove dependency on NgClass (#28849)
fix - 4a56d6afa core: throw better error when mixin doesn't support color variants (#28880)
fix - cbe0a78f7 datepicker: remove dependency on NgClass (#28865)
fix - 7a085c6e0 menu: remove dependency on NgClass (#28877)
fix - 4c16d2cd8 tabs: remove dependency on NgClass (#28875)

cdk

Commit Description
fix - 8c8fe2b65 drag-drop: text selection not disabled inside shadow dom on firefox (#28835)
fix - 312d57a9b observers: don't observe content of comments (#28871)

v17.3.4

17.3.4 "aluminum-arrow" (2024-04-11)

material

Commit Description
fix - 36a1d45e4e list: nav list item border-radius (#28789)
fix - 317327d82b menu: invert arrow in RTL (#28830)

cdk

Commit Description

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

17.3.6 "onyx-whisper" (2024-04-24)

cdk

Commit Type Description
c2dc2da71e fix a11y: handle signal based items in list key manager (#28854)
e33c436c73 fix drag-drop: use native popover to avoid stacking issues with preview

material

Commit Type Description
d78c7706c6 fix progress-bar: avoid CSP issues for apps not using buffer mode (#28946)

multiple

Commit Type Description
73d1e2e3cf fix remove label for attribute on non-native elements (#28948)

18.0.0-next.5 "mercury-ant" (2024-04-17)

cdk

Commit Type Description
42cb25fe9 fix drag-drop: text selection not disabled inside shadow dom on firefox (#28835)
d8a6c3edd fix observers: don't observe content of comments (#28858)
81fe8f322 fix observers: Run content changed callback in NgZone (#28870)

material

Commit Type Description
295fd67fa feat schematics: Add custom M3 theme schematic (#28766)
2f17c69b8 fix autocomplete: panel not visible when opened from multiple triggers (#28843)
d3ea71d30 fix autocomplete: remove dependency on NgClass (#28849)
8ec47aa4b fix core: throw better error when mixin doesn't support color variants (#28880)
524fe6247 fix datepicker: remove dependency on NgClass (#28865)
9381f9065 fix menu: remove dependency on NgClass (#28877)
b3298f1b8 fix tabs: remove dependency on NgClass (#28875)

google-maps

Commit Type Description
5bcf8e016 fix make info window open method compatible with advanced marker

17.3.5 "titanium-bear" (2024-04-17)

cdk

Commit Type Description
8c8fe2b65 fix drag-drop: text selection not disabled inside shadow dom on firefox (#28835)
312d57a9b fix observers: don't observe content of comments (#28871)

material

... (truncated)

Commits
  • 5cdf38b release: cut the v17.3.6 release
  • 105db5f Revert "release: cut the v17.3.6 release"
  • 493703a release: cut the v17.3.6 release
  • c69ec27 build: fix patch deployment (#28959)
  • e33c436 fix(cdk/drag-drop): use native popover to avoid stacking issues with preview
  • 4826a14 refactor(cdk/drag-drop): move preview-related logic into a separate class
  • 73d1e2e fix(multiple): remove label for attribute on non-native elements (#28948)
  • d78c770 fix(material/progress-bar): avoid CSP issues for apps not using buffer mode (...
  • 6df1268 build: fix webdriver tests (#28915)
  • 0c017a2 build: fix lint error (#28907)
  • Additional commits viewable in compare view

Updates @angular/common from 17.3.2 to 17.3.6

Release notes

Sourced from @​angular/common's releases.

v17.3.6

17.3.6 (2024-04-25)

core

Commit Description
fix - 826861b1fa DeferBlockFixture.render should not wait for stability (#55271)
fix - 5cf14da35c make ActivatedRoute inject correct instance inside @defer blocks (#55374)
fix - 8979fba2c5 skip defer timers on the server (#55480)

v17.3.5

17.3.5 (2024-04-17)

v17.3.4

17.3.4 (2024-04-10)

common

Commit Description
fix - 53427d875d invalid ImageKit quality parameter (#55193)
fix - 766548c3ec skip transfer cache on client (#55012)

v17.3.3

17.3.3 (2024-04-03)

core

Commit Description
fix - 158ceaf062 handle ChainedInjectors in injector debug utils (#55144)
fix - 4d043992e5 test cleanup should not throw if Zone is not present (#55096)

migrations

Commit Description
fix - 949dec26b8 avoid conflicts with some greek letters in control flow migration (#55113)
Changelog

Sourced from @​angular/common's changelog.

17.3.6 (2024-04-25)

core

Commit Type Description
826861b1fa fix DeferBlockFixture.render should not wait for stability (#55271)
5cf14da35c fix make ActivatedRoute inject correct instance inside @defer blocks (#55374)
8979fba2c5 fix skip defer timers on the server (#55480)

18.0.0-next.5 (2024-04-17)

Breaking Changes

common

  • The deprecated isPlatformWorkerUi and isPlatformWorkerApp have been removed without replacement, as they serve no purpose since the removal of the WebWorker platform.

compiler

  • Angular only supports writable expressions inside of two-way bindings.

core

  • Angular will ensure change detection runs, even when the state update originates from outside the zone, tests may observe additional rounds of change detection compared to the previous behavior.

    This change will be more likely to impact existing unit tests. This should usually be seen as more correct and the test should be updated, but in cases where it is too much effort to debug, the test can revert to the old behavior by adding provideZoneChangeDetection({schedulingMode: NgZoneSchedulingMode.NgZoneOnly}) to the TestBed providers.

    Similarly, applications which may want to update state outside the zone and not trigger change detection can add provideZoneChangeDetection({schedulingMode: NgZoneSchedulingMode.NgZoneOnly}) to the providers in bootstrapApplication or add schedulingMode: NgZoneSchedulingMode.NgZoneOnly to the BootstrapOptions of bootstrapModule.

  • Testability methods increasePendingRequestCount, decreasePendingRequestCount and getPendingRequestCount have been removed. This information is tracked with zones.

common

Commit Type Description
3b0de30b37 refactor remove deprecated isPlatformWorkerApp and isPlatformWorkerUi API (#55302)

compiler

Commit Type Description
7d5bc1c628 fix remove container index from conditional instruction (#55190)
4eb0165750 fix remove support for unassignable expressions in two-way bindings (#55342)

core

Commit Type Description
fdd560ea14 feat Add ability to configure zone change detection to use zoneless scheduler (#55252)

... (truncated)

Commits
  • 051c140 build(http): Mark the http tests as flaky because of one particular transfe...
  • 766548c fix(common): skip transfer cache on client (#55012)
  • 80d1094 test(common): update ImageKit low quality test (#55193)
  • 53427d8 fix(common): invalid ImageKit quality parameter (#55193)
  • 10851d2 docs(common): clean up comment (#55088)
  • See full diff in compare view

Updates @angular/compiler from 17.3.2 to 17.3.6

Release notes

Sourced from @​angular/compiler's releases.

v17.3.6

17.3.6 (2024-04-25)

core

Commit Description
fix - 826861b1fa DeferBlockFixture.render should not wait for stability (#55271)
fix - 5cf14da35c make ActivatedRoute inject correct instance inside @defer blocks (#55374)
fix - 8979fba2c5 skip defer timers on the server (#55480)

v17.3.5

17.3.5 (2024-04-17)

v17.3.4

17.3.4 (2024-04-10)

common

Commit Description
fix - 53427d875d invalid ImageKit quality parameter (#55193)
fix - 766548c3ec skip transfer cache on client (#55012)

v17.3.3

17.3.3 (2024-04-03)

core

Commit Description
fix - 158ceaf062 handle ChainedInjectors in injector debug utils (#55144)
fix - 4d043992e5 test cleanup should not throw if Zone is not present (#55096)

migrations

Commit Description
fix - 949dec26b8 avoid conflicts with some greek letters in control flow migration (#55113)
Changelog

Sourced from @​angular/compiler's changelog.

17.3.6 (2024-04-25)

core

Commit Type Description
826861b1fa fix DeferBlockFixture.render should not wait for stability (#55271)
5cf14da35c fix make ActivatedRoute inject correct instance inside @defer blocks (#55374)
8979fba2c5 fix skip defer timers on the server (#55480)

18.0.0-next.5 (2024-04-17)

Breaking Changes

common

  • The deprecated isPlatformWorkerUi and isPlatformWorkerApp have been removed without replacement, as they serve no purpose since the removal of the WebWorker platform.

compiler

  • Angular only supports writable expressions inside of two-way bindings.

core

  • Angular will ensure change detection runs, even when the state update originates from outside the zone, tests may observe additional rounds of change detection compared to the previous behavior.

    This change will be more likely to impact existing unit tests. This should usually be seen as more correct and the test should be updated, but in cases where it is too much effort to debug, the test can revert to the old behavior by adding provideZoneChangeDetection({schedulingMode: NgZoneSchedulingMode.NgZoneOnly}) to the TestBed providers.

    Similarly, applications which may want to update state outside the zone and not trigger change detection can add provideZoneChangeDetection({schedulingMode: NgZoneSchedulingMode.NgZoneOnly}) to the providers in bootstrapApplication or add schedulingMode: NgZoneSchedulingMode.NgZoneOnly to the BootstrapOptions of bootstrapModule.

  • Testability methods increasePendingRequestCount, decreasePendingRequestCount and getPendingRequestCount have been removed. This information is tracked with zones.

common

Commit Type Description
3b0de30b37 refactor remove deprecated isPlatformWorkerApp and isPlatformWorkerUi API (#55302)

compiler

Commit Type Description
7d5bc1c628 fix remove container index from conditional instruction (#55190)
4eb0165750 fix remove support for unassignable expressions in two-way bindings (#55342)

core

Commit Type Description
fdd560ea14 feat Add ability to configure zone change detection to use zoneless scheduler (#55252)

... (truncated)

Commits
  • d10dc5c Revert "refactor(compiler): add support for the new search element (#54945)" ...
  • a8a20ad refactor(compiler): add support for the new search element (#54945)
  • See full diff in compare view

Updates @angular/core from 17.3.2 to 17.3.6

Release notes

Sourced from @​angular/core's releases.

v17.3.6

17.3.6 (2024-04-25)

core

Commit Description
fix - 826861b1fa DeferBlockFixture.render should not wait for stability (#55271)
fix - 5cf14da35c make ActivatedRoute inject correct instance inside @defer blocks (#55374)
fix - 8979fba2c5 skip defer timers on the server (#55480)

v17.3.5

17.3.5 (2024-04-17)

v17.3.4

17.3.4 (2024-04-10)

common

Commit Description
fix - 53427d875d invalid ImageKit quality parameter (#55193)
fix - 766548c3ec skip transfer cache on client (#55012)

v17.3.3

17.3.3 (2024-04-03)

core

Commit Description
fix - 158ceaf062 handle ChainedInjectors in injector debug utils (#55144)
fix - 4d043992e5 test cleanup should not throw if Zone is not present (#55096)

migrations

Commit Description
fix - 949dec26b8 avoid conflicts with some greek letters in control flow migration (#55113)
Changelog

Sourced from @​angular/core's changelog.

17.3.6 (2024-04-25)

core

Commit Type Description
826861b1fa fix DeferBlockFixture.render should not wait for stability (#55271)
5cf14da35c fix make ActivatedRoute inject correct instance inside @defer blocks (#55374)
8979fba2c5 fix skip defer timers on the server (#55480)

18.0.0-next.5 (2024-04-17)

Breaking Changes

common

  • The deprecated isPlatformWorkerUi and isPlatformWorkerApp have been removed without replacement, as they serve no purpose since the removal of the WebWorker platform.

compiler

  • Angular only supports writable expressions inside of two-way bindings.

core

  • Angular will ensure change detection runs, even when the state update originates from outside the zone, tests may observe additional rounds of change detection compared to the previous behavior.

    This change will be more likely to impact existing unit tests. This should usually be seen as more correct and the test should be updated, but in cases where it is too much effort to debug, the test can revert to the old behavior by adding provideZoneChangeDetection({schedulingMode: NgZoneSchedulingMode.NgZoneOnly}) to the TestBed providers.

    Similarly, applications which may want to update state outside the zone and not trigger change detection can add provideZoneChangeDetection({schedulingMode: NgZoneSchedulingMode.NgZoneOnly}) to the providers in bootstrapApplication or add schedulingMode: NgZoneSchedulingMode.NgZoneOnly to the BootstrapOptions of bootstrapModule.

  • Testability methods increasePendingRequestCount, decreasePendingRequestCount and getPendingRequestCount have been removed. This information is tracked with zones.

common

Commit Type Description
3b0de30b37 refactor remove deprecated isPlatformWorkerApp and isPlatformWorkerUi API (#55302)

compiler

Commit Type Description
7d5bc1c628 fix remove container index from conditional instruction (#55190)
4eb0165750 fix remove support for unassignable expressions in two-way bindings (#55342)

core

Commit Type Description
fdd560ea14 feat Add ability to configure zone change detection to use zoneless scheduler (#55252)

... (truncated)

Commits
  • 826861b fix(core): DeferBlockFixture.render should not wait for stability (#55271)
  • eda03d4 docs: Fix typo in waitForAsync example (#55407)
  • 8979fba fix(core): skip defer timers on the server (#55480)
  • 5cf14da fix(core): make ActivatedRoute inject correct instance inside @defer bloc...
  • afdcff3 test(core): fix expectations that accidentally used incorrect matchers (#55294)
  • c77ebb6 docs(core): add missing space (#55287)
  • 766548c fix(common): skip transfer cache on client (#55012)
  • 9a2295f refactor(core): Remove zone assertion from hydration cleanup. (#55214)
  • 88f0545 refactor(core): remove unnecessary folder (#55197)
  • eb9a5f5 ci: Add primitives groups to pullapprove (#53404)
  • Additional commits viewable in compare view

Updates @angular/forms from 17.3.2 to 17.3.6

Release notes

Sourced from @​angular/forms's releases.

v17.3.6

17.3.6 (2024-04-25)

core

Commit Description
fix - 826861b1fa DeferBlockFixture.render should not wait for stability (#55271)
fix - 5cf14da35c make ActivatedRoute inject correct instance inside @defer blocks (#55374)
fix - 8979fba2c5 skip defer timers on the server (#55480)

v17.3.5

17.3.5 (2024-04-17)

v17.3.4

17.3.4 (2024-04-10)

common

Commit Description
fix - 53427d875d invalid ImageKit quality parameter (#55193)
fix - 766548c3ec skip transfer cache on client (#55012)

v17.3.3

17.3.3 (2024-04-03)

core

Commit Description
fix - 158ceaf062 handle ChainedInjectors in injector debug utils (#55144)
fix - 4d043992e5 test cleanup should not throw if Zone is not present (#55096)

migrations

Commit Description
fix - 949dec26b8 avoid conflicts with some greek letters in control flow migration (#55113)
Changelog

Sourced from @​angular/forms's changelog.

17.3.6 (2024-04-25)

core

Commit Type Description
826861b1fa fix DeferBlockFixture.render should not wait for stability (#55271)
5cf14da35c fix make ActivatedRoute inject correct instance inside @defer blocks (#55374)
8979fba2c5 fix skip defer timers on the server (#55480)

18.0.0-next.5 (2024-04-17)

Breaking Changes

common

  • The deprecated isPlatformWorkerUi and isPlatformWorkerApp have been removed without replacement, as they serve no purpose since the removal of the WebWorker platform.

compiler

  • Angular only supports writable expressions inside of two-way bindings.

core

  • Angular will ensure change detection runs, even when the state update originates from outside the zone, tests may observe additional rounds of change detection compared to the previous behavior.

    This change will be more likely to impact existing unit tests. This should usually be seen as more correct and the test should be updated, but in cases where it is too much effort to debug, the test can revert to the old behavior by adding provideZoneChangeDetection({schedulingMode: NgZoneSchedulingMode.NgZoneOnly}) to the TestBed providers.

    Similarly, applications which may want to update state outside the zone and not trigger change detection can add provideZoneChangeDetection({schedulingMode: NgZoneSchedulingMode.NgZoneOnly}) to the providers in bootstrapApplication or add schedulingMode: NgZoneSchedulingMode.NgZoneOnly to the BootstrapOptions of bootstrapModule.

  • Testability methods increasePendingRequestCount, decreasePendingRequestCount and getPendingRequestCount have been removed. This information is tracked with zones.

common

Commit Type Description
3b0de30b37 refactor remove deprecated isPlatformWorkerApp and isPlatformWorkerUi API (#55302)

compiler

Commit Type Description
7d5bc1c628 fix remove container index from conditional instruction (#55190)
4eb0165750 fix remove support for unassignable expressions in two-way bindings (#55342)

core

Commit Type Description
fdd560ea14 feat Add ability to configure zone change detection to use zoneless sch...

Description has been truncated

Bumps the angular group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `17.3.2` | `17.3.6` |
| [@angular/cdk](https://github.com/angular/components) | `17.3.2` | `17.3.6` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `17.3.2` | `17.3.6` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `17.3.2` | `17.3.6` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `17.3.2` | `17.3.6` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `17.3.2` | `17.3.6` |
| [@angular/material](https://github.com/angular/components) | `17.3.2` | `17.3.6` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `17.3.2` | `17.3.6` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `17.3.2` | `17.3.6` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `17.3.2` | `17.3.6` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `17.3.2` | `17.3.6` |
| [@angular/cli](https://github.com/angular/angular-cli) | `17.3.2` | `17.3.6` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `17.3.2` | `17.3.6` |


Updates `@angular/animations` from 17.3.2 to 17.3.6
- [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/17.3.6/packages/animations)

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

Updates `@angular/common` from 17.3.2 to 17.3.6
- [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/17.3.6/packages/common)

Updates `@angular/compiler` from 17.3.2 to 17.3.6
- [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/17.3.6/packages/compiler)

Updates `@angular/core` from 17.3.2 to 17.3.6
- [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/17.3.6/packages/core)

Updates `@angular/forms` from 17.3.2 to 17.3.6
- [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/17.3.6/packages/forms)

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

Updates `@angular/platform-browser` from 17.3.2 to 17.3.6
- [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/17.3.6/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 17.3.2 to 17.3.6
- [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/17.3.6/packages/platform-browser-dynamic)

Updates `@angular/router` from 17.3.2 to 17.3.6
- [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/17.3.6/packages/router)

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

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

Updates `@angular/compiler-cli` from 17.3.2 to 17.3.6
- [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/17.3.6/packages/compiler-cli)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/cdk"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner May 1, 2024 12:12
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 1, 2024
Copy link

codecov bot commented May 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.34%. Comparing base (9e11831) to head (1983175).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #618   +/-   ##
=======================================
  Coverage   74.34%   74.34%           
=======================================
  Files         241      241           
  Lines        7398     7398           
  Branches      831      878   +47     
=======================================
  Hits         5500     5500           
  Misses       1706     1706           
  Partials      192      192           

@kruplm
Copy link
Contributor

kruplm commented May 2, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github May 2, 2024

Superseded by #636.

@dependabot dependabot bot closed this May 2, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular-ccaf63c29a branch May 2, 2024 10:24
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.

1 participant