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 #85

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.1
@angular/common 17.0.8 17.1.1
@angular/compiler 17.0.8 17.1.1
@angular/core 17.0.8 17.1.1
@angular/forms 17.0.8 17.1.1
@angular/platform-browser 17.0.8 17.1.1
@angular/platform-browser-dynamic 17.0.8 17.1.1
@angular/router 17.0.8 17.1.1
@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.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.1.1
@angular/compiler-cli 17.0.8 17.1.1
@angular/localize 17.0.8 17.1.1
@ngrx/eslint-plugin 17.0.1 17.1.0
@typescript-eslint/eslint-plugin 6.17.0 6.20.0
@typescript-eslint/parser 6.17.0 6.20.0
eslint-plugin-prettier 5.1.2 5.1.3
prettier 3.1.1 3.2.4
prettier-eslint 16.2.0 16.3.0
@nx/nx-darwin-arm64 17.2.8 17.3.0
@nx/nx-darwin-x64 17.2.8 17.3.0
@nx/nx-linux-x64-gnu 17.2.8 17.3.0
@nx/nx-win32-x64-msvc 17.2.8 17.3.0

Updates @angular/animations from 17.0.8 to 17.1.1

Release notes

Sourced from @​angular/animations's releases.

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)
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 |

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

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
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 |

... (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.1

Release notes

Sourced from @​angular/common's releases.

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)
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 |

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

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
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 |

... (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.1

Release notes

Sourced from @​angular/compiler's releases.

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)
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 |

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

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
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 |

... (truncated)

Commits
  • 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...
  • d714750 refactor(core): properly emit input flags using bitwise or (#53808)
  • cfab5a5 refactor(core): detect signal input transforms independently of flag (#53808)
  • eee0af0 refactor(core): add internal signal input support for @Input decorator (#53...
  • 2dedc4a fix(compiler): generate less code for advance instructions (#53845)
  • Additional commits viewable in compare view


Updates @angular/core from 17.0.8 to 17.1.1

Release notes

Sourced from @​angular/core's releases.

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 (
dependabot[bot] commented 7 months ago

Superseded by #86.