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 2.4.10 to 16.1.6 #1112

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @angular/forms from 2.4.10 to 16.1.6.

Release notes

Sourced from @​angular/forms's releases.

v16.1.6

16.1.6 (2023-07-19)

http

Commit Description
fix - dea8dc0378 Run fetch request out the angular zone (#50981)

v16.1.5

16.1.5 (2023-07-13)

animations

Commit Description
fix - f920fcbd94 Ensure elements are removed from the cache after leave animation. (#50929)

core

Commit Description
fix - 499fb5c772 ensure that standalone components get correct injector instances (#50954)
fix - c65913ecb7 handle deref returning null on RefactiveNode. (#50992)

platform-browser

Commit Description
perf - 31419f6a3b do not remove renderer from cache when REMOVE_STYLES_ON_COMPONENT_DESTROY is enabled. (#51005)

upgrade

Commit Description
fix - 3efb577cf3 Use takeUntil on leaky subscription. (#50901)

v16.1.4

16.1.4 (2023-07-06)

core

Commit Description
fix - 4ba5850ba6 use setTimeout when coalescing tasks in Node.js (#50820)

upgrade

Commit Description
fix - a4348355ce allow for downgraded components to work with component-router (#50871)

v16.1.3

16.1.3 (2023-06-28)

core

Commit Description
fix - dd6fc5785f expose input transform function on ComponentFactory and ComponentMirror (#50713)

elements

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/forms's changelog.

16.1.6 (2023-07-19)

http

Commit Type Description
dea8dc0378 fix Run fetch request out the angular zone (#50981)

16.2.0-next.2 (2023-07-13)

animations

Commit Type Description
a14bdfe859 fix Ensure elements are removed from the cache after leave animation. (#50929)

common

Commit Type Description
1837efb9da feat Allow ngSrc to be changed post-init (#50683)

compiler

Commit Type Description
c27a1e61d6 feat scope selectors in @​scope queries (#50747)

core

Commit Type Description
031b599a55 fix ensure that standalone components get correct injector instances (#50954)
5d6ec0336b fix handle deref returning null on RefactiveNode. (#50992)
b66a16ec4c fix use setTimeout when coalescing tasks in Node.js (#50820)

platform-browser

Commit Type Description
f1b629961f perf do not remove renderer from cache when REMOVE_STYLES_ON_COMPONENT_DESTROY is enabled. (#51005)

upgrade

Commit Type Description
a19a87df6c fix allow for downgraded components to work with component-router (#50871)
253d756464 fix Use takeUntil on leaky subscription. (#50901)

16.1.5 (2023-07-13)

animations

Commit Type Description
f920fcbd94 fix Ensure elements are removed from the cache after leave animation. (#50929)

core

Commit Type Description
499fb5c772 fix ensure that standalone components get correct injector instances (#50954)

... (truncated)

Commits
  • d555a33 docs(forms): FormBuilder is not associated with ReactiveFormsModule (#50941)
  • 463e04c refactor: use queueMicrotask to schedule micro tasks instead of various hel...
  • 633aeb0 docs(forms): Make links out of @​see tags (#50110)
  • 68017d4 feat(core): add ability to transform input values (#50420)
  • 1598fbc docs: added wiki link for domain model (#50180)
  • efa92ab refactor(forms): remove unnecessary Array.from (#50314)
  • 7baaed2 docs(forms): warn the user about getting old values and show how to avoid (#5...
  • 4b355cc docs(forms): warn the user about getting old values and show how to avoid (#5...
  • 4b41257 docs(forms): warn the user about getting old values and show how to avoid (#5...
  • b98ecbc build: update minimum supported Node version from 16.13.0 -> 16.14.0 (#49771)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for @​angular/forms since your current version.


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 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 2.4.10 to 16.1.6.
- [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/16.1.6/packages/forms)

---
updated-dependencies:
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from koenmetsu as a code owner July 20, 2023 01:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 20, 2023
@sonarcloud
Copy link

sonarcloud bot commented Jul 20, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 26, 2023

Superseded by #1116.

@dependabot dependabot bot closed this Jul 26, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular/forms-16.1.6 branch July 26, 2023 23:46
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants