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/forms from 17.0.0 to 17.0.5 #768

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @angular/forms from 17.0.0 to 17.0.5.

Release notes

Sourced from @​angular/forms's releases.

v17.0.5

17.0.5 (2023-11-29)

core

Commit Description
fix - 6be88040d1 avoid stale provider info when TestBed.overrideProvider is used (#52918)
fix - dee50f1d78 inherit host directives (#52992)
fix - 07920d96d4 Reattached views that are dirty from a signal update should refresh (#53001)

migrations

Commit Description
fix - aab7fb8654 Add ngForTemplate support to control flow migration (#53076)
fix - dbd6f386ea allows colons in ngIf else cases to migrate (#53076)
fix - 5b9f896009 cf migration fix migrating empty switch default (#53237)
fix - 2b3d3b0fe1 CF migration log warning when collection aliasing detected in @for (#53238)
fix - dffeac8386 cf migration removes unnecessary bound ngifelse attribute (#53236)
fix - 00cb3339ba control flow migration formatting fixes (#53076)
fix - c22af72f75 fix off by one issue with template removal in CF migration (#53255)
fix - ba6d7fe018 fixes CF migration i18n ng-template offsets (#53212)
fix - 8f6affdd64 fixes control flow migration common module removal (#53076)
fix - 6ae408847c properly handle ngIfThen cases in CF migration (#53256)
fix - 0fcef65cea Update CF migration to skip templates with duplicate ng-template names (#53204)

router

Commit Description
fix - 91486aaf07 Resolvers in different parts of the route tree should be able to execute together (#52934)

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

... (truncated)

Changelog

Sourced from @​angular/forms's changelog.

17.0.5 (2023-11-29)

core

Commit Type Description
6be88040d1 fix avoid stale provider info when TestBed.overrideProvider is used (#52918)
dee50f1d78 fix inherit host directives (#52992)
07920d96d4 fix Reattached views that are dirty from a signal update should refresh (#53001)

migrations

Commit Type Description
aab7fb8654 fix Add ngForTemplate support to control flow migration (#53076)
dbd6f386ea fix allows colons in ngIf else cases to migrate (#53076)
5b9f896009 fix cf migration fix migrating empty switch default (#53237)
2b3d3b0fe1 fix CF migration log warning when collection aliasing detected in @​for (#53238)
dffeac8386 fix cf migration removes unnecessary bound ngifelse attribute (#53236)
00cb3339ba fix control flow migration formatting fixes (#53076)
c22af72f75 fix fix off by one issue with template removal in CF migration (#53255)
ba6d7fe018 fix fixes CF migration i18n ng-template offsets (#53212)
8f6affdd64 fix fixes control flow migration common module removal (#53076)
6ae408847c fix properly handle ngIfThen cases in CF migration (#53256)
0fcef65cea fix Update CF migration to skip templates with duplicate ng-template names (#53204)

router

Commit Type Description
91486aaf07 fix Resolvers in different parts of the route tree should be able to execute together (#52934)

17.1.0-next.1 (2023-11-20)

common

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

compiler

Commit Type Description
ec2d6e7b9c fix changed after checked error in for loops (#52935)
406049b95e fix generate i18n instructions for blocks (#52958)
d9d566d315 fix nested for loops incorrectly calculating computed variables (#52931)
5fb707f81a fix produce placeholder for blocks in i18n bundles (#52958)

compiler-cli

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

core

Commit Type Description
ed0fbd4071 fix cleanup loading promise when no dependencies are defined (#53031)

... (truncated)

Commits

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/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) from 17.0.0 to 17.0.5.
- [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.5/packages/forms)

---
updated-dependencies:
- dependency-name: "@angular/forms"
  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 29, 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 29, 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 Dec 6, 2023

Superseded by #774.

@dependabot dependabot bot closed this Dec 6, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular/forms-17.0.5 branch December 6, 2023 22:57
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