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 in /Sample-01 with 16 updates #442

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the angular group in /Sample-01 with 16 updates:

Package From To
@angular/animations 16.1.2 16.2.6
@angular/common 16.1.2 16.2.6
@angular/compiler 16.1.2 16.2.6
@angular/core 16.1.2 16.2.6
@angular/forms 16.1.2 16.2.6
@angular/localize 16.1.2 16.2.6
@angular/platform-browser 16.1.2 16.2.6
@angular/platform-browser-dynamic 16.1.2 16.2.6
@angular/router 16.1.2 16.2.6
@angular-devkit/build-angular 16.1.0 16.2.3
@angular-eslint/builder 16.1.0 16.2.0
@angular-eslint/eslint-plugin 16.1.0 16.2.0
@angular-eslint/eslint-plugin-template 16.1.0 16.2.0
@angular-eslint/schematics 16.1.0 16.2.0
@angular-eslint/template-parser 16.1.0 16.2.0
@angular/language-service 16.1.2 16.2.6

Updates @angular/animations from 16.1.2 to 16.2.6

Release notes

Sourced from @​angular/animations's releases.

v16.2.6

16.2.6 (2023-09-20)

core

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

v16.2.5

16.2.5 (2023-09-13)

v16.2.4

16.2.4 (2023-09-06)

v16.2.3

16.2.3 (2023-08-30)

animations

Commit Description
fix - 04c6574280 remove unnecessary escaping in regex expressions (#51554)

compiler-cli

Commit Description
fix - dbd761f528 correct incomplete escaping (#51557)
fix - 5c36fc784f remove unnecessary escaping in regex expressions (#51554)

core

Commit Description
fix - dcd1add06f correct incomplete escaping (#51557)
fix - 20d62603c2 handle hydration of view containers that use component hosts as anchors (#51456)
fix - e6b301caa2 remove unnecessary escaping in regex expressions (#51554)
fix - 0c7c852ee7 run afterRender callbacks outside of the Angular zone (#51551)

language-service

Commit Description
fix - 8081fdd22d correct incomplete escaping (#51557)

v16.2.2

16.2.2 (2023-08-23)

common

Commit Description
fix - a43c0772ea Allow safeUrl for ngSrc in NgOptimizedImage (#51351)

compiler-cli

Commit Description

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

16.2.6 (2023-09-20)

core

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

17.0.0-next.4 (2023-09-13)

core

Commit Type Description
59387ee476 feat support styles and styleUrl as strings (#51715)

router

Commit Type Description
73e4bf2ed2 feat Add feature to support the View Transitions API (#51314)

16.2.5 (2023-09-13)

17.0.0-next.3 (2023-09-06)

Breaking Changes

core

  • OnPush components that are created dynamically now only have their host bindings refreshed and ngDoCheck run during change detection if they are dirty. Previously, a bug in the change detection would result in the OnPush configuration of dynamically created components to be ignored when executing host bindings and the ngDoCheck function. This is rarely encountered but can happen if code has a handle on the ComponentRef instance and updates values read in the OnPush component template without then calling either markForCheck or detectChanges on that component's ChangeDetectorRef.

router

  • urlHandlingStrategy has been removed from the Router public API. This should instead be configured through the provideRouter or RouterModule.forRoot APIs.

core

Commit Type Description
40bb45f329 fix Respect OnPush change detection strategy for dynamically created components (#51356)
88a0af64fd perf generate arrow functions for pure function calls (#51668)

router

| Commit | Type | Description |

... (truncated)

Commits
  • 04c6574 fix(animations): remove unnecessary escaping in regex expressions (#51554)
  • 0ba2b5e refactor(animations): remove unecessary interface (#50662)
  • a14bdfe fix(animations): Ensure elements are removed from the cache after leave anima...
  • 01e2bde refactor(animations): Fix JSDoc comment (#50893)
  • 29f6912 refactor(animations): remove redundant castings (#50860)
  • 0380564 fix(platform-browser): wait until animation completion before destroying rend...
  • 452a3e9 Revert "fix(platform-browser): wait until animation completion before destroy...
  • ed8b088 Revert "refactor(animations): remove redundant castings (#50677)" (#50857)
  • d227347 refactor(animations): remove redundant castings (#50677)
  • 2b55103 fix(platform-browser): wait until animation completion before destroying rend...
  • Additional commits viewable in compare view

Updates @angular/common from 16.1.2 to 16.2.6

Release notes

Sourced from @​angular/common's releases.

v16.2.6

16.2.6 (2023-09-20)

core

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

v16.2.5

16.2.5 (2023-09-13)

v16.2.4

16.2.4 (2023-09-06)

v16.2.3

16.2.3 (2023-08-30)

animations

Commit Description
fix - 04c6574280 remove unnecessary escaping in regex expressions (#51554)

compiler-cli

Commit Description
fix - dbd761f528 correct incomplete escaping (#51557)
fix - 5c36fc784f remove unnecessary escaping in regex expressions (#51554)

core

Commit Description
fix - dcd1add06f correct incomplete escaping (#51557)
fix - 20d62603c2 handle hydration of view containers that use component hosts as anchors (#51456)
fix - e6b301caa2 remove unnecessary escaping in regex expressions (#51554)
fix - 0c7c852ee7 run afterRender callbacks outside of the Angular zone (#51551)

language-service

Commit Description
fix - 8081fdd22d correct incomplete escaping (#51557)

v16.2.2

16.2.2 (2023-08-23)

common

Commit Description
fix - a43c0772ea Allow safeUrl for ngSrc in NgOptimizedImage (#51351)

compiler-cli

Commit Description

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

16.2.6 (2023-09-20)

core

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

17.0.0-next.4 (2023-09-13)

core

Commit Type Description
59387ee476 feat support styles and styleUrl as strings (#51715)

router

Commit Type Description
73e4bf2ed2 feat Add feature to support the View Transitions API (#51314)

16.2.5 (2023-09-13)

17.0.0-next.3 (2023-09-06)

Breaking Changes

core

  • OnPush components that are created dynamically now only have their host bindings refreshed and ngDoCheck run during change detection if they are dirty. Previously, a bug in the change detection would result in the OnPush configuration of dynamically created components to be ignored when executing host bindings and the ngDoCheck function. This is rarely encountered but can happen if code has a handle on the ComponentRef instance and updates values read in the OnPush component template without then calling either markForCheck or detectChanges on that component's ChangeDetectorRef.

router

  • urlHandlingStrategy has been removed from the Router public API. This should instead be configured through the provideRouter or RouterModule.forRoot APIs.

core

Commit Type Description
40bb45f329 fix Respect OnPush change detection strategy for dynamically created components (#51356)
88a0af64fd perf generate arrow functions for pure function calls (#51668)

router

| Commit | Type | Description |

... (truncated)

Commits

Updates @angular/compiler from 16.1.2 to 16.2.6

Release notes

Sourced from @​angular/compiler's releases.

v16.2.6

16.2.6 (2023-09-20)

core

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

v16.2.5

16.2.5 (2023-09-13)

v16.2.4

16.2.4 (2023-09-06)

v16.2.3

16.2.3 (2023-08-30)

animations

Commit Description
fix - 04c6574280 remove unnecessary escaping in regex expressions (#51554)

compiler-cli

Commit Description
fix - dbd761f528 correct incomplete escaping (#51557)
fix - 5c36fc784f remove unnecessary escaping in regex expressions (#51554)

core

Commit Description
fix - dcd1add06f correct incomplete escaping (#51557)
fix - 20d62603c2 handle hydration of view containers that use component hosts as anchors (#51456)
fix - e6b301caa2 remove unnecessary escaping in regex expressions (#51554)
fix - 0c7c852ee7 run afterRender callbacks outside of the Angular zone (#51551)

language-service

Commit Description
fix - 8081fdd22d correct incomplete escaping (#51557)

v16.2.2

16.2.2 (2023-08-23)

common

Commit Description
fix - a43c0772ea Allow safeUrl for ngSrc in NgOptimizedImage (#51351)

compiler-cli

Commit Description

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

16.2.6 (2023-09-20)

core

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

17.0.0-next.4 (2023-09-13)

core

Commit Type Description
59387ee476 feat support styles and styleUrl as strings (#51715)

router

Commit Type Description
73e4bf2ed2 feat Add feature to support the View Transitions API (#51314)

16.2.5 (2023-09-13)

17.0.0-next.3 (2023-09-06)

Breaking Changes

core

  • OnPush components that are created dynamically now only have their host bindings refreshed and ngDoCheck run during change detection if they are dirty. Previously, a bug in the change detection would result in the OnPush configuration of dynamically created components to be ignored when executing host bindings and the ngDoCheck function. This is rarely encountered but can happen if code has a handle on the ComponentRef instance and updates values read in the OnPush component template without then calling either markForCheck or detectChanges on that component's ChangeDetectorRef.

router

  • urlHandlingStrategy has been removed from the Router public API. This should instead be configured through the provideRouter or RouterModule.forRoot APIs.

core

Commit Type Description
40bb45f329 fix Respect OnPush change detection strategy for dynamically created components (#51356)
88a0af64fd perf generate arrow functions for pure function calls (#51668)

router

| Commit | Type | Description |

... (truncated)

Commits
  • 39ace86 fix(compiler-cli): enforce a minimum version to be used when a library uses i...
  • 2d52d5e refactor(compiler): support safe function calls (#51100)
  • 42caeee refactor(compiler): reuse temp vars when possible (#51100)
  • efb486e refactor(compiler): handle defer blocks in TemplateDefinitionBuilder (#51162)
  • 08992a5 refactor(compiler): compute the list of dependencies for defer blocks (#51162)
  • 553cbae refactor(compiler): update TemplateBinder and DirectiveBinder to work with de...
  • c1052cf refactor(compiler): add support for sanitizing properties and attributes (#51...
  • 7225528 refactor(compiler): add utility to enable deferred blocks for testing (#51183)
  • 09bf327 refactor(compiler): add support for animation listeners (#50975)
  • 570bd67 refactor(compiler): make listener instruction chainable (#50975)
  • Additional commits viewable in compare view

Updates @angular/core from 16.1.2 to 16.2.6

Release notes

Sourced from @​angular/core's releases.

v16.2.6

16.2.6 (2023-09-20)

core

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

v16.2.5

16.2.5 (2023-09-13)

v16.2.4

16.2.4 (2023-09-06)

v16.2.3

16.2.3 (2023-08-30)

animations

Commit Description
fix - 04c6574280 remove unnecessary escaping in regex expressions (#51554)

compiler-cli

Commit Description
fix - dbd761f528 correct incomplete escaping (#51557)
fix - 5c36fc784f remove unnecessary escaping in regex expressions (#51554)

core

Commit Description
fix - dcd1add06f correct incomplete escaping (#51557)
fix - 20d62603c2 handle hydration of view containers that use component hosts as anchors (#51456)
fix - e6b301caa2 remove unnecessary escaping in regex expressions (#51554)
fix - 0c7c852ee7 run afterRender callbacks outside of the Angular zone (#51551)

language-service

Commit Description
fix - 8081fdd22d correct incomplete escaping (#51557)

v16.2.2

16.2.2 (2023-08-23)

common

Commit Description
fix - a43c0772ea Allow safeUrl for ngSrc in NgOptimizedImage (#51351)

compiler-cli

Commit Description

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

16.2.6 (2023-09-20)

core

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

17.0.0-next.4 (2023-09-13)

core

Commit Type Description
59387ee476 feat support styles and styleUrl as strings (#51715)

router

Commit Type Description
73e4bf2ed2 feat Add feature to support the View Transitions API (#51314)

16.2.5 (2023-09-13)

17.0.0-next.3 (2023-09-06)

Breaking Changes

core

  • OnPush components that are created dynamically now only have their host bindings refreshed and ngDoCheck run during change detection if they are dirty. Previously, a bug in the change detection would result in the OnPush configuration of dynamically created components to be ignored when executing host bindings and the ngDoCheck function. This is rarely encountered but can happen if code has a handle on the ComponentRef instance and updates values read in the OnPush component template without then calling either markForCheck or detectChanges on that component's ChangeDetectorRef.

router

  • urlHandlingStrategy has been removed from the Router public API. This should instead be configured through the provideRouter or RouterModule.forRoot APIs.

core

Commit Type Description
40bb45f329 fix Respect OnPush change detection strategy for dynamically created components (#51356)
88a0af64fd perf generate arrow functions for pure function calls (#51668)

router

| Commit | Type | Description |

... (truncated)

Commits
  • 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) (...
  • 82712f8 fix(core): ensure a consumer drops all its stale producers (#51722) (#51772)
  • c700418 refactor(core): delegate afterRender errors to an ErrorHandler (#51711)
  • 867b380 refactor(core): make AfterRenderEventManager tree-shakable (#51711)
  • 1122afd refactor(core): implement ignore_ng_zone flag (#51339)
  • 8ce22eb docs: fix missing information in createComponent (#51493)
  • 137195c docs: add viewContainerRef example (#51573)
  • f56b655 refactor(core): switch signals to a refcounting algorithm (#51226)
  • Additional commits viewable in compare view

Updates @angular/forms from 16.1.2 to 16.2.6

Release notes

Sourced from @​angular/forms's releases.

v16.2.6

16.2.6 (2023-09-20)

core

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

v16.2.5

16.2.5 (2023-09-13)

v16.2.4

16.2.4 (2023-09-06)

v16.2.3

16.2.3 (2023-08-30)

animations

Commit Description
fix - 04c6574280 remove unnecessary escaping in regex expressions (#51554)

compiler-cli

Commit Description
fix - dbd761f528 correct incomplete escaping (#51557)
fix - 5c36fc784f remove unnecessary escaping in regex expressions (#51554)

core

Commit Description
fix - dcd1add06f correct incomplete escaping (#51557)
fix - 20d62603c2 handle hydration of view containers that use component hosts as anchors (#51456)
fix - e6b301caa2 remove unnecessary escaping in regex expressions (#51554)
fix - 0c7c852ee7 run afterRender callbacks outside of the Angular zone (#51551)

language-service

Commit Description
fix - 8081fdd22d correct incomplete escaping (#51557)

v16.2.2

16.2.2 (2023-08-23)

common

Commit Description
fix - a43c0772ea Allow safeUrl for ngSrc in NgOptimizedImage (#51351)

compiler-cli

Commit Description

... (truncated)

Changelog

Sourced from @​angular/forms's changelog.

16.2.6 (2023-09-20)

core

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

17.0.0-next.4 (2023-09-13)

core

Commit Type Description
59387ee476 feat support styles and styleUrl as strings (#51715)

router

Commit Type Description
73e4bf2ed2 feat Add feature to support the View Transitions API (#51314)

16.2.5 (2023-09-13)

17.0.0-next.3 (2023-09-06)

Breaking Changes

core

  • OnPush components that are created dynamically now only have their host bindings refreshed and ngDoCheck run during change detection if they are dirty. Previously, a bug in the change detection would result in the OnPush configuration of dynamically created components to be ignored when executing host bindings and the ngDoCheck function. This is rarely encountered but can happen if code has a handle on the ComponentRef instance and updates values read in the OnPush component template without then calling either markForCheck or detectChanges on that component's ChangeDetectorRef.

router

  • urlHandlingStrategy has been removed from the Router public API. This should instead be configured through the provideRouter or RouterModule.forRoot APIs.

core

Commit Type Description
40bb45f329 fix Respect OnPush change detection strategy for dynamically created components (#51356)
88a0af64fd perf generate arrow functions for pure function calls (#51668)

router

| Commit | Type | Description |

... (truncated)

Commits

Updates @angular/localize from 16.1.2 to 16.2.6

Release notes

Sourced from @​angular/localize's releases.

v16.2.6

16.2.6 (2023-09-20)

core

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

v16.2.5

16.2.5 (2023-09-13)

v16.2.4

16.2.4 (2023-09-06)

v16.2.3

16.2.3 (2023-08-30)

animations

Commit Description
fix - 04c6574280 remove unnecessary escaping in regex expressions (#51554)

compiler-cli

Commit Description
fix - dbd761f528 correct incomplete escaping (#51557)
fix - 5c36fc784f remove unnecessary escaping in regex expressions (#51554)

core

Commit Description
fix - dcd1add06f correct incomplete escaping (#51557)
fix - 20d62603c2 handle hydration of view containers that use component hosts as anchors (#51456)
fix - e6b301caa2 remove unnecessary escaping in regex expressions (#51554)
fix - 0c7c852ee7 run afterRender callbacks outside of the Angular zone (#51551)

language-service

Commit Description
fix - 8081fdd22d correct incomplete escaping (#51557)

v16.2.2

16.2.2 (2023-08-23)

common

Commit Description
fix - a43c0772ea Allow safeUrl for ngSrc in NgOptimizedImage (#51351)

compiler-cli

Commit Description

... (truncated)

ChangelogDescription has been truncated

Bumps the angular group in /Sample-01 with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `16.1.2` | `16.2.6` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `16.1.2` | `16.2.6` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `16.1.2` | `16.2.6` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `16.1.2` | `16.2.6` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `16.1.2` | `16.2.6` |
| [@angular/localize](https://github.com/angular/angular) | `16.1.2` | `16.2.6` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `16.1.2` | `16.2.6` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `16.1.2` | `16.2.6` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `16.1.2` | `16.2.6` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `16.1.0` | `16.2.3` |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `16.1.0` | `16.2.0` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `16.1.0` | `16.2.0` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `16.1.0` | `16.2.0` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `16.1.0` | `16.2.0` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `16.1.0` | `16.2.0` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `16.1.2` | `16.2.6` |


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

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

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

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

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

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

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

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

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

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

Updates `@angular-eslint/builder` from 16.1.0 to 16.2.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/v16.2.0/packages/builder)

Updates `@angular-eslint/eslint-plugin` from 16.1.0 to 16.2.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/v16.2.0/packages/eslint-plugin)

Updates `@angular-eslint/eslint-plugin-template` from 16.1.0 to 16.2.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/v16.2.0/packages/eslint-plugin-template)

Updates `@angular-eslint/schematics` from 16.1.0 to 16.2.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/v16.2.0/packages/schematics)

Updates `@angular-eslint/template-parser` from 16.1.0 to 16.2.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/v16.2.0/packages/template-parser)

Updates `@angular/language-service` from 16.1.2 to 16.2.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/16.2.6/packages/language-service)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/localize"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular-eslint/builder"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular-eslint/eslint-plugin-template"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular-eslint/schematics"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular-eslint/template-parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/language-service"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 21, 2023 09:58
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 21, 2023
@frederikprijck frederikprijck merged commit dbf6248 into master Sep 21, 2023
@frederikprijck frederikprijck deleted the dependabot/npm_and_yarn/Sample-01/angular-093d563d1c branch September 21, 2023 10:05
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.

1 participant