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 frontend-angular-dependencies group in /src-ui with 19 updates #4104

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@angular/common 16.1.7 16.2.3
@angular/compiler 16.1.7 16.2.3
@angular/core 16.1.7 16.2.3
@angular/forms 16.1.7 16.2.3
@angular/localize 16.1.7 16.2.3
@angular/platform-browser 16.1.7 16.2.3
@angular/platform-browser-dynamic 16.1.7 16.2.3
@angular/router 16.1.7 16.2.3
@ng-bootstrap/ng-bootstrap 15.1.0 15.1.1
ngx-cookie-service 16.0.0 16.0.1
@angular-builders/jest 16.0.0 16.0.1
@angular-devkit/build-angular 16.1.6 16.2.1
@angular-eslint/builder 16.1.0 16.1.1
@angular-eslint/eslint-plugin 16.1.0 16.1.1
@angular-eslint/eslint-plugin-template 16.1.0 16.1.1
@angular-eslint/schematics 16.1.0 16.1.1
@angular-eslint/template-parser 16.1.0 16.1.1
@angular/cli 16.1.6 16.2.1
@angular/compiler-cli 16.1.7 16.2.3

Updates @angular/common from 16.1.7 to 16.2.3

Release notes

Sourced from @​angular/common's releases.

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
fix - 39ace8664b enforce a minimum version to be used when a library uses input transform (#51413)

core

Commit Description
fix - 36f434e49d guard the jasmine hooks (#51394)

router

Commit Description
fix - b0396e7164 Ensure canceledNavigationResolution: 'computed' works on first page (#51441)

v16.2.1

16.2.1 (2023-08-16)

router

Commit Description

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

16.2.3 (2023-08-30)

animations

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

compiler-cli

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

core

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

language-service

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

17.0.0-next.1 (2023-08-23)

common

Commit Type Description
d910bf8a84 fix Allow safeUrl for ngSrc in NgOptimizedImage (#51351)

compiler-cli

Commit Type Description
5bd9fbd2c3 fix enforce a minimum version to be used when a library uses input transform (#51413)

core

Commit Type Description
9cc52b9b85 feat support TypeScript 5.2 (#51334)
a9b3c006f8 fix guard the jasmine hooks (#51394)

router

Commit Type Description
96d94ad130 fix Ensure canceledNavigationResolution: 'computed' works on first page (#51441)

16.2.2 (2023-08-23)

common

| Commit | Type | Description |

... (truncated)

Commits
  • a43c077 fix(common): Allow safeUrl for ngSrc in NgOptimizedImage (#51351)
  • 03619ad docs(common): revert format date_pipe (#51359)
  • d8e5316 docs(common): add new date format example to documentation (#51359)
  • 77efeb5 docs: Add usage information to HttpInterceptorFn (#51236)
  • 29d3581 feat(common): add component input binding support for NgComponentOutlet (#51148)
  • daaa0a4 docs: remove trailing periods after @see (#51144)
  • 57e8412 fix(http): check whether Zone is defined (#51119)
  • 109737b docs(common): Add NgOptimizedImage FAQ (#51036)
  • c5608e5 fix(http): Run fetch request out the angular zone (#50981)
  • b8107b1 refactor(common): remove supportScrollRestoration (#50056)
  • Additional commits viewable in compare view

Updates @angular/compiler from 16.1.7 to 16.2.3

Release notes

Sourced from @​angular/compiler's releases.

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
fix - 39ace8664b enforce a minimum version to be used when a library uses input transform (#51413)

core

Commit Description
fix - 36f434e49d guard the jasmine hooks (#51394)

router

Commit Description
fix - b0396e7164 Ensure canceledNavigationResolution: 'computed' works on first page (#51441)

v16.2.1

16.2.1 (2023-08-16)

router

Commit Description

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

16.2.3 (2023-08-30)

animations

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

compiler-cli

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

core

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

language-service

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

17.0.0-next.1 (2023-08-23)

common

Commit Type Description
d910bf8a84 fix Allow safeUrl for ngSrc in NgOptimizedImage (#51351)

compiler-cli

Commit Type Description
5bd9fbd2c3 fix enforce a minimum version to be used when a library uses input transform (#51413)

core

Commit Type Description
9cc52b9b85 feat support TypeScript 5.2 (#51334)
a9b3c006f8 fix guard the jasmine hooks (#51394)

router

Commit Type Description
96d94ad130 fix Ensure canceledNavigationResolution: 'computed' works on first page (#51441)

16.2.2 (2023-08-23)

common

| 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.7 to 16.2.3

Release notes

Sourced from @​angular/core's releases.

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
fix - 39ace8664b enforce a minimum version to be used when a library uses input transform (#51413)

core

Commit Description
fix - 36f434e49d guard the jasmine hooks (#51394)

router

Commit Description
fix - b0396e7164 Ensure canceledNavigationResolution: 'computed' works on first page (#51441)

v16.2.1

16.2.1 (2023-08-16)

router

Commit Description

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

16.2.3 (2023-08-30)

animations

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

compiler-cli

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

core

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

language-service

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

17.0.0-next.1 (2023-08-23)

common

Commit Type Description
d910bf8a84 fix Allow safeUrl for ngSrc in NgOptimizedImage (#51351)

compiler-cli

Commit Type Description
5bd9fbd2c3 fix enforce a minimum version to be used when a library uses input transform (#51413)

core

Commit Type Description
9cc52b9b85 feat support TypeScript 5.2 (#51334)
a9b3c006f8 fix guard the jasmine hooks (#51394)

router

Commit Type Description
96d94ad130 fix Ensure canceledNavigationResolution: 'computed' works on first page (#51441)

16.2.2 (2023-08-23)

common

| Commit | Type | Description |

... (truncated)

Commits
  • dc4f77c docs(core): clarify InjectionToken usage (#51386)
  • e6b301c fix(core): remove unnecessary escaping in regex expressions (#51554)
  • dcd1add fix(core): correct incomplete escaping (#51557)
  • 0c7c852 fix(core): run afterRender callbacks outside of the Angular zone (#51551)
  • 20d6260 fix(core): handle hydration of view containers that use component hosts as an...
  • 1574158 refactor(router): Have router subscribe to transition events to update state ...
  • 36f434e fix(core): guard the jasmine hooks (#51394)
  • bd4d2bb docs: fix see also links. (#51379)
  • 7a090ee refactor(core): Ensure hydration cleanup runs in the Angular zone (#51321)
  • 252b111 docs: Improve host binding docs (#51326)
  • Additional commits viewable in compare view

Updates @angular/forms from 16.1.7 to 16.2.3

Release notes

Sourced from @​angular/forms's releases.

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
fix - 39ace8664b enforce a minimum version to be used when a library uses input transform (#51413)

core

Commit Description
fix - 36f434e49d guard the jasmine hooks (#51394)

router

Commit Description
fix - b0396e7164 Ensure canceledNavigationResolution: 'computed' works on first page (#51441)

v16.2.1

16.2.1 (2023-08-16)

router

Commit Description

... (truncated)

Changelog

Sourced from @​angular/forms's changelog.

16.2.3 (2023-08-30)

animations

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

compiler-cli

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

core

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

language-service

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

17.0.0-next.1 (2023-08-23)

common

Commit Type Description
d910bf8a84 fix Allow safeUrl for ngSrc in NgOptimizedImage (#51351)

compiler-cli

Commit Type Description
5bd9fbd2c3 fix enforce a minimum version to be used when a library uses input transform (#51413)

core

Commit Type Description
9cc52b9b85 feat support TypeScript 5.2 (#51334)
a9b3c006f8 fix guard the jasmine hooks (#51394)

router

Commit Type Description
96d94ad130 fix Ensure canceledNavigationResolution: 'computed' works on first page (#51441)

16.2.2 (2023-08-23)

common

| Commit | Type | Description |

... (truncated)

Commits

Updates @angular/localize from 16.1.7 to 16.2.3

Release notes

Sourced from @​angular/localize's releases.

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
fix - 39ace8664b enforce a minimum version to be used when a library uses input transform (#51413)

core

Commit Description
fix - 36f434e49d guard the jasmine hooks (#51394)

router

Commit Description
fix - b0396e7164 Ensure canceledNavigationResolution: 'computed' works on first page (#51441)

v16.2.1

16.2.1 (2023-08-16)

router

Commit Description

... (truncated)

Changelog

Sourced from @​angular/localize's changelog.

16.2.3 (2023-08-30)

animations

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

compiler-cli

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

core

Commit Type Description
dcd1add06f fix correct incomplete escaping (#51557)
20d62603c2 fix handle hydration of view containers that use component hosts as anchors (#51456)
e6b301caa2 fix remove unnecessary escaping in regex expressions (#51554)
0c7c852ee...

Description has been truncated

@dependabot dependabot bot requested a review from a team as a code owner September 1, 2023 20:35
@dependabot dependabot bot added dependencies Pull requests that update a dependency file frontend labels Sep 1, 2023
@shamoon shamoon added this to the v2.0.0 milestone Sep 1, 2023
@shamoon shamoon enabled auto-merge (squash) September 1, 2023 20:43
Copy link
Member

@shamoon shamoon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good bot

@shamoon
Copy link
Member

shamoon commented Sep 1, 2023

@dependabot rebase

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

| Package | From | To |
| --- | --- | --- |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `16.1.7` | `16.2.3` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `16.1.7` | `16.2.3` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `16.1.7` | `16.2.3` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `16.1.7` | `16.2.3` |
| [@angular/localize](https://github.com/angular/angular) | `16.1.7` | `16.2.3` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `16.1.7` | `16.2.3` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `16.1.7` | `16.2.3` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `16.1.7` | `16.2.3` |
| [@ng-bootstrap/ng-bootstrap](https://github.com/ng-bootstrap/ng-bootstrap) | `15.1.0` | `15.1.1` |
| [ngx-cookie-service](https://github.com/stevermeister/ngx-cookie-service) | `16.0.0` | `16.0.1` |
| [@angular-builders/jest](https://github.com/just-jeb/angular-builders/tree/HEAD/packages/jest) | `16.0.0` | `16.0.1` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `16.1.6` | `16.2.1` |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `16.1.0` | `16.1.1` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `16.1.0` | `16.1.1` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `16.1.0` | `16.1.1` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `16.1.0` | `16.1.1` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `16.1.0` | `16.1.1` |
| [@angular/cli](https://github.com/angular/angular-cli) | `16.1.6` | `16.2.1` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `16.1.7` | `16.2.3` |


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

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

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

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

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

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

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

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

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

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

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

Updates `@angular-devkit/build-angular` from 16.1.6 to 16.2.1
- [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.6...16.2.1)

Updates `@angular-eslint/builder` from 16.1.0 to 16.1.1
- [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.1.1/packages/builder)

Updates `@angular-eslint/eslint-plugin` from 16.1.0 to 16.1.1
- [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.1.1/packages/eslint-plugin)

Updates `@angular-eslint/eslint-plugin-template` from 16.1.0 to 16.1.1
- [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.1.1/packages/eslint-plugin-template)

Updates `@angular-eslint/schematics` from 16.1.0 to 16.1.1
- [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.1.1/packages/schematics)

Updates `@angular-eslint/template-parser` from 16.1.0 to 16.1.1
- [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.1.1/packages/template-parser)

Updates `@angular/cli` from 16.1.6 to 16.2.1
- [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.6...16.2.1)

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

---
updated-dependencies:
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/localize"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-angular-dependencies
- dependency-name: "@ng-bootstrap/ng-bootstrap"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: ngx-cookie-service
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular-builders/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular-eslint/builder"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular-eslint/eslint-plugin-template"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular-eslint/schematics"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular-eslint/template-parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-angular-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/src-ui/dev/frontend-angular-dependencies-d3a13e5f92 branch from f88ea73 to 305a972 Compare September 1, 2023 20:49
@shamoon shamoon merged commit 6b175ae into dev Sep 1, 2023
24 checks passed
@shamoon shamoon deleted the dependabot/npm_and_yarn/src-ui/dev/frontend-angular-dependencies-d3a13e5f92 branch September 1, 2023 21:07
@github-actions
Copy link
Contributor

github-actions bot commented Oct 2, 2023

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion or issue for related concerns.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant