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

Bump @angular/forms from 13.0.3 to 13.1.0 #2505

Merged
merged 1 commit into from Dec 13, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 13, 2021

Bumps @angular/forms from 13.0.3 to 13.1.0.

Release notes

Sourced from @​angular/forms's releases.

v13.1.0

13.1.0 (2021-12-09)

Deprecations

  • The downgradeModule function calls with NgModule factories are deprecated. Please use NgModule class based downgradeModule calls instead.

common

  • TestRequest from @angular/common/http/testing no longer accepts ErrorEvent when simulating XHR errors. Instead instances of ProgressEvent should be passed, matching with the native browser behavior.

Commit Description
docs - dbc46d68b9 deprecate factory-based signature of the downgradeModule function (#44090)

common

Commit Description
fix - 489cf42cd0 incorrect error type for XHR errors in TestRequest (#36082)
perf - 13362972bb code size reduction of ngFor directive (#44315)

compiler

Commit Description
feat - c85bcb0c63 reference ICU message IDs from their placeholders (#43534)

core

Commit Description
feat - 5dff077d50 add migration to remove entryComponents (#44308)
feat - e65a245a0b add migration to remove entryComponents (#44322)
feat - d56e3f43a1 support TypeScript 4.5 (#44164)

http

Commit Description
feat - d452b388bd add has() method to HttpContext class (#43887)

localize

Commit Description
feat - d3cf222a81 support "associated message ids" for placeholders (#43534)

ngcc

Commit Description
fix - 41265919aa correctly resolve UMD dependencies (#44381)

upgrade

Commit Description
feat - 34f990986c support NgModule class as an argument of the downgradeModule function (#43973)

Special Thanks

Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Doug Parker, Dustin M. Eastway, Dylan Hunn, George Kalpakas, HyperLife1119, Jelle Bruisten, Jessica Janiuk, Joey Perrott, JoostK, Kristiyan Kostadinov, Markus Doggweiler, Paul Gschwendtner, Pei Wang, Pete Bacon Darwin and dario-piotrowicz

v13.1.0-next.3

... (truncated)

Changelog

Sourced from @​angular/forms's changelog.

13.1.0 (2021-12-09)

Deprecations

  • The downgradeModule function calls with NgModule factories are deprecated. Please use NgModule class based downgradeModule calls instead.

common

  • TestRequest from @angular/common/http/testing no longer accepts ErrorEvent when simulating XHR errors. Instead instances of ProgressEvent should be passed, matching with the native browser behavior.

Commit Type Description
dbc46d68b9 docs deprecate factory-based signature of the downgradeModule function (#44090)

common

Commit Type Description
489cf42cd0 fix incorrect error type for XHR errors in TestRequest (#36082)
13362972bb perf code size reduction of ngFor directive (#44315)

compiler

Commit Type Description
c85bcb0c63 feat reference ICU message IDs from their placeholders (#43534)

core

Commit Type Description
5dff077d50 feat add migration to remove entryComponents (#44308)
e65a245a0b feat add migration to remove entryComponents (#44322)
d56e3f43a1 feat support TypeScript 4.5 (#44164)

http

Commit Type Description
d452b388bd feat add has() method to HttpContext class (#43887)

localize

Commit Type Description
d3cf222a81 feat support "associated message ids" for placeholders (#43534)

ngcc

Commit Type Description
41265919aa fix correctly resolve UMD dependencies (#44381)

upgrade

Commit Type Description
34f990986c feat support NgModule class as an argument of the downgradeModule function (#43973)

Special Thanks

Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Doug Parker, Dustin M. Eastway, Dylan Hunn, George Kalpakas, HyperLife1119, Jelle Bruisten, Jessica Janiuk, Joey Perrott, JoostK, Kristiyan Kostadinov, Markus Doggweiler, Paul Gschwendtner, Pei Wang, Pete Bacon Darwin and dario-piotrowicz

Commits
  • 98c5063 build: update visibility for npm package targets to work with new integration...
  • 0cd524b Revert "refactor(forms): Move FormControl to an overridden exported construct...
  • cdf50ff refactor(forms): Move FormControl to an overridden exported constructor. (#44...
  • 3f6d8f3 refactor(forms): minor refactoring of SelectMultipleControlValueAccessor (#...
  • 24baa5e docs(forms): add an example for async validator token (#44301)
  • ca5b9b5 refactor(forms): eagerly initialize data members (#44292)
  • 38c02e1 fix(forms): make the FormControlStatus available as a public API (#44183)
  • 65597d6 refactor(forms): inherit ngOnChanges hooks from the base class (#43945)
  • 9f37914 docs(forms): fix typo in toInteger() function (#44075)
  • 1543aae refactor(forms): update minlength/maxlength to inherit abstractValidator (#43...
  • 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 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 dependabot bot added the dependencies Pull requests that update a dependency file label Dec 13, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular/forms-13.1.0 branch from 48549b7 to aad2e0f Compare December 13, 2021 10:10
Bumps [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) from 13.0.3 to 13.1.0.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/13.1.0/packages/forms)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular/forms-13.1.0 branch from aad2e0f to 91a8398 Compare December 13, 2021 10:11
@github-actions github-actions bot merged commit ccb5c81 into main Dec 13, 2021
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/angular/forms-13.1.0 branch December 13, 2021 10:19
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.

None yet

0 participants