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

chore(deps): bump the client-dependencies group in /src/Client with 26 updates #80

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 18, 2024

Bumps the client-dependencies group in /src/Client with 26 updates:

Package From To
@angular/animations 17.0.8 17.1.0
@angular/common 17.0.8 17.1.0
@angular/compiler 17.0.8 17.1.0
@angular/core 17.0.8 17.1.0
@angular/forms 17.0.8 17.1.0
@angular/platform-browser 17.0.8 17.1.0
@angular/platform-browser-dynamic 17.0.8 17.1.0
@angular/router 17.0.8 17.1.0
@ngrx/effects 17.0.1 17.1.0
@ngrx/store 17.0.1 17.1.0
@ngrx/store-devtools 17.0.1 17.1.0
zone.js 0.14.2 0.14.3
@angular-devkit/build-angular 17.0.9 17.1.0
@angular-eslint/builder 17.1.1 17.2.0
@angular-eslint/eslint-plugin 17.1.1 17.2.0
@angular-eslint/eslint-plugin-template 17.1.1 17.2.0
@angular-eslint/schematics 17.1.1 17.2.0
@angular-eslint/template-parser 17.1.1 17.2.0
@angular/cli 17.0.9 17.1.0
@angular/compiler-cli 17.0.8 17.1.0
@angular/localize 17.0.8 17.1.0
@ngrx/eslint-plugin 17.0.1 17.1.0
@typescript-eslint/eslint-plugin 6.17.0 6.19.0
@typescript-eslint/parser 6.17.0 6.19.0
eslint-plugin-prettier 5.1.2 5.1.3
prettier 3.1.1 3.2.4

Updates @angular/animations from 17.0.8 to 17.1.0

Release notes

Sourced from @​angular/animations's releases.

v17.1.0

17.1.0 (2024-01-17)

compiler

Commit Description
fix - 79ff91a813 allow TS jsDocParsingMode host option to be programmatically set (#53126)
fix - 5613051a8b allow TS jsDocParsingMode host option to be programmatically set again (#53292)
fix - df8a825910 project empty block root node (#53620)
fix - 478d622265 project empty block root node in template pipeline (#53620)

compiler-cli

Commit Description
feat - abdc7e4578 support type-checking for generic signal inputs (#53521)
fix - e620b3a724 add compiler option to disable control flow content projection diagnostic (#53311)
fix - 4c1d69e288 add diagnostic for control flow that prevents content projection (#53190)
fix - 76ceebad04 do not throw fatal error if extended type check fails (#53896)
fix - 1a6eaa0fea input transform in local compilation mode (#53645)
fix - 56a76d73e0 modify getConstructorDependencies helper to work with reflection host after the previous change (#52215)

core

Commit Description
feat - 863be4b698 expose new input API for signal-based inputs (#53872)
feat - 94096c6ede support TypeScript 5.3 (#52572)
fix - 69b384c0d1 SignalNode reactive node incorrectly exposing unset field (#53571)
fix - 6f79507ea7 Change defer block fixture default behavior to playthrough (#53956)
fix - 32f908ab70 do not accidentally inherit input transforms when overridden (#53571)
fix - bdd61c768a replace assertion with more intentional error (#52234)
fix - 0daca457bb TestBed should still use the microtask queue to schedule effects (#53843)

router

Commit Description
feat - 5c1d441029 Add info property to NavigationExtras (#53303)
feat - 50d7916278 Add router configuration to resolve navigation promise on error (#48910)
feat - a5a9b408e2 Add transient info to RouterLink input (#53784)
feat - 726530a9af Allow onSameUrlNavigation: 'ignore' in navigateByUrl (#52265)

v17.1.0-rc.0

17.1.0-rc.0 (2024-01-10)

common

Commit Description
fix - 1be6b0a58a remove unused parameters from the ngClass constructor (#53831)
fix - dd052dc0d6 server-side rendering error when using in-memory scrolling (#53683)

compiler

Commit Description
fix - 2dedc4a969 generate less code for advance instructions (#53845)
fix - e5f02052cb ignore empty switch blocks (#53776)

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

17.1.0 (2024-01-17)

compiler

Commit Type Description
79ff91a813 fix allow TS jsDocParsingMode host option to be programmatically set (#53126)
5613051a8b fix allow TS jsDocParsingMode host option to be programmatically set again (#53292)
df8a825910 fix project empty block root node (#53620)
478d622265 fix project empty block root node in template pipeline (#53620)

compiler-cli

Commit Type Description
abdc7e4578 feat support type-checking for generic signal inputs (#53521)
e620b3a724 fix add compiler option to disable control flow content projection diagnostic (#53311)
4c1d69e288 fix add diagnostic for control flow that prevents content projection (#53190)
76ceebad04 fix do not throw fatal error if extended type check fails (#53896)
1a6eaa0fea fix input transform in local compilation mode (#53645)
56a76d73e0 fix modify getConstructorDependencies helper to work with reflection host after the previous change (#52215)

core

Commit Type Description
863be4b698 feat expose new input API for signal-based inputs (#53872)
94096c6ede feat support TypeScript 5.3 (#52572)
69b384c0d1 fix SignalNode reactive node incorrectly exposing unset field (#53571)
6f79507ea7 fix Change defer block fixture default behavior to playthrough (#53956)
32f908ab70 fix do not accidentally inherit input transforms when overridden (#53571)
bdd61c768a fix replace assertion with more intentional error (#52234)
0daca457bb fix TestBed should still use the microtask queue to schedule effects (#53843)

router

Commit Type Description
5c1d441029 feat Add info property to NavigationExtras (#53303)
50d7916278 feat Add router configuration to resolve navigation promise on error (#48910)
a5a9b408e2 feat Add transient info to RouterLink input (#53784)
726530a9af feat Allow onSameUrlNavigation: 'ignore' in navigateByUrl (#52265)

17.0.9 (2024-01-10)

common

Commit Type Description
c22b513b3f fix remove unused parameters from the ngClass constructor (#53831)
bd9f89d1c8 fix server-side rendering error when using in-memory scrolling (#53683)

compiler

Commit Type Description
92fd6cc42e fix generate less code for advance instructions (#53845)
6a41961fbd fix ignore empty switch blocks (#53776)

compiler-cli

... (truncated)

Commits
  • 91f250d build: configure cross-pkg resolution for api extraction (#52499)
  • c4de4e1 refactor(docs-infra): build adev application using local generated assets (#5...
  • d7e7409 refactor(animations): drop convertToMap & copyStyles and use native funct...
  • d28ce0a refactor(animations): use a spread operator instead of custom copyObj (#52441)
  • 6a347d3 refactor(animations): use a spread operator to convert an iterable to an arra...
  • 635c3b4 refactor(animations): use existing helper methods. (#52441)
  • 5ee11a7 fix(animations): prevent the AsyncAnimationRenderer from calling the delegate...
  • a02a745 fix(animations): remove finish listener once player is destroyed (#51136)
  • 19a426d build: update node.js engines version to be more explicate about v20 support ...
  • fc9ba39 refactor: fix a number of typos throughout the codebase (#52249)
  • Additional commits viewable in compare view

Updates @angular/common from 17.0.8 to 17.1.0

Release notes

Sourced from @​angular/common's releases.

v17.1.0

17.1.0 (2024-01-17)

compiler

Commit Description
fix - 79ff91a813 allow TS jsDocParsingMode host option to be programmatically set (#53126)
fix - 5613051a8b allow TS jsDocParsingMode host option to be programmatically set again (#53292)
fix - df8a825910 project empty block root node (#53620)
fix - 478d622265 project empty block root node in template pipeline (#53620)

compiler-cli

Commit Description
feat - abdc7e4578 support type-checking for generic signal inputs (#53521)
fix - e620b3a724 add compiler option to disable control flow content projection diagnostic (#53311)
fix - 4c1d69e288 add diagnostic for control flow that prevents content projection (#53190)
fix - 76ceebad04 do not throw fatal error if extended type check fails (#53896)
fix - 1a6eaa0fea input transform in local compilation mode (#53645)
fix - 56a76d73e0 modify getConstructorDependencies helper to work with reflection host after the previous change (#52215)

core

Commit Description
feat - 863be4b698 expose new input API for signal-based inputs (#53872)
feat - 94096c6ede support TypeScript 5.3 (#52572)
fix - 69b384c0d1 SignalNode reactive node incorrectly exposing unset field (#53571)
fix - 6f79507ea7 Change defer block fixture default behavior to playthrough (#53956)
fix - 32f908ab70 do not accidentally inherit input transforms when overridden (#53571)
fix - bdd61c768a replace assertion with more intentional error (#52234)
fix - 0daca457bb TestBed should still use the microtask queue to schedule effects (#53843)

router

Commit Description
feat - 5c1d441029 Add info property to NavigationExtras (#53303)
feat - 50d7916278 Add router configuration to resolve navigation promise on error (#48910)
feat - a5a9b408e2 Add transient info to RouterLink input (#53784)
feat - 726530a9af Allow onSameUrlNavigation: 'ignore' in navigateByUrl (#52265)

v17.1.0-rc.0

17.1.0-rc.0 (2024-01-10)

common

Commit Description
fix - 1be6b0a58a remove unused parameters from the ngClass constructor (#53831)
fix - dd052dc0d6 server-side rendering error when using in-memory scrolling (#53683)

compiler

Commit Description
fix - 2dedc4a969 generate less code for advance instructions (#53845)
fix - e5f02052cb ignore empty switch blocks (#53776)

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

17.1.0 (2024-01-17)

compiler

Commit Type Description
79ff91a813 fix allow TS jsDocParsingMode host option to be programmatically set (#53126)
5613051a8b fix allow TS jsDocParsingMode host option to be programmatically set again (#53292)
df8a825910 fix project empty block root node (#53620)
478d622265 fix project empty block root node in template pipeline (#53620)

compiler-cli

Commit Type Description
abdc7e4578 feat support type-checking for generic signal inputs (#53521)
e620b3a724 fix add compiler option to disable control flow content projection diagnostic (#53311)
4c1d69e288 fix add diagnostic for control flow that prevents content projection (#53190)
76ceebad04 fix do not throw fatal error if extended type check fails (#53896)
1a6eaa0fea fix input transform in local compilation mode (#53645)
56a76d73e0 fix modify getConstructorDependencies helper to work with reflection host after the previous change (#52215)

core

Commit Type Description
863be4b698 feat expose new input API for signal-based inputs (#53872)
94096c6ede feat support TypeScript 5.3 (#52572)
69b384c0d1 fix SignalNode reactive node incorrectly exposing unset field (#53571)
6f79507ea7 fix Change defer block fixture default behavior to playthrough (#53956)
32f908ab70 fix do not accidentally inherit input transforms when overridden (#53571)
bdd61c768a fix replace assertion with more intentional error (#52234)
0daca457bb fix TestBed should still use the microtask queue to schedule effects (#53843)

router

Commit Type Description
5c1d441029 feat Add info property to NavigationExtras (#53303)
50d7916278 feat Add router configuration to resolve navigation promise on error (#48910)
a5a9b408e2 feat Add transient info to RouterLink input (#53784)
726530a9af feat Allow onSameUrlNavigation: 'ignore' in navigateByUrl (#52265)

17.0.9 (2024-01-10)

common

Commit Type Description
c22b513b3f fix remove unused parameters from the ngClass constructor (#53831)
bd9f89d1c8 fix server-side rendering error when using in-memory scrolling (#53683)

compiler

Commit Type Description
92fd6cc42e fix generate less code for advance instructions (#53845)
6a41961fbd fix ignore empty switch blocks (#53776)

compiler-cli

... (truncated)

Commits
  • 5996d3f Revert "refactor(router): Update integration tests to cover navigation and hi...
  • eb2e879 refactor(router): Update integration tests to cover navigation and history AP...
  • 1be6b0a fix(common): remove unused parameters from the ngClass constructor (#53831)
  • 91f250d build: configure cross-pkg resolution for api extraction (#52499)
  • dd052dc fix(common): server-side rendering error when using in-memory scrolling (#53683)
  • 043b1ff refactor(common): Fix fake navigation to work with relative navigations (#53719)
  • c4de4e1 refactor(docs-infra): build adev application using local generated assets (#5...
  • 6c8faaa refactor(core): Rename InitialRenderPendingTasks and restructure isStable obs...
  • e149ebf build: update rxjs build version to v7 (#53500)
  • f2245d1 build: convert build/test scripts to use fast-glob (#53397)
  • Additional commits viewable in compare view

Updates @angular/compiler from 17.0.8 to 17.1.0

Release notes

Sourced from @​angular/compiler's releases.

v17.1.0

17.1.0 (2024-01-17)

compiler

Commit Description
fix - 79ff91a813 allow TS jsDocParsingMode host option to be programmatically set (#53126)
fix - 5613051a8b allow TS jsDocParsingMode host option to be programmatically set again (#53292)
fix - df8a825910 project empty block root node (#53620)
fix - 478d622265 project empty block root node in template pipeline (#53620)

compiler-cli

Commit Description
feat - abdc7e4578 support type-checking for generic signal inputs (#53521)
fix - e620b3a724 add compiler option to disable control flow content projection diagnostic (#53311)
fix - 4c1d69e288 add diagnostic for control flow that prevents content projection (#53190)
fix - 76ceebad04 do not throw fatal error if extended type check fails (#53896)
fix - 1a6eaa0fea input transform in local compilation mode (#53645)
fix - 56a76d73e0 modify getConstructorDependencies helper to work with reflection host after the previous change (#52215)

core

Commit Description
feat - 863be4b698 expose new input API for signal-based inputs (#53872)
feat - 94096c6ede support TypeScript 5.3 (#52572)
fix - 69b384c0d1 SignalNode reactive node incorrectly exposing unset field (#53571)
fix - 6f79507ea7 Change defer block fixture default behavior to playthrough (#53956)
fix - 32f908ab70 do not accidentally inherit input transforms when overridden (#53571)
fix - bdd61c768a replace assertion with more intentional error (#52234)
fix - 0daca457bb TestBed should still use the microtask queue to schedule effects (#53843)

router

Commit Description
feat - 5c1d441029 Add info property to NavigationExtras (#53303)
feat - 50d7916278 Add router configuration to resolve navigation promise on error (#48910)
feat - a5a9b408e2 Add transient info to RouterLink input (#53784)
feat - 726530a9af Allow onSameUrlNavigation: 'ignore' in navigateByUrl (#52265)

v17.1.0-rc.0

17.1.0-rc.0 (2024-01-10)

common

Commit Description
fix - 1be6b0a58a remove unused parameters from the ngClass constructor (#53831)
fix - dd052dc0d6 server-side rendering error when using in-memory scrolling (#53683)

compiler

Commit Description
fix - 2dedc4a969 generate less code for advance instructions (#53845)
fix - e5f02052cb ignore empty switch blocks (#53776)

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

17.1.0 (2024-01-17)

compiler

Commit Type Description
79ff91a813 fix allow TS jsDocParsingMode host option to be programmatically set (#53126)
5613051a8b fix allow TS jsDocParsingMode host option to be programmatically set again (#53292)
df8a825910 fix project empty block root node (#53620)
478d622265 fix project empty block root node in template pipeline (#53620)

compiler-cli

Commit Type Description
abdc7e4578 feat support type-checking for generic signal inputs (#53521)
e620b3a724 fix add compiler option to disable control flow content projection diagnostic (#53311)
4c1d69e288 fix add diagnostic for control flow that prevents content projection (#53190)
76ceebad04 fix do not throw fatal error if extended type check fails (#53896)
1a6eaa0fea fix input transform in local compilation mode (#53645)
56a76d73e0 fix modify getConstructorDependencies helper to work with reflection host after the previous change (#52215)

core

Commit Type Description
863be4b698 feat expose new input API for signal-based inputs (#53872)
94096c6ede feat support TypeScript 5.3 (#52572)
69b384c0d1 fix SignalNode reactive node incorrectly exposing unset field (#53571)
6f79507ea7 fix Change defer block fixture default behavior to playthrough (#53956)
32f908ab70 fix do not accidentally inherit input transforms when overridden (#53571)
bdd61c768a fix replace assertion with more intentional error (#52234)
0daca457bb fix TestBed should still use the microtask queue to schedule effects (#53843)

router

Commit Type Description
5c1d441029 feat Add info property to NavigationExtras (#53303)
50d7916278 feat Add router configuration to resolve navigation promise on error (#48910)
a5a9b408e2 feat Add transient info to RouterLink input (#53784)
726530a9af feat Allow onSameUrlNavigation: 'ignore' in navigateByUrl (#52265)

17.0.9 (2024-01-10)

common

Commit Type Description
c22b513b3f fix remove unused parameters from the ngClass constructor (#53831)
bd9f89d1c8 fix server-side rendering error when using in-memory scrolling (#53683)

compiler

Commit Type Description
92fd6cc42e fix generate less code for advance instructions (#53845)
6a41961fbd fix ignore empty switch blocks (#53776)

compiler-cli

... (truncated)

Commits
  • 79e8539 refactor(compiler): extra diagnostics for @defer in local compilation mode ...
  • 6971341 refactor(compiler): update TemplateDefinitionBuilder to support local compila...

Bumps the client-dependencies group in /src/Client with 26 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `17.0.8` | `17.1.0` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `17.0.8` | `17.1.0` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `17.0.8` | `17.1.0` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `17.0.8` | `17.1.0` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `17.0.8` | `17.1.0` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `17.0.8` | `17.1.0` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `17.0.8` | `17.1.0` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `17.0.8` | `17.1.0` |
| [@ngrx/effects](https://github.com/ngrx/platform) | `17.0.1` | `17.1.0` |
| [@ngrx/store](https://github.com/ngrx/platform) | `17.0.1` | `17.1.0` |
| [@ngrx/store-devtools](https://github.com/ngrx/platform) | `17.0.1` | `17.1.0` |
| [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) | `0.14.2` | `0.14.3` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `17.0.9` | `17.1.0` |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `17.1.1` | `17.2.0` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `17.1.1` | `17.2.0` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `17.1.1` | `17.2.0` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `17.1.1` | `17.2.0` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `17.1.1` | `17.2.0` |
| [@angular/cli](https://github.com/angular/angular-cli) | `17.0.9` | `17.1.0` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `17.0.8` | `17.1.0` |
| [@angular/localize](https://github.com/angular/angular) | `17.0.8` | `17.1.0` |
| [@ngrx/eslint-plugin](https://github.com/ngrx/platform) | `17.0.1` | `17.1.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.17.0` | `6.19.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.17.0` | `6.19.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.2` | `5.1.3` |
| [prettier](https://github.com/prettier/prettier) | `3.1.1` | `3.2.4` |


Updates `@angular/animations` from 17.0.8 to 17.1.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/17.1.0/packages/animations)

Updates `@angular/common` from 17.0.8 to 17.1.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/17.1.0/packages/common)

Updates `@angular/compiler` from 17.0.8 to 17.1.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/17.1.0/packages/compiler)

Updates `@angular/core` from 17.0.8 to 17.1.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/17.1.0/packages/core)

Updates `@angular/forms` from 17.0.8 to 17.1.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/17.1.0/packages/forms)

Updates `@angular/platform-browser` from 17.0.8 to 17.1.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/17.1.0/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 17.0.8 to 17.1.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/17.1.0/packages/platform-browser-dynamic)

Updates `@angular/router` from 17.0.8 to 17.1.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/17.1.0/packages/router)

Updates `@ngrx/effects` from 17.0.1 to 17.1.0
- [Changelog](https://github.com/ngrx/platform/blob/main/CHANGELOG.md)
- [Commits](ngrx/platform@17.0.1...17.1.0)

Updates `@ngrx/store` from 17.0.1 to 17.1.0
- [Changelog](https://github.com/ngrx/platform/blob/main/CHANGELOG.md)
- [Commits](ngrx/platform@17.0.1...17.1.0)

Updates `@ngrx/store-devtools` from 17.0.1 to 17.1.0
- [Changelog](https://github.com/ngrx/platform/blob/main/CHANGELOG.md)
- [Commits](ngrx/platform@17.0.1...17.1.0)

Updates `zone.js` from 0.14.2 to 0.14.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/packages/zone.js/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/zone.js-0.14.3/packages/zone.js)

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

Updates `@angular-eslint/builder` from 17.1.1 to 17.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/v17.2.0/packages/builder)

Updates `@angular-eslint/eslint-plugin` from 17.1.1 to 17.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/v17.2.0/packages/eslint-plugin)

Updates `@angular-eslint/eslint-plugin-template` from 17.1.1 to 17.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/v17.2.0/packages/eslint-plugin-template)

Updates `@angular-eslint/schematics` from 17.1.1 to 17.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/v17.2.0/packages/schematics)

Updates `@angular-eslint/template-parser` from 17.1.1 to 17.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/v17.2.0/packages/template-parser)

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

Updates `@angular/compiler-cli` from 17.0.8 to 17.1.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/17.1.0/packages/compiler-cli)

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

Updates `@ngrx/eslint-plugin` from 17.0.1 to 17.1.0
- [Changelog](https://github.com/ngrx/platform/blob/main/CHANGELOG.md)
- [Commits](ngrx/platform@17.0.1...17.1.0)

Updates `@typescript-eslint/eslint-plugin` from 6.17.0 to 6.19.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.19.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.17.0 to 6.19.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.19.0/packages/parser)

Updates `eslint-plugin-prettier` from 5.1.2 to 5.1.3
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.1.2...v5.1.3)

Updates `prettier` from 3.1.1 to 3.2.4
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.1.1...3.2.4)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: client-dependencies
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: client-dependencies
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: client-dependencies
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: client-dependencies
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: client-dependencies
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: client-dependencies
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: client-dependencies
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: client-dependencies
- dependency-name: "@ngrx/effects"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: client-dependencies
- dependency-name: "@ngrx/store"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: client-dependencies
- dependency-name: "@ngrx/store-devtools"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: client-dependencies
- dependency-name: zone.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: client-dependencies
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: client-dependencies
- dependency-name: "@angular-eslint/builder"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: client-dependencies
- dependency-name: "@angular-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: client-dependencies
- dependency-name: "@angular-eslint/eslint-plugin-template"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: client-dependencies
- dependency-name: "@angular-eslint/schematics"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: client-dependencies
- dependency-name: "@angular-eslint/template-parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: client-dependencies
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: client-dependencies
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: client-dependencies
- dependency-name: "@angular/localize"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: client-dependencies
- dependency-name: "@ngrx/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: client-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: client-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: client-dependencies
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: client-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: client-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 18, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 22, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 22, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/src/Client/dev/client-dependencies-d8ba35effb branch January 22, 2024 14:28
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.

0 participants