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.5 in /server #41

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

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

Release notes

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

v12.0.5

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

Bug fixes:

  1. fix(completions): fix completions for inputs / outputs (#1405) (d602cf933)
  2. fix(language-service): fix autocomplete info display for attributes (angular/angular#42472)

v12.0.4

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

Bug fixes:

  1. compiler-cli: better detect classes that are indirectly exported (#42207)

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)

... (truncated)

Changelog

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

v12.0.5

Bug fixes:

  1. fix(completions): fix completions for inputs / outputs (#1405) (d602cf933)
  2. fix(language-service): fix autocomplete info display for attributes (angular/angular#42472)

v12.0.4

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

Bug fixes:

  1. compiler-cli: better detect classes that are indirectly exported (#42207)

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)

... (truncated)

Commits
  • 658ffd0 release: v12.0.5
  • be0ce47 chore(deps): update dependency vscode-tmgrammar-test to v0.0.11 (#1394)
  • 289c060 chore(deps): update dependency prettier to v2.3.1 (#1403)
  • 208f47c build(deps): bump trim-newlines from 3.0.0 to 3.0.1 (#1407)
  • 438ee10 build(deps): bump glob-parent in /integration/workspace (#1408)
  • a61e34d chore(deps): update dependency @​types/jasmine to v3.7.6 (#1367)
  • e476f7e refactor: clear client caches on stop request (#1374)
  • d602cf9 fix(completions): fix completions for inputs / outputs (#1405)
  • 6d8a926 release: v12.0.4
  • 8cf12a9 release: v12.0.3
  • 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 #43.