Skip to content

Bump jedi-language-server from 0.31.1 to 0.34.3#1712

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/jedi-language-server-0.34.3
Closed

Bump jedi-language-server from 0.31.1 to 0.34.3#1712
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/jedi-language-server-0.34.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 23, 2021

Copy link
Copy Markdown
Contributor

Bumps jedi-language-server from 0.31.1 to 0.34.3.

Release notes

Sourced from jedi-language-server's releases.

Version 0.34.3

Fixed

  • Jedi Names may have no module_path, so lsp_location now returns an Optional[Location]. Thanks @​dimbleby !

Version 0.34.2

Fixed

Version 0.34.1

Fixed

  • From Jedi's perspective, operations at the beginning of a line now assume they are at position 1. This ensures that hover operations work correctly at the beginning of the line.

Version 0.34.0

Changed

  • Diagnostics are now cleared on document close.

Version 0.33.1

Added

  • Support for serving content over web sockets.

Version 0.33.0

Changed

  • Now support all Python 3.6 versions; we don't need to constrain our runtime requirements to anything less than 3.6 because only our development dependencies require Python > 3.6.0.
  • Updated pygls to 0.11.0.

Version 0.32.0

Added

  • Initialization options to granularly disable names and full names for hover operations based on their Jedi type. This is useful because some text editors will automatically send hover requests when a user pauses their cursor over text and the large amount of information can get annoying for some users. Resolves: pappasam/jedi-language-server#147. Jedi types are currently: module, class, instance, function, param, path, keyword, property, and statement.
  • Initialization option to disable hover entirely. If enable is set to false, the hover language feature will not be registered. May consider adding something similar to most language server features if this proves useful.

Changed

  • In Hover, Path has been renamed to Full name, which is more accurate and is directly tied to the hover disabling options.
  • Restrict Python version support to >= 3.6.2. Upgraded development dependencies. Latest black doesn't support Python < 3.6.2, so to keep things simple here we're now not supporting Python versions below that version either.

Version 0.31.2

Fixed

  • Docstring now presents same information as before, but organized more-tersely, (arguably) more clearly, and with much better markdown syntax support. For example, the name / signature has been pulled out from the main docstring and wrapped in python triple backticks while the docstring is conditionally replaced with the description where relevant.
Changelog

Sourced from jedi-language-server's changelog.

0.34.3

Fixed

  • Jedi Names may have no module_path, so lsp_location now returns an Optional[Location]. Thanks @​dimbleby !

0.34.2

Fixed

0.34.1

Fixed

  • From Jedi's perspective, operations at the beginning of a line now assume they are at position 1. This ensures that hover operations work correctly at the beginning of the line.

0.34.0

Changed

  • Diagnostics are now cleared on document close.

0.33.1

Added

  • Support for serving content over web sockets.

0.33.0

Changed

  • Now support all Python 3.6 versions; we don't need to constrain our runtime requirements to anything less than 3.6 because only our development dependencies require Python > 3.6.0.
  • Updated pygls to latest version.

0.32.0

Added

  • Initialization options to granularly disable names and full names for hover operations based on their Jedi type. This is useful because some text editors will automatically send hover requests when a user pauses their cursor over text and the large amount of information can get annoying for some users. Resolves: pappasam/jedi-language-server#147. Jedi types are currently: module, class, instance, function, param, path, keyword, property, and statement.
  • Initialization option to disable hover entirely. If enable is set to false, the hover language feature will not be registered. May consider adding something similar to most language server features if this proves useful.

Changed

  • In Hover, Path has been renamed to Full name, which is more accurate and is directly tied to the hover disabling options.
  • Restrict Python version support to >= 3.6.2. Upgraded development dependencies. Latest black doesn't support Python < 3.6.2, so to keep things simple here we're now not supporting Python versions below that version either.

0.31.2

... (truncated)

Commits
  • 79bdb90 Bump version, update changelog
  • bf00444 Merge pull request #160 from dimbleby/module-path-may-be-none
  • abefcfa Merge branch 'main' into HEAD
  • ef8b1f7 review markups
  • c42b13f Bump version, update changelog
  • a0b7674 poetry update + fix pylint error in tests
  • 2e10216 Handle case of empty docstring first
  • e7c3f74 Jedi Names may have no module_path
  • e4226c3 Fix hover at beginning of the line, update version
  • 9f044ca Bump version, changelog, poetry update
  • 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.31.1 to 0.34.3.
- [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.31.1...v0.34.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 16, 2021

Copy link
Copy Markdown
Contributor Author

Looks like jedi-language-server is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 16, 2021
@dependabot dependabot Bot deleted the dependabot/pip/jedi-language-server-0.34.3 branch September 16, 2021 16:59
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