Skip to content

Bump jedi-language-server from 0.30.2 to 0.31.1 #5

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 8, 2021

Bumps jedi-language-server from 0.30.2 to 0.31.1.

Release notes

Sourced from jedi-language-server's releases.

Version 0.31.1

Fixed

  • get_type_hint is now wrapped in general Exception. It's more broken than thought, so we'll prevent this from bubbling up to users.
  • Conditionally show markdown. If users / editors want to prefer plaintext, we won't return markdown-formatted titles for the hover text

Version 0.31.0

Changed

  • Markdown text that is not recognized by docstring-to-markdown is no longer automatically wrapped in a code block. I found that, more often than not, this resulted in annoying formatting for me.
  • Hover text now displays a lot more information, taking advantage of Jedi's Name methods and properties. Information now includes the module path to the name, the description, and an inferred type hint in addition to the docstring. This is all formatted with markdown so it looks pretty.

Version 0.30.3

Fixed

RenameFile now works correctly: kind now correctly passed to RenameFile due to recently-released pygls updates. Minimum pygls version now 0.10.3.

Changelog

Sourced from jedi-language-server's changelog.

0.31.1

Fixed

  • get_type_hint is now wrapped in general Exception. It's more broken than thought, so we'll prevent this from bubbling up to users.
  • Conditionally show markdown. If users / editors want to prefer plaintext, we won't return markdown-formatted titles for the hover text

0.31.0

Changed

  • Markdown text that is not recognized by docstring-to-markdown is no longer automatically wrapped in a code block. I found that, more often than not, this resulted in annoying formatting for me.
  • Hover text now displays a lot more information, taking advantage of Jedi's Name methods and properties. Information now includes the module path to the name, the description, and an inferred type hint in addition to the docstring. This is all formatted with markdown so it looks pretty.

0.30.3

Fixed

RenameFile now works correctly: kind now correctly passed to RenameFile due to recently-released pygls updates. Minimum pygls version now 0.10.3.

Commits
  • 09736f7 Bump version, update changelog, poetry update
  • 91048fd Catch Exception for get_type_hint, conditional markdown
  • 396de81 Merge pull request #145 from dmerejkowsky/more-urls
  • 6bbbaa5 Add Changelog and Issues URL to the package metadata
  • 88a5eef Bump version, update changelog, poetry update
  • ed0c64a Merge pull request #143 from pappasam/more-hover
  • 7c94c97 Update hover tests to match new format
  • 45107dc Catch edge case for get_type_hint, and use italics
  • eeaddc3 Fix test signature
  • 1bc956e Fix tests completion
  • 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.30.2 to 0.31.1.
- [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.30.2...v0.31.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 11, 2021

Superseded by #6.

@dependabot dependabot bot closed this Jun 11, 2021
@dependabot dependabot bot deleted the dependabot/pip/jedi-language-server-0.31.1 branch June 11, 2021 06:25
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