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: bump @angular/language-service from 12.2.4 to 14.1.1 #1931

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 9, 2022

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

Release notes

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

v14.1.1

14.1.1 (2022-08-03)

core

Commit Description
![](https://img.shields.io/badge/3606917732-fix-green) improve the missing control flow directive message ([#46903](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46903))

router

Commit Description
![](https://img.shields.io/badge/79825d3f10-fix-green) Do not call preload method when not necessary ([#47007](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/47007))
![](https://img.shields.io/badge/05f3f7445a-fix-green) Use correct return type for provideRoutes function ([#46941](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46941))

Special Thanks

Alan Agius, Andrew Kushnir, Andrew Quinn, Andrew Scott, Aristeidis Bampakos, Asaf M, Bob Watson, Cédric Exbrayat, Durairaj Subramaniam, George Kalpakas, Ivaylo Kirov, J Rob Gant, Kristiyan Kostadinov, Marek Hám, Paul Gschwendtner, Roman Matusevich and Simona Cotin

v14.1.0

14.1.0 (2022-07-20)

Deprecations

core

  • The createNgModuleRef is deprecated in favor of newly added createNgModule one.
  • The bit field signature of inject() has been deprecated, in favor of the new options object. Correspondingly, InjectFlags is deprecated as well.

animations

Commit Description
![](https://img.shields.io/badge/55308f2df5-feat-blue) add provideAnimations() and provideNoopAnimations() functions ([#46793](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46793))

common

Commit Description
![](https://img.shields.io/badge/4a2e7335b1-feat-blue) make the CommonModule pipes standalone ([#46401](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46401))
![](https://img.shields.io/badge/a7597dd080-feat-blue) make the CommonModule directives standalone ([#46469](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46469))

compiler

Commit Description
![](https://img.shields.io/badge/33ce3883a5-feat-blue) Add extended diagnostic to warn when missing let on ngForOf ([#46683](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46683))
![](https://img.shields.io/badge/6f11a58040-feat-blue) Add extended diagnostic to warn when text attributes are intended to be bindings ([#46161](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46161))
![](https://img.shields.io/badge/9e836c232f-feat-blue) warn when style suffixes are used with attribute bindings ([#46651](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46651))

compiler-cli

Commit Description
![](https://img.shields.io/badge/93c65e7b14-feat-blue) add extended diagnostic for non-nullable optional chains ([#46686](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46686))
![](https://img.shields.io/badge/131d029da1-feat-blue) detect missing control flow directive imports in standalone components ([#46146](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46146))
![](https://img.shields.io/badge/6b8e60c06a-fix-green) improve the missingControlFlowDirective message ([#46846](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46846))

core

Commit Description
![](https://img.shields.io/badge/e8e8e5f171-feat-blue) add createComponent function
![](https://img.shields.io/badge/b5153814af-feat-blue) add reflectComponentType function
![](https://img.shields.io/badge/96c6139c9a-feat-blue) add ability to set inputs on ComponentRef ([#46641](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46641))

... (truncated)

Changelog

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

14.1.1 (2022-08-03)

core

Commit Type Description
[3606917732](https://github.com/angular/angular/commit/3606917732e5ad887426c1cbccf6e375eff905d6) fix improve the missing control flow directive message ([#46903](https://github-redirect.dependabot.com/angular/angular/pull/46903))

router

Commit Type Description
[79825d3f10](https://github.com/angular/angular/commit/79825d3f1078c9b91eeb5e4699718ccde6c458b5) fix Do not call preload method when not necessary ([#47007](https://github-redirect.dependabot.com/angular/angular/pull/47007))
[05f3f7445a](https://github.com/angular/angular/commit/05f3f7445a0bbe3c7ffed3aec308ca8888e77d99) fix Use correct return type for provideRoutes function ([#46941](https://github-redirect.dependabot.com/angular/angular/pull/46941))

Special Thanks

Alan Agius, Andrew Kushnir, Andrew Quinn, Andrew Scott, Aristeidis Bampakos, Asaf M, Bob Watson, Cédric Exbrayat, Durairaj Subramaniam, George Kalpakas, Ivaylo Kirov, J Rob Gant, Kristiyan Kostadinov, Marek Hám, Paul Gschwendtner, Roman Matusevich and Simona Cotin

14.1.0 (2022-07-20)

Deprecations

core

  • The createNgModuleRef is deprecated in favor of newly added createNgModule one.
  • The bit field signature of inject() has been deprecated, in favor of the new options object. Correspondingly, InjectFlags is deprecated as well.

animations

Commit Type Description
[55308f2df5](https://github.com/angular/angular/commit/55308f2df5b0f6e8e40e3c4085c463a5b83c5ed1) feat add provideAnimations() and provideNoopAnimations() functions ([#46793](https://github-redirect.dependabot.com/angular/angular/pull/46793))

common

Commit Type Description
[4a2e7335b1](https://github.com/angular/angular/commit/4a2e7335b180190800cf2c5db8ed1c8841dbf473) feat make the CommonModule pipes standalone ([#46401](https://github-redirect.dependabot.com/angular/angular/pull/46401))
[a7597dd080](https://github.com/angular/angular/commit/a7597dd08026a4071758323d54ccbfb382e0c780) feat make the CommonModule directives standalone ([#46469](https://github-redirect.dependabot.com/angular/angular/pull/46469))

compiler

Commit Type Description
[33ce3883a5](https://github.com/angular/angular/commit/33ce3883a5d962adf5ee7feffd3426feefe0c0b5) feat Add extended diagnostic to warn when missing let on ngForOf ([#46683](https://github-redirect.dependabot.com/angular/angular/pull/46683))
[6f11a58040](https://github.com/angular/angular/commit/6f11a580406877e440c43df31fae3d5f120cafed) feat Add extended diagnostic to warn when text attributes are intended to be bindings ([#46161](https://github-redirect.dependabot.com/angular/angular/pull/46161))
[9e836c232f](https://github.com/angular/angular/commit/9e836c232ff66043bc101b905dae4c8bde18bc58) feat warn when style suffixes are used with attribute bindings ([#46651](https://github-redirect.dependabot.com/angular/angular/pull/46651))

compiler-cli

Commit Type Description
[93c65e7b14](https://github.com/angular/angular/commit/93c65e7b1468bb0c696dec1bc3362422a2ca5170) feat add extended diagnostic for non-nullable optional chains ([#46686](https://github-redirect.dependabot.com/angular/angular/pull/46686))
[131d029da1](https://github.com/angular/angular/commit/131d029da16b7d486cdc200f00160b9a11871fb2) feat detect missing control flow directive imports in standalone components ([#46146](https://github-redirect.dependabot.com/angular/angular/pull/46146))
[6b8e60c06a](https://github.com/angular/angular/commit/6b8e60c06a4f9a5fdbce9e7971d403ccb2bc6e8e) fix improve the missingControlFlowDirective message ([#46846](https://github-redirect.dependabot.com/angular/angular/pull/46846))

core

Commit Type Description
[e8e8e5f171](https://github.com/angular/angular/commit/e8e8e5f1718f605c62a671b0ff15fa4dff7d8229) feat add createComponent function
[b5153814af](https://github.com/angular/angular/commit/b5153814af3e6b1ec8550ddf39584efd7cca36be) feat add reflectComponentType function
[96c6139c9a](https://github.com/angular/angular/commit/96c6139c9ab35aa6ab2330a5a79a5906d5c2e8be) feat add ability to set inputs on ComponentRef ([#46641](https://github-redirect.dependabot.com/angular/angular/pull/46641))
[a6d5fe202c](https://github.com/angular/angular/commit/a6d5fe202cafb419f3beb8d09711132124b6aa9a) feat alias createNgModuleRef as createNgModule ([#46789](https://github-redirect.dependabot.com/angular/angular/pull/46789))

... (truncated)

Commits
  • 93d17ee fix(compiler-cli): only consider used pipes for inline type-check requirement...
  • 93c65e7 feat(compiler-cli): add extended diagnostic for non-nullable optional chains ...
  • c14c701 docs: fix spelling ([#46713](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46713))
  • db1b6fe fix(language-service): Fix detection of Angular for v14+ projects ([#45998](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/45998))
  • fa754cd fix(language-service): Prevent TSServer from removing templates from project ...
  • d48cfbc 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...
  • Additional commits viewable in [compare view](https://github.com/angular/angular/commits/14.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

Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 12.2.4 to 14.1.1.
- [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.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 Aug 9, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 1, 2022

Superseded by #2021.

@dependabot dependabot bot closed this Sep 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/angular/language-service-14.1.1 branch September 1, 2022 18:29
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