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

build(deps-dev): bump @angular/language-service from 12.2.4 to 13.1.1 #1151

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @angular/language-service from 12.2.4 to 13.1.1.

Release notes

Sourced from @​angular/language-service'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/language-service/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/language-service/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/language-service/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/language-service/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/language-service/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/language-service/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/language-service/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/language-service/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/language-service/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/language-service/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/language-service/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/language-service/issues/43887))

localize

... (truncated)

Changelog

Sourced from @​angular/language-service'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
  • 98c5063 build: update visibility for npm package targets to work with new integration...
  • 3aafa76 fix(language-service): Correctly parse inputs and selectors with dollar signs...
  • 8c71b9f refactor: delete the View Engine runtime ([#43884](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/43884))
  • bb9ff60 test: remove view-engine-only tests ([#43884](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/43884))
  • 670cd10 refactor(language-service): Move language service code out of ivy/ folder ([Bump karma from 5.0.9 to 5.1.0 #4](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/4)...
  • 4738569 refactor(language-service): Remove View Engine code from language service pac...
  • aef63e7 build: remove "ivy-only" bazel tag ([#43862](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/43862))
  • a365a1f build: rename "no-ivy-aot" tag to "view-engine-only" ([#43862](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/43862))
  • d151a3c refactor(language-service): enable extended template diagnostics when strict ...
  • e0a0d05 feat(core): update node version support range to support v16 ([#43740](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/43740))
  • Additional commits viewable in [compare view](https://github.com/angular/angular/commits/13.1.1/packages/language-service)

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)

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

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

---
updated-dependencies:
- dependency-name: "@angular/language-service"
  dependency-type: direct:development
  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 Feb 1, 2022

Superseded by #1239.

@dependabot dependabot bot closed this Feb 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/angular/language-service-13.1.1 branch February 1, 2022 18:15
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.

0 participants