Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Bump @angular/language-server from 17.3.2 to 18.0.0 in /server #119

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 24, 2024

Bumps @angular/language-server from 17.3.2 to 18.0.0.

Release notes

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

v18.0.0

This release upgrades @angular/language-service to v18.0.0.

  • fix: allow external projects to use provided compiler options (#55035)
  • fix: avoid generating TS syntactic diagnostics for templates (#55091)
  • fix: implement getDefinitionAtPosition for Angular templates (#55269)
  • fix: prevent underlying TS Service from handling template files (#55003)
  • fix: use type-only import in plugin factory (#55996)
  • fix(syntaxes): Only match known block names (#2034) (dceedb686)
Changelog

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

18.0.0

This release upgrades @angular/language-service to v18.0.0.

  • fix: allow external projects to use provided compiler options (#55035)
  • fix: avoid generating TS syntactic diagnostics for templates (#55091)
  • fix: implement getDefinitionAtPosition for Angular templates (#55269)
  • fix: prevent underlying TS Service from handling template files (#55003)
  • fix: use type-only import in plugin factory (#55996)
  • fix(syntaxes): Only match known block names (#2034) (dceedb686)

17.2.2

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

  • fix: pass oldest Angular version in the workspace to the compiler (#2003)

17.2.1

This release rolls back the @angular/language-service version to v17.2.0-next.0 to resolve an issue reported in ticket #2001.

17.2.0

This release upgrades @angular/language-service to v17.2.0-rc.1.

  • fix(syntaxes): Do not highlight bindings outside element tags (#1725) (28739e4)

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)

... (truncated)

Commits
  • d97df8e release: v18.0.0 (#2035)
  • dceedb6 fix(syntaxes): Only match known block names (#2034)
  • 13d9776 refactor(client): use SourceFile to detect the Angular context in the clien...
  • 51d907e Revert "fix(client): fix detection of Angular context after string interpolat...
  • 410e31f build: update package targets to v18
  • bbac5e0 fix(syntaxes): Support multiline block expressions
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 <dependency name> 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 24, 2024
@predragnikolic
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/server/angular/language-server-18.0.0 branch from b60f2e7 to 0cca245 Compare June 24, 2024 20:20
Bumps [@angular/language-server](https://github.com/angular/vscode-ng-language-service) from 17.3.2 to 18.0.0.
- [Release notes](https://github.com/angular/vscode-ng-language-service/releases)
- [Changelog](https://github.com/angular/vscode-ng-language-service/blob/main/CHANGELOG.md)
- [Commits](angular/vscode-ng-language-service@v17.3.2...v18.0.0)

---
updated-dependencies:
- dependency-name: "@angular/language-server"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/server/angular/language-server-18.0.0 branch from 0cca245 to 68b5bc6 Compare June 24, 2024 20:21
@predragnikolic predragnikolic merged commit b49dadd into master Jun 24, 2024
@predragnikolic predragnikolic deleted the dependabot/npm_and_yarn/server/angular/language-server-18.0.0 branch June 24, 2024 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant