tremor-rs / tremor-language-server

Tremor Language Server (Trill)
https://www.tremor.rs/docs/next/getting-started/tooling
Apache License 2.0
10 stars 6 forks source link

Bump tower-lsp from 0.18.0 to 0.19.0 #342

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps tower-lsp from 0.18.0 to 0.19.0.

Release notes

Sourced from tower-lsp's releases.

tower-lsp 0.19.0

Added

  • Add LspService::inner() method (PR #344).
  • Add missing window/showDocument client request from LSP 3.16.0 (PR #375).
  • Add partial support for Language Server Protocol 3.17.0 (PR #375):
    • Implement textDocument/prepareTypeHierarchy server request.
    • Implement typeHierarchy/supertypes server request.
    • Implement typeHierarchy/subtypes server request.
    • Implement textDocument/inlineValue server request.
    • Implement textDocument/inlayHint server request.
    • Implement inlayHint/resolve server request.
    • Implement workspaceSymbol/resolve server request.
    • Implement workspace/inlineValue/refresh client request.
    • Implement workspace/inlayHint/refresh client request.

Changed

  • Address Clippy lints (PR #369).
  • Update edition from 2018 to 2021 (PR #370).
  • Update lsp-types from 0.93 to 0.94 (PR #367).
  • Reorder LanguageServer trait methods to match the LSP 3.17.0 spec document (PR #375).
  • Reorder Client inherent methods to better match the LSP 3.17.0 spec document (PR #375).

Fixed

  • Fix doc links for textDocument/colorPresentation request (PR #371).
  • Fix doc links for textDocument/willSaveWaitUntil request (PR #371).
  • Fix doc links for workspace/didChangeWatchedFiles request (PR #371).
  • Improve documentation for LanguageServer and Client methods (PR #375).
Changelog

Sourced from tower-lsp's changelog.

[0.19.0] - 2023-02-28

Added

  • Add LspService::inner() method (PR #344).
  • Add missing window/showDocument client request from LSP 3.16.0 (PR #375).
  • Add partial support for Language Server Protocol 3.17.0 (PR #375):
    • Implement textDocument/prepareTypeHierarchy server request.
    • Implement typeHierarchy/supertypes server request.
    • Implement typeHierarchy/subtypes server request.
    • Implement textDocument/inlineValue server request.
    • Implement textDocument/inlayHint server request.
    • Implement inlayHint/resolve server request.
    • Implement workspaceSymbol/resolve server request.
    • Implement workspace/inlineValue/refresh client request.
    • Implement workspace/inlayHint/refresh client request.

Changed

  • Address Clippy lints (PR #369).
  • Update edition from 2018 to 2021 (PR #370).
  • Update lsp-types from 0.93 to 0.94 (PR #367).
  • Reorder LanguageServer trait methods to match the LSP 3.17.0 spec document (PR #375).
  • Reorder Client inherent methods to better match the LSP 3.17.0 spec document (PR #375).

Fixed

  • Fix doc links for textDocument/colorPresentation request (PR #371).
  • Fix doc links for textDocument/willSaveWaitUntil request (PR #371).
  • Fix doc links for workspace/didChangeWatchedFiles request (PR #371).
  • Improve documentation for LanguageServer and Client methods (PR #375).
Commits
  • 9cf2fbc Bump tower-lsp version to 0.19.0
  • e6b062b Bump tower-lsp-macros version to 0.8.0
  • 6ac864d Update CHANGELOG.md
  • 9af8a4d Reorder Client methods to better match 3.17.0 spec doc
  • 441ab9c Add most missing LSP 3.17.0 methods to Client struct
  • ac28918 Clean up LanguageServer method documentation
  • d6164e1 Reorder LanguageServer methods to match 3.17.0 spec doc
  • 20496ef Add most missing LSP 3.17.0 methods to LanguageServer trait
  • 12305e5 Use default constructor in get_inner() unit test
  • 0a738c4 Fix doc links
  • 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)
codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (b3b9bdf) 36.65% compared to head (c539f6c) 36.65%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #342 +/- ## ======================================= Coverage 36.65% 36.65% ======================================= Files 8 8 Lines 412 412 ======================================= Hits 151 151 Misses 261 261 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tremor-rs). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tremor-rs)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.