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.0.2 #1072

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

Sourced from @​angular/language-service's releases.

v13.0.2

13.0.2 (2021-11-17)

Special Thanks

Andrew Kushnir, Armen Vardanyan, Dylan Hunn, Joey Perrott, Martin von Gagern, Paul Gschwendtner, Pete Bacon Darwin, Ramesh Thiruchelvam, dario-piotrowicz and fusho-takahashi

v13.0.1

13.0.1 (2021-11-10)

compiler

Commit Description
[![](https://img.shields.io/badge/ee2031d9f4-fix-green)](https://github.com/angular/angular/commit/ee2031d9f498e9b6db90f34538376c2955378914) ensure that partially compiled queries can handle forward references ([#44113](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/44113))
[![](https://img.shields.io/badge/e5a960b159-fix-green)](https://github.com/angular/angular/commit/e5a960b15964e0ae9140437846f3ffb7e95d3dc4) generate correct code for safe method calls ([#44088](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/44088))

compiler-cli

Commit Description
[![](https://img.shields.io/badge/dede29e4f3-fix-green)](https://github.com/angular/angular/commit/dede29e4f31a7f3931eb3894260747d7b772e6c2) ensure literal types are retained when strictNullInputTypes is disabled ([#38305](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/38305))
[![](https://img.shields.io/badge/04df3a0b92-fix-green)](https://github.com/angular/angular/commit/04df3a0b92a839686df974ed5d7df7febbbc1b27) handle pre-release versions when checking version ([#44109](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/44109))

core

Commit Description
[![](https://img.shields.io/badge/4c700b6244-fix-green)](https://github.com/angular/angular/commit/4c700b6244a6df9c185bcc0913f68e3b3654812a) do not use Function constructors in development mode to avoid CSP violations ([#43587](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/43587))

platform-browser

Commit Description
[![](https://img.shields.io/badge/30a27adf9a-fix-green)](https://github.com/angular/angular/commit/30a27adf9af634fc4ce10d643362a727bf908825) use correct parent in animation removeChild callback ([#44033](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/44033))

Special Thanks

A. Singh, Alan Agius, Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Aristeidis Bampakos, George Kalpakas, Joe Martin (Crowdstaffing), Joel Lefkowitz, Joey Perrott, JoostK, Kristiyan Kostadinov, Michael Urban, Paul Gschwendtner, Pavan Kumar Jadda, Pei Wang, Pete Bacon Darwin, Roman Frołow, dario-piotrowicz, iRealNirmal, ileil, kreuzerk, mgechev, profanis and raman

v13.0.0

13.0.0 (2021-11-03)

Breaking Changes

common

  • The behavior of the SpyLocation used by the RouterTestingModule has changed to match the behavior of browsers. It no longer emits a 'popstate' event when Location.go is called. In addition, simulateHashChange now triggers both a hashchange and a popstate event. Tests which use location.go and expect the changes to be picked up by the Router should likely change to simulateHashChange instead. Each test is different in what it attempts to assert so there is no single change that works for all tests. Each test using the SpyLocation to simulate browser URL changes should be evaluated on a case-by-case basis.

core

  • TypeScript versions older than 4.4.2 are no longer supported.

  • NodeJS versions older than v12.20.0 are no longer supported due to the Angular packages using the NodeJS package exports feature with subpath patterns.

... (truncated)

Changelog

Sourced from @​angular/language-service's changelog.

13.0.2 (2021-11-17)

This release contains various API docs improvements.

Special Thanks

Andrew Kushnir, Armen Vardanyan, Dylan Hunn, Joey Perrott, Martin von Gagern, Paul Gschwendtner, Pete Bacon Darwin, Ramesh Thiruchelvam, dario-piotrowicz and fusho-takahashi

13.1.0-next.1 (2021-11-10)

compiler

Commit Type Description
[393efa54e6](https://github.com/angular/angular/commit/393efa54e669c4ae1e479fd59fc4f9ea69ab77e9) fix ensure that partially compiled queries can handle forward references ([#44113](https://github-redirect.dependabot.com/angular/angular/pull/44113))
[b249e24979](https://github.com/angular/angular/commit/b249e24979d1494957b429ef73f37b68b9087ef9) fix generate correct code for safe method calls ([#44088](https://github-redirect.dependabot.com/angular/angular/pull/44088))

compiler-cli

Commit Type Description
[2a2744721b](https://github.com/angular/angular/commit/2a2744721b429cbce7fd9dabc2963c1c679b67bd) fix ensure literal types are retained when strictNullInputTypes is disabled ([#38305](https://github-redirect.dependabot.com/angular/angular/pull/38305))
[247c18dee0](https://github.com/angular/angular/commit/247c18dee011f8a743b0b438b8ba2f017b113921) fix handle pre-release versions when checking version ([#44109](https://github-redirect.dependabot.com/angular/angular/pull/44109))

core

Commit Type Description
[4f8eaac7ff](https://github.com/angular/angular/commit/4f8eaac7ff2b73dd18d6317c955d447011a69301) fix do not use Function constructors in development mode to avoid CSP violations ([#43587](https://github-redirect.dependabot.com/angular/angular/pull/43587))

http

Commit Type Description
[d452b388bd](https://github.com/angular/angular/commit/d452b388bdc0d661f41ab382f5e7ac998b0f9915) feat add has() method to HttpContext class ([#43887](https://github-redirect.dependabot.com/angular/angular/pull/43887))

platform-browser

Commit Type Description
[236bdff831](https://github.com/angular/angular/commit/236bdff831f7dc794d5a03e2d82921887bd5eda8) fix use correct parent in animation removeChild callback ([#44033](https://github-redirect.dependabot.com/angular/angular/pull/44033))

upgrade

Commit Type Description
[34f990986c](https://github.com/angular/angular/commit/34f990986cade3ce6b355354d1e2f6e5ec2f18ec) feat support NgModule class as an argument of the downgradeModule function ([#43973](https://github-redirect.dependabot.com/angular/angular/pull/43973))

Special Thanks

A. Singh, Alan Agius, Andrew Kushnir, Andrew Scott, Aristeidis Bampakos, Dustin M. Eastway, George Kalpakas, HyperLife1119, Jelle Bruisten, Joe Martin (Crowdstaffing), Joel Lefkowitz, Joey Perrott, JoostK, Kristiyan Kostadinov, Michael Urban, Paul Gschwendtner, Pavan Kumar Jadda, Pei Wang, Pete Bacon Darwin, Roman Frołow, dario-piotrowicz, iRealNirmal, ileil, kreuzerk, mgechev, profanis and raman

13.0.1 (2021-11-10)

compiler

Commit Type Description
[ee2031d9f4](https://github.com/angular/angular/commit/ee2031d9f498e9b6db90f34538376c2955378914) fix ensure that partially compiled queries can handle forward references ([#44113](https://github-redirect.dependabot.com/angular/angular/pull/44113))
[e5a960b159](https://github.com/angular/angular/commit/e5a960b15964e0ae9140437846f3ffb7e95d3dc4) fix generate correct code for safe method calls ([#44088](https://github-redirect.dependabot.com/angular/angular/pull/44088))

compiler-cli

... (truncated)

Commits
  • 0fdecc4 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)...
  • 789c1d4 refactor(language-service): Remove View Engine code from language service pac...
  • 959f563 build: remove "ivy-only" bazel tag ([#43862](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/43862))
  • 730511b build: rename "no-ivy-aot" tag to "view-engine-only" ([#43862](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/43862))
  • e0a0d05 feat(core): update node version support range to support v16 ([#43740](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/43740))
  • 7a971ca refactor(language-service): fix typo in method name ([#43698](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/43698))
  • 69957f7 feat(language-service): provide snippets for attribute ([#43590](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/43590))
  • d66a2bc refactor(language-service): Remove option and bundle generation for View Engi...
  • 263feba fix(compiler-cli): handle nullable expressions correctly in the nullish coale...
  • b1d6fad refactor(compiler-cli): do not use **filename or **dirname global for ESM...
  • Additional commits viewable in [compare view](https://github.com/angular/angular/commits/13.0.2/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.0.2.
- [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.0.2/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 Dec 1, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 1, 2022

Superseded by #1151.

@dependabot dependabot bot closed this Jan 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/angular/language-service-13.0.2 branch January 1, 2022 18:16
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