sublimelsp / LSP-angular

Convenience plugin for Angular Language Service
MIT License
9 stars 2 forks source link

Chore: Bump `@angular/language-server` from 11.1.1 to 11.2.0 #21

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps @angular/language-server from 11.1.1 to 11.2.0.

Release notes

Sourced from @angular/language-server's releases.

v11.2.0

This release upgrades @angular/language-service to v11.2.0. For a complete change log see here.

Bug fixes:

  • disable rename feature when strictTemplates is disabled
  • implement realpath to resolve symlinks
  • recognize incomplete pipe bindings with whitespace

Features:

  • Prompt to use the Ivy Language Service if VE is detected
  • Add Command to view template typecheck block
  • Add diagnostics to suggest turning on strict mode

v11.1.3

This release upgrades @angular/language-service to v11.1.2. For a complete change log see here.

v11.1.2

This release includes a fix to the progress reporting of ngcc in the extension.

Changelog

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

v11.2.0

This release upgrades @angular/language-service to v11.2.0. For a complete change log see here.

Bug fixes:

  • disable rename feature when strictTemplates is disabled
  • implement realpath to resolve symlinks
  • recognize incomplete pipe bindings with whitespace

Features:

  • Prompt to use the Ivy Language Service if VE is detected
  • Add Command to view template typecheck block
  • Add diagnostics to suggest turning on strict mode

v11.1.3

This release upgrades @angular/language-service to v11.1.2. For a complete change log see here.

v11.1.2

No major updates in this release.

Commits
  • b683682 release: v11.2.0
  • 18291b8 feat: Add Command to view template typecheck block
  • cd3ed23 fix(deps): update angular monorepo to v11.2.0
  • 988dd7b feat: Prompt to use the Ivy Language Service if VE is detected
  • 0abe409 chore(deps): update dependency rollup to v2.38.5
  • 3ce47be fix(deps): update angular monorepo
  • 973a3c1 chore(deps): update dependency @types/node to v12.19.16
  • ebf5662 fix: disable rename feature when strictTemplates is disabled
  • 0676697 fix: ngcc progress not reported
  • 99c4b37 feat: Show prompt to enable strictTemplates
  • Additional commits viewable in compare view


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)
ghost commented 3 years ago

@dependabot rebase