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 33 updates #102

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2024

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

Package From To
@angular/animations 17.0.8 17.2.2
@angular/common 17.0.8 17.2.2
@angular/compiler 17.0.8 17.2.2
@angular/core 17.0.8 17.2.2
@angular/forms 17.0.8 17.2.2
@angular/platform-browser 17.0.8 17.2.2
@angular/platform-browser-dynamic 17.0.8 17.2.2
@angular/router 17.0.8 17.2.2
@ngrx/effects 17.0.1 17.1.1
@ngrx/store 17.0.1 17.1.1
@ngrx/store-devtools 17.0.1 17.1.1
bootstrap 5.3.2 5.3.3
zone.js 0.14.2 0.14.4
@angular-devkit/build-angular 17.0.9 17.2.1
@angular-eslint/builder 17.1.1 17.2.1
@angular-eslint/eslint-plugin 17.1.1 17.2.1
@angular-eslint/eslint-plugin-template 17.1.1 17.2.1
@angular-eslint/schematics 17.1.1 17.2.1
@angular-eslint/template-parser 17.1.1 17.2.1
@angular/cli 17.0.9 17.2.1
@angular/compiler-cli 17.0.8 17.2.2
@angular/localize 17.0.8 17.2.2
@ngrx/eslint-plugin 17.0.1 17.1.1
@typescript-eslint/eslint-plugin 6.17.0 7.0.2
@typescript-eslint/parser 6.17.0 7.0.2
eslint-plugin-prettier 5.1.2 5.1.3
jasmine-core 5.1.1 5.1.2
prettier 3.1.1 3.2.5
prettier-eslint 16.2.0 16.3.0
@nx/nx-darwin-arm64 17.2.8 18.0.4
@nx/nx-darwin-x64 17.2.8 18.0.4
@nx/nx-linux-x64-gnu 17.2.8 18.0.4
@nx/nx-win32-x64-msvc 17.2.8 18.0.4

Updates @angular/animations from 17.0.8 to 17.2.2

Release notes

Sourced from @​angular/animations's releases.

v17.2.2

17.2.2 (2024-02-21)

common

Commit Description
fix - d34e3298db image placeholder not removed in OnPush component (#54515)

compiler

Commit Description
fix - 6447c0eecc adding the inert property to the "SCHEMA" array (#53148)

compiler-cli

Commit Description
fix - 0a3edfb543 correctly detect deferred dependencies across scoped nodes (#54499)
fix - 790f4f7c26 use correct symbol name for default imported symbols in defer blocks (#54495)

core

Commit Description
fix - 3bd5860c74 properly execute content queries for root components (#54457)

migrations

Commit Description
fix - bb57d34110 Fix cf migration regular expression to include underscores (#54533)

router

Commit Description
fix - 3e31f1a34e Clear internal transition when navigation finalizes (#54261)

v17.2.1

17.2.1 (2024-02-14)

compiler-cli

Commit Description
fix - 7234824228 fix broken version detection condition (#54443)

v17.2.0

17.2.0 (2024-02-14)

common

Commit Description
feat - 03c3b3eb79 add Netlify image loader (#54311)
feat - f5c520b836 add placeholder to NgOptimizedImage (#53783)

compiler

Commit Description
feat - 47e6e84101 Add a TSConfig option useTemplatePipeline (#54057)
feat - 66e940aebf scope selectors in @​starting-style (#53943)

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

17.2.2 (2024-02-21)

common

Commit Type Description
d34e3298db fix image placeholder not removed in OnPush component (#54515)

compiler

Commit Type Description
6447c0eecc fix adding the inert property to the "SCHEMA" array (#53148)

compiler-cli

Commit Type Description
0a3edfb543 fix correctly detect deferred dependencies across scoped nodes (#54499)
790f4f7c26 fix use correct symbol name for default imported symbols in defer blocks (#54495)

core

Commit Type Description
3bd5860c74 fix properly execute content queries for root components (#54457)

migrations

Commit Type Description
bb57d34110 fix Fix cf migration regular expression to include underscores (#54533)

router

Commit Type Description
3e31f1a34e fix Clear internal transition when navigation finalizes (#54261)

17.2.1 (2024-02-14)

compiler-cli

Commit Type Description
7234824228 fix fix broken version detection condition (#54443)

17.2.0 (2024-02-14)

common

Commit Type Description
03c3b3eb79 feat add Netlify image loader (#54311)
f5c520b836 feat add placeholder to NgOptimizedImage (#53783)

compiler

Commit Type Description
47e6e84101 feat Add a TSConfig option useTemplatePipeline (#54057)
66e940aebf feat scope selectors in @​starting-style (#53943)

... (truncated)

Commits
  • bbbe477 refactor: migrate animations to prettier formatting (#53977)
  • 5ae85e4 refactor(core): node removal notifies scheduler only when animations are enab...
  • 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)
  • Additional commits viewable in compare view

Updates @angular/common from 17.0.8 to 17.2.2

Release notes

Sourced from @​angular/common's releases.

v17.2.2

17.2.2 (2024-02-21)

common

Commit Description
fix - d34e3298db image placeholder not removed in OnPush component (#54515)

compiler

Commit Description
fix - 6447c0eecc adding the inert property to the "SCHEMA" array (#53148)

compiler-cli

Commit Description
fix - 0a3edfb543 correctly detect deferred dependencies across scoped nodes (#54499)
fix - 790f4f7c26 use correct symbol name for default imported symbols in defer blocks (#54495)

core

Commit Description
fix - 3bd5860c74 properly execute content queries for root components (#54457)

migrations

Commit Description
fix - bb57d34110 Fix cf migration regular expression to include underscores (#54533)

router

Commit Description
fix - 3e31f1a34e Clear internal transition when navigation finalizes (#54261)

v17.2.1

17.2.1 (2024-02-14)

compiler-cli

Commit Description
fix - 7234824228 fix broken version detection condition (#54443)

v17.2.0

17.2.0 (2024-02-14)

common

Commit Description
feat - 03c3b3eb79 add Netlify image loader (#54311)
feat - f5c520b836 add placeholder to NgOptimizedImage (#53783)

compiler

Commit Description
feat - 47e6e84101 Add a TSConfig option useTemplatePipeline (#54057)
feat - 66e940aebf scope selectors in @​starting-style (#53943)

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

17.2.2 (2024-02-21)

common

Commit Type Description
d34e3298db fix image placeholder not removed in OnPush component (#54515)

compiler

Commit Type Description
6447c0eecc fix adding the inert property to the "SCHEMA" array (#53148)

compiler-cli

Commit Type Description
0a3edfb543 fix correctly detect deferred dependencies across scoped nodes (#54499)
790f4f7c26 fix use correct symbol name for default imported symbols in defer blocks (#54495)

core

Commit Type Description
3bd5860c74 fix properly execute content queries for root components (#54457)

migrations

Commit Type Description
bb57d34110 fix Fix cf migration regular expression to include underscores (#54533)

router

Commit Type Description
3e31f1a34e fix Clear internal transition when navigation finalizes (#54261)

17.2.1 (2024-02-14)

compiler-cli

Commit Type Description
7234824228 fix fix broken version detection condition (#54443)

17.2.0 (2024-02-14)

common

Commit Type Description
03c3b3eb79 feat add Netlify image loader (#54311)
f5c520b836 feat add placeholder to NgOptimizedImage (#53783)

compiler

Commit Type Description
47e6e84101 feat Add a TSConfig option useTemplatePipeline (#54057)
66e940aebf feat scope selectors in @​starting-style (#53943)

... (truncated)

Commits
  • d34e329 fix(common): image placeholder not removed in OnPush component (#54515)
  • 1c53625 fix(http): Use string body to generate transfer cache key. (#54379)
  • 03c3b3e feat(common): add Netlify image loader (#54311)
  • 122213d fix(common): The date pipe should return ISO format for week and week-year as...
  • 4a44f73 docs: Update docs about equality. (#54158)
  • 0460a9d refactor: migrate common to prettier formatting (#54150)
  • f3567bb refactor(common): simplify i18n plural and select pipe metadata (#53939)
  • 3c881ac refactor(common): simplify date pipe metadata (#53939)
  • 15c4811 refactor(router): Update integration tests to cover navigation and history AP...
  • f5c520b feat(common): add placeholder to NgOptimizedImage (#53783)
  • Additional commits viewable in compare view

Updates @angular/compiler from 17.0.8 to 17.2.2

Release notes

Sourced from @​angular/compiler's releases.

v17.2.2

17.2.2 (2024-02-21)

common

Commit Description
fix - d34e3298db image placeholder not removed in OnPush component (#54515)

compiler

Commit Description
fix - 6447c0eecc adding the inert property to the "SCHEMA" array (#53148)

compiler-cli

Commit Description
fix - 0a3edfb543 correctly detect deferred dependencies across scoped nodes (#54499)
fix - 790f4f7c26 use correct symbol name for default imported symbols in defer blocks (#54495)

core

Commit Description
fix - 3bd5860c74 properly execute content queries for root components (#54457)

migrations

Commit Description
fix - bb57d34110 Fix cf migration regular expression to include underscores (#54533)

router

Commit Description
fix - 3e31f1a34e Clear internal transition when navigation finalizes (#54261)

v17.2.1

17.2.1 (2024-02-14)

compiler-cli

Commit Description
fix - 7234824228 fix broken version detection condition (#54443)

v17.2.0

17.2.0 (2024-02-14)

common

Commit Description
feat - 03c3b3eb79 add Netlify image loader (#54311)
feat - f5c520b836 add placeholder to NgOptimizedImage (#53783)

compiler

Commit Description
feat - 47e6e84101 Add a TSConfig option useTemplatePipeline (#54057)
feat - 66e940aebf scope selectors in @​starting-style (#53943)

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

17.2.2 (2024-02-21)

common

Commit Type Description
d34e3298db fix image placeholder not removed in OnPush component (#54515)

compiler

Commit Type Description
6447c0eecc fix adding the inert property to the "SCHEMA" array (#53148)

compiler-cli

Commit Type Description
0a3edfb543 fix correctly detect deferred dependencies across scoped nodes (#54499)
790f4f7c26 fix use correct symbol name for default imported symbols in defer blocks (#54495)

core

Commit Type Description
3bd5860c74 fix properly execute content queries for root components (#54457)

migrations

Commit Type Description
bb57d34110 fix Fix cf migration regular expression to include underscores (#54533)

router

Commit Type Description
3e31f1a34e fix Clear internal transition when navigation finalizes (#54261)

17.2.1 (2024-02-14)

compiler-cli

Commit Type Description
7234824228 fix fix broken version detection condition (#54443)

17.2.0 (2024-02-14)

common

Commit Type Description
03c3b3eb79 feat add Netlify image loader (#54311)
f5c520b836 feat add placeholder to NgOptimizedImage (#53783)

compiler

Commit Type Description
47e6e84101 feat Add a TSConfig option useTemplatePipeline (#54057)
66e940aebf feat scope selectors in @​starting-style (#53943)

... (truncated)

Commits
  • 0a3edfb fix(compiler-cli): correctly detect deferred dependencies across scoped nodes...
  • 6447c0e fix(compiler): adding the inert property to the "SCHEMA" array (#53148)
  • e921e10 refactor(core): correctly distinguish getter functions from writable signals ...
  • 243b94c refactor(compiler-cli): fix regression in two-way bindings to inputs with dif...
  • a17f6cb refactor(compiler-cli): rework TCB for two-way bindings (#54252)
  • 67b977e refactor(compiler-cli): allow writable signals in two-way bindings (#54252)
  • bfbb306 fix(compiler-cli): do not error due to multiple components named equally (#54...
  • f600f0f refactor(compiler): Show an error when a property binding duplicates an i18n ...
  • de777af refactor: standardize doctype declaration to <!DOCTYPE html> (#51052)
  • 95dcf5f fix(compiler-cli): handle default imports in defer blocks (#53695)
  • Additional commits viewable in compare view

Updates @angular/core from 17.0.8 to 17.2.2

Release notes

Sourced from @​angular/core's releases.

v17.2.2

17.2.2 (2024-02-21)

common

Commit Description
fix - d34e3298db image placeholder not removed in OnPush component (#54515)

compiler

Commit Description
fix - 6447c0eecc adding the inert property to the "SCHEMA" array (#53148)

compiler-cli

Commit Description
fix - 0a3edfb543 correctly detect deferred dependencies across scoped nodes (#54499)
fix - 790f4f7c26 use correct symbol name for default imported symbols in defer blocks (#54495)

core

Commit Description
fix - 3bd5860c74 properly execute content queries for root components (#54457)

migrations

Commit Description
fix - bb57d34110 Fix cf migration regular expression to include underscores (#54533)

router

Commit Description
fix - 3e31f1a34e Clear internal transition when navigation finalizes (#54261)

v17.2.1

17.2.1 (2024-02-14)

compiler-cli

Commit Description
fix - 7234824228 fix broken version detection condition (#54443)

v17.2.0

17.2.0 (2024-02-14)

common

Commit Description
feat - 03c3b3eb79 add Netlify image loader (#54311)
feat - f5c520b836 add placeholder to NgOptimizedImage (#53783)

compiler

Commit Description
feat - 47e6e84101 Add a TSConfig option useTemplatePipeline (#54057)
feat - 66e940aebf scope selectors in @​starting-style (#53943)

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

17.2.2 (2024-02-21)

common

Commit Type Description
d34e3298db fix image placeholder not removed in OnPush component (#54515)

compiler

Commit Type Description
6447c0eecc fix adding the inert property to the "SCHEMA" array (#53148)

compiler-cli

Commit Type Description
0a3edfb543 fix correctly detect deferred dependencies across scoped nodes (#54499)
790f4f7c26 fix use correct symbol name for default imported symbols in defer blocks (#54495)

core

Commit Type Description
3bd5860c74 fix properly execute content queries for root components (#54457)

migrations

Commit Type Description
bb57d34110 fix Fix cf migration regular expression to include underscores (#54533)

router

Commit Type Description
3e31f1a34e fix Clear internal transition when navigation finalizes (#54261)

17.2.1 (2024-02-14)

compiler-cli

Commit Type Description
7234824228 fix fix broken version detection condition (#54443)

17.2.0 (2024-02-14)

common

Commit Type Description
03c3b3eb79 feat add Netlify image loader (#54311)
f5c520b836 feat add placeholder to NgOptimizedImage (#53783)

compiler

Commit Type Description
47e6e84101 feat Add a TSConfig option useTemplatePipeline (#54057)
66e940aebf feat scope selectors in @​starting-style (#53943)

... (truncated)

Commits
  • bb57d34 fix(migrations): Fix cf migration regular expression to include underscores (...
  • 187b46a docs: view child static query differences formatting (#54370)
  • ed8857e refactor(platform-browser): use performance API for async animations (#53963)
  • db35266 test(core): more tests for queries as signals (#54508)
  • 3bd5860 fix(core): properly execute content queries for root components (#54457)
  • 277540c build: reuse fake core in type checking tests (#54344) (#54398)
  • 6d00115 fix(core): show placeholder block on the server with immediate trigger (#54394)
  • 1581988 test(core): add type tests for ɵunwrapWritableSignal (#54387)
  • 0ecc2d1 refactor(core): reuse input signal node for models (#54387)
  • 453e00c refactor(core): avoid wrapper around subscribe return value (#54387)
  • Additional commits viewable in compare view

Updates @angular/forms from 17.0.8 to 17.2.2

Release notes

Sourced from @​angular/forms's releases.

v17.2.2

17.2.2 (2024-02-21)

common

Commit Description
fix - d34e3298db image placeholder not removed in OnPush component (#54515)

compiler

Commit Description
fix - 6447c0eecc adding the inert property to the "SCHEMA" array (#53148)

compiler-cli

Commit Description
fix - 0a3edfb543 correctly detect deferred dependencies across scoped nodes (#54499)
fix - 790f4f7c26 use correct symbol name for default imported symbols in defer blocks (#54495)

core

Commit Description
fix - 3bd5860c74 properly execute content queries for root components (#54457)

migrations

Commit Description
fix - bb57d34110 Fix cf migration regular expression to include underscores (#54533)

router

Commit Description
fix - 3e31f1a34e Clear internal transition when navigation finalizes (#54261)

v17.2.1

17.2.1 (2024-02-14)

compiler-cli

Commit Description
fix - 7234824228 fix broken version detection condition (#54443)

v17.2.0

17.2.0 (2024-02-14)

common

Commit Description
feat - 03c3b3eb79 add Netlify image loader (#54311)
feat - f5c520b836 add placeholder to NgOptimizedImage (#53783)

compiler

Commit Description
feat - 47e6e84101 Add a TSConfig option useTemplatePipeline (#54057)

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

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `17.0.8` | `17.2.2` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `17.0.8` | `17.2.2` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `17.0.8` | `17.2.2` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `17.0.8` | `17.2.2` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `17.0.8` | `17.2.2` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `17.0.8` | `17.2.2` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `17.0.8` | `17.2.2` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `17.0.8` | `17.2.2` |
| [@ngrx/effects](https://github.com/ngrx/platform) | `17.0.1` | `17.1.1` |
| [@ngrx/store](https://github.com/ngrx/platform) | `17.0.1` | `17.1.1` |
| [@ngrx/store-devtools](https://github.com/ngrx/platform) | `17.0.1` | `17.1.1` |
| [bootstrap](https://github.com/twbs/bootstrap) | `5.3.2` | `5.3.3` |
| [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) | `0.14.2` | `0.14.4` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `17.0.9` | `17.2.1` |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `17.1.1` | `17.2.1` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `17.1.1` | `17.2.1` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `17.1.1` | `17.2.1` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `17.1.1` | `17.2.1` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `17.1.1` | `17.2.1` |
| [@angular/cli](https://github.com/angular/angular-cli) | `17.0.9` | `17.2.1` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `17.0.8` | `17.2.2` |
| [@angular/localize](https://github.com/angular/angular) | `17.0.8` | `17.2.2` |
| [@ngrx/eslint-plugin](https://github.com/ngrx/platform) | `17.0.1` | `17.1.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.17.0` | `7.0.2` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.17.0` | `7.0.2` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.2` | `5.1.3` |
| [jasmine-core](https://github.com/jasmine/jasmine) | `5.1.1` | `5.1.2` |
| [prettier](https://github.com/prettier/prettier) | `3.1.1` | `3.2.5` |
| [prettier-eslint](https://github.com/prettier/prettier-eslint) | `16.2.0` | `16.3.0` |
| [@nx/nx-darwin-arm64](https://github.com/nrwl/nx/tree/HEAD/packages/nx/native-packages/darwin-arm64) | `17.2.8` | `18.0.4` |
| [@nx/nx-darwin-x64](https://github.com/nrwl/nx/tree/HEAD/packages/nx/native-packages/darwin-x64) | `17.2.8` | `18.0.4` |
| [@nx/nx-linux-x64-gnu](https://github.com/nrwl/nx/tree/HEAD/packages/nx/native-packages/linux-x64-gnu) | `17.2.8` | `18.0.4` |
| [@nx/nx-win32-x64-msvc](https://github.com/nrwl/nx/tree/HEAD/packages/nx/native-packages/win32-x64-msvc) | `17.2.8` | `18.0.4` |


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

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

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

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

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

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

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

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

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

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

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

Updates `bootstrap` from 5.3.2 to 5.3.3
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](twbs/bootstrap@v5.3.2...v5.3.3)

Updates `zone.js` from 0.14.2 to 0.14.4
- [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.4/packages/zone.js)

Updates `@angular-devkit/build-angular` from 17.0.9 to 17.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@17.0.9...17.2.1)

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

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

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

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

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

Updates `@angular/cli` from 17.0.9 to 17.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@17.0.9...17.2.1)

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

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

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

Updates `@typescript-eslint/eslint-plugin` from 6.17.0 to 7.0.2
- [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/v7.0.2/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.17.0 to 7.0.2
- [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/v7.0.2/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 `jasmine-core` from 5.1.1 to 5.1.2
- [Release notes](https://github.com/jasmine/jasmine/releases)
- [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md)
- [Commits](jasmine/jasmine@v5.1.1...v5.1.2)

Updates `prettier` from 3.1.1 to 3.2.5
- [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.5)

Updates `prettier-eslint` from 16.2.0 to 16.3.0
- [Release notes](https://github.com/prettier/prettier-eslint/releases)
- [Changelog](https://github.com/prettier/prettier-eslint/blob/master/CHANGELOG.md)
- [Commits](prettier/prettier-eslint@v16.2.0...v16.3.0)

Updates `@nx/nx-darwin-arm64` from 17.2.8 to 18.0.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/18.0.4/packages/nx/native-packages/darwin-arm64)

Updates `@nx/nx-darwin-x64` from 17.2.8 to 18.0.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/18.0.4/packages/nx/native-packages/darwin-x64)

Updates `@nx/nx-linux-x64-gnu` from 17.2.8 to 18.0.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/18.0.4/packages/nx/native-packages/linux-x64-gnu)

Updates `@nx/nx-win32-x64-msvc` from 17.2.8 to 18.0.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/18.0.4/packages/nx/native-packages/win32-x64-msvc)

---
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: bootstrap
  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-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-major
  dependency-group: client-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  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: jasmine-core
  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
- dependency-name: prettier-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: client-dependencies
- dependency-name: "@nx/nx-darwin-arm64"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: client-dependencies
- dependency-name: "@nx/nx-darwin-x64"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: client-dependencies
- dependency-name: "@nx/nx-linux-x64-gnu"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: client-dependencies
- dependency-name: "@nx/nx-win32-x64-msvc"
  dependency-type: direct:production
  update-type: version-update:semver-major
  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 Feb 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 26, 2024

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

@dependabot dependabot bot closed this Feb 26, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/src/Client/dev/client-dependencies-a70fa100f6 branch February 26, 2024 14:15
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