Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2022

Bumps @angular/core and @angular/animations. These dependencies needed to be updated together.
Updates @angular/core from 12.2.4 to 13.1.1

Release notes

Sourced from @​angular/core's releases.

v13.1.1

13.1.1 (2021-12-15)

animations

Commit Description
[![](https://img.shields.io/badge/bb1d4ff315-fix-green)](https://github.com/angular/angular/commit/bb1d4ff31592836b5268f1b42fc05823aff212aa) don't consume instructions for animateChild ([#44357](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44357))
[![](https://img.shields.io/badge/d8b6adb7bc-fix-green)](https://github.com/angular/angular/commit/d8b6adb7bcf1ed6edc01c61406d30c86b2385284) should not invoke disabled child animations ([#37724](https://github.com/angular/angular/tree/HEAD/packages/core/issues/37724))

forms

Commit Description
[![](https://img.shields.io/badge/bce108ab49-fix-green)](https://github.com/angular/angular/commit/bce108ab49f9a136faf5f80ffb95c76d7712437a) _reduceValue arrow function now has correct types. ([#44483](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44483))
[![](https://img.shields.io/badge/998c1e63fe-fix-green)](https://github.com/angular/angular/commit/998c1e63fee1029badaf43f39a4353043dc5edf8) I indroduced a minor error in a previous PR: pendingValue is a value not a boolean flag. ([#44450](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44450))

Special Thanks

Aristeidis Bampakos, Dylan Hunn, George Kalpakas, JoostK, Kristiyan Kostadinov, Paul Gschwendtner, Spej, Yousaf Nawaz, dario-piotrowicz, faso-dev, jaybell and zuckjet

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
[![](https://img.shields.io/badge/dbc46d68b9-docs-yellow)](https://github.com/angular/angular/commit/dbc46d68b99f5516209991ee3421292fc8261bec) deprecate factory-based signature of the downgradeModule function ([#44090](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44090))

common

Commit Description
[![](https://img.shields.io/badge/489cf42cd0-fix-green)](https://github.com/angular/angular/commit/489cf42cd07ac2b549ea958127590b30f1b3d28f) incorrect error type for XHR errors in TestRequest ([#36082](https://github.com/angular/angular/tree/HEAD/packages/core/issues/36082))
[![](https://img.shields.io/badge/13362972bb-perf-orange)](https://github.com/angular/angular/commit/13362972bb5dae606889c06ff7718502057b6b9c) code size reduction of ngFor directive ([#44315](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44315))

compiler

Commit Description
[![](https://img.shields.io/badge/c85bcb0c63-feat-blue)](https://github.com/angular/angular/commit/c85bcb0c636d65706541d44be62694720f12ad9e) reference ICU message IDs from their placeholders ([#43534](https://github.com/angular/angular/tree/HEAD/packages/core/issues/43534))

core

Commit Description
[![](https://img.shields.io/badge/5dff077d50-feat-blue)](https://github.com/angular/angular/commit/5dff077d505da60ddead9f2ff2ddaaaea6feeb4a) add migration to remove entryComponents ([#44308](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44308))
[![](https://img.shields.io/badge/e65a245a0b-feat-blue)](https://github.com/angular/angular/commit/e65a245a0b67c67f08a29f8c3ac2e3e7e824a029) add migration to remove entryComponents ([#44322](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44322))
[![](https://img.shields.io/badge/d56e3f43a1-feat-blue)](https://github.com/angular/angular/commit/d56e3f43a1f3ca5004d2c5413167737cff7d936f) support TypeScript 4.5 ([#44164](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44164))

http

Commit Description
[![](https://img.shields.io/badge/d452b388bd-feat-blue)](https://github.com/angular/angular/commit/d452b388bdc0d661f41ab382f5e7ac998b0f9915) add has() method to HttpContext class ([#43887](https://github.com/angular/angular/tree/HEAD/packages/core/issues/43887))

localize

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

13.1.1 (2021-12-15)

animations

Commit Type Description
[bb1d4ff315](https://github.com/angular/angular/commit/bb1d4ff31592836b5268f1b42fc05823aff212aa) fix don't consume instructions for animateChild ([#44357](https://github-redirect.dependabot.com/angular/angular/pull/44357))
[d8b6adb7bc](https://github.com/angular/angular/commit/d8b6adb7bcf1ed6edc01c61406d30c86b2385284) fix should not invoke disabled child animations ([#37724](https://github-redirect.dependabot.com/angular/angular/pull/37724))

forms

Commit Type Description
[bce108ab49](https://github.com/angular/angular/commit/bce108ab49f9a136faf5f80ffb95c76d7712437a) fix _reduceValue arrow function now has correct types. ([#44483](https://github-redirect.dependabot.com/angular/angular/pull/44483))
[998c1e63fe](https://github.com/angular/angular/commit/998c1e63fee1029badaf43f39a4353043dc5edf8) fix I indroduced a minor error in a previous PR: pendingValue is a value not a boolean flag. ([#44450](https://github-redirect.dependabot.com/angular/angular/pull/44450))

Special Thanks

Aristeidis Bampakos, Dylan Hunn, George Kalpakas, JoostK, Kristiyan Kostadinov, Paul Gschwendtner, Spej, Yousaf Nawaz, dario-piotrowicz, faso-dev, jaybell and zuckjet

13.2.0-next.0 (2021-12-09)

There have been no changes since the previous 13.1.0 release.

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](https://github.com/angular/angular/commit/dbc46d68b99f5516209991ee3421292fc8261bec) docs deprecate factory-based signature of the downgradeModule function ([#44090](https://github-redirect.dependabot.com/angular/angular/pull/44090))

common

Commit Type Description
[489cf42cd0](https://github.com/angular/angular/commit/489cf42cd07ac2b549ea958127590b30f1b3d28f) fix incorrect error type for XHR errors in TestRequest ([#36082](https://github-redirect.dependabot.com/angular/angular/pull/36082))
[13362972bb](https://github.com/angular/angular/commit/13362972bb5dae606889c06ff7718502057b6b9c) perf code size reduction of ngFor directive ([#44315](https://github-redirect.dependabot.com/angular/angular/pull/44315))

compiler

Commit Type Description
[c85bcb0c63](https://github.com/angular/angular/commit/c85bcb0c636d65706541d44be62694720f12ad9e) feat reference ICU message IDs from their placeholders ([#43534](https://github-redirect.dependabot.com/angular/angular/pull/43534))

core

Commit Type Description
[5dff077d50](https://github.com/angular/angular/commit/5dff077d505da60ddead9f2ff2ddaaaea6feeb4a) feat add migration to remove entryComponents ([#44308](https://github-redirect.dependabot.com/angular/angular/pull/44308))
[e65a245a0b](https://github.com/angular/angular/commit/e65a245a0b67c67f08a29f8c3ac2e3e7e824a029) feat add migration to remove entryComponents ([#44322](https://github-redirect.dependabot.com/angular/angular/pull/44322))

... (truncated)

Commits
  • 11187ef refactor(compiler): clean up workarounds for TypeScript 4.5 ([#44477](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44477))
  • bb1d4ff fix(animations): don't consume instructions for animateChild ([#44357](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44357))
  • d8b6adb fix(animations): should not invoke disabled child animations ([#37724](https://github.com/angular/angular/tree/HEAD/packages/core/issues/37724))
  • 98c5063 build: update visibility for npm package targets to work with new integration...
  • 6df314f refactor(animations): remove unnecessary code ([#44378](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44378))
  • c434e84 test: spy on console.error in configureTestingModule reset test ([#44377](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44377))
  • 43db243 refactor(compiler): delete View Engine components of @​angular/compiler ([#44368](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44368))
  • 1336297 perf(common): code size reduction of ngFor directive ([#44315](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44315))
  • e65a245 feat(core): add migration to remove entryComponents ([#44322](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44322))
  • a532040 Revert "feat(core): add migration to remove entryComponents ([#44308](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44308))" ([#44318](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44318))
  • Additional commits viewable in [compare view](https://github.com/angular/angular/commits/13.1.1/packages/core)

Updates @angular/animations from 12.2.4 to 13.1.1

Release notes

Sourced from @​angular/animations's releases.

v13.1.1

13.1.1 (2021-12-15)

animations

Commit Description
[![](https://img.shields.io/badge/bb1d4ff315-fix-green)](https://github.com/angular/angular/commit/bb1d4ff31592836b5268f1b42fc05823aff212aa) don't consume instructions for animateChild ([#44357](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44357))
[![](https://img.shields.io/badge/d8b6adb7bc-fix-green)](https://github.com/angular/angular/commit/d8b6adb7bcf1ed6edc01c61406d30c86b2385284) should not invoke disabled child animations ([#37724](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/37724))

forms

Commit Description
[![](https://img.shields.io/badge/bce108ab49-fix-green)](https://github.com/angular/angular/commit/bce108ab49f9a136faf5f80ffb95c76d7712437a) _reduceValue arrow function now has correct types. ([#44483](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44483))
[![](https://img.shields.io/badge/998c1e63fe-fix-green)](https://github.com/angular/angular/commit/998c1e63fee1029badaf43f39a4353043dc5edf8) I indroduced a minor error in a previous PR: pendingValue is a value not a boolean flag. ([#44450](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44450))

Special Thanks

Aristeidis Bampakos, Dylan Hunn, George Kalpakas, JoostK, Kristiyan Kostadinov, Paul Gschwendtner, Spej, Yousaf Nawaz, dario-piotrowicz, faso-dev, jaybell and zuckjet

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
[![](https://img.shields.io/badge/dbc46d68b9-docs-yellow)](https://github.com/angular/angular/commit/dbc46d68b99f5516209991ee3421292fc8261bec) deprecate factory-based signature of the downgradeModule function ([#44090](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44090))

common

Commit Description
[![](https://img.shields.io/badge/489cf42cd0-fix-green)](https://github.com/angular/angular/commit/489cf42cd07ac2b549ea958127590b30f1b3d28f) incorrect error type for XHR errors in TestRequest ([#36082](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/36082))
[![](https://img.shields.io/badge/13362972bb-perf-orange)](https://github.com/angular/angular/commit/13362972bb5dae606889c06ff7718502057b6b9c) code size reduction of ngFor directive ([#44315](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44315))

compiler

Commit Description
[![](https://img.shields.io/badge/c85bcb0c63-feat-blue)](https://github.com/angular/angular/commit/c85bcb0c636d65706541d44be62694720f12ad9e) reference ICU message IDs from their placeholders ([#43534](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/43534))

core

Commit Description
[![](https://img.shields.io/badge/5dff077d50-feat-blue)](https://github.com/angular/angular/commit/5dff077d505da60ddead9f2ff2ddaaaea6feeb4a) add migration to remove entryComponents ([#44308](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44308))
[![](https://img.shields.io/badge/e65a245a0b-feat-blue)](https://github.com/angular/angular/commit/e65a245a0b67c67f08a29f8c3ac2e3e7e824a029) add migration to remove entryComponents ([#44322](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44322))
[![](https://img.shields.io/badge/d56e3f43a1-feat-blue)](https://github.com/angular/angular/commit/d56e3f43a1f3ca5004d2c5413167737cff7d936f) support TypeScript 4.5 ([#44164](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44164))

http

Commit Description
[![](https://img.shields.io/badge/d452b388bd-feat-blue)](https://github.com/angular/angular/commit/d452b388bdc0d661f41ab382f5e7ac998b0f9915) add has() method to HttpContext class ([#43887](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/43887))

localize

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

13.1.1 (2021-12-15)

animations

Commit Type Description
[bb1d4ff315](https://github.com/angular/angular/commit/bb1d4ff31592836b5268f1b42fc05823aff212aa) fix don't consume instructions for animateChild ([#44357](https://github-redirect.dependabot.com/angular/angular/pull/44357))
[d8b6adb7bc](https://github.com/angular/angular/commit/d8b6adb7bcf1ed6edc01c61406d30c86b2385284) fix should not invoke disabled child animations ([#37724](https://github-redirect.dependabot.com/angular/angular/pull/37724))

forms

Commit Type Description
[bce108ab49](https://github.com/angular/angular/commit/bce108ab49f9a136faf5f80ffb95c76d7712437a) fix _reduceValue arrow function now has correct types. ([#44483](https://github-redirect.dependabot.com/angular/angular/pull/44483))
[998c1e63fe](https://github.com/angular/angular/commit/998c1e63fee1029badaf43f39a4353043dc5edf8) fix I indroduced a minor error in a previous PR: pendingValue is a value not a boolean flag. ([#44450](https://github-redirect.dependabot.com/angular/angular/pull/44450))

Special Thanks

Aristeidis Bampakos, Dylan Hunn, George Kalpakas, JoostK, Kristiyan Kostadinov, Paul Gschwendtner, Spej, Yousaf Nawaz, dario-piotrowicz, faso-dev, jaybell and zuckjet

13.2.0-next.0 (2021-12-09)

There have been no changes since the previous 13.1.0 release.

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](https://github.com/angular/angular/commit/dbc46d68b99f5516209991ee3421292fc8261bec) docs deprecate factory-based signature of the downgradeModule function ([#44090](https://github-redirect.dependabot.com/angular/angular/pull/44090))

common

Commit Type Description
[489cf42cd0](https://github.com/angular/angular/commit/489cf42cd07ac2b549ea958127590b30f1b3d28f) fix incorrect error type for XHR errors in TestRequest ([#36082](https://github-redirect.dependabot.com/angular/angular/pull/36082))
[13362972bb](https://github.com/angular/angular/commit/13362972bb5dae606889c06ff7718502057b6b9c) perf code size reduction of ngFor directive ([#44315](https://github-redirect.dependabot.com/angular/angular/pull/44315))

compiler

Commit Type Description
[c85bcb0c63](https://github.com/angular/angular/commit/c85bcb0c636d65706541d44be62694720f12ad9e) feat reference ICU message IDs from their placeholders ([#43534](https://github-redirect.dependabot.com/angular/angular/pull/43534))

core

Commit Type Description
[5dff077d50](https://github.com/angular/angular/commit/5dff077d505da60ddead9f2ff2ddaaaea6feeb4a) feat add migration to remove entryComponents ([#44308](https://github-redirect.dependabot.com/angular/angular/pull/44308))
[e65a245a0b](https://github.com/angular/angular/commit/e65a245a0b67c67f08a29f8c3ac2e3e7e824a029) feat add migration to remove entryComponents ([#44322](https://github-redirect.dependabot.com/angular/angular/pull/44322))

... (truncated)

Commits
  • c195bd0 refactor(animations): remove the unused enter and leave selectors ([#44460](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44460))
  • 4a1cdba refactor(animations): improve _finalKeyframe non-null assertion ([#44458](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44458))
  • bb1d4ff fix(animations): don't consume instructions for animateChild ([#44357](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44357))
  • d8b6adb fix(animations): should not invoke disabled child animations ([#37724](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/37724))
  • a0e6825 docs(animations): improve animation transition api docs ([#44396](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44396))
  • 98c5063 build: update visibility for npm package targets to work with new integration...
  • 6df314f refactor(animations): remove unnecessary code ([#44378](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44378))
  • 52a73c6 refactor(animations): reuse existing Version class ([#44375](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44375))
  • bca5638 docs(animations): add :enter and :leave info to query api docs ([#44379](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44379))
  • 7b0e9b0 docs(animations): remove incorrect information regarding animateChild ([#44216](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44216))
  • Additional commits viewable in [compare view](https://github.com/angular/angular/commits/13.1.1/packages/animations)

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)

┆Issue is synchronized with this Asana task by Unito
┆Created By: Tammy Yang

Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) and [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations). These dependencies needed to be updated together.

Updates `@angular/core` from 12.2.4 to 13.1.1
- [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.1/packages/core)

Updates `@angular/animations` from 12.2.4 to 13.1.1
- [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.1/packages/animations)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 1, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 27, 2022

Superseded by #1196.

@dependabot dependabot bot closed this Jan 27, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/angular/core-and-angular/animations-13.1.1 branch January 27, 2022 05:18
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