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.3 in /server #40

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

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

Release notes

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

v12.0.3

This release upgrades @angular/language-service to v12.0.2.

  • fix: support nullish coalesce for syntax highlighting (#1376) (fa8a98678)

v12.0.2

  • fix: only give html provider completions for inline templates (#1369) (98d5c97bb)
  • fix: avoid showing MISSING: command for code lens in templates (#1370) (fa5212faf)
  • perf: Avoid making Angular-related decisions for files not in an Angular project (#1360) (f83b02eb0)
  • fix: remove angular.ngdk configuration (#1361) (797140c2b)
  • fix: remove message about disabled LS if ngcc fails (#1359) (0fdc5fb20)

v12.0.1

This release fixes a bug where View Engine is not launched for older projects even though the Angular version is resolved correctly. This is because the configuration value is typed as boolean, and defaults to false even when the value is not set. (d6cb5cb5ad)

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)

... (truncated)

Changelog

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

v12.0.3

This release upgrades @angular/language-service to v12.0.2.

  • fix: support nullish coalesce for syntax highlighting (#1376) (fa8a98678)

v12.0.2

  • fix: only give html provider completions for inline templates (#1369) (98d5c97bb)
  • fix: avoid showing MISSING: command for code lens in templates (#1370) (fa5212faf)
  • perf: Avoid making Angular-related decisions for files not in an Angular project (#1360) (f83b02eb0)
  • fix: remove angular.ngdk configuration (#1361) (797140c2b)
  • fix: remove message about disabled LS if ngcc fails (#1359) (0fdc5fb20)

v12.0.1

This release fixes a bug where View Engine is not launched for older projects even though the Angular version is resolved correctly. This is because the configuration value is typed as boolean, and defaults to false even when the value is not set. (d6cb5cb5ad)

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)

... (truncated)

Commits
  • 8cf12a9 release: v12.0.3
  • fa8a986 fix: support nullish coalesce for syntax highlighting (#1376)
  • 2cab265 chore(deps): update node orb to v4.4.0 (#1366)
  • 12c75ee Update changelog format for 12.0.2 release notes
  • 130c4be release: v12.0.2
  • cd75870 fix: bad merge caused build failure (#1375)
  • 98d5c97 fix: only give html provider completions for inline templates (#1369)
  • eb8d25c fix: templates incorrectly identified as not in Angular project (#1373)
  • db44816 fix(deps): update angular monorepo to v12.0.1 (#1346)
  • fa5212f fix: avoid showing MISSING: command for code lens in templates (#1370)
  • 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 #41.