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): bump @angular/compiler from 17.0.0 to 17.0.4 #767

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @angular/compiler from 17.0.0 to 17.0.4.

Release notes

Sourced from @​angular/compiler's releases.

v17.0.4

17.0.4 (2023-11-20)

common

Commit Description
fix - 7f1c55755d remove load on image once it fails to load (#52990)
fix - fafcb0d23f scan images once page is loaded (#52991)

compiler

Commit Description
fix - 98376f2c09 changed after checked error in for loops (#52935)
fix - 291deac663 generate i18n instructions for blocks (#52958)
fix - 49dca36880 nested for loops incorrectly calculating computed variables (#52931)
fix - f01b7183d2 produce placeholder for blocks in i18n bundles (#52958)

compiler-cli

Commit Description
fix - f671f86ac2 add diagnostic for control flow that prevents content projection (#52726)

core

Commit Description
fix - db1a8ebdb4 cleanup loading promise when no dependencies are defined (#53031)
fix - 31a1575334 handle local refs when getDeferBlocks is invoked in tests (#52973)

migrations

Commit Description
fix - ac9cd6108f control flow migration fails for async pipe with unboxing of observable (#52756) (#52972)
fix - 13bf5b7007 Fixes control flow migration if then else case (#53006)
fix - 492ad4698a fixes migrations of nested switches in control flow (#53010)
fix - 0fad36eff2 tweaks to formatting in control flow migration (#53058)

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 |

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

17.0.4 (2023-11-20)

common

Commit Type Description
7f1c55755d fix remove load on image once it fails to load (#52990)
fafcb0d23f fix scan images once page is loaded (#52991)

compiler

Commit Type Description
98376f2c09 fix changed after checked error in for loops (#52935)
291deac663 fix generate i18n instructions for blocks (#52958)
49dca36880 fix nested for loops incorrectly calculating computed variables (#52931)
f01b7183d2 fix produce placeholder for blocks in i18n bundles (#52958)

compiler-cli

Commit Type Description
f671f86ac2 fix add diagnostic for control flow that prevents content projection (#52726)

core

Commit Type Description
db1a8ebdb4 fix cleanup loading promise when no dependencies are defined (#53031)
31a1575334 fix handle local refs when getDeferBlocks is invoked in tests (#52973)

migrations

Commit Type Description
ac9cd6108f fix control flow migration fails for async pipe with unboxing of observable (#52756) (#52972)
13bf5b7007 fix Fixes control flow migration if then else case (#53006)
492ad4698a fix fixes migrations of nested switches in control flow (#53010)
0fad36eff2 fix tweaks to formatting in control flow migration (#53058)

17.1.0-next.0 (2023-11-15)

compiler-cli

Commit Type Description
56a76d73e0 fix modify getConstructorDependencies helper to work with reflection host after the previous change (#52215)

core

Commit Type Description
94096c6ede feat support TypeScript 5.3 (#52572)
bdd61c768a fix replace assertion with more intentional error (#52234)

router

Commit Type Description
726530a9af feat Allow onSameUrlNavigation: 'ignore' in navigateByUrl (#52265)

... (truncated)

Commits
  • 291deac fix(compiler): generate i18n instructions for blocks (#52958)
  • f01b718 fix(compiler): produce placeholder for blocks in i18n bundles (#52958)
  • cfcce8c Revert "refactor(compiler-cli): expose ng-content selectors and preserveWhite...
  • cf0a0f3 Revert "refactor(compiler): expose utility for creating CSS selectors from AS...
  • 221226e refactor(compiler-cli): expose ng-content selectors and preserveWhitespaces d...
  • 6bcdaec refactor(compiler): expose utility for creating CSS selectors from AST nodes ...
  • 49dca36 fix(compiler): nested for loops incorrectly calculating computed variables (#...
  • 98376f2 fix(compiler): changed after checked error in for loops (#52935)
  • 38aab6a refactor(compiler): Handle trailing spaces in ICU placeholders (#52698)
  • 12ffb25 refactor(compiler): Fix some issues with i18n expressions in ICUs (#52698)
  • 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 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](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 17.0.0 to 17.0.4.
- [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.4/packages/compiler)

---
updated-dependencies:
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  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 20, 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 20, 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 29, 2023

Superseded by #770.

@dependabot dependabot bot closed this Nov 29, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular/compiler-17.0.4 branch November 29, 2023 22:17
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