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.1.0 #1879

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

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))
![](https://img.shields.io/badge/a6d5fe202c-feat-blue) alias createNgModuleRef as createNgModule ([#46789](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46789))
![](https://img.shields.io/badge/71e606d3c3-feat-blue) expose EnvironmentInjector on ApplicationRef ([#46665](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46665))
![](https://img.shields.io/badge/19e6d9ccd3-feat-blue) import AsyncStackTaggingZone if available ([#46693](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46693))
![](https://img.shields.io/badge/a7a14df5f8-feat-blue) introduce EnvironmentInjector.runInContext API ([#46653](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46653))
![](https://img.shields.io/badge/fa52b6e906-feat-blue) options object to supersede bit flags for inject() ([#46649](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46649))
![](https://img.shields.io/badge/af20112222-feat-blue) support the descendants option for ContentChild queries ([#46638](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46638))
![](https://img.shields.io/badge/945a3ad359-fix-green) Fix runInContext for NgModuleRef injector ([#46877](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46877))
![](https://img.shields.io/badge/bb7c80477b-fix-green) make parent injector argument required in createEnvironmentInjector ([#46397](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46397))

http

Commit Description
![](https://img.shields.io/badge/82acbf919b-feat-blue) improve error message for nullish header ([#46059](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/46059))

router

Commit Description

... (truncated)

Changelog

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

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))
[71e606d3c3](https://github.com/angular/angular/commit/71e606d3c3cfdcf93a6e40f84fd69aa75c5cca42) feat expose EnvironmentInjector on ApplicationRef ([#46665](https://github-redirect.dependabot.com/angular/angular/pull/46665))
[19e6d9ccd3](https://github.com/angular/angular/commit/19e6d9ccd36c7776fcee7de541bba413fd6dcabf) feat import AsyncStackTaggingZone if available ([#46693](https://github-redirect.dependabot.com/angular/angular/pull/46693))
[a7a14df5f8](https://github.com/angular/angular/commit/a7a14df5f8ff2d1e6a4dba3ac53f4479a6646810) feat introduce EnvironmentInjector.runInContext API ([#46653](https://github-redirect.dependabot.com/angular/angular/pull/46653))
[fa52b6e906](https://github.com/angular/angular/commit/fa52b6e906e549e1c6b4a4f4428596d093fb0549) feat options object to supersede bit flags for inject() ([#46649](https://github-redirect.dependabot.com/angular/angular/pull/46649))
[af20112222](https://github.com/angular/angular/commit/af20112222fcfa961ff9a2dee4050dd59aa4156e) feat support the descendants option for ContentChild queries ([#46638](https://github-redirect.dependabot.com/angular/angular/pull/46638))
[945a3ad359](https://github.com/angular/angular/commit/945a3ad359cd2fe3456f635b0fe36effbfe8d5c2) fix Fix runInContext for NgModuleRef injector ([#46877](https://github-redirect.dependabot.com/angular/angular/pull/46877))
[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))

router

Commit Type Description
[53ca936366](https://github.com/angular/angular/commit/53ca936366fb908278571bae5fcc7fa08b19a5a0) feat Add ability to create UrlTree from any ActivatedRouteSnapshot ([#45877](https://github-redirect.dependabot.com/angular/angular/pull/45877))
[de058bba99](https://github.com/angular/angular/commit/de058bba9979f68de2320118b537e6be4dbb888d) feat Add CanMatch guard to control whether a Route should match ([#46021](https://github-redirect.dependabot.com/angular/angular/pull/46021))

... (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.0/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.0.
- [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.0/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 1, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 9, 2022

Superseded by #1931.

@dependabot dependabot bot closed this Aug 9, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/angular/language-service-14.1.0 branch August 9, 2022 10:46
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