sublimelsp / LSP-angular

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

Chore: Bump `@angular/language-server` from 11.2.2 to 11.2.7 #29

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps @angular/language-server from 11.2.2 to 11.2.7.

Release notes

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

v11.2.7

This release reverts the following commits due to #1198:

  • perf: prevent requests from being sent to the server when outside Angular context (fcbdf938e)
  • build: Switch to esbuild instead of rollup for the client and banner (27ccba8d0)

v11.2.6

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

This release contains various performance improvements.

v11.2.5

This release contains a few performance improvements.

Bug fixes:

  • do not load plugins except @angular/language-service
  • turn off logging by default
  • do not watch directories in google3

v11.2.4

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

Bug fixes in @angular/language-service:

Bug fixes in @angular/language-server:

  • force enable Ivy and strictTemplates in google3
  • detect @angular/core in google3 and don't run ngcc
  • retain typecheck files after project reload
  • do not pass execArgv to ngcc process
  • attempt to resolve tsdk using fs path
  • Revert back to boolean type for experimental-ivy flag
  • remove TSC_NONPOLLING_WATCHER env variable
  • ensure project language service is the Angular LS

v11.2.3

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

Performance improvements:

  • The Ivy Language Service no longer slows down the operation of plain TS language service features when editing TS code outside of a template.
Changelog

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

v11.2.7

This release reverts the following commits due to #1198:

  • perf: prevent requests from being sent to the server when outside Angular context (fcbdf938e)
  • build: Switch to esbuild instead of rollup for the client and banner (27ccba8d0)

v11.2.6

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

This release contains various performance improvements.

v11.2.5

This release contains a few performance improvements.

Bug fixes:

  • do not load plugins except @angular/language-service
  • turn off logging by default
  • do not watch directories in google3

v11.2.4

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

Bug fixes in @angular/language-service:

Bug fixes in @angular/language-server:

  • force enable Ivy and strictTemplates in google3
  • detect @angular/core in google3 and don't run ngcc
  • retain typecheck files after project reload
  • do not pass execArgv to ngcc process
  • attempt to resolve tsdk using fs path
  • Revert back to boolean type for experimental-ivy flag
  • remove TSC_NONPOLLING_WATCHER env variable
  • ensure project language service is the Angular LS

v11.2.3

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

... (truncated)

Commits
  • 6258e6b release: v11.2.7
  • 872e710 Revert "build: Switch to esbuild instead of rollup for the client and banner"
  • 6f33965 Revert "perf: prevent requests from being sent to the server when outside Ang...
  • 983c6b9 release: v11.2.6
  • fcbdf93 perf: prevent requests from being sent to the server when outside Angular con...
  • 27ccba8 build: Switch to esbuild instead of rollup for the client and banner
  • 476dcb2 perf: yield after checking diagnostics for an open file
  • 869d09d perf: Support request cancellation
  • 3cc6d6d refactor: run ngcc --typings-only if version >= 11.2.4
  • 6f924b2 release: v11.2.5
  • 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)