trotyl / angular-contrib

Community extension to Angular framework
MIT License
65 stars 7 forks source link

build(deps-dev): bump @angular/language-service from 8.2.13 to 11.2.5 #423

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps @angular/language-service from 8.2.13 to 11.2.5.

Changelog

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

11.2.5 (2021-03-10)

Bug Fixes

  • bazel: fix incorrect rollup plugin method signature (#41101) (925746b)
  • language-service: Only provide dom completions for inline templates (#41078) (a05eb13)

Performance Improvements

  • compiler-cli: avoid module resolution in cycle analysis (#40948) (532ae73)
  • compiler-cli: detect semantic changes and their effect on an incremental rebuild (#40947) (e35ecea), closes #34867 #40635 #40728
  • compiler-cli: ensure module resolution cache is reused for type-check program (#39693) (16f90ca)
  • compiler-cli: use bound symbol in import graph in favor of module resolution (#40948) (2035b15)

11.2.4 (2021-03-03)

Bug Fixes

11.2.3 (2021-02-24)

Performance Improvements

  • language-service: Skip Angular analysis when quick info requested outside a template (#40956) (0dd1fac)

11.2.2 (2021-02-22)

... (truncated)

Commits
  • a05eb13 fix(language-service): Only provide dom completions for inline templates (#41...
  • 9322e6a fix(language-service): don't show external template diagnostics in ts files (...
  • 6dd5497 fix(language-service): Always attempt HTML AST to template AST conversion for...
  • f09e7ab fix(language-service): provide element completions after open tag < (#41068)
  • 20fb638 fix(compiler): allow binding to autocomplete property on select and textarea ...
  • 95f748c fix(language-service): Add plugin option to force strictTemplates (#41063)
  • ef87953 fix(language-service): only provide template results on reference requests (#...
  • 71921e8 docs: rewrite structural-directives.md (#40015)
  • 1b1b65e fix(language-service): can't provide the Input and Output custom binding prop...
  • 3fe759e test(language-service): remove circular dependency (#40966)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for @angular/language-service since your current version.


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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #426.