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 25 updates #124

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

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

Package From To
@angular/animations 17.2.4 17.3.0
@angular/common 17.2.4 17.3.0
@angular/compiler 17.2.4 17.3.0
@angular/core 17.2.4 17.3.0
@angular/forms 17.2.4 17.3.0
@angular/platform-browser 17.2.4 17.3.0
@angular/platform-browser-dynamic 17.2.4 17.3.0
@angular/router 17.2.4 17.3.0
@angular-devkit/build-angular 17.2.3 17.3.0
@angular-eslint/builder 17.2.1 17.3.0
@angular-eslint/eslint-plugin 17.2.1 17.3.0
@angular-eslint/eslint-plugin-template 17.2.1 17.3.0
@angular-eslint/schematics 17.2.1 17.3.0
@angular-eslint/template-parser 17.2.1 17.3.0
@angular/cli 17.2.3 17.3.0
@angular/compiler-cli 17.2.4 17.3.0
@angular/localize 17.2.4 17.3.0
@types/lodash 4.14.202 4.17.0
@typescript-eslint/eslint-plugin 7.1.1 7.2.0
@typescript-eslint/parser 7.1.1 7.2.0
typescript 5.3.3 5.4.2
@nx/nx-darwin-arm64 18.0.7 18.1.1
@nx/nx-darwin-x64 18.0.7 18.1.1
@nx/nx-linux-x64-gnu 18.0.7 18.1.1
@nx/nx-win32-x64-msvc 18.0.7 18.1.1

Updates @angular/animations from 17.2.4 to 17.3.0

Release notes

Sourced from @​angular/animations's releases.

v17.3.0

17.3.0 (2024-03-13)

compiler

Commit Description
feat - 1a6beae8a2 Enable template pipeline by default. (#54571)
fix - f386a04c9d handle two-way bindings to signal-based template variables in instruction generation (#54714)
fix - 1f129f114e not catching for loop empty tracking expressions (#54772)

compiler-cli

Commit Description
fix - 12dc4d074e account for as expression in docs extraction (#54414)
fix - da7fbb40f0 detect when the linker is working in unpublished angular and widen supported versions (#54439)
fix - 492e03f699 flag two-way bindings to non-signal values in templates (#54714)
fix - 5afa4f0ec1 support ModuleWithProviders literal detection with typeof (#54650)

core

Commit Description
feat - 331b16efd2 add API to inject attributes on the host node (#54604)
feat - fb540e169a add migration for invalid two-way bindings (#54630)
feat - c687b8f453 expose new output() API (#54650)
feat - c809069f21 introduce outputFromObservable() interop function (#54650)
feat - aff65fd1f4 introduce outputToObservable interop helper (#54650)
feat - 974958913c support TypeScript 5.4 (#54414)
fix - 39a50f9a8d ensure all initializer functions run in an injection context (#54761)
fix - 243ccce624 exclude class attribute intended for projection matching from directive matching (#54800)
fix - 2909e9817d prevent infinite loops in clobbered elements check (#54425)
fix - 7243c704cf return a readonly signal on asReadonly. (#54706)
perf - bb35414a38 speed up retrieval of DestroyRef in EventEmitter (#54748)

http

Commit Description
fix - 8d37ed035c exclude caching for authenticated HTTP requests (#54746)

router

Commit Description
feat - c1c7384e02 Add reusable types for router guards (#54580)
fix - 7225485311 Navigations triggered by cancellation events should cancel previous navigation (#54710)

v17.3.0-rc.0

17.3.0-rc.0 (2024-03-06)

compiler-cli

Commit Description
fix - 5afa4f0ec1 support ModuleWithProviders literal detection with typeof (#54650)
fix - ae7dbe42de unwrap expressions with type parameters in query read property (#54647)

core

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

17.3.0 (2024-03-13)

compiler

Commit Type Description
1a6beae8a2 feat Enable template pipeline by default. (#54571)
f386a04c9d fix handle two-way bindings to signal-based template variables in instruction generation (#54714)
1f129f114e fix not catching for loop empty tracking expressions (#54772)

compiler-cli

Commit Type Description
12dc4d074e fix account for as expression in docs extraction (#54414)
da7fbb40f0 fix detect when the linker is working in unpublished angular and widen supported versions (#54439)
492e03f699 fix flag two-way bindings to non-signal values in templates (#54714)
5afa4f0ec1 fix support ModuleWithProviders literal detection with typeof (#54650)

core

Commit Type Description
331b16efd2 feat add API to inject attributes on the host node (#54604)
fb540e169a feat add migration for invalid two-way bindings (#54630)
c687b8f453 feat expose new output() API (#54650)
c809069f21 feat introduce outputFromObservable() interop function (#54650)
aff65fd1f4 feat introduce outputToObservable interop helper (#54650)
974958913c feat support TypeScript 5.4 (#54414)
39a50f9a8d fix ensure all initializer functions run in an injection context (#54761)
243ccce624 fix exclude class attribute intended for projection matching from directive matching (#54800)
2909e9817d fix prevent infinite loops in clobbered elements check (#54425)
7243c704cf fix return a readonly signal on asReadonly. (#54706)
bb35414a38 perf speed up retrieval of DestroyRef in EventEmitter (#54748)

http

Commit Type Description
8d37ed035c fix exclude caching for authenticated HTTP requests (#54746)

router

Commit Type Description
c1c7384e02 feat Add reusable types for router guards (#54580)
7225485311 fix Navigations triggered by cancellation events should cancel previous navigation (#54710)

Commits


Updates @angular/common from 17.2.4 to 17.3.0

Release notes

Sourced from @​angular/common's releases.

v17.3.0

17.3.0 (2024-03-13)

compiler

Commit Description
feat - 1a6beae8a2 Enable template pipeline by default. (#54571)
fix - f386a04c9d handle two-way bindings to signal-based template variables in instruction generation (#54714)
fix - 1f129f114e not catching for loop empty tracking expressions (#54772)

compiler-cli

Commit Description
fix - 12dc4d074e account for as expression in docs extraction (#54414)
fix - da7fbb40f0 detect when the linker is working in unpublished angular and widen supported versions (#54439)
fix - 492e03f699 flag two-way bindings to non-signal values in templates (#54714)
fix - 5afa4f0ec1 support ModuleWithProviders literal detection with typeof (#54650)

core

Commit Description
feat - 331b16efd2 add API to inject attributes on the host node (#54604)
feat - fb540e169a add migration for invalid two-way bindings (#54630)
feat - c687b8f453 expose new output() API (#54650)
feat - c809069f21 introduce outputFromObservable() interop function (#54650)
feat - aff65fd1f4 introduce outputToObservable interop helper (#54650)
feat - 974958913c support TypeScript 5.4 (#54414)
fix - 39a50f9a8d ensure all initializer functions run in an injection context (#54761)
fix - 243ccce624 exclude class attribute intended for projection matching from directive matching (#54800)
fix - 2909e9817d prevent infinite loops in clobbered elements check (#54425)
fix - 7243c704cf return a readonly signal on asReadonly. (#54706)
perf - bb35414a38 speed up retrieval of DestroyRef in EventEmitter (#54748)

http

Commit Description
fix - 8d37ed035c exclude caching for authenticated HTTP requests (#54746)

router

Commit Description
feat - c1c7384e02 Add reusable types for router guards (#54580)
fix - 7225485311 Navigations triggered by cancellation events should cancel previous navigation (#54710)

v17.3.0-rc.0

17.3.0-rc.0 (2024-03-06)

compiler-cli

Commit Description
fix - 5afa4f0ec1 support ModuleWithProviders literal detection with typeof (#54650)
fix - ae7dbe42de unwrap expressions with type parameters in query read property (#54647)

core

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

17.3.0 (2024-03-13)

compiler

Commit Type Description
1a6beae8a2 feat Enable template pipeline by default. (#54571)
f386a04c9d fix handle two-way bindings to signal-based template variables in instruction generation (#54714)
1f129f114e fix not catching for loop empty tracking expressions (#54772)

compiler-cli

Commit Type Description
12dc4d074e fix account for as expression in docs extraction (#54414)
da7fbb40f0 fix detect when the linker is working in unpublished angular and widen supported versions (#54439)
492e03f699 fix flag two-way bindings to non-signal values in templates (#54714)
5afa4f0ec1 fix support ModuleWithProviders literal detection with typeof (#54650)

core

Commit Type Description
331b16efd2 feat add API to inject attributes on the host node (#54604)
fb540e169a feat add migration for invalid two-way bindings (#54630)
c687b8f453 feat expose new output() API (#54650)
c809069f21 feat introduce outputFromObservable() interop function (#54650)
aff65fd1f4 feat introduce outputToObservable interop helper (#54650)
974958913c feat support TypeScript 5.4 (#54414)
39a50f9a8d fix ensure all initializer functions run in an injection context (#54761)
243ccce624 fix exclude class attribute intended for projection matching from directive matching (#54800)
2909e9817d fix prevent infinite loops in clobbered elements check (#54425)
7243c704cf fix return a readonly signal on asReadonly. (#54706)
bb35414a38 perf speed up retrieval of DestroyRef in EventEmitter (#54748)

http

Commit Type Description
8d37ed035c fix exclude caching for authenticated HTTP requests (#54746)

router

Commit Type Description
c1c7384e02 feat Add reusable types for router guards (#54580)
7225485311 fix Navigations triggered by cancellation events should cancel previous navigation (#54710)

Commits
  • 8d37ed0 fix(http): exclude caching for authenticated HTTP requests (#54746)
  • 9749589 feat(core): support TypeScript 5.4 (#54414)
  • 707bfc9 perf(common): AsyncPipe should not call markForCheck on subscription (#54...
  • 55fd7b3 docs(docs-infra): Add missing api entries (#54517)
  • 219445c fix(common): image placeholder not removed in OnPush component (#54515)
  • 74b5a51 fix(http): Use string body to generate transfer cache key. (#54379)
  • See full diff in compare view


Updates @angular/compiler from 17.2.4 to 17.3.0

Release notes

Sourced from @​angular/compiler's releases.

v17.3.0

17.3.0 (2024-03-13)

compiler

Commit Description
feat - 1a6beae8a2 Enable template pipeline by default. (#54571)
fix - f386a04c9d handle two-way bindings to signal-based template variables in instruction generation (#54714)
fix - 1f129f114e not catching for loop empty tracking expressions (#54772)

compiler-cli

Commit Description
fix - 12dc4d074e account for as expression in docs extraction (#54414)
fix - da7fbb40f0 detect when the linker is working in unpublished angular and widen supported versions (#54439)
fix - 492e03f699 flag two-way bindings to non-signal values in templates (#54714)
fix - 5afa4f0ec1 support ModuleWithProviders literal detection with typeof (#54650)

core

Commit Description
feat - 331b16efd2 add API to inject attributes on the host node (#54604)
feat - fb540e169a add migration for invalid two-way bindings (#54630)
feat - c687b8f453 expose new output() API (#54650)
feat - c809069f21 introduce outputFromObservable() interop function (#54650)
feat - aff65fd1f4 introduce outputToObservable interop helper (#54650)
feat - 974958913c support TypeScript 5.4 (#54414)
fix - 39a50f9a8d ensure all initializer functions run in an injection context (#54761)
fix - 243ccce624 exclude class attribute intended for projection matching from directive matching (#54800)
fix - 2909e9817d prevent infinite loops in clobbered elements check (#54425)
fix - 7243c704cf return a readonly signal on asReadonly. (#54706)
perf - bb35414a38 speed up retrieval of DestroyRef in EventEmitter (#54748)

http

Commit Description
fix - 8d37ed035c exclude caching for authenticated HTTP requests (#54746)

router

Commit Description
feat - c1c7384e02 Add reusable types for router guards (#54580)
fix - 7225485311 Navigations triggered by cancellation events should cancel previous navigation (#54710)

v17.3.0-rc.0

17.3.0-rc.0 (2024-03-06)

compiler-cli

Commit Description
fix - 5afa4f0ec1 support ModuleWithProviders literal detection with typeof (#54650)
fix - ae7dbe42de unwrap expressions with type parameters in query read property (#54647)

core

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

17.3.0 (2024-03-13)

compiler

Commit Type Description
1a6beae8a2 feat Enable template pipeline by default. (#54571)
f386a04c9d fix handle two-way bindings to signal-based template variables in instruction generation (#54714)
1f129f114e fix not catching for loop empty tracking expressions (#54772)

compiler-cli

Commit Type Description
12dc4d074e fix account for as expression in docs extraction (#54414)
da7fbb40f0 fix detect when the linker is working in unpublished angular and widen supported versions (#54439)
492e03f699 fix flag two-way bindings to non-signal values in templates (#54714)
5afa4f0ec1 fix support ModuleWithProviders literal detection with typeof (#54650)

core

Commit Type Description
331b16efd2 feat add API to inject attributes on the host node (#54604)
fb540e169a feat add migration for invalid two-way bindings (#54630)
c687b8f453 feat expose new output() API (#54650)
c809069f21 feat introduce outputFromObservable() interop function (#54650)
aff65fd1f4 feat introduce outputToObservable interop helper (#54650)
974958913c feat support TypeScript 5.4 (#54414)
39a50f9a8d fix ensure all initializer functions run in an injection context (#54761)
243ccce624 fix exclude class attribute intended for projection matching from directive matching (#54800)
2909e9817d fix prevent infinite loops in clobbered elements check (#54425)
7243c704cf fix return a readonly signal on asReadonly. (#54706)
bb35414a38 perf speed up retrieval of DestroyRef in EventEmitter (#54748)

http

Commit Type Description
8d37ed035c fix exclude caching for authenticated HTTP requests (#54746)

router

Commit Type Description
c1c7384e02 feat Add reusable types for router guards (#54580)
7225485311 fix Navigations triggered by cancellation events should cancel previous navigation (#54710)

Commits
  • f386a04 fix(compiler): handle two-way bindings to signal-based template variables in ...
  • 1f129f1 fix(compiler): not catching for loop empty tracking expressions (#54772)
  • b40f1e5 refactor(compiler): Remove deep imports in the language service (#54695)
  • 5e32a77 refactor(compiler): cleanup unused code in template builder pipeline (#54654)
  • 1a6beae feat(compiler): Enable template pipeline by default. (#54571)
  • badda0c fix(compiler-cli): correctly detect deferred dependencies across scoped nodes...
  • dba3e0b fix(compiler): adding the inert property to the "SCHEMA" array (#53148)
  • 6c2d4b6 refactor(compiler): Enable Template Pipeline globally in 1P. (#54435)
  • See full diff in compare view


Updates @angular/core from 17.2.4 to 17.3.0

Release notes

Sourced from @​angular/core's releases.

v17.3.0

17.3.0 (2024-03-13)

compiler

Commit Description
feat - 1a6beae8a2 Enable template pipeline by default. (#54571)
fix - f386a04c9d handle two-way bindings to signal-based template variables in instruction generation (#54714)
fix - 1f129f114e not catching for loop empty tracking expressions (#54772)

compiler-cli

Commit Description
fix - 12dc4d074e account for as expression in docs extraction (#54414)
fix - da7fbb40f0 detect when the linker is working in unpublished angular and widen supported versions (#54439)
fix - 492e03f699 flag two-way bindings to non-signal values in templates (#54714)
fix - 5afa4f0ec1 support ModuleWithProviders literal detection with typeof (#54650)

core

Commit Description
feat - 331b16efd2 add API to inject attributes on the host node (#54604)
feat - fb540e169a add migration for invalid two-way bindings (#54630)
feat - c687b8f453 expose new output() API (#54650)
feat - c809069f21 introduce outputFromObservable() interop function (#54650)
feat - aff65fd1f4 introduce outputToObservable interop helper (#54650)
feat - 974958913c support TypeScript 5.4 (#54414)
fix - 39a50f9a8d ensure all initializer functions run in an injection context (#54761)
fix - 243ccce624 exclude class attribute intended for projection matching from directive matching (#54800)
fix - 2909e9817d prevent infinite loops in clobbered elements check (#54425)
fix - 7243c704cf return a readonly signal on asReadonly. (#54706)
perf - bb35414a38 speed up retrieval of DestroyRef in EventEmitter (#54748)

http

Commit Description
fix - 8d37ed035c exclude caching for authenticated HTTP requests (
dependabot[bot] commented 6 months ago

Superseded by #125.