Skip to content

Bump pygls from 0.9.0 to 0.9.1 #64

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 Aug 4, 2022

Bumps pygls from 0.9.0 to 0.9.1.

Changelog

Sourced from pygls's changelog.

[0.9.1] - 09/29/2020

Added

  • Functions to convert positions from and to utf-16 code units (#117)
  • Type definitions for ClientInfo and HoverParams (#125)

Changed

  • Exit server normally when ctrl+c is pressed in command shell.
  • Mark deprecated rangeLength optional in TextDocumentContentChangeEvent (#123)
  • Optimize json-rpc message serialization (#120)
  • Fix __init__() constructors in several interface types (#125)
  • Fix valueSet type in SymbolKindAbstract (#125)

Fixed

  • coroutine deprecation warning - use async def instead (#136)

#125: openlawlibrary/pygls#125 #123: openlawlibrary/pygls#123 #120: openlawlibrary/pygls#120 #117: openlawlibrary/pygls#117 #136: openlawlibrary/pygls#136

Commits
  • e1cb68f Merge pull request #138 from openlawlibrary/release/v0.9.1
  • 62708be Update changelog
  • 450575f Bump version to 0.9.1
  • a80c1e7 Turn coroutine to async def (#136)
  • 7bcd69d Merge pull request #123 from deathaxe/pr/remove-didchange-rangelength
  • 418d3eb Make mypy happy
  • aa0c322 Merge branch 'master' into pr/remove-didchange-rangelength
  • e56b4be Merge pull request #125 from deathaxe/pr/fix-types
  • a332f81 Remove workDoneToken from HoverParams
  • 2e3673e Remove deprecated rangeLength from TextDocumentContentChangeEvent
  • 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 [pygls](https://github.com/openlawlibrary/pygls) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/openlawlibrary/pygls/releases)
- [Changelog](https://github.com/openlawlibrary/pygls/blob/master/CHANGELOG.md)
- [Commits](openlawlibrary/pygls@v0.9.0...v0.9.1)

---
updated-dependencies:
- dependency-name: pygls
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/pygls-0.9.1 branch from 7196011 to acb51c6 Compare August 4, 2022 15:06
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔍 Ready for Review Pull Request is not reviewed yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants