lwestfall / CitrusBookClub

A web application for managing meetings for the Citrus Book Club - a Lancaster, PA area collective of readers
https://citrusbook.club
1 stars 0 forks source link

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

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

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

Package From To
@angular/animations 17.0.8 17.1.2
@angular/common 17.0.8 17.1.2
@angular/compiler 17.0.8 17.1.2
@angular/core 17.0.8 17.1.2
@angular/forms 17.0.8 17.1.2
@angular/platform-browser 17.0.8 17.1.2
@angular/platform-browser-dynamic 17.0.8 17.1.2
@angular/router 17.0.8 17.1.2
@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.2
@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.1.2
@angular/compiler-cli 17.0.8 17.1.2
@angular/localize 17.0.8 17.1.2
@ngrx/eslint-plugin 17.0.1 17.1.0
@typescript-eslint/eslint-plugin 6.17.0 6.21.0
@typescript-eslint/parser 6.17.0 6.21.0
eslint-plugin-prettier 5.1.2 5.1.3
prettier 3.1.1 3.2.5
prettier-eslint 16.2.0 16.3.0
@nx/nx-darwin-arm64 17.2.8 18.0.3
@nx/nx-darwin-x64 17.2.8 18.0.3
@nx/nx-linux-x64-gnu 17.2.8 18.0.3
@nx/nx-win32-x64-msvc 17.2.8 18.0.3

Updates @angular/animations from 17.0.8 to 17.1.2

Release notes

Sourced from @​angular/animations's releases.

v17.1.2

17.1.2 (2024-01-31)

Commit Description
fix - ccddacf11d cta clickability issue in adev homepage. (#52905)

animations

Commit Description
fix - 98d545fafa cleanup DOM elements when root view is removed with async animations (#53033)

common

Commit Description
fix - cdc5e39532 The date pipe should return ISO format for week and week-year as intended in the unit test. (#53879)

compiler

Commit Description
fix - f12b01ec88 Update type check block to fix control flow source mappings (#53980)

core

Commit Description
fix - c477e876e3 change defer block fixture default behavior to playthrough (#54088)

migrations

Commit Description
fix - 8264382a6b error in standalone migration when non-array value is used as declarations in TestBed (#54122)

v17.1.1

17.1.1 (2024-01-24)

router

Commit Description
fix - f222bee8fa revert commit that replaced last helper with native Array.at(-1) (#54021)

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)

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

17.1.2 (2024-01-31)

Commit Type Description
ccddacf11d fix cta clickability issue in adev homepage. (#52905)

animations

Commit Type Description
98d545fafa fix cleanup DOM elements when root view is removed with async animations (#53033)

common

Commit Type Description
cdc5e39532 fix The date pipe should return ISO format for week and week-year as intended in the unit test. (#53879)

compiler

Commit Type Description
f12b01ec88 fix Update type check block to fix control flow source mappings (#53980)

core

Commit Type Description
c477e876e3 fix change defer block fixture default behavior to playthrough (#54088)

migrations

Commit Type Description
8264382a6b fix error in standalone migration when non-array value is used as declarations in TestBed (#54122)

17.2.0-next.0 (2024-01-24)

compiler

Commit Type Description
66e940aebf feat scope selectors in @​starting-style (#53943)

17.1.1 (2024-01-24)

router

Commit Type Description
f222bee8fa fix revert commit that replaced last helper with native Array.at(-1) (#54021)

17.1.0 (2024-01-17)

compiler

| Commit | Type | Description |

... (truncated)

Commits
  • 1f6c96a refactor: migrate animations to prettier formatting (#53977)
  • 7620f50 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.1.2

Release notes

Sourced from @​angular/common's releases.

v17.1.2

17.1.2 (2024-01-31)

Commit Description
fix - ccddacf11d cta clickability issue in adev homepage. (#52905)

animations

Commit Description
fix - 98d545fafa cleanup DOM elements when root view is removed with async animations (#53033)

common

Commit Description
fix - cdc5e39532 The date pipe should return ISO format for week and week-year as intended in the unit test. (#53879)

compiler

Commit Description
fix - f12b01ec88 Update type check block to fix control flow source mappings (#53980)

core

Commit Description
fix - c477e876e3 change defer block fixture default behavior to playthrough (#54088)

migrations

Commit Description
fix - 8264382a6b error in standalone migration when non-array value is used as declarations in TestBed (#54122)

v17.1.1

17.1.1 (2024-01-24)

router

Commit Description
fix - f222bee8fa revert commit that replaced last helper with native Array.at(-1) (#54021)

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)

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

17.1.2 (2024-01-31)

Commit Type Description
ccddacf11d fix cta clickability issue in adev homepage. (#52905)

animations

Commit Type Description
98d545fafa fix cleanup DOM elements when root view is removed with async animations (#53033)

common

Commit Type Description
cdc5e39532 fix The date pipe should return ISO format for week and week-year as intended in the unit test. (#53879)

compiler

Commit Type Description
f12b01ec88 fix Update type check block to fix control flow source mappings (#53980)

core

Commit Type Description
c477e876e3 fix change defer block fixture default behavior to playthrough (#54088)

migrations

Commit Type Description
8264382a6b fix error in standalone migration when non-array value is used as declarations in TestBed (#54122)

17.2.0-next.0 (2024-01-24)

compiler

Commit Type Description
66e940aebf feat scope selectors in @​starting-style (#53943)

17.1.1 (2024-01-24)

router

Commit Type Description
f222bee8fa fix revert commit that replaced last helper with native Array.at(-1) (#54021)

17.1.0 (2024-01-17)

compiler

| Commit | Type | Description |

... (truncated)

Commits
  • cdc5e39 fix(common): The date pipe should return ISO format for week and week-year as...
  • 4367c44 docs: Update docs about equality. (#54158)
  • 4c2b0d9 refactor: migrate common to prettier formatting (#54159)
  • 57174bb refactor(common): simplify i18n plural and select pipe metadata (#53939)
  • 7a4a525 refactor(common): simplify date pipe metadata (#53939)
  • 30e42df refactor(core): remove InjectionToken descriptions in optimized builds. (#5...
  • 8109013 refactor(common): Use Nullish coalescing assignment when possible. (#53931)
  • 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)
  • Additional commits viewable in compare view


Updates @angular/compiler from 17.0.8 to 17.1.2

Release notes

Sourced from @​angular/compiler's releases.

v17.1.2

17.1.2 (2024-01-31)

Commit Description
fix - ccddacf11d cta clickability issue in adev homepage. (#52905)

animations

Commit Description
fix - 98d545fafa cleanup DOM elements when root view is removed with async animations (#53033)

common

Commit Description
fix - cdc5e39532 The date pipe should return ISO format for week and week-year as intended in the unit test. (#53879)

compiler

Commit Description
fix - f12b01ec88 Update type check block to fix control flow source mappings (#53980)

core

Commit Description
fix - c477e876e3 change defer block fixture default behavior to playthrough (#54088)

migrations

Commit Description
fix - 8264382a6b error in standalone migration when non-array value is used as declarations in TestBed (#54122)

v17.1.1

17.1.1 (2024-01-24)

router

Commit Description
fix - f222bee8fa revert commit that replaced last helper with native Array.at(-1) (#54021)

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)

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

17.1.2 (2024-01-31)

Commit Type Description
ccddacf11d fix cta clickability issue in adev homepage. (#52905)

animations

Commit Type Description
98d545fafa fix cleanup DOM elements when root view is removed with async animations (#53033)

common

Commit Type Description
cdc5e39532 fix The date pipe should return ISO format for week and week-year as intended in the unit test. (#53879)

compiler

Commit Type Description
f12b01ec88 fix Update type check block to fix control flow source mappings (#53980)

core

Commit Type Description
c477e876e3 fix change defer block fixture default behavior to playthrough (#54088)

migrations

Commit Type Description
8264382a6b fix error in standalone migration when non-array value is used as declarations in TestBed (#54122)

17.2.0-next.0 (2024-01-24)

compiler

Commit Type Description
66e940aebf feat scope selectors in @​starting-style (#53943)

17.1.1 (2024-01-24)

router

Commit Type Description
f222bee8fa fix revert commit that replaced last helper with native Array.at(-1) (#54021)

17.1.0 (2024-01-17)

compiler

| Commit | Type | Description |

... (truncated)

Commits
  • 7786e35 refactor(compiler): distinguish two-way bindings in the AST (#54065)
  • 4910133 refactor(compiler): Fix defer deps fn duplicate names in Template Pipeline (#...
  • f12b01e fix(compiler): Update type check block to fix control flow source mappings (#...
  • 0c8aaf0 refactor(compiler): Support externally provided defer deps fns (#54043)
  • 9778326 refactor(compiler): ICUs should roll up to the root i18n block for applicatio...
  • 025f7af refactor(compiler): remove mentions of unused compiler options. (#53746)
  • 79e8539 refactor(compiler): extra diagnostics for @defer in local compilation mode ...
  • 6971341 refactor(compiler): update TemplateDefinitionBuilder to support local compila...
  • 4c4fea1 refactor(compiler): add support for internal deferredImports field (#53591)
  • 29b959c refactor(compiler): add an internal API to check is an element is inside a de...
  • Additional commits viewable in compare view


Updates @angular/core from 17.0.8 to 17.1.2

Release notes

Sourced from @​angular/core's releases.

v17.1.2

17.1.2 (2024-01-31)

Commit Description
fix - ccddacf11d cta clickability issue in adev homepage. (#52905)

animations

Commit Description
fix - 98d545fafa cleanup DOM elements when root view is removed with async animations (#53033)

common

Commit Description
fix - cdc5e39532 The date pipe should return ISO format for week and week-year as intended in the unit test. (#53879)

compiler

Commit Description
fix - f12b01ec88 Update type check block to fix control flow source mappings (#53980)

core

Commit Description
fix - c477e876e3 change defer block fixture default behavior to playthrough (#54088)

migrations

Commit Description
fix - 8264382a6b error in standalone migration when non-array value is used as declarations in TestBed (#54122)

v17.1.1

17.1.1 (2024-01-24)

router

Commit Description
fix - f222bee8fa revert commit that replaced last helper with native Array.at(-1) (#54021)

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)

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

17.1.2 (2024-01-31)

Commit Type Description
ccddacf11d fix cta clickability issue in adev homepage. (#52905)

animations

Commit Type Description
98d545fafa fix cleanup DOM elements when root view is removed with async animations (#53033)

common

Commit Type Description
cdc5e39532 fix The date pipe should return ISO format for week and week-year as intended in the unit test. (#53879)

compiler

Commit Type Description
f12b01ec88 fix Update type check block to fix control flow source mappings (#53980)

core

Commit Type Description
c477e876e3 fix change defer block fixture default behavior to playthrough (#54088)

migrations

Commit Type Description
8264382a6b fix error in standalone migration when non-array value is used as declarations in TestBed (#54122)

17.2.0-next.0 (2024-01-24)

compiler

Commit Type Description
66e940aebf feat scope selectors in @​starting-style (#53943)

17.1.1 (2024-01-24)

router

Commit Type Description
f222bee8fa fix revert commit that replaced last helper with native Array.at(-1) (#54021)

17.1.0 (2024-01-17)

compiler

| Commit | Type | Description |

... (truncated)

Commits
  • 3b218a7 docs(core): fix example sections (#54121)
  • 413db30 refactor(forms): Provide RadioControlRegistry in root. (#54130)
  • fccf375 refactor(devtools): Add hydration informations (#53910)
  • c5a0e90 refactor(core): Update ComponentFixture behavior when using zoneless schedu...
  • 8264382 fix(migrations): error in standalone migration when non-array value is used a...
  • 30e42df refactor(core): remove InjectionToken descriptions in optimized builds. (#5...
  • 798aee7 docs: remove link (#54090)
  • c477e87 fix(core): change defer block fixture default behavior to playthrough (#54088)
  • 293dc3b docs: fix reference to forwardRef in ForwardRefFn JSdoc (#53556)
  • 96dd0c7 refactor: fix a number of typos throughout the codebase (#52826)
  • Additional commits viewable in compare view


Updates @angular/forms from 17.0.8 to 17.1.2

Release notes

Sourced from @​angular/forms's releases.

v17.1.2

17.1.2 (2024-01-31)

Commit Description
fix - ccddacf11d cta clickability issue in adev homepage. (#52905)

animations

Commit Description
fix - 98d545fafa cleanup DOM elements when root view is removed with async animations (#53033)

common

Commit Description
fix - cdc5e39532 The date pipe should return ISO format for week and week-year as intended in the unit test. (#53879)

compiler

Commit Description
fix - f12b01ec88 Update type check block to fix control flow source mappings (#53980)

core

Commit Description
fix - c477e876e3 change defer block fixture default behavior to playthrough (#54088)

migrations

Commit Description
fix - 8264382a6b error in standalone migration when non-array value is used as declarations in TestBed (#54122)

v17.1.1

17.1.1 (2024-01-24)

router

Commit Description
fix - f222bee8fa revert commit that replaced last helper with native Array.at(-1) (#54021)

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)

... (truncated)

Changelog

Sourced from @​angular/forms's changelog.

17.1.2 (2024-01-31)

Commit Type Description
ccddacf11d fix cta clickability issue in adev homepage. (#52905)

animations

Commit Type Description
98d545fafa fix cleanup DOM elements when root view is removed with async animations (#53033)

common

Commit Type Description
cdc5e39532 fix The date pipe should return ISO format for week and week-year as intended in the unit test. (#53879)

compiler

Commit Type Description
f12b01ec88 fix Update type check block to fix control flow source mappings (#53980)

core

Commit Type Description
c477e876e3 fix change defer block fixture default behavior to playthrough (#54088)

migrations

Commit Type Description
8264382a6b fix error in standalone migration when non-array value is used as declarations in TestBed (#54122)

17.2.0-next.0 (2024-01-24)

compiler

Commit Type Description
66e940aebf feat scope selectors in @​starting-style (#53943)