Skip to content
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

build(deps): bump jedi-language-server from 0.30.2 to 0.40.0 #126

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 7, 2022

Bumps jedi-language-server from 0.30.2 to 0.40.0.

Release notes

Sourced from jedi-language-server's releases.

Version 0.40.0

Added

  • Diagnostic support using Python's builtin compile function.

Changed

  • pygls 1.0!
  • Diagnostics (for syntax errors) are once-again enabled by default.
  • Properties are now children of classes, not the methods where they are defined. Resolves pappasam/jedi-language-server#240

Version 0.39.0

Changed

Version 0.38.0

Added

Changed

  • pygls version constraint updated to ^0.12.4

Version 0.37.0

Added

Version 0.36.1

  • Dependency updates, most relevant being pydantic to 1.9.1.

Version 0.36.0

Removed

  • Drop support for Python 3.6

Fixed

Version 0.35.1

Changed

Version 0.35.0

Changed

... (truncated)

Changelog

Sourced from jedi-language-server's changelog.

0.40.0

Added

  • Diagnostic support using Python's builtin compile function.

Changed

  • pygls 1.0!
  • Diagnostics (for syntax errors) are once-again enabled by default.
  • Properties are now children of classes, not the methods where they are defined. Resolves pappasam/jedi-language-server#240

0.39.0

Changed

0.38.0

Added

Changed

  • pygls version constraint updated to ^0.12.4

0.37.0

Added

0.36.1

  • Dependency updates, most relevant being pydantic to 1.9.1.

0.36.0

Removed

  • Drop support for Python 3.6

Fixed

0.35.1

... (truncated)

Commits
  • 72471ae Merge pull request #244 from pappasam/fix-property-symbol-in-init
  • 89e8763 Props are now children of classes, not methods where defined
  • bd51adb Merge pull request #243 from pappasam/fix-tests-for-syntax-checking
  • 7bd439b Update readme
  • 41d66af Poetry update, update changelog
  • 5d2bf21 Diagnostics now enabled by default
  • 5cfe717 Skip broken tests (for now). Fix these in future task
  • fc3d7f3 Reformat diagnostic code, minor bug fixes
  • 1fa4255 Merge pull request #242 from pyscripter/main
  • 95d6b20 Fix #241
  • 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.40.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.30.2...v0.40.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]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 7, 2022
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants