eclipse-edc / DataDashboard

DataDashboard
Apache License 2.0
13 stars 74 forks source link

build(deps): bump @angular/common from 17.0.8 to 17.3.0 #229

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps @angular/common from 17.0.8 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)

17.2.4 (2024-03-06)

compiler-cli

Commit Type Description
917b9bdd2e fix unwrap expressions with type parameters in query read property (#54647)

core

Commit Type Description
586cc24a10 fix apply TestBed provider overrides to @defer dependencies (#54667)

... (truncated)

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)
  • 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)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 months ago

Superseded by #234.