eclipse-edc / DataDashboard

DataDashboard
Apache License 2.0
13 stars 74 forks source link

build(deps): bump @angular/forms from 15.2.10 to 17.0.7 #168

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps @angular/forms from 15.2.10 to 17.0.7.

Release notes

Sourced from @​angular/forms's releases.

v17.0.7

17.0.7 (2023-12-13)

compiler

Commit Description
fix - 4fd5409090 handle ambient types in input transform function (#51474)

compiler-cli

Commit Description
fix - a603338fe8 generate less type checking code in for loops (#53515)

core

Commit Description
fix - 58ed76be93 Avoid refreshing a host view twice when using transplanted views (#53021)
fix - c16b5e8290 Multiple subscribers to ApplicationRef.isStable should all see values (#53541)
fix - 17dbf8b8e2 remove signal equality check short-circuit (#53446)
fix - 5b4add27b6 update feature usage marker (#53542)
perf - 68d111c841 avoid changes Observable creation on QueryList (#53498)
perf - 044cb553b4 optimize memory allocation when reconcilling lists (#52245)

migrations

Commit Description
fix - 96ab999698 CF Migration - ensure bound ngIfElse cases ignore line breaks (#53435)
fix - c9a1c6f1c7 cf migration - undo changes when html fails to parse post migration (#53530)
fix - b75aca1d74 CF migration only remove newlines of changed template content (#53508)
fix - e88a12d5b3 cf migration validate structure of ngswitch before migrating (#53530)
fix - 543df3dca5 ensure we do not overwrite prior template replacements in migration (#53393)
fix - d232ea143f fix cf migration import removal when errors occur (#53502)

platform-browser

Commit Description
fix - d5c631bf36 Get correct base path when using "." as base href when serving from the file:// protocol. (#53547)

router

Commit Description
fix - e750e4edcf provide more actionable error message when route is not matched in production mode (#53523)

v17.0.6

17.0.6 (2023-12-06)

compiler

Commit Description
fix - a2e5f483f5 generate proper code for nullish coalescing in styling host bindings (#53305)

compiler-cli

Commit Description
fix - 66ecf4c274 add compiler option to disable control flow content projection diagnostic (#53387)
fix - 74e6ce5d23 add diagnostic for control flow that prevents content projection (#53387)

... (truncated)

Changelog

Sourced from @​angular/forms's changelog.

17.0.7 (2023-12-13)

compiler

Commit Type Description
4fd5409090 fix handle ambient types in input transform function (#51474)

compiler-cli

Commit Type Description
a603338fe8 fix generate less type checking code in for loops (#53515)

core

Commit Type Description
58ed76be93 fix Avoid refreshing a host view twice when using transplanted views (#53021)
c16b5e8290 fix Multiple subscribers to ApplicationRef.isStable should all see values (#53541)
17dbf8b8e2 fix remove signal equality check short-circuit (#53446)
5b4add27b6 fix update feature usage marker (#53542)
68d111c841 perf avoid changes Observable creation on QueryList (#53498)
044cb553b4 perf optimize memory allocation when reconcilling lists (#52245)

migrations

Commit Type Description
96ab999698 fix CF Migration - ensure bound ngIfElse cases ignore line breaks (#53435)
c9a1c6f1c7 fix cf migration - undo changes when html fails to parse post migration (#53530)
b75aca1d74 fix CF migration only remove newlines of changed template content (#53508)
e88a12d5b3 fix cf migration validate structure of ngswitch before migrating (#53530)
543df3dca5 fix ensure we do not overwrite prior template replacements in migration (#53393)
d232ea143f fix fix cf migration import removal when errors occur (#53502)

platform-browser

Commit Type Description
d5c631bf36 fix Get correct base path when using "." as base href when serving from the file:// protocol. (#53547)

router

Commit Type Description
e750e4edcf fix provide more actionable error message when route is not matched in production mode (#53523)

17.1.0-next.3 (2023-12-06)

compiler

Commit Type Description
5613051a8b fix allow TS jsDocParsingMode host option to be programmatically set again (#53292)
77ac4cd324 fix generate proper code for nullish coalescing in styling host bindings (#53305)

compiler-cli

Commit Type Description
e620b3a724 fix add compiler option to disable control flow content projection diagnostic (#53311)
d7a83f9521 fix avoid conflicts with built-in global variables in for loop blocks (#53319)

... (truncated)

Commits
  • e5c3b25 build: update node.js engines version to be more explicate about v20 support ...
  • 30f993a test(core): clean up unnecessary nesting in old tests (#52239)
  • b4c1ffb refactor(forms): Log a warning when FormGroup keys include a dot. (#50642)
  • fcc000e build: add targets for api doc generation (#52034)
  • ddd7212 fix(forms): reset() call with null values on nested group (#48830)
  • e9b9fd4 refactor(forms): Use the Writable type when overwriting readonly properties...
  • 59aa063 build: remove support for Node.js v16 (#51755)
  • 52cc7f8 build: align with internal tsconfig options (#51728)
  • e650393 docs: fix see also links. (#51379)
  • be3edad refactor: add readonly to public InjectionToken types (#51125)
  • 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 6 months ago

Superseded by #174.