Skip to content

Bump @angular/compiler from 11.2.14 to 13.1.1#149

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/angular/compiler-13.1.1
Closed

Bump @angular/compiler from 11.2.14 to 13.1.1#149
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/angular/compiler-13.1.1

Conversation

@dependabot
Copy link
Contributor

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

Bumps @angular/compiler from 11.2.14 to 13.1.1.

Release notes

Sourced from @​angular/compiler's releases.

v13.1.1

13.1.1 (2021-12-15)

animations

Commit Description
fix - bb1d4ff315 don't consume instructions for animateChild (#44357)
fix - d8b6adb7bc should not invoke disabled child animations (#37724)

forms

Commit Description
fix - bce108ab49 _reduceValue arrow function now has correct types. (#44483)
fix - 998c1e63fe I indroduced a minor error in a previous PR: pendingValue is a value not a boolean flag. (#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
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

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

13.1.1 (2021-12-15)

animations

Commit Type Description
bb1d4ff315 fix don't consume instructions for animateChild (#44357)
d8b6adb7bc fix should not invoke disabled child animations (#37724)

forms

Commit Type Description
bce108ab49 fix _reduceValue arrow function now has correct types. (#44483)
998c1e63fe fix I indroduced a minor error in a previous PR: pendingValue is a value not a boolean flag. (#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 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)

... (truncated)

Commits
  • 98c5063 build: update visibility for npm package targets to work with new integration...
  • 43db243 refactor(compiler): delete View Engine components of @​angular/compiler (#44368)
  • adaff41 ci: Upgrade tsec to 0.2.0. (#44205)
  • 6ae3858 docs(core): improve viewEncapsulation documentation (#44151)
  • 8c71b9f refactor: delete the View Engine runtime (#43884)
  • bb9ff60 test: remove view-engine-only tests (#43884)
  • 393efa5 fix(compiler): ensure that partially compiled queries can handle forward refe...
  • 67fbec3 refactor(compiler): rename R3ProviderExpression and associated helpers (#44113)
  • 161cf92 refactor(compiler): reverse testing of ternary operator to ensure typescript ...
  • b249e24 fix(compiler): generate correct code for safe method calls (#44088)
  • 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)

Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 11.2.14 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/compiler)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 15, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 12, 2022

Superseded by #155.

@dependabot dependabot bot closed this Jan 12, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular/compiler-13.1.1 branch January 12, 2022 20:12
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