eclipse-edc / DataDashboard

DataDashboard
Apache License 2.0
13 stars 74 forks source link

build(deps): bump @angular/compiler from 15.2.10 to 17.0.3 #152

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps @angular/compiler from 15.2.10 to 17.0.3.

Release notes

Sourced from @​angular/compiler's releases.

v17.0.3

17.0.3 (2023-11-15)

animations

Commit Description
fix - f5872c9921 prevent the AsyncAnimationRenderer from calling the delegate when there is no element. (#52570)

core

Commit Description
fix - 6a1d4ed667 handle non-container environment injector cases (#52774)
fix - 5de7575be8 reset cached scope for components that were overridden using TestBed (#52916)

http

Commit Description
fix - 7c066a4af4 Use the response content-type to set the blob type. (#52840)

migrations

Commit Description
fix - 4e200bf13b Add missing support for ngForOf (#52903)
fix - d033540d0f Add support for bound versions of NgIfElse and NgIfThenElse (#52869)
fix - aa2d815648 Add support for removing imports post migration (#52763)
fix - 3831942771 Fixes issue with multiple if elses with same template (#52863)
fix - e1f84a31dc passed in paths will be respected in nx workspaces (#52796)

v17.0.2

17.0.2 (2023-11-09)

compiler-cli

Commit Description
fix - 7a95cccf50 add interpolatedSignalNotInvoked to diagnostics (#52687)
fix - a548c0333e incorrect inferred type of for loop implicit variables (#52732)

core

Commit Description
fix - 2cea80c6e2 error code in image performance warning (#52727)
fix - b16fc2610a limit rate of markers invocations (#52742)
fix - 44c48a4835 properly update collection with repeated keys in @for (#52697)

v17.0.1

17.0.1 (2023-11-08)

http

Commit Description
fix - 5c6f3f8ec0 Don't override the backend when using the InMemoryWebAPI (#52425)

migrations

Commit Description

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

17.0.3 (2023-11-15)

animations

Commit Type Description
f5872c9921 fix prevent the AsyncAnimationRenderer from calling the delegate when there is no element. (#52570)

core

Commit Type Description
6a1d4ed667 fix handle non-container environment injector cases (#52774)
5de7575be8 fix reset cached scope for components that were overridden using TestBed (#52916)

http

Commit Type Description
7c066a4af4 fix Use the response content-type to set the blob type. (#52840)

migrations

Commit Type Description
4e200bf13b fix Add missing support for ngForOf (#52903)
d033540d0f fix Add support for bound versions of NgIfElse and NgIfThenElse (#52869)
aa2d815648 fix Add support for removing imports post migration (#52763)
3831942771 fix Fixes issue with multiple if elses with same template (#52863)
e1f84a31dc fix passed in paths will be respected in nx workspaces (#52796)

17.0.2 (2023-11-09)

compiler-cli

Commit Type Description
7a95cccf50 fix add interpolatedSignalNotInvoked to diagnostics (#52687)
a548c0333e fix incorrect inferred type of for loop implicit variables (#52732)

core

Commit Type Description
2cea80c6e2 fix error code in image performance warning (#52727)
b16fc2610a fix limit rate of markers invocations (#52742)
44c48a4835 fix properly update collection with repeated keys in @for (#52697)

17.0.1 (2023-11-08)

http

Commit Type Description
5c6f3f8ec0 fix Don't override the backend when using the InMemoryWebAPI (#52425)

migrations

Commit Type Description

... (truncated)

Commits
  • 38aab6a refactor(compiler): Handle trailing spaces in ICU placeholders (#52698)
  • 12ffb25 refactor(compiler): Fix some issues with i18n expressions in ICUs (#52698)
  • cb5d9a4 refactor(compiler): Change how ICUs are ingested (#52698)
  • 825718f refactor(compiler): Support expressions inside ICUs (#52698)
  • 0b7e7fd refactor(compiler): Support element tags inside ICUs (#52698)
  • 22ff9ca refactor(compiler): More consistent sorting of i18n params (#52698)
  • 590c618 refactor(compiler): Fix two-way binding source maps (#52479)
  • b44f2f9 refactor(compiler): Fix two-way bindings in template pipeline (#52479)
  • a48d65c refactor(compiler): Support extracting deps functions for defer in template...
  • 42899c5 refactor(compiler): Emit a template ref extractor on ng-templates with loca...
  • 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 7 months ago

Superseded by #154.