sublimelsp / LSP-angular

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

Chore: Bump @angular/language-server from 17.0.3 to 17.1.0 in /server #109

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 9 months ago

Bumps @angular/language-server from 17.0.3 to 17.1.0.

Release notes

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

v17.1.0

This release upgrades @angular/language-service to v17.1.0. It is based on the final RC of @angular/compiler.

feat: Complete inside @​switch (#52153) feat: Enable go to definition of styleUrl (#51746) feat: Implement outlining spans for control flow blocks (#52062) feat: Support autocompletion for blocks (#52121) fix: Autocomplete block keywords in more cases (#52198) fix(syntaxes): Do not apply block syntax highlighting to JS and CSS in templates (#1952)

Changelog

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

17.1.0

This release upgrades @angular/language-service to v17.1.0. It is based on the final RC of @angular/compiler.

feat: Complete inside @​switch (#52153) feat: Enable go to definition of styleUrl (#51746) feat: Implement outlining spans for control flow blocks (#52062) feat: Support autocompletion for blocks (#52121) fix: Autocomplete block keywords in more cases (#52198) fix(syntaxes): Do not apply block syntax highlighting to JS and CSS in templates (#1952)

17.0.2

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

  • fix(client,server): Correctly use bundled version unless tsdk is specified (#1970) (46b9a56a2)
  • fix(server): Do not disable language service for solution style root tsconfig (#1972) (d8689bee4)
  • fix(language-service): incorrect inferred type of for loop implicit variables (angular/angular#52732)

17.0.1

This release upgrades @angular/language-service to v17.0.1.

  • fix: Disable block syntax parsing when no project in workspace supports it (#1962) (#1964) (e276a57d4)
  • fix(syntaxes): Single quote should end as alias match (#1956) (d7dab5264)
  • fix(syntaxes): Adjust block syntax highlighting to require ( or { on same line (#1961) (075047ae3)
  • fix(syntaxes): Use expression.ng instead of JS for block expressions (#1960) (e17fc5c35)

17.0.0

This release upgrades @angular/language-service to v17.0.0-rc.3.

17.0.0-next.2

This release upgrades @angular/language-service to v17.0.0-next.8.

  • feat(server): Add folding range support for Angular template syntax (#1938)
  • feat: support block completions (#1937)

17.0.0-next.1

This release upgrades @angular/language-service to v17.0.0-next.7.

17.0.0-next.0

This release upgrades @angular/language-service to v17.0.0-next.6.

  • feat(syntaxes): Add support for block syntaxes
  • fix(client): fix detection of Angular context after string interpolation
  • feat: Enable go to definition of styleUrl (angular/angular#51746)

... (truncated)

Commits
  • df091ec release: v17.1.0
  • abfdaa7 fix(syntaxes): Do not apply block syntax highlighting to JS and CSS in templa...
  • 487c13a docs: cherry-pick release notes for 17.0.1 and 2
  • b66cf11 build: update nodeJS version in WORKSPACE
  • 984ecf6 fix(client,server): Correctly use bundled version unless tsdk is specified (#...
  • ced5e24 fix(server): Do not disable language service for solution style root tsconfig...
  • 1dd740a build: Update rules_js (#1969)
  • 2935af3 Update README.md (#1892)
  • 0189dc8 fix: Disable block syntax parsing when no project in workspace supports it (#...
  • 78964a3 build: Update main to target 17.1
  • See full diff 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 8 months ago

Superseded by #110.