Skip to content

Bump jedi-language-server from 0.34.6 to 0.36.0 #93

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 29, 2022

Bumps jedi-language-server from 0.34.6 to 0.36.0.

Release notes

Sourced from jedi-language-server's releases.

Version 0.36.0

Removed

  • Drop support for Python 3.6

Fixed

Version 0.35.1

Changed

Version 0.35.0

Changed

  • Default log level has been changed to WARN, suppresses verbose INFO messages provided by pygls.

Version 0.34.12

Changed

  • Completions are now sorted public, private, then dunder.
  • The order of completion items returned by Jedi is now preserved across clients through explicit sort order.

Version 0.34.11

Fixed

  • Fix edge case where LSP methods that relied on jedi_utils.lsp_range (like Highlight) would break if jedi.api.classes.Name returned an empty line/column. Now, module builtins like __name__ and __file__ will Highlight / Hover correctly.

Version 0.34.10

Fixed

  • CompletionItem.detail no longer provides redundant information that is already provided in CompletionItem.kind.
  • Explicit calls to get_type_hint are removed for performance reasons.
  • classes and functions with no arguments sometimes return no jedi signatures. In these cases, we manually provide () at the end of said classes and functions to ensure a consisten detail experience for end users.

Version 0.34.9

Changed

  • Completion detail now has full signature.
  • Descriptive text is now more standardized across Completion, Hover, and Signature Items. Main difference comes down to inclusion of full name (Hover) and inclusion of multiple signatures (Signature).

Version 0.34.8

Fixed

  • Fixed bug where classes nested inside functions cause exceptions in textDocument/documentSymbol. This release avoids the crash and includes info about classes and functions nested inside functions. See this issue

Version 0.34.7

Added

... (truncated)

Changelog

Sourced from jedi-language-server's changelog.

0.36.0

Removed

  • Drop support for Python 3.6

Fixed

0.35.1

Changed

0.35.0

Changed

  • Default log level has been changed to WARN, suppresses verbose INFO messages provided by pygls.

0.34.12

Changed

  • Completions are now sorted public, private, then dunder.
  • The order of completion items returned by Jedi is now preserved across clients through explicit sort order.

0.34.11

Fixed

  • Fix edge case where LSP methods that relied on jedi_utils.lsp_range (like Highlight) would break if jedi.api.classes.Name returned an empty line/column. Now, module builtins like __name__ and __file__ will Highlight / Hover correctly.

0.34.10

Fixed

  • CompletionItem.detail no longer provides redundant information that is already provided in CompletionItem.kind.
  • Explicit calls to get_type_hint are removed for performance reasons.
  • classes and functions with no arguments sometimes return no jedi signatures. In these cases, we manually provide () at the end of said classes and functions to ensure a consisten detail experience for end users.

0.34.9

Changed

  • Completion detail now has full signature.
  • Descriptive text is now more standardized across Completion, Hover, and Signature Items. Main difference comes down to inclusion of full name (Hover) and inclusion of multiple signatures (Signature).

... (truncated)

Commits
  • 7944437 Change unreleased to 0.36.0 in changelog
  • 9ae1ea1 Bump version to 0.36.0
  • 0f865e8 Poetry update
  • 62a3d8b Merge pull request #204 from pappasam/fix-property-hover
  • 5ef3f91 Update changelog, fix changed -> removed
  • 97378e2 Handle hover for property-decorated methods
  • 410725b We dropped support for Python 3.6, NOT Python 3.7
  • 7b7155b Merge pull request #203 from pappasam/drop-py37
  • 2fb738a Drop support for Python 3.7
  • 9e13b70 Merge pull request #201 from jgarte/eglot
  • 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)

Bumps [jedi-language-server](https://github.com/pappasam/jedi-language-server) from 0.34.6 to 0.36.0.
- [Release notes](https://github.com/pappasam/jedi-language-server/releases)
- [Changelog](https://github.com/pappasam/jedi-language-server/blob/main/CHANGELOG.md)
- [Commits](pappasam/jedi-language-server@v0.34.6...v0.36.0)

---
updated-dependencies:
- dependency-name: jedi-language-server
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants