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.2.0 #1239

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

v13.2.0

13.2.0 (2022-01-26)

Deprecations

  • The CachedResourceLoader and RESOURCE_CACHE_PROVIDER symbols were previously necessary in some cases to test AOT-compiled components with View Engine, but they are no longer needed since Ivy.

  • The ComponentFactory and ComponentFactoryResolver classes are deprecated. Since Ivy, there is no need to resolve Component factories. Please use other APIs where you Component classes can be used directly (without resolving their factories).

  • Since Ivy, the CompilerOptions.useJit and CompilerOptions.missingTranslation config options are unused, passing them has no effect.

Commit Description
[![](https://img.shields.io/badge/9c11183e74-docs-yellow)](https://github.com/angular/angular/commit/9c11183e74980b12c3c5712df174e90af6f19027) deprecate CachedResourceLoader and RESOURCE_CACHE_PROVIDER symbols ([#44749](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/44749))
[![](https://img.shields.io/badge/9f12e7fea4-docs-yellow)](https://github.com/angular/angular/commit/9f12e7fea434c6d33e1155994e2c228d51520744) deprecate ComponentFactory and ComponentFactoryResolver symbols ([#44749](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/44749))
[![](https://img.shields.io/badge/4e95a316ce-docs-yellow)](https://github.com/angular/angular/commit/4e95a316cef35a771cd8168e3a744eb6bd7f1615) deprecate unused config options from the CompilerOptions interface ([#44749](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/44749))

compiler

Commit Description
[![](https://img.shields.io/badge/a4ab6d6b72-feat-blue)](https://github.com/angular/angular/commit/a4ab6d6b72fe891f232d2446f8b7c454a82a5ba0) add support for safe calls in templates ([#44580](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/44580))
[![](https://img.shields.io/badge/abd1bc8039-fix-green)](https://github.com/angular/angular/commit/abd1bc8039ade4324f91fd616c82e52f05bdbb70) correct spans when parsing bindings with comments ([#44785](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/44785))
[![](https://img.shields.io/badge/ed67a074ce-fix-green)](https://github.com/angular/angular/commit/ed67a074ceed6440bf7f638512a20bbd3be8cbd4) properly compile DI factories when coverage reporting is enabled ([#44732](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/44732))

compiler-cli

Commit Description
[![](https://img.shields.io/badge/fa835b5a29-feat-blue)](https://github.com/angular/angular/commit/fa835b5a297087087eac2750b662096ed5492cb6) enable extended diagnostics by default ([#44712](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/44712))
[![](https://img.shields.io/badge/73424def13-feat-blue)](https://github.com/angular/angular/commit/73424def130ae1d72036142f6f2d7bce63858c9e) provide the animations for DirectiveMeta ([#44630](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/44630))
[![](https://img.shields.io/badge/fe3e4d6865-fix-green)](https://github.com/angular/angular/commit/fe3e4d6865c1e760be0511cfd757b4574a67fa5b) Handle ng-template with structural directive in indexer ([#44788](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/44788))
[![](https://img.shields.io/badge/7316e72ec5-fix-green)](https://github.com/angular/angular/commit/7316e72ec5ccc475e610bf26b5da451b8ffa50a2) properly index elements when on a template ([#44785](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/44785))
[![](https://img.shields.io/badge/100091ebf0-fix-green)](https://github.com/angular/angular/commit/100091ebf0ad480e94b5db4f183f9bfcfe8b8274) remove leftover _extendedTemplateDiagnostics requirements ([#44777](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/44777))
[![](https://img.shields.io/badge/d2ae96f742-fix-green)](https://github.com/angular/angular/commit/d2ae96f742c82daa6c4d4b8afd3b0959fb9b89d1) skip ExtendedTemplateCheckerImpl construction if there were configuration errors ([#44778](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/44778))

core

Commit Description
[![](https://img.shields.io/badge/5626b34264-fix-green)](https://github.com/angular/angular/commit/5626b34264d8893fece74d30db4920a685f3b17f) consistently use namespace short name rather than URI ([#44766](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/44766))
[![](https://img.shields.io/badge/94bfcdd9de-fix-green)](https://github.com/angular/angular/commit/94bfcdd9de234f7189daaa06a6c179d9697bef8d) error if NgZone.isInAngularZone is called with a noop zone ([#44800](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/44800))

forms

Commit Description
[![](https://img.shields.io/badge/72092ebd26-feat-blue)](https://github.com/angular/angular/commit/72092ebd26d6670a7dd02f6db5515d2afd27c4d6) Allow a FormControl to use initial value as default. ([#44434](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/44434))
[![](https://img.shields.io/badge/f7aa937cac-fix-green)](https://github.com/angular/angular/commit/f7aa937cac0ad315e1012770aa1da97476aced54) Make some minor fixups for forward-compatibility with typed forms. ([#44540](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/44540))

language-service

Commit Description
[![](https://img.shields.io/badge/af2a1317cb-feat-blue)](https://github.com/angular/angular/commit/af2a1317cbfba985233f510bbe9e49016968307c) support completions for animation ([#44630](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/44630))

router

Commit Description
[![](https://img.shields.io/badge/5a4ddfd4f5-feat-blue)](https://github.com/angular/angular/commit/5a4ddfd4f5e17bb4209528cefc3f0674298ab6e8) Allow symbol keys for Route data and resolve properties ([#44519](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/44519))

... (truncated)

Commits
  • 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))
  • af2a131 feat(language-service): support completions for animation ([#44630](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/44630))
  • c8cd5d5 build: switch all instances from ng_rollup_bundle to app_bundle ([#44490](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/44490))
  • 756761d fix(language-service): revert the test files for Ivy ([#44528](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/44528))
  • 98c5063 build: update visibility for npm package targets to work with new integration...
  • 3aafa76 fix(language-service): Correctly parse inputs and selectors with dollar signs...
  • 8c71b9f refactor: delete the View Engine runtime ([#43884](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/43884))
  • bb9ff60 test: remove view-engine-only tests ([#43884](https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/43884))
  • Additional commits viewable in [compare view](https://github.com/angular/angular/commits/13.2.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
┆Created By: Tammy Yang

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

dependabot bot commented on behalf of github Mar 1, 2022

Superseded by #1341.

@dependabot dependabot bot closed this Mar 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/angular/language-service-13.2.0 branch March 1, 2022 18:17
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