Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Bumps tower-lsp-server from 0.22.1 to 0.23.0.

Release notes

Sourced from tower-lsp-server's releases.

v0.23.0

Changelog

Added

  • add Amber LSP to README Projects section (#66)
  • support window/workDoneProgress/create requests

Changed

  • Change the LSP specification types library from gluon-lang/lsp-types (which was unmaintained) to tower-lsp-community/ls-types (our fork).

    The initial release manually fixes typos that are blocking for some projects.

    In the long term, ls-types will take the approach of codegen based on the types model provided by the LSP specification. This should remove any kind of typos or documentation desync. See tower-lsp-community/ls-types#22.

Fixed

  • use WorkspaceSymbolResponse in symbol() return value

Full Changelog: tower-lsp-community/tower-lsp-server@v0.22.1...v0.23.0

Changelog

Sourced from tower-lsp-server's changelog.

[0.23.0] - 2025-12-07

Added

  • add Amber LSP to README Projects section (#66)
  • support window/workDoneProgress/create requests

Changed

  • Change the LSP specification types library from gluon-lang/lsp-types (which was unmaintained) to tower-lsp-community/ls-types (our fork).

    The initial release manually fixes typos that are blocking for some projects.

    In the long term, ls-types will take the approach of codegen based on the types model provided by the LSP specification. This should remove any kind of typos or documentation desync. See tower-lsp-community/ls-types#22.

Fixed

  • use WorkspaceSymbolResponse in symbol() return value
Commits
  • 333e8c1 docs: update changelog
  • 3e9a058 chore: use ls-types from crates.io
  • 4ed4da6 docs: add matrix room badge
  • d80988d feat: support window/workDoneProgress/create requests
  • 95c8ba9 fix: use WorkspaceSymbolResponse in symbol() return value
  • 7f426b8 chore: add Amber LSP to README Projects section (#66)
  • 27c0cae feat: remove UriExt, fix hoisted in ls_types
  • 5b2c4c5 feat: migrate to ls-types (fork of lsp-types)
  • e1870a2 chore: bump rust dev version
  • 95fbed5 docs(changelog): add links for version diffs
  • 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 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)

Bumps [tower-lsp-server](https://github.com/tower-lsp-community/tower-lsp-server) from 0.22.1 to 0.23.0.
- [Release notes](https://github.com/tower-lsp-community/tower-lsp-server/releases)
- [Changelog](https://github.com/tower-lsp-community/tower-lsp-server/blob/main/CHANGELOG.md)
- [Commits](tower-lsp-community/tower-lsp-server@v0.22.1...v0.23.0)

---
updated-dependencies:
- dependency-name: tower-lsp-server
  dependency-version: 0.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 8, 2025
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 rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant