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.14 to 12.0.0 in /server #37

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps @angular/language-server from 11.2.14 to 12.0.0.

Release notes

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

v12.0.0

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

Ivy-native language service is now the default in v12! If your project uses Angular v9 and above, the extension will automatically switch to Ivy. Older projects will keep using View Engine language service.

We highly recommend enabling Angular's strictTemplates mode for the best type information within templates.

New features:

  1. add support for signature help (#1277) (ec148073f)
  2. forward completion and hover requests to html providers for inline templates (72ee5c71c)
  3. Allow users to hide strictTemplates prompt (bd612107a)
  4. Add codelens with a link to go to the component from a template (76e234281)
  5. add command to go to component(s) from external template (d1ca20a14)
  6. update typescript to v4.2.3 (730ce54bf)

Bug fixes:

  1. fix: files incorrectly determined as not being in an Angular project (#1331) (43bcbb732)
  2. remove TSC_NONPOLLING_WATCHER env variable and provide default watchOptions (#1323) (6eb2984cb)
  3. Use View Engine LS for projects < v9 (7ff10b898)
  4. Use View Engine LS for projects < v9 (2585e0310)
  5. set minimum TS version to 4.2 (ea3a73900)
  6. pass watch options to watchFile and watchDirectory (bae335dc4)
  7. make Ivy LS the default (c23612f9b)
  8. do not resolve CodeLens command until LS is enabled (#1260) (93b47487a)
  9. dispose reporters and notification handlers when client is stopped (aa8ac6eb9)
  10. only restart language server on angular configuration change (fb5f89590)
  11. do not minify the client code (1068ef40a)
  12. logger should print one timestamp for an entire group (f3930c1dc)
  13. do not load plugins except @​angular/language-service (0901addfd)
  14. turn off logging by default (f5925ff26)
  15. do not watch directories in google3 (6a8a2d9b2)
  16. force enable Ivy and strictTemplates in google3 (9182c4cc5)
  17. use single entry point for @​angular/language-service (93c541f2e)
  18. detect @​angular/core in google3 and don't run ngcc (ea1a7de77)
  19. retain typecheck files after project reload (bc9d9fc78)
  20. do not pass execArgv to ngcc process (460ef30f2)
  21. show Go to component in HTML files only (d4e70c641)
  22. attempt to resolve tsdk using fs path (7a8cb6084)
  23. Revert back to boolean type for experimental-ivy flag (c1daa2cc0)
  24. remove TSC_NONPOLLING_WATCHER env variable (17708d44c)
  25. ensure project language service is the Angular LS (dfedf3cbb)
  26. unable to load ivy native plugin (b08b295b2)

Performance improvements:

  1. check diagnostics in most recently used order (dcd32294a)
  2. Compute diagnostics for a single file if it is external template (237d3f6df)
  3. prevent requests from being sent to the sesrver when outside Angular context (5c3eda19d)
  4. yield after checking diagnostics for an open file (d4ab1a21e)
  5. Support request cancellation (af0b5a46c)
Changelog

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

v12.0.0

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

New features:

  1. add support for signature help (#1277) (ec148073f)
  2. forward completion and hover requests to html providers for inline templates (72ee5c71c)
  3. Allow users to hide strictTemplates prompt (bd612107a)
  4. Add codelens with a link to go to the component from a template (76e234281)
  5. add command to go to component(s) from external template (d1ca20a14)
  6. update typescript to v4.2.3 (730ce54bf)

Bug fixes:

  1. fix: files incorrectly determined as not being in an Angular project (#1331) (43bcbb732)
  2. remove TSC_NONPOLLING_WATCHER env variable and provide default watchOptions (#1323) (6eb2984cb)
  3. Use View Engine LS for projects < v9 (7ff10b898)
  4. Use View Engine LS for projects < v9 (2585e0310)
  5. set minimum TS version to 4.2 (ea3a73900)
  6. pass watch options to watchFile and watchDirectory (bae335dc4)
  7. make Ivy LS the default (c23612f9b)
  8. do not resolve CodeLens command until LS is enabled (#1260) (93b47487a)
  9. dispose reporters and notification handlers when client is stopped (aa8ac6eb9)
  10. only restart language server on angular configuration change (fb5f89590)
  11. do not minify the client code (1068ef40a)
  12. logger should print one timestamp for an entire group (f3930c1dc)
  13. do not load plugins except @​angular/language-service (0901addfd)
  14. turn off logging by default (f5925ff26)
  15. do not watch directories in google3 (6a8a2d9b2)
  16. force enable Ivy and strictTemplates in google3 (9182c4cc5)
  17. use single entry point for @​angular/language-service (93c541f2e)
  18. detect @​angular/core in google3 and don't run ngcc (ea1a7de77)
  19. retain typecheck files after project reload (bc9d9fc78)
  20. do not pass execArgv to ngcc process (460ef30f2)
  21. show Go to component in HTML files only (d4e70c641)
  22. attempt to resolve tsdk using fs path (7a8cb6084)
  23. Revert back to boolean type for experimental-ivy flag (c1daa2cc0)
  24. remove TSC_NONPOLLING_WATCHER env variable (17708d44c)
  25. ensure project language service is the Angular LS (dfedf3cbb)
  26. unable to load ivy native plugin (b08b295b2)

Performance improvements:

  1. Avoid making Angular-related decisions for files not in an Angular project (#1259) (d8666d835)
  2. check diagnostics in most recently used order (dcd32294a)
  3. Compute diagnostics for a single file if it is external template (237d3f6df)
  4. prevent requests from being sent to the sesrver when outside Angular context (5c3eda19d)
  5. yield after checking diagnostics for an open file (d4ab1a21e)
  6. Support request cancellation (af0b5a46c)
Commits
  • 9f4f959 release: v12.0.0
  • 7b9cb68 chore(deps): update dependency @​types/node to v12.20.13
  • 3c57ddd build: bump vscode to 1.56.0
  • 6aa2069 chore(deps): update dependency prettier to v2.3.0
  • ce0b3a6 chore(deps): update dependency vsce to v1.88.0
  • 68b9c9a chore(deps): update @​angular/dev-infra-private commit hash to b700b4e
  • 395df83 build(deps): bump lodash from 4.17.20 to 4.17.21 in /integration/project
  • 24ce70a docs: add note about compiler options to readme
  • 8ca8049 chore(deps): update dependency @​types/jasmine to v3.7.2
  • 3783b0f chore(deps): update dependency esbuild to v0.11.20
  • 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)
dependabot[bot] commented 3 years ago

Superseded by #38.