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-dependencies group with 13 updates #8

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 28, 2023

Bumps the angular-dependencies group with 13 updates:

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

Updates @angular/animations from 16.2.6 to 16.2.7

Release notes

Sourced from @​angular/animations's releases.

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)
Changelog

Sourced from @​angular/animations's changelog.

16.2.7 (2023-09-27)

core

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

service-worker

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

17.0.0-next.5 (2023-09-20)

Breaking Changes

  • Node.js v16 support has been removed and the minimum support version has been bumped to 18.13.0.

    Node.js v16 is planned to be End-of-Life on 2023-09-11. Angular will stop supporting Node.js v16 in Angular v17. For Node.js release schedule details, please see: https://github.com/nodejs/release#release-schedule

common

core

  • Angular now required zone.js version ~0.14.0
  • Versions of TypeScript older than 5.2 are no longer supported.

router

  • malformedUriErrorHandler is no longer available in the RouterModule.forRoot options. URL parsing errors should instead be handled in the UrlSerializer.parse method.

zone.js

  • Deep and legacy dist/ imports like zone.js/bundles/zone-testing.js and zone.js/dist/zone are no longer allowed. zone-testing-bundle and zone-testing-node-bundle are also no longer part of the package.

    The proper way to import zone.js and zone.js/testing is:

    import 'zone.js';
    import 'zone.js/testing';

Commit Type Description
59aa0634f4 build remove support for Node.js v16 (#51755)

common

Commit Type Description
fe2fd7e1a8 feat make the warning for lazy-loaded lcp image an error (#51748)

compiler

Commit Type Description
7f6d9a73ab feat expand class api doc extraction (#51733)
c7daf7ea16 feat extract directive docs info (#51733)
e0b1bb33d7 feat extract doc info for JsDoc (#51733)

... (truncated)

Commits

Updates @angular/cdk from 16.2.5 to 16.2.6

Release notes

Sourced from @​angular/cdk's releases.

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)
Changelog

Sourced from @​angular/cdk's changelog.

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

cdk

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

material

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

17.0.0-next.4 "titanium-turtle" (2023-09-20)

cdk

Commit Type Description
2409e7071 fix schematics: account for single string in styles and new styleUrl (#27798)
31187abae fix scrolling: unsubscribe from scrolled stream when viewport is destroyed (#27800)

material

Commit Type Description
8c3d8d645 fix form-field: style the cursor the same way as the rest of the input (#26491) (#27795)
c7db4960e fix list: Emit tokens under mixin root selector (#27711)

Commits
  • e5a6691 release: cut the v16.2.6 release
  • eea64bd docs(material/slider): Page Up/Down increase value but not by 10 steps (#27854)
  • 17ec569 docs(material/theming): change color pallete format (#27760)
  • 038fefe docs(material/slider): clarify behavior of slider range thumbs (#27846)
  • bfff63f docs(material/theming): get-color-from-palette passes in '500' instead of 500...
  • 451d0e5 fix(material/datepicker): improved missing dateAdapters error message to incl...
  • 3e9228a fix(cdk/menu): context menu closing immediately on control + click on Safari ...
  • 5cd7204 docs(material/tree): delete tree-checklist example. (#27577)
  • 5765144 docs(cdk/menu): correct spelling of cdkTargetMenuAim (#27808)
  • See full diff in compare view

Updates @angular/common from 16.2.6 to 16.2.7

Release notes

Sourced from @​angular/common's releases.

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)
Changelog

Sourced from @​angular/common's changelog.

16.2.7 (2023-09-27)

core

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

service-worker

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

17.0.0-next.5 (2023-09-20)

Breaking Changes

  • Node.js v16 support has been removed and the minimum support version has been bumped to 18.13.0.

    Node.js v16 is planned to be End-of-Life on 2023-09-11. Angular will stop supporting Node.js v16 in Angular v17. For Node.js release schedule details, please see: https://github.com/nodejs/release#release-schedule

common

core

  • Angular now required zone.js version ~0.14.0
  • Versions of TypeScript older than 5.2 are no longer supported.

router

  • malformedUriErrorHandler is no longer available in the RouterModule.forRoot options. URL parsing errors should instead be handled in the UrlSerializer.parse method.

zone.js

  • Deep and legacy dist/ imports like zone.js/bundles/zone-testing.js and zone.js/dist/zone are no longer allowed. zone-testing-bundle and zone-testing-node-bundle are also no longer part of the package.

    The proper way to import zone.js and zone.js/testing is:

    import 'zone.js';
    import 'zone.js/testing';

Commit Type Description
59aa0634f4 build remove support for Node.js v16 (#51755)

common

Commit Type Description
fe2fd7e1a8 feat make the warning for lazy-loaded lcp image an error (#51748)

compiler

Commit Type Description
7f6d9a73ab feat expand class api doc extraction (#51733)
c7daf7ea16 feat extract directive docs info (#51733)
e0b1bb33d7 feat extract doc info for JsDoc (#51733)

... (truncated)

Commits

Updates @angular/compiler from 16.2.6 to 16.2.7

Release notes

Sourced from @​angular/compiler's releases.

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)
Changelog

Sourced from @​angular/compiler's changelog.

16.2.7 (2023-09-27)

core

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

service-worker

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

17.0.0-next.5 (2023-09-20)

Breaking Changes

  • Node.js v16 support has been removed and the minimum support version has been bumped to 18.13.0.

    Node.js v16 is planned to be End-of-Life on 2023-09-11. Angular will stop supporting Node.js v16 in Angular v17. For Node.js release schedule details, please see: https://github.com/nodejs/release#release-schedule

common

core

  • Angular now required zone.js version ~0.14.0
  • Versions of TypeScript older than 5.2 are no longer supported.

router

  • malformedUriErrorHandler is no longer available in the RouterModule.forRoot options. URL parsing errors should instead be handled in the UrlSerializer.parse method.

zone.js

  • Deep and legacy dist/ imports like zone.js/bundles/zone-testing.js and zone.js/dist/zone are no longer allowed. zone-testing-bundle and zone-testing-node-bundle are also no longer part of the package.

    The proper way to import zone.js and zone.js/testing is:

    import 'zone.js';
    import 'zone.js/testing';

Commit Type Description
59aa0634f4 build remove support for Node.js v16 (#51755)

common

Commit Type Description
fe2fd7e1a8 feat make the warning for lazy-loaded lcp image an error (#51748)

compiler

Commit Type Description
7f6d9a73ab feat expand class api doc extraction (#51733)
c7daf7ea16 feat extract directive docs info (#51733)
e0b1bb33d7 feat extract doc info for JsDoc (#51733)

... (truncated)

Commits

Updates @angular/core from 16.2.6 to 16.2.7

Release notes

Sourced from @​angular/core's releases.

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)
Changelog

Sourced from @​angular/core's changelog.

16.2.7 (2023-09-27)

core

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

service-worker

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

17.0.0-next.5 (2023-09-20)

Breaking Changes

  • Node.js v16 support has been removed and the minimum support version has been bumped to 18.13.0.

    Node.js v16 is planned to be End-of-Life on 2023-09-11. Angular will stop supporting Node.js v16 in Angular v17. For Node.js release schedule details, please see: https://github.com/nodejs/release#release-schedule

common

core

  • Angular now required zone.js version ~0.14.0
  • Versions of TypeScript older than 5.2 are no longer supported.

router

  • malformedUriErrorHandler is no longer available in the RouterModule.forRoot options. URL parsing errors should instead be handled in the UrlSerializer.parse method.

zone.js

  • Deep and legacy dist/ imports like zone.js/bundles/zone-testing.js and zone.js/dist/zone are no longer allowed. zone-testing-bundle and zone-testing-node-bundle are also no longer part of the package.

    The proper way to import zone.js and zone.js/testing is:

    import 'zone.js';
    import 'zone.js/testing';

Commit Type Description
59aa0634f4 build remove support for Node.js v16 (#51755)

common

Commit Type Description
fe2fd7e1a8 feat make the warning for lazy-loaded lcp image an error (#51748)

compiler

Commit Type Description
7f6d9a73ab feat expand class api doc extraction (#51733)
c7daf7ea16 feat extract directive docs info (#51733)
e0b1bb33d7 feat extract doc info for JsDoc (#51733)

... (truncated)

Commits

Updates @angular/forms from 16.2.6 to 16.2.7

Release notes

Sourced from @​angular/forms's releases.

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)
Changelog

Sourced from @​angular/forms's changelog.

16.2.7 (2023-09-27)

core

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

service-worker

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

17.0.0-next.5 (2023-09-20)

Breaking Changes

  • Node.js v16 support has been removed and the minimum support version has been bumped to 18.13.0.

    Node.js v16 is planned to be End-of-Life on 2023-09-11. Angular will stop supporting Node.js v16 in Angular v17. For Node.js release schedule details, please see: https://github.com/nodejs/release#release-schedule

common

core

  • Angular now required zone.js version ~0.14.0
  • Versions of TypeScript older than 5.2 are no longer supported.

router

  • malformedUriErrorHandler is no longer available in the RouterModule.forRoot options. URL parsing errors should instead be handled in the UrlSerializer.parse method.

zone.js

  • Deep and legacy dist/ imports like zone.js/bundles/zone-testing.js and zone.js/dist/zone are no longer allowed. zone-testing-bundle and zone-testing-node-bundle are also no longer part of the package.

    The proper way to import zone.js and zone.js/testing is:

    import 'zone.js';
    import 'zone.js/testing';

Commit Type Description
59aa0634f4 build remove support for Node.js v16 (#51755)

common

Commit Type Description
fe2fd7e1a8 feat make the warning for lazy-loaded lcp image an error (#51748)

compiler

Commit Type Description
7f6d9a73ab feat expand class api doc extraction (#51733)
c7daf7ea16 feat extract directive docs info (#51733)
e0b1bb33d7 feat extract doc info for JsDoc (#51733)

... (truncated)

Commits

Updates @angular/material from 16.2.5 to 16.2.6

Release notes

Sourced from @​angular/material's releases.

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)
Changelog

Sourced from @​angular/material's changelog.

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

cdk

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

material

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

17.0.0-next.4 "titanium-turtle" (2023-09-20)

cdk

Commit Type Description
2409e7071 fix schematics: account for single string in styles and new styleUrl (#27798)
31187abae fix scrolling: unsubscribe from scrolled stream when viewport is destroyed (#27800)

material

Commit Type Description
8c3d8d645 fix form-field: style the cursor the same way as the rest of the input (#26491) (#27795)
c7db4960e fix list: Emit tokens under mixin root selector (#27711)

Commits
  • e5a6691 release: cut the v16.2.6 release
  • eea64bd docs(material/slider): Page Up/Down increase value but not by 10 steps (#27854)
  • 17ec569 docs(material/theming): change color pallete format (#27760)
  • 038fefe docs(material/slider): clarify behavior of slider range thumbs (#27846)
  • bfff63f docs(material/theming): get-color-from-palette passes in '500' instead of 500...
  • 451d0e5 fix(material/datepicker): improved missing dateAdapters error message to incl...
  • 3e9228a fix(cdk/menu): context menu closing immediately on control + click on Safari ...
  • 5cd7204 docs(material/tree): delete tree-checklist example. (#27577)
  • 5765144 docs(cdk/menu): correct spelling of cdkTargetMenuAim (#27808)
  • See full diff in compare view

Updates @angular/platform-browser from 16.2.6 to 16.2.7

Release notes

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

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)
Changelog

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

16.2.7 (2023-09-27)

core

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

service-worker

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

17.0.0-next.5 (2023-09-20)

Breaking Changes

  • Node.js v16 support has been removed and the minimum support version has been bumped to 18.13.0.

    Node.js v16 is planned to be End-of-Life on 2023-09-11. Angular will stop supporting Node.js v16 in Angular v17. For Node.js release schedule details, please see: https://github.com/nodejs/release#release-schedule

common

core

  • Angular now required zone.js version ~0.14.0
  • Versions of TypeScript older than 5.2 are no longer supported.

router

  • malformedUriErrorHandler is no longer available in the RouterModule.forRoot options. URL parsing errors should instead be handled in the UrlSerializer.parse method.

zone.js

  • Deep and legacy dist/ imports like zone.js/bundles/zone-testing.js and zone.js/dist/zone are no longer allowed. zone-testing-bundle and zone-testing-node-bundle are also no longer part of the package.

    The proper way to import zone.js and zone.js/testing is:

    import 'zone.js';
    import 'zone.js/testing';

Commit Type Description
59aa0634f4 build remove support for Node.js v16 (#51755)

common

Commit Type Description
fe2fd7e1a8 feat make the warning for lazy-loaded lcp image an error (#51748)

compiler

Commit Type Description
7f6d9a73ab feat expand class api doc extraction (#51733)
c7daf7ea16 feat extract directive docs info (#51733)
e0b1bb33d7 feat extract doc info for JsDoc (#51733)

... (truncated)

Commits

Updates @angular/platform-browser-dynamic from 16.2.6 to 16.2.7

Release notes

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

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)
Changelog

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

16.2.7 (2023-09-27)

core

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

service-worker

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

17.0.0-next.5 (2023-09-20)

Breaking Changes

  • Node.js v16 support has been removed and the minimum support version has been bumped to 18.13.0.

    Node.js v16 is planned to be End-of-Life on 2023-09-11. Angular will stop supporting Node.js v16 in Angular v17. For Node.js release schedule details, please see: https://github.com/nodejs/release#release-schedule

common

core

  • Angular now required zone.js version ~0.14.0
  • Versions of TypeScript older than 5.2 are no longer supported.

router

  • malformedUriErrorHandler is no longer available in the RouterModule.forRoot options. URL parsing errors should instead be handled in the UrlSerializer.parse method.

zone.js

  • Deep and legacy dist/ imports like zone.js/bundles/zone-testing.js and zone.js/dist/zone are no longer allowed. zone-testing-bundle and zone-testing-node-bundle are also no longer part of the package.

    The proper way to import zone.js and zone.js/testing is:

    import 'zone.js';
    import 'zone.js/testing';

Commit Type Description
59aa0634f4 build remove support for Node.js v16 (#51755)

common

Commit Type Description
fe2fd7e1a8 feat make the warning for lazy-loaded lcp image an error (#51748)

compiler

Commit Type Description
7f6d9a73ab feat expand class api doc extraction (#51733)
c7daf7ea16 feat extract directive docs info (#51733)
e0b1bb33d7 feat extract doc info for JsDoc (#51733)

... (truncated)

Commits

Updates @angular/router from 16.2.6 to 16.2.7

Release notes

Sourced from @​angular/router's releases.

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)
Changelog

Sourced from @​angular/router's changelog.

16.2.7 (2023-09-27)

core

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

service-worker

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

17.0.0-next.5 (2023-09-20)

Breaking Changes

  • Node.js v16 support has been removed and the minimum support version has been bumped to 18.13.0.

    Node.js v16 is planned to be End-of-Life on 2023-09-11. Angular will stop supporting Node.js v16 in Angular v17. For Node.js release schedule details, please see: https://github.com/nodejs/release#release-schedule

common

core

  • Angular now required zone.js version ~0.14.0
  • Versions of TypeScript older than 5.2 are no longer supported.

router

  • malformedUriErrorHandler is no longer available in the RouterModule.forRoot options. URL parsing errors should instead be handled in the UrlSerializer.parse method.

zone.js

  • Deep and legacy dist/ imports like zone.js/bundles/zone-testing.js and zone.js/dist/zone are no longer allowed. zone-testing-bundle and zone-testing-node-bundle are also no longer part of the package.

    The proper way to import zone.js and zone.js/testing is:

    import 'zone.js';
    import 'zone.js/testing';

Commit Type Description
59aa0634f4 build remove support for Node.js v16 (#51755)

common

Commit Type Description
fe2fd7e1a8 feat make the warning for lazy-loaded lcp image an error (#51748)

compiler

Commit Type Description
7f6d9a73ab feat expand class api doc extraction (#51733)
c7daf7ea16 feat extract directive docs info (#51733)
e0b1bb33d7 feat extract doc info for JsDoc (#51733)

... (truncated)

Commits

Updates @angular-devkit/build-angular from 16.2.3 to 16.2.4

Release notes

Sourced from @​angular-devkit/build-angular's releases.

v16.2.4

16.2.4 (2023-09-27)

@​schematics/angular

Commit Description
fix - 5dc7fb1a1 update @angular/cli version specifier to use ^
Changelog

Sourced from @​angular-devkit/build-angular's changelog.

16.2.4 (2023-09-27)

@​schematics/angular

Commit Type Description
5dc7fb1a1 fix update @angular/cli version specifier to use ^

17.0.0-next.5 (2023-09-20)

Breaking Changes

  • Versions of TypeScript older tha...

    Description has been truncated

Bumps the angular-dependencies group with 13 updates:

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


Updates `@angular/animations` from 16.2.6 to 16.2.7
- [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.7/packages/animations)

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

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

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

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

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

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

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

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

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

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

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 28, 2023
@dependabot dependabot bot requested a review from sonallux September 28, 2023 01:18
@sonallux sonallux merged commit e6cda6d into main Oct 1, 2023
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular-dependencies-676864e32d branch October 1, 2023 08:46
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