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 14.0.4 #1761

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

v14.0.4

14.0.4 (2022-06-29)

animations

Commit Description
![](https://img.shields.io/badge/51be9bbe29-fix-green) cleanup DOM elements when the root view is removed ([#45143](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/45143))
![](https://img.shields.io/badge/999aca86c8-fix-green) enable shadowElements to leave when their parent does ([#46459](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46459))

common

Commit Description
![](https://img.shields.io/badge/42aed6b13e-fix-green) handle CSS custom properties in NgStyle ([#46451](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46451))

core

Commit Description
![](https://img.shields.io/badge/1e7f22f00a-fix-green) trigger ApplicationRef.destroy when Platform is destroyed ([#46497](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46497))
![](https://img.shields.io/badge/8bde2dbc71-fix-green) Update ngfor error code to be negative ([#46555](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46555))
![](https://img.shields.io/badge/57e8fc00eb-fix-green) Updates error to use RuntimeError code ([#46526](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46526))

forms

Commit Description
![](https://img.shields.io/badge/74a26d870e-fix-green) Convert existing reactive errors to use RuntimeErrorCode. ([#46560](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46560))
![](https://img.shields.io/badge/747872212d-fix-green) Update a Forms validator error to use RuntimeError ([#46537](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46537))

router

Commit Description
![](https://img.shields.io/badge/d6fac9e914-fix-green) Ensure that new RouterOutlet instances work after old ones are destroyed ([#46554](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46554))

Special Thanks

Alan Agius, Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Bezael, Chad Ramos, Chellappan, Cédric Exbrayat, Dylan Hunn, George Kalpakas, Jeremy Meiss, Jessica Janiuk, Joey Perrott, KMathy, Kristiyan Kostadinov, Paul Gschwendtner, Pawel Kozlowski, Ramesh Thiruchelvam, Vaibhav Kumar, arturovt, dario-piotrowicz and renovate[bot]

v14.0.3

14.0.3 (2022-06-22)

animations

Commit Description
![](https://img.shields.io/badge/3dd7bb3f8f-fix-green) reset the start and done fns on player reset ([#46364](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46364))

core

Commit Description
![](https://img.shields.io/badge/c086653655-fix-green) deduplicate imports of standalone components in JIT compiler ([#46439](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46439))
![](https://img.shields.io/badge/5d3b97e1f8-fix-green) handle NgModules with standalone pipes in TestBed correctly ([#46407](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46407))

platform-server

Commit Description
![](https://img.shields.io/badge/6ad7b40a6f-fix-green) invalid style attribute being generated for null values ([#46433](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46433))

Special Thanks

4javier, Aakash, Alan Agius, Andrew Kushnir, Aristeidis Bampakos, Dany Paredes, Derek Cormier, JoostK, Kristiyan Kostadinov, Paul Gschwendtner, Ramesh Thiruchelvam, behrooz bozorg chami, dario-piotrowicz, markostanimirovic, renovate[bot] and web-dave

v14.0.2

... (truncated)

Changelog

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

14.0.4 (2022-06-29)

animations

Commit Type Description
[51be9bbe29](https://github.com/angular/angular/commit/51be9bbe29e12ae0e8d4777cdac5c7466c8b6184) fix cleanup DOM elements when the root view is removed ([#45143](https://github-redirect.dependabot.com/angular/angular/pull/45143))
[999aca86c8](https://github.com/angular/angular/commit/999aca86c89030b6a9023cd2835636ee487334f2) fix enable shadowElements to leave when their parent does ([#46459](https://github-redirect.dependabot.com/angular/angular/pull/46459))

common

Commit Type Description
[42aed6b13e](https://github.com/angular/angular/commit/42aed6b13efef59c1c33472adc4f2df5d52d4c20) fix handle CSS custom properties in NgStyle ([#46451](https://github-redirect.dependabot.com/angular/angular/pull/46451))

core

Commit Type Description
[1e7f22f00a](https://github.com/angular/angular/commit/1e7f22f00ab10a6ae01729e3355871e51bc8bf4d) fix trigger ApplicationRef.destroy when Platform is destroyed ([#46497](https://github-redirect.dependabot.com/angular/angular/pull/46497))
[8bde2dbc71](https://github.com/angular/angular/commit/8bde2dbc714a0d9f7cda80c7893ab213d1e3f931) fix Update ngfor error code to be negative ([#46555](https://github-redirect.dependabot.com/angular/angular/pull/46555))
[57e8fc00eb](https://github.com/angular/angular/commit/57e8fc00eba92618c2cf063589ba1a88d3b30055) fix Updates error to use RuntimeError code ([#46526](https://github-redirect.dependabot.com/angular/angular/pull/46526))

forms

Commit Type Description
[74a26d870e](https://github.com/angular/angular/commit/74a26d870e2437f779c8c70f0b811f1d0bf8d4ee) fix Convert existing reactive errors to use RuntimeErrorCode. ([#46560](https://github-redirect.dependabot.com/angular/angular/pull/46560))
[747872212d](https://github.com/angular/angular/commit/747872212d12660eee59024202840e7d3ebfc866) fix Update a Forms validator error to use RuntimeError ([#46537](https://github-redirect.dependabot.com/angular/angular/pull/46537))

router

Commit Type Description
[d6fac9e914](https://github.com/angular/angular/commit/d6fac9e914ad13f1ed63ea6a3738c245e547eaae) fix Ensure that new RouterOutlet instances work after old ones are destroyed ([#46554](https://github-redirect.dependabot.com/angular/angular/pull/46554))

Special Thanks

Alan Agius, Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Bezael, Chad Ramos, Chellappan, Cédric Exbrayat, Dylan Hunn, George Kalpakas, Jeremy Meiss, Jessica Janiuk, Joey Perrott, KMathy, Kristiyan Kostadinov, Paul Gschwendtner, Pawel Kozlowski, Ramesh Thiruchelvam, Vaibhav Kumar, arturovt, dario-piotrowicz and renovate[bot]

14.1.0-next.2 (2022-06-22)

animations

Commit Type Description
[342effeb7d](https://github.com/angular/angular/commit/342effeb7d4d078ea51a7c345497794a7834b3c0) fix reset the start and done fns on player reset ([#46364](https://github-redirect.dependabot.com/angular/angular/pull/46364))

core

Commit Type Description
[ddd6d66203](https://github.com/angular/angular/commit/ddd6d662038336f9a8e7d68a8b5cda2c3ca1c1d7) fix deduplicate imports of standalone components in JIT compiler ([#46439](https://github-redirect.dependabot.com/angular/angular/pull/46439))
[3d8787c961](https://github.com/angular/angular/commit/3d8787c961176e15a7583d415f778054378ea06e) fix handle NgModules with standalone pipes in TestBed correctly ([#46407](https://github-redirect.dependabot.com/angular/angular/pull/46407))
[bb7c80477b](https://github.com/angular/angular/commit/bb7c80477b1258f48971b67b2eade6a4b41337f2) fix make parent injector argument required in createEnvironmentInjector ([#46397](https://github-redirect.dependabot.com/angular/angular/pull/46397))

http

Commit Type Description
[82acbf919b](https://github.com/angular/angular/commit/82acbf919bae2ddb6a46f41239aa2a101901f089) feat improve error message for nullish header ([#46059](https://github-redirect.dependabot.com/angular/angular/pull/46059))

platform-server

Commit Type Description
[08d3db232c](https://github.com/angular/angular/commit/08d3db232cb758701c41277996f1b41773f98e0d) fix invalid style attribute being generated for null values ([#46433](https://github-redirect.dependabot.com/angular/angular/pull/46433))

... (truncated)

Commits
  • 3ae133c fix(language-service): Fix detection of Angular for v14+ projects ([#45998](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/45998))
  • 9cd8e50 fix(language-service): Prevent TSServer from removing templates from project ...
  • 13fad9f fix(language-service): Add resource files as roots to their associated projec...
  • 29039fc feat(core): support TypeScript 4.7 ([#45749](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/45749))
  • 9b35787 refactor(compiler-cli): unify tracked template scope dependencies ([#45672](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/45672))
  • f57e46c fix(language-service): two-way binding completion should not remove the trail...
  • ff32301 refactor(compiler-cli): track whether a TcbPosition corresponds with a shim...
  • b2758d7 refactor(compiler-cli): rename ShimLocation to TcbLocation ([#45454](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/45454))
  • 4ddcf81 refactor: replace deprecated String.prototype.substr() ([#45397](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/45397))
  • be220fa fix(language-service): Prioritize Angular-specific completions over DOM compl...
  • Additional commits viewable in [compare view](https://github.com/angular/angular/commits/14.0.4/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 14.0.4.
- [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/14.0.4/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 @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2022

Superseded by #1879.

@dependabot dependabot bot closed this Aug 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/angular/language-service-14.0.4 branch August 1, 2022 18:19
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.

None yet

0 participants