Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @angular/compiler-cli from 17.0.0 to 17.0.3 #762

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 15, 2023

Bumps @angular/compiler-cli from 17.0.0 to 17.0.3.

Release notes

Sourced from @​angular/compiler-cli'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-cli'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)
  • a548c03 fix(compiler-cli): incorrect inferred type of for loop implicit variables (#5...
  • 7a95ccc fix(compiler-cli): add interpolatedSignalNotInvoked to diagnostics (#52687)
  • 227de98 refactor(compiler): add flag to disable block syntax in language service (#52...
  • See full diff 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 will merge this PR once CI passes on it, as requested by @antoantonyk.


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

Bumps [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) from 17.0.0 to 17.0.3.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/17.0.3/packages/compiler-cli)

---
updated-dependencies:
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 15, 2023
Copy link
Owner

@antoantonyk antoantonyk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 15, 2023

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 20, 2023

Superseded by #763.

@dependabot dependabot bot closed this Nov 20, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular/compiler-cli-17.0.3 branch November 20, 2023 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant