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.3.11 #1668

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

v13.3.11

13.3.11 (2022-05-31)

Special Thanks

Andrew Scott, Billy Lando, George Kalpakas, Ian Gregory, Matt Shaffer, Rune Andersen Hartvig, dario-piotrowicz and mgechev

v13.3.10

13.3.10 (2022-05-25)

Special Thanks

A. J. Javier, Aristeidis Bampakos, J Rob Gant, Jerome Kruse, Joey Perrott, Nathan Nontell, Paul Gschwendtner, Roopesh Chinnakampalli, Thomas Mair, Tom Raithel, dario-piotrowicz and mgechev

v13.3.9

13.3.9 (2022-05-18)

Special Thanks

4javier, Bob Watson, Evan Lee, George Kalpakas, Joey Perrott, Pavan Kumar Jadda, celinetunc and mariu

v13.3.8

13.3.8 (2022-05-12)

language-service

Commit Description
![](https://img.shields.io/badge/b4eb9ed884-fix-green) Prevent TSServer from removing templates from project ([#45965](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/45965))

Special Thanks

Andrew Scott, George Kalpakas and Joey Perrott

v13.3.7

13.3.7 (2022-05-11)

core

Commit Description
![](https://img.shields.io/badge/73bbee2c0d-perf-orange) allow checkNoChanges mode to be tree-shaken in production ([#45936](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/45936))

language-service

Commit Description
![](https://img.shields.io/badge/5ca3bcf4f8-fix-green) Add resource files as roots to their associated projects ([#45601](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/45601))

Special Thanks

Andrew Kushnir, Andrew Scott, George Kalpakas, JayMartMedia, JoostK, Paul Gschwendtner, Ted.chang, Thomas Mair, Will 保哥, dario-piotrowicz, mgechev and ᚷᛁᛟᚱᚷᛁ ᛒᚨᛚᚨᚲᚻᚨᛞᛉᛖ

v13.3.6

13.3.6 (2022-05-04)

Special Thanks

Andrew Kushnir, Andrew Scott, George Kalpakas, Paul Gschwendtner, Pawel Kozlowski, Ryan Day and dario-piotrowicz

v13.3.5

... (truncated)

Changelog

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

13.3.11 (2022-05-31)

Special Thanks

Andrew Scott, Billy Lando, George Kalpakas, Ian Gregory, Matt Shaffer, Rune Andersen Hartvig, dario-piotrowicz and mgechev

14.0.0-rc.2 (2022-05-25)

Deprecations

forms

  • The initialValueIsDefault option has been deprecated and replaced with the otherwise-identical nonNullable option, for the sake of naming consistency.
  • It is now deprecated to provide both AbstractControlOptions and an async validators argument to a FormControl. Previously, the async validators would just be silently dropped, resulting in a probably buggy forms. Now, the constructor call is deprecated, and Angular will print a warning in devmode.

bazel

Commit Type Description
[21a04ef5be](https://github.com/angular/angular/commit/21a04ef5be670418b19608227f0540e2b7a96de6) perf use allowedInputs to avoid fs.stat ([#46069](https://github-redirect.dependabot.com/angular/angular/pull/46069))

compiler-cli

Commit Type Description
[f2e5234e07](https://github.com/angular/angular/commit/f2e5234e078b6d4771d07e8b28b8098f1faeb176) fix update unknown tag error for aot standalone components ([#45919](https://github-redirect.dependabot.com/angular/angular/pull/45919))

core

Commit Type Description
[701405fa71](https://github.com/angular/angular/commit/701405fa710177ed1c963f61686ebb910e5ec74e) fix handle AOT-compiled standalone components in TestBed correctly ([#46052](https://github-redirect.dependabot.com/angular/angular/pull/46052))
[ddce357d1d](https://github.com/angular/angular/commit/ddce357d1db9694bc69c114deb96e26d2651fb8b) fix improve TestBed declarations standalone error message ([#45999](https://github-redirect.dependabot.com/angular/angular/pull/45999))
[3172b4cc99](https://github.com/angular/angular/commit/3172b4cc9972a7d347b3078484c9adcb15cf270c) fix produce proper error message for unknown props on <ng-template>s ([#46068](https://github-redirect.dependabot.com/angular/angular/pull/46068))
[4f1a813596](https://github.com/angular/angular/commit/4f1a813596a40f7885d369eb8917aedcce9dd795) fix restore NgModule state correctly after TestBed overrides ([#46049](https://github-redirect.dependabot.com/angular/angular/pull/46049))
[df339d8abf](https://github.com/angular/angular/commit/df339d8abf979c715c35db813c5a80252a92eba7) fix update unknown tag error for jit standalone components ([#45920](https://github-redirect.dependabot.com/angular/angular/pull/45920))

forms

Commit Type Description
[39be06037d](https://github.com/angular/angular/commit/39be06037daf65ae9298b5bdb4cd50785c16332f) fix Add a nonNullable option to FormControl for consistency.
[2e96cede3e](https://github.com/angular/angular/commit/2e96cede3e2d9ac399c10d3bfe25259b92a5276e) fix Warn on FormControls that are constructed with both options and asyncValidators.

Special Thanks

A. J. Javier, Alex Rickabaugh, Andrew Kushnir, Aristeidis Bampakos, David Schmidt, Doug Parker, Dylan Hunn, George Kalpakas, J Rob Gant, Jan Kuehle, Jerome Kruse, Joey Perrott, JoostK, Kristiyan Kostadinov, Nathan Nontell, Paul Gschwendtner, Pawel Kozlowski, Roopesh Chinnakampalli, Thomas Mair, Tom Raithel, dario-piotrowicz and mgechev

13.3.10 (2022-05-25)

Special Thanks

A. J. Javier, Aristeidis Bampakos, J Rob Gant, Jerome Kruse, Joey Perrott, Nathan Nontell, Paul Gschwendtner, Roopesh Chinnakampalli, Thomas Mair, Tom Raithel, dario-piotrowicz and mgechev

14.0.0-rc.1 (2022-05-18)

compiler-cli

Commit Type Description

... (truncated)

Commits
  • b4eb9ed fix(language-service): Prevent TSServer from removing templates from project ...
  • 5ca3bcf fix(language-service): Add resource files as roots to their associated projec...
  • d68333e fix(language-service): two-way binding completion should not remove the trail...
  • 3f55567 refactor(compiler-cli): track whether a TcbPosition corresponds with a shim...
  • fa90c74 refactor(compiler-cli): rename ShimLocation to TcbLocation ([#45478](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/45478))
  • 9bce9ce fix(language-service): Prioritize Angular-specific completions over DOM compl...
  • 3659629 refactor(compiler-cli): remove leftover _extendedTemplateDiagnostics flag (...
  • fe3e4d6 fix(compiler-cli): Handle ng-template with structural directive in indexer ...
  • 100091e fix(compiler-cli): remove leftover _extendedTemplateDiagnostics requirement...
  • a4ab6d6 feat(compiler): add support for safe calls in templates ([#44580](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/44580))
  • Additional commits viewable in [compare view](https://github.com/angular/angular/commits/13.3.11/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

Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 12.2.4 to 13.3.11.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/13.3.11/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 Jun 1, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2022

Superseded by #1761.

@dependabot dependabot bot closed this Jul 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/angular/language-service-13.3.11 branch July 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