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 22 updates #78

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@angular/animations 17.0.8 17.0.9
@angular/common 17.0.8 17.0.9
@angular/compiler 17.0.8 17.0.9
@angular/core 17.0.8 17.0.9
@angular/forms 17.0.8 17.0.9
@angular/platform-browser 17.0.8 17.0.9
@angular/platform-browser-dynamic 17.0.8 17.0.9
@angular/router 17.0.8 17.0.9
zone.js 0.14.2 0.14.3
@angular-devkit/build-angular 17.0.9 17.0.10
@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.0.10
@angular/compiler-cli 17.0.8 17.0.9
@angular/localize 17.0.8 17.0.9
@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.2

Updates @angular/animations from 17.0.8 to 17.0.9

Release notes

Sourced from @​angular/animations's releases.

v17.0.9

17.0.9 (2024-01-10)

common

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

compiler

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

compiler-cli

Commit Description
fix - 7309463697 interpolatedSignalNotInvoked diagnostic (#53585)

core

Commit Description
fix - 441db5123f afterRender hooks now only run on ApplicationRef.tick (#52455)
fix - f9120d79cb allow effect to be used inside an ErrorHandler (#53713)

migrations

Commit Description
fix - e92c86b77f Fix empty switch case offset bug in cf migration (#53839)

platform-server

Commit Description
fix - 91cb16fde9 Do not delete global Event (#53659)
Changelog

Sourced from @​angular/animations's changelog.

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

Commit Type Description
7309463697 fix interpolatedSignalNotInvoked diagnostic (#53585)

core

Commit Type Description
441db5123f fix afterRender hooks now only run on ApplicationRef.tick (#52455)
f9120d79cb fix allow effect to be used inside an ErrorHandler (#53713)

migrations

Commit Type Description
e92c86b77f fix Fix empty switch case offset bug in cf migration (#53839)

platform-server

Commit Type Description
91cb16fde9 fix Do not delete global Event (#53659)

17.1.0-next.5 (2023-12-21)

compiler

Commit Type Description
3a689c2050 fix correctly intercept index in loop tracking function (#53604)
df8a825910 fix project empty block root node (#53620)
478d622265 fix project empty block root node in template pipeline (#53620)

core

Commit Type Description
aecb675fa5 fix avoid repeated work when parsing version (#53598)
872e7f25fe fix tree shake version class (#53598)

migrations

Commit Type Description
d49333edc3 fix cf migration - detect and error when result is invalid i18n nesting (#53638) (#53639)
8e2178792d fix cf migration - ensure full check runs for all imports (#53637)
22b95de9bc fix cf migration - fix bug in attribute formatting (#53636)

... (truncated)

Commits

Updates @angular/common from 17.0.8 to 17.0.9

Release notes

Sourced from @​angular/common's releases.

v17.0.9

17.0.9 (2024-01-10)

common

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

compiler

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

compiler-cli

Commit Description
fix - 7309463697 interpolatedSignalNotInvoked diagnostic (#53585)

core

Commit Description
fix - 441db5123f afterRender hooks now only run on ApplicationRef.tick (#52455)
fix - f9120d79cb allow effect to be used inside an ErrorHandler (#53713)

migrations

Commit Description
fix - e92c86b77f Fix empty switch case offset bug in cf migration (#53839)

platform-server

Commit Description
fix - 91cb16fde9 Do not delete global Event (#53659)
Changelog

Sourced from @​angular/common's changelog.

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

Commit Type Description
7309463697 fix interpolatedSignalNotInvoked diagnostic (#53585)

core

Commit Type Description
441db5123f fix afterRender hooks now only run on ApplicationRef.tick (#52455)
f9120d79cb fix allow effect to be used inside an ErrorHandler (#53713)

migrations

Commit Type Description
e92c86b77f fix Fix empty switch case offset bug in cf migration (#53839)

platform-server

Commit Type Description
91cb16fde9 fix Do not delete global Event (#53659)

17.1.0-next.5 (2023-12-21)

compiler

Commit Type Description
3a689c2050 fix correctly intercept index in loop tracking function (#53604)
df8a825910 fix project empty block root node (#53620)
478d622265 fix project empty block root node in template pipeline (#53620)

core

Commit Type Description
aecb675fa5 fix avoid repeated work when parsing version (#53598)
872e7f25fe fix tree shake version class (#53598)

migrations

Commit Type Description
d49333edc3 fix cf migration - detect and error when result is invalid i18n nesting (#53638) (#53639)
8e2178792d fix cf migration - ensure full check runs for all imports (#53637)
22b95de9bc fix cf migration - fix bug in attribute formatting (#53636)

... (truncated)

Commits
  • c22b513 fix(common): remove unused parameters from the ngClass constructor (#53831)
  • 15a973f build: configure cross-pkg resolution for api extraction (#52499)
  • bd9f89d fix(common): server-side rendering error when using in-memory scrolling (#53683)
  • 0b8a649 refactor(common): Fix fake navigation to work with relative navigations (#53719)
  • See full diff in compare view

Updates @angular/compiler from 17.0.8 to 17.0.9

Release notes

Sourced from @​angular/compiler's releases.

v17.0.9

17.0.9 (2024-01-10)

common

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

compiler

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

compiler-cli

Commit Description
fix - 7309463697 interpolatedSignalNotInvoked diagnostic (#53585)

core

Commit Description
fix - 441db5123f afterRender hooks now only run on ApplicationRef.tick (#52455)
fix - f9120d79cb allow effect to be used inside an ErrorHandler (#53713)

migrations

Commit Description
fix - e92c86b77f Fix empty switch case offset bug in cf migration (#53839)

platform-server

Commit Description
fix - 91cb16fde9 Do not delete global Event (#53659)
Changelog

Sourced from @​angular/compiler's changelog.

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

Commit Type Description
7309463697 fix interpolatedSignalNotInvoked diagnostic (#53585)

core

Commit Type Description
441db5123f fix afterRender hooks now only run on ApplicationRef.tick (#52455)
f9120d79cb fix allow effect to be used inside an ErrorHandler (#53713)

migrations

Commit Type Description
e92c86b77f fix Fix empty switch case offset bug in cf migration (#53839)

platform-server

Commit Type Description
91cb16fde9 fix Do not delete global Event (#53659)

17.1.0-next.5 (2023-12-21)

compiler

Commit Type Description
3a689c2050 fix correctly intercept index in loop tracking function (#53604)
df8a825910 fix project empty block root node (#53620)
478d622265 fix project empty block root node in template pipeline (#53620)

core

Commit Type Description
aecb675fa5 fix avoid repeated work when parsing version (#53598)
872e7f25fe fix tree shake version class (#53598)

migrations

Commit Type Description
d49333edc3 fix cf migration - detect and error when result is invalid i18n nesting (#53638) (#53639)
8e2178792d fix cf migration - ensure full check runs for all imports (#53637)
22b95de9bc fix cf migration - fix bug in attribute formatting (#53636)

... (truncated)

Commits
  • 92fd6cc fix(compiler): generate less code for advance instructions (#53845)
  • 5f4f0a9 refactor(compiler): Fix ambiguous repeater context variables in template pipe...
  • 50788f6 test(compiler): Fix mangling of camel case CSS vars in host bindings (#53665)
  • 8799261 refactor(compiler): Fix handling of namespaced attributes (#53646)
  • 6a41961 fix(compiler): ignore empty switch blocks (#53776)
  • See full diff in compare view

Updates @angular/core from 17.0.8 to 17.0.9

Release notes

Sourced from @​angular/core's releases.

v17.0.9

17.0.9 (2024-01-10)

common

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

compiler

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

compiler-cli

Commit Description
fix - 7309463697 interpolatedSignalNotInvoked diagnostic (#53585)

core

Commit Description
fix - 441db5123f afterRender hooks now only run on ApplicationRef.tick (#52455)
fix - f9120d79cb allow effect to be used inside an ErrorHandler (#53713)

migrations

Commit Description
fix - e92c86b77f Fix empty switch case offset bug in cf migration (#53839)

platform-server

Commit Description
fix - 91cb16fde9 Do not delete global Event (#53659)
Changelog

Sourced from @​angular/core's changelog.

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

Commit Type Description
7309463697 fix interpolatedSignalNotInvoked diagnostic (#53585)

core

Commit Type Description
441db5123f fix afterRender hooks now only run on ApplicationRef.tick (#52455)
f9120d79cb fix allow effect to be used inside an ErrorHandler (#53713)

migrations

Commit Type Description
e92c86b77f fix Fix empty switch case offset bug in cf migration (#53839)

platform-server

Commit Type Description
91cb16fde9 fix Do not delete global Event (#53659)

17.1.0-next.5 (2023-12-21)

compiler

Commit Type Description
3a689c2050 fix correctly intercept index in loop tracking function (#53604)
df8a825910 fix project empty block root node (#53620)
478d622265 fix project empty block root node in template pipeline (#53620)

core

Commit Type Description
aecb675fa5 fix avoid repeated work when parsing version (#53598)
872e7f25fe fix tree shake version class (#53598)

migrations

Commit Type Description
d49333edc3 fix cf migration - detect and error when result is invalid i18n nesting (#53638) (#53639)
8e2178792d fix cf migration - ensure full check runs for all imports (#53637)
22b95de9bc fix cf migration - fix bug in attribute formatting (#53636)

... (truncated)

Commits
  • b7cddf4 refactor(core): Move change detection scheduler implementation to core (#53579)
  • 62498f5 test(core): Add scheduler in tests to tie into ApplicationRef.isStable (#53...
  • 92fd6cc fix(compiler): generate less code for advance instructions (#53845)
  • c4b266c refactor(core): type-safe global ng (#53439)
  • e92c86b fix(migrations): Fix empty switch case offset bug in cf migration (#53839)
  • 9c58717 refactor(core): node removal should notify the scheduler (#53812)
  • 441db51 fix(core): afterRender hooks now only run on ApplicationRef.tick (#52455)
  • 15a973f build: configure cross-pkg resolution for api extraction (#52499)
  • 8fa5ebb refactor(router): replace last helper with native Array.at(-1) (#53749)
  • 91cb16f fix(platform-server): Do not delete global Event (#53659)
  • Additional commits viewable in compare view

Updates @angular/forms from 17.0.8 to 17.0.9

Release notes

Sourced from @​angular/forms's releases.

v17.0.9

17.0.9 (2024-01-10)

common

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

compiler

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

compiler-cli

Commit Description
fix - 7309463697 interpolatedSignalNotInvoked diagnostic (#53585)

core

Commit Description
fix - 441db5123f afterRender hooks now only run on ApplicationRef.tick (#52455)
fix - f9120d79cb allow effect to be used inside an ErrorHandler (#53713)

migrations

Commit Description
fix - e92c86b77f Fix empty switch case offset bug in cf migration (#53839)

platform-server

Commit Description
fix - 91cb16fde9 Do not delete global Event (#53659)
Changelog

Sourced from @​angular/forms's changelog.

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

Commit Type Description
7309463697 fix interpolatedSignalNotInvoked diagnostic (#53585)

core

Commit Type Description
441db5123f fix afterRender hooks now only run on ApplicationRef.tick (#52455)
f9120d79cb fix allow effect to be used inside an ErrorHandler (#53713)

migrations

Commit Type Description
e92c86b77f fix Fix empty switch case offset bug in cf migration (#53839)

platform-server

Commit Type Description
91cb16fde9 fix Do not delete global Event (#53659)

17.1.0-next.5 (2023-12-21)

compiler

Commit Type Description
3a689c2050 fix correctly intercept index in loop tracking function (#53604)
df8a825910 fix project empty block root node (#53620)
478d622265 fix project empty block root node in template pipeline (#53620)

core

Commit Type Description
aecb675fa5 fix avoid repeated work when parsing version (#53598)
872e7f25fe fix tree shake version class (#53598)

migrations

Commit Type Description
d49333edc3 fix cf migration - detect and error when result is invalid i18n nesting (#53638) (#53639)
8e2178792d fix cf migration - ensure full check runs for all imports (#53637)
22b95de9bc fix cf migration - fix bug in attribute formatting (#53636)

... (truncated)

Commits

Updates @angular/platform-browser from 17.0.8 to 17.0.9

Release notes

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

v17.0.9

17.0.9 (2024-01-10)

common

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

compiler

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

compiler-cli

Commit Description
fix - 7309463697 interpolatedSignalNotInvoked diagnostic (#53585)

core

Commit Description

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

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `17.0.8` | `17.0.9` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `17.0.8` | `17.0.9` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `17.0.8` | `17.0.9` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `17.0.8` | `17.0.9` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `17.0.8` | `17.0.9` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `17.0.8` | `17.0.9` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `17.0.8` | `17.0.9` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `17.0.8` | `17.0.9` |
| [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.0.10` |
| [@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.0.10` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `17.0.8` | `17.0.9` |
| [@angular/localize](https://github.com/angular/angular) | `17.0.8` | `17.0.9` |
| [@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.2` |


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

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

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

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

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

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

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

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

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.0.10
- [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.0.10)

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.0.10
- [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.0.10)

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

Updates `@angular/localize` from 17.0.8 to 17.0.9
- [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.0.9)

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.2
- [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.2)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: client-dependencies
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: client-dependencies
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: client-dependencies
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: client-dependencies
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: client-dependencies
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: client-dependencies
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: client-dependencies
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-patch
  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-patch
  dependency-group: client-dependencies
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: client-dependencies
- dependency-name: "@angular/localize"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 16, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 17, 2024

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

@dependabot dependabot bot closed this Jan 17, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/src/Client/dev/client-dependencies-6133aecdac branch January 17, 2024 14:12
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