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

Bump the angular group with 13 updates #613

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 25, 2023

Bumps the angular group with 13 updates:

Package From To
@angular/animations 16.2.5 16.2.10
@angular/cdk 16.2.4 16.2.10
@angular/common 16.2.5 16.2.10
@angular/compiler 16.2.5 16.2.10
@angular/core 16.2.5 16.2.10
@angular/forms 16.2.5 16.2.10
@angular/material 16.2.4 16.2.10
@angular/platform-browser 16.2.5 16.2.10
@angular/platform-browser-dynamic 16.2.5 16.2.10
@angular/router 16.2.5 16.2.10
@angular-devkit/build-angular 16.2.3 16.2.7
@angular/cli 16.2.3 16.2.7
@angular/compiler-cli 16.2.5 16.2.10

Updates @angular/animations from 16.2.5 to 16.2.10

Release notes

Sourced from @​angular/animations's releases.

v16.2.10

16.2.10 (2023-10-18)

v16.2.9

16.2.9 (2023-10-11)

forms

Commit Description
fix - 51a5baace3 reset() call with null values on nested group (#48830)

v16.2.8

16.2.8 (2023-10-04)

language-service

Commit Description
fix - b732961fc3 Retain correct language service when ts.Project reloads (#51912)

service-worker

Commit Description
fix - 966ce9790a throw a critical error when handleFetch fails (#51960)

v16.2.7

16.2.7 (2023-09-27)

core

Commit Description
fix - 39a3e34e03 allow toSignal calls in reactive context (#51831) (#51892)

service-worker

Commit Description
fix - c3d901eacf throw a critical error when handleFetch fails (#51885)

v16.2.6

16.2.6 (2023-09-20)

core

Commit Description
fix - 82712f80df ensure a consumer drops all its stale producers (#51722) (#51772)
Changelog

Sourced from @​angular/animations's changelog.

16.2.10 (2023-10-18)

17.0.0-next.8 (2023-10-11)

Breaking Changes

common

  • the NgSwitch directive now defaults to the === equality operator, migrating from the previously used ==. NgSwitch expressions and / or individual condition values need adjusting to this stricter equality check. The added warning message should help pinpointing NgSwitch usages where adjustments are needed.

core

  • The mutate method was removed from the WritableSignal interface and completely dropped from the public API surface. As an alternative please use the update method and make immutable changes to the object.

    Example before:

    items.mutate(itemsArray => itemsArray.push(newItem));

    Example after:

    items.update(itemsArray => [itemsArray, …newItem]);
  • The mutate method was removed from the WritableSignal interface and completely dropped from the public API surface. As an alternative please use the update method and make immutable changes to the object.

    Example before:

    items.mutate(itemsArray => itemsArray.push(newItem));

    Example after:

    items.update(itemsArray => [itemsArray, …newItem]);

platform-browser

  • The withNoDomReuse() function was removed from the public API. If you need to disable hydration, you can exclude the provideClientHydration() call from provider list in your application (which would disable hydration features for the entire application) or use ngSkipHydration attribute to disable hydration for particular components. See this guide for additional information: https://angular.io/guide/hydration#how-to-skip-hydration-for-particular-components.

router

  • Routes with loadComponent would incorrectly cause child routes to inherit their data by default. The default paramsInheritanceStrategy is emptyOnly. If parent data should be

... (truncated)

Commits

Updates @angular/cdk from 16.2.4 to 16.2.10

Release notes

Sourced from @​angular/cdk's releases.

v16.2.10

16.2.10 "plaster-pineapple" (2023-10-25)

material

Commit Description
fix - 2b5a7faea checkbox: add aria-checked (#27970)

v16.2.9

16.2.9 "paper-pumpkin" (2023-10-18)

material

Commit Description
fix - 7a8b7daa13 button: buttons in toolbars (#27948)

v16.2.8

16.2.8 "velvet-rabbit" (2023-10-11)

v16.2.7

16.2.7 "corundum-candy" (2023-10-04)

material

Commit Description
fix - fd97395cd tabs: nav bar not navigating on enter presses (#27862)

v16.2.6

16.2.6 "jade-jungle" (2023-09-27)

material

Commit Description
fix - 451d0e5190 datepicker: improved missing dateAdapters error message to include matLuxon and matDateFns (#26889)

cdk

Commit Description
fix - 3e9228a6d0 menu: context menu closing immediately on control + click on Safari (#27838)

v16.2.5

16.2.5 "cardboard-plane" (2023-09-20)

material

Commit Description
fix - 158d5f37a form-field: style the cursor the same way as the rest of the input (#26491) (#27795)

cdk

Commit Description

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

16.2.10 "plaster-pineapple" (2023-10-25)

material

Commit Type Description
2b5a7faea fix checkbox: add aria-checked (#27970)

17.0.0-rc.1 "transparent-table" (2023-10-25)

material

Commit Type Description
215b92ae2 fix checkbox: add aria-checked (#27970)
c6fa905dd fix divider: move unthemable tokens to theme mixin (#27881)
0ac19114c fix form-field: move unthemable tokens to theme mixin (#27887)
041a71b87 fix schematics: Create a schematic to add the base theme dimension (#27964)

multiple

Commit Type Description
a3f9ca14b perf switch to built-in control flow (#27987)

17.0.0-rc.0 "chalk-cobwebs" (2023-10-18)

material

Commit Type Description
74d1be62e2 fix button: align prefixes with MDC (#27936)
1d101590ac fix button: buttons in toolbars (#27948)
afceed2a56 fix expansion: move unthemable tokens to theme mixin (#27885)

16.2.9 "paper-pumpkin" (2023-10-18)

material

Commit Type Description
7a8b7daa13 fix button: buttons in toolbars (#27948)

17.0.0-next.7 "metal-napkin" (2023-10-11)

Breaking Changes

material

  • There are new styles emitted by mat.<component>-theme that are not emitted by any of: mat.<component>-color, mat.<component>-typography, or

... (truncated)

Commits
  • bf5baf5 release: cut the v16.2.10 release
  • c51fd25 ci: provide environment variables to the right step (#27991)
  • 2b5a7fa fix(material/checkbox): add aria-checked (#27970)
  • 9fe2f39 ci: fix environment variables (#27966)
  • 25d161c ci: migrate deploying doc site job to GHA
  • 6c424ba ci: migrate package archive uploading job to GHA
  • eceefd9 ci: migrate snapshot publishing job to GHA
  • aa64b71 ci: migrate bazel build job to GHA
  • 29c710d ci: migrate docs site monitoring to Github Actions
  • 07f0fda ci: migrate snapshot test to Github Actions
  • Additional commits viewable in compare view

Updates @angular/common from 16.2.5 to 16.2.10

Release notes

Sourced from @​angular/common's releases.

v16.2.10

16.2.10 (2023-10-18)

v16.2.9

16.2.9 (2023-10-11)

forms

Commit Description
fix - 51a5baace3 reset() call with null values on nested group (#48830)

v16.2.8

16.2.8 (2023-10-04)

language-service

Commit Description
fix - b732961fc3 Retain correct language service when ts.Project reloads (#51912)

service-worker

Commit Description
fix - 966ce9790a throw a critical error when handleFetch fails (#51960)

v16.2.7

16.2.7 (2023-09-27)

core

Commit Description
fix - 39a3e34e03 allow toSignal calls in reactive context (#51831) (#51892)

service-worker

Commit Description
fix - c3d901eacf throw a critical error when handleFetch fails (#51885)

v16.2.6

16.2.6 (2023-09-20)

core

Commit Description
fix - 82712f80df ensure a consumer drops all its stale producers (#51722) (#51772)
Changelog

Sourced from @​angular/common's changelog.

16.2.10 (2023-10-18)

17.0.0-next.8 (2023-10-11)

Breaking Changes

common

  • the NgSwitch directive now defaults to the === equality operator, migrating from the previously used ==. NgSwitch expressions and / or individual condition values need adjusting to this stricter equality check. The added warning message should help pinpointing NgSwitch usages where adjustments are needed.

core

  • The mutate method was removed from the WritableSignal interface and completely dropped from the public API surface. As an alternative please use the update method and make immutable changes to the object.

    Example before:

    items.mutate(itemsArray => itemsArray.push(newItem));

    Example after:

    items.update(itemsArray => [itemsArray, …newItem]);
  • The mutate method was removed from the WritableSignal interface and completely dropped from the public API surface. As an alternative please use the update method and make immutable changes to the object.

    Example before:

    items.mutate(itemsArray => itemsArray.push(newItem));

    Example after:

    items.update(itemsArray => [itemsArray, …newItem]);

platform-browser

  • The withNoDomReuse() function was removed from the public API. If you need to disable hydration, you can exclude the provideClientHydration() call from provider list in your application (which would disable hydration features for the entire application) or use ngSkipHydration attribute to disable hydration for particular components. See this guide for additional information: https://angular.io/guide/hydration#how-to-skip-hydration-for-particular-components.

router

  • Routes with loadComponent would incorrectly cause child routes to inherit their data by default. The default paramsInheritanceStrategy is emptyOnly. If parent data should be

... (truncated)

Commits

Updates @angular/compiler from 16.2.5 to 16.2.10

Release notes

Sourced from @​angular/compiler's releases.

v16.2.10

16.2.10 (2023-10-18)

v16.2.9

16.2.9 (2023-10-11)

forms

Commit Description
fix - 51a5baace3 reset() call with null values on nested group (#48830)

v16.2.8

16.2.8 (2023-10-04)

language-service

Commit Description
fix - b732961fc3 Retain correct language service when ts.Project reloads (#51912)

service-worker

Commit Description
fix - 966ce9790a throw a critical error when handleFetch fails (#51960)

v16.2.7

16.2.7 (2023-09-27)

core

Commit Description
fix - 39a3e34e03 allow toSignal calls in reactive context (#51831) (#51892)

service-worker

Commit Description
fix - c3d901eacf throw a critical error when handleFetch fails (#51885)

v16.2.6

16.2.6 (2023-09-20)

core

Commit Description
fix - 82712f80df ensure a consumer drops all its stale producers (#51722) (#51772)
Changelog

Sourced from @​angular/compiler's changelog.

16.2.10 (2023-10-18)

17.0.0-next.8 (2023-10-11)

Breaking Changes

common

  • the NgSwitch directive now defaults to the === equality operator, migrating from the previously used ==. NgSwitch expressions and / or individual condition values need adjusting to this stricter equality check. The added warning message should help pinpointing NgSwitch usages where adjustments are needed.

core

  • The mutate method was removed from the WritableSignal interface and completely dropped from the public API surface. As an alternative please use the update method and make immutable changes to the object.

    Example before:

    items.mutate(itemsArray => itemsArray.push(newItem));

    Example after:

    items.update(itemsArray => [itemsArray, …newItem]);
  • The mutate method was removed from the WritableSignal interface and completely dropped from the public API surface. As an alternative please use the update method and make immutable changes to the object.

    Example before:

    items.mutate(itemsArray => itemsArray.push(newItem));

    Example after:

    items.update(itemsArray => [itemsArray, …newItem]);

platform-browser

  • The withNoDomReuse() function was removed from the public API. If you need to disable hydration, you can exclude the provideClientHydration() call from provider list in your application (which would disable hydration features for the entire application) or use ngSkipHydration attribute to disable hydration for particular components. See this guide for additional information: https://angular.io/guide/hydration#how-to-skip-hydration-for-particular-components.

router

  • Routes with loadComponent would incorrectly cause child routes to inherit their data by default. The default paramsInheritanceStrategy is emptyOnly. If parent data should be

... (truncated)

Commits

Updates @angular/core from 16.2.5 to 16.2.10

Release notes

Sourced from @​angular/core's releases.

v16.2.10

16.2.10 (2023-10-18)

v16.2.9

16.2.9 (2023-10-11)

forms

Commit Description
fix - 51a5baace3 reset() call with null values on nested group (#48830)

v16.2.8

16.2.8 (2023-10-04)

language-service

Commit Description
fix - b732961fc3 Retain correct language service when ts.Project reloads (#51912)

service-worker

Commit Description
fix - 966ce9790a throw a critical error when handleFetch fails (#51960)

v16.2.7

16.2.7 (2023-09-27)

core

Commit Description
fix - 39a3e34e03 allow toSignal calls in reactive context (#51831) (#51892)

service-worker

Commit Description
fix - c3d901eacf throw a critical error when handleFetch fails (#51885)

v16.2.6

16.2.6 (2023-09-20)

core

Commit Description
fix - 82712f80df ensure a consumer drops all its stale producers (#51722) (#51772)
Changelog

Sourced from @​angular/core's changelog.

16.2.10 (2023-10-18)

17.0.0-next.8 (2023-10-11)

Breaking Changes

common

  • the NgSwitch directive now defaults to the === equality operator, migrating from the previously used ==. NgSwitch expressions and / or individual condition values need adjusting to this stricter equality check. The added warning message should help pinpointing NgSwitch usages where adjustments are needed.

core

  • The mutate method was removed from the WritableSignal interface and completely dropped from the public API surface. As an alternative please use the update method and make immutable changes to the object.

    Example before:

    items.mutate(itemsArray => itemsArray.push(newItem));

    Example after:

    items.update(itemsArray => [itemsArray, …newItem]);
  • The mutate method was removed from the WritableSignal interface and completely dropped from the public API surface. As an alternative please use the update method and make immutable changes to the object.

    Example before:

    items.mutate(itemsArray => itemsArray.push(newItem));

    Example after:

    items.update(itemsArray => [itemsArray, …newItem]);

platform-browser

  • The withNoDomReuse() function was removed from the public API. If you need to disable hydration, you can exclude the provideClientHydration() call from provider list in your application (which would disable hydration features for the entire application) or use ngSkipHydration attribute to disable hydration for particular components. See this guide for additional information: https://angular.io/guide/hydration#how-to-skip-hydration-for-particular-components.

router

  • Routes with loadComponent would incorrectly cause child routes to inherit their data by default. The default paramsInheritanceStrategy is emptyOnly. If parent data should be

... (truncated)

Commits
  • d75eaa7 refactor(core): remove unused helper for setting LView for reactive consume...
  • 2bfd28c docs: correct wording for Directive's decorator host property key description...
  • d3c9e43 docs(core): add an example of configuring APP_INITIALIZER token in context of...
  • 334fe60 refactor(core): Update view flags so only one number needs adjustment (#51839)
  • 781bb91 build: lock file maintenance (#51838)
  • 39a3e34 fix(core): allow toSignal calls in reactive context (#51831) (#51892)
  • 68648ee refactor(core): avoid an empty array allocation during hydration (#51917)
  • 03127fc refactor(core): ensure reactive node constants are considered pure (#51809) (...
  • 3b46066 refactor: ensure top-level symbols are marked as side-effect free (#51776)
  • 7b40d74 refactor(core): let reactive node prototypes conform to their type (#51722) (...
  • Additional commits viewable in compare view

Updates @angular/forms from 16.2.5 to 16.2.10

Release notes

Sourced from @​angular/forms's releases.

v16.2.10

16.2.10 (2023-10-18)

v16.2.9

16.2.9 (2023-10-11)

forms

Commit Description
fix - 51a5baace3 reset() call with null values on nested group (#48830)

v16.2.8

16.2.8 (2023-10-04)

language-service

Commit Description
fix - b732961fc3 Retain correct language service when ts.Project reloads (#51912)

service-worker

Commit Description
fix - 966ce9790a throw a critical error when handleFetch fails (#51960)

v16.2.7

16.2.7 (2023-09-27)

core

Commit Description
fix - 39a3e34e03 allow toSignal calls in reactive context (#51831) (#51892)

service-worker

Commit Description
fix - c3d901eacf throw a critical error when handleFetch fails (#51885)

v16.2.6

16.2.6 (2023-09-20)

core

Commit Description
fix - 82712f80df ensure a consumer drops all its stale producers (#51722) (#51772)
Changelog

Sourced from @​angular/forms's changelog.

16.2.10 (2023-10-18)

17.0.0-next.8 (2023-10-11)

Breaking Changes

common

  • the NgSwitch directive now defaults to the === equality operator, migrating from the previously used ==. NgSwitch expressions and / or individual condition values need adjusting to this stricter equality check. The added warning message should help pinpointing NgSwitch usages where adjustments are needed.

core

  • The mutate method was removed from the WritableSignal interface and completely dropped from the public API surface. As an alternative please use the update method and make immutable changes to the object.

    Example before:

    items.mutate(itemsArray => itemsArray.push(newItem));

    Example after:

    items.update(itemsArray => [itemsArray, …newItem]);
  • The mutate method was removed from the WritableSignal interface and completely dropped from the public API surface. As an alternative please use the update method and make immutable changes to the object.

    Example before:

    items.mutate(itemsArray => itemsArray.push(newItem));

    Example after:

    items.update(itemsArray => [itemsArray, …newItem]);

platform-browser

  • The withNoDomReuse() function was removed from the public API. If you need to disable hydration, you can exclude the provideClientHydration() call from provider list in your application (which would disable hydration features for the entire application) or use ngSkipHydration attribute to disable hydration for particular components. See this guide for additional information: https://angular.io/guide/hydration#how-to-skip-hydration-for-particular-components.

router

  • Routes with loadComponent would incorrectly cause child routes to inherit their data by default. The default paramsInheritanceStrategy is emptyOnly. If parent data should be

... (truncated)

Commits

Updates @angular/material from 16.2.4 to 16.2.10

Release notes

Sourced from @​angular/material's releases.

v16.2.10

16.2.10 "plaster-pineapple" (2023-10-25)

material

Commit Description
fix - 2b5a7faea checkbox: add aria-checked (#27970)

v16.2.9

16.2.9 "paper-pumpkin" (2023-10-18)

material

Commit Description
fix - 7a8b7daa13 button: buttons in toolbars (#27948)

v16.2.8

16.2.8 "velvet-rabbit" (2023-10-11)

v16.2.7

16.2.7 "corundum-candy" (2023-10-04)

material

Commit Description
fix - fd97395cd tabs: nav bar not navigating on enter presses (#27862)

v16.2.6

16.2.6 "jade-jungle" (2023-09-27)

material

Commit Description
fix - 451d0e5190 datepicker: improved missing dateAdapters error message to include matLuxon and matDateFns (#26889)

cdk

Commit Description
fix - 3e9228a6d0 menu: context menu closing immediately on control + click on Safari (#27838)

v16.2.5

16.2.5 "cardboard-plane" (2023-09-20)

material

Commit Description
fix - 158d5f37a form-field: style the cursor the same way as the rest of the input (#26491) (#27795)

cdk

Commit Description

... (truncated)

Changelog

Sourced from @​angular/material's changelog.

16.2.10 "plaster-pineapple" (2023-10-25)

material

Commit Type Description
2b5a7faea fix checkbox: add aria-checked (#27970)

17.0.0-rc.1 "transparent-table" (2023-10-25)

material

Commit Type Description
215b92ae2 fix checkbox: add aria-checked (#27970)
c6fa905dd fix divider: move unthemable tokens to theme mixin (#27881)
0ac19114c fix form-field: move unthemable tokens to theme mixin (#27887)
041a71b87 fix schematics: Create a schematic to add the base theme dimension (#27964)

multiple

Commit Type Description
a3f9ca14b perf switch to built-in control flow (#27987)

17.0.0-rc.0 "chalk-cobwebs" (2023-10-18)

material

Commit Type Description
74d1be62e2 fix button: align prefixes with MDC (#27936)
1d101590ac fix button: buttons in toolbars (#27948)
afceed2a56 fix expansion: move unthemable tokens to theme mixin (#27885)

16.2.9 "paper-pumpkin" (2023-10-18)

material

Commit Type Description
7a8b7daa13 fix button: buttons in toolbars (#27948)

17.0.0-next.7 "metal-napkin" (2023-10-11)

Breaking Changes

material

  • There are new styles emitted by mat.<component>-theme that are not emitted by any of: mat.<component>-color, mat.<component>-typography, or

... (truncated)

Commits
  • bf5baf5 release: cut the v16.2.10 release
  • c51fd25 ci: provide environment variables to the right step (#27991)
  • 2b5a7fa fix(material/checkbox): add aria-checked (#27970)
  • 9fe2f39 ci: fix environment variables (#27966)
  • 25d161c ci: migrate deploying doc site job to GHA
  • 6c424ba ci: migrate package archive uploading job to GHA
  • eceefd9 ci: migrate snapshot publishing job to GHA
  • aa64b71 ci: migrate bazel build job to GHA
  • 29c710d ci: migrate docs site monitoring to Github Actions
  • 07f0fda ci: migrate snapshot test to Github Actions
  • Additional commits viewable in compare view

Updates @angular/platform-browser from 16.2.5 to 16.2.10

Release notes

Sourced from @​angular/platform-browser's releases.

v16.2.10

16.2.10 (2023-10-18)

v16.2.9

16.2.9 (2023-10-11)

forms

Commit Description
fix - 51a5baace3 reset() call with null values on nested group (#48830)

v16.2.8

16.2.8 (2023-10-04)

language-service

Commit Description
fix - b732961fc3 Retain correct language service when ts.Project reloads (#51912)

service-worker

Commit Description
fix - 966ce9790a throw a critical error when handleFetch fails (#51960)

v16.2.7

16.2.7 (2023-09-27)

core

Commit Description
fix - 39a3e34e03 allow toSignal calls in reactive context (#51831) (#51892)

service-worker

Commit Description
fix - c3d901eacf throw a critical error when handleFetch fails (#51885)

v16.2.6

16.2.6 (2023-09-20)

core

Commit Description
fix - 82712f80df ensure a consumer drops all its stale producers (#51722) (#51772)
Changelog

Sourced from @​angular/platform-browser's changelog.

16.2.10 (2023-10-18)

17.0.0-next.8 (2023-10-11)

Breaking Changes

common

  • the NgSwitch directive now defaults to the === equality operator, migrating from the previously used ==. NgSwitch expressions and / or individual condition values need adjusting to this stricter equality check. The added warning message should help pinpointing NgSwitch usages where adjustments are needed.

core

  • The mutate method was removed from the WritableSignal interface and completely dropped from the public API surface. As an alternative please use the update method and make immutable changes to the object.

    Example before:

    items.mutate(itemsArray => itemsArray.push(newItem));

    Example after:

    items.update(itemsArray => [itemsArray, …newItem]);
  • The 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) | `16.2.5` | `16.2.10` |
| [@angular/cdk](https://github.com/angular/components) | `16.2.4` | `16.2.10` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `16.2.5` | `16.2.10` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `16.2.5` | `16.2.10` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `16.2.5` | `16.2.10` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `16.2.5` | `16.2.10` |
| [@angular/material](https://github.com/angular/components) | `16.2.4` | `16.2.10` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `16.2.5` | `16.2.10` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `16.2.5` | `16.2.10` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `16.2.5` | `16.2.10` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `16.2.3` | `16.2.7` |
| [@angular/cli](https://github.com/angular/angular-cli) | `16.2.3` | `16.2.7` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `16.2.5` | `16.2.10` |


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

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

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

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

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

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

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

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

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

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

Updates `@angular-devkit/build-angular` from 16.2.3 to 16.2.7
- [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.3...16.2.7)

Updates `@angular/cli` from 16.2.3 to 16.2.7
- [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.3...16.2.7)

Updates `@angular/compiler-cli` from 16.2.5 to 16.2.10
- [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/16.2.10/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] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 25, 2023
@github-actions github-actions bot enabled auto-merge (squash) October 25, 2023 16:28
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 26, 2023

Superseded by #616.

@dependabot dependabot bot closed this Oct 26, 2023
auto-merge was automatically disabled October 26, 2023 16:19

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular-bcaa93a451 branch October 26, 2023 16:19
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