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 pygls from 2.0.0a1 to 2.0.0a2 in /code #930

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Bumps pygls from 2.0.0a1 to 2.0.0a2.

Release notes

Sourced from pygls's releases.

v2.0.0a2

What's Changed

Full Changelog: openlawlibrary/pygls@v2.0.0a1...v2.0.0a2

Changelog

Sourced from pygls's changelog.

[2.0.0a2] - 2024-11-04

More details: https://github.com/openlawlibrary/pygls/releases/tag/v2.0.0a2

Bug Fixes

  • Use BinaryIO not TextIO in start_io()
  • Reduce log noise generated by unimplemented methods
  • Return None for non file: URIs
  • Cancel pending client requests when server process exits
  • Wait for the server process to exit
  • Don't call sys.exit

CI

  • Run the new pyodide test suite in CI
  • Bump action versions

Documentation

  • Add RELEASING.md doc
  • Update migration guide to cover thread pool changes
  • Remove Strata server implementation
  • Update v2 migration guide
  • Update migration guide
  • Fix intersphinx reference
  • Add guide on running the pyodide test suite
  • Restructure the documentation... again
  • Add guide on running a pyodide server on nodejs
  • Add guide on running a pyodide server in the browser

Features

  • Add start_tcp method to JsonRPCClient
  • Add pygls.cli.start_server
  • Add start_ws method to pygls' LangugageClient
  • Fallback to a synchronous main loop on WASM platforms

Miscellaneous Tasks

  • Update CHANGELOG.md
  • Update CONTRIBUTORS.md
  • Properly indent RELEASING.md
  • Fix task name
  • Bump minimum required websockets version
  • Update to lsprotocol-2024.0.0b1
  • Delete pyodide specific code

Refactor

  • Remove multiprocessing.pool.ThreadPool

... (truncated)

Commits
  • 549a783 build: v2.0.0a2
  • a075820 docs: add guide on running a pyodide server in the browser
  • fdf641c docs: add guide on running a pyodide server on nodejs
  • 847218c docs: restructure the documentation... again
  • 0946287 docs: add guide on running the pyodide test suite
  • f3c875a docs: fix intersphinx reference
  • 72db440 ci: bump action versions
  • b4b250c ci: run the new pyodide test suite in CI
  • a199582 test: add option to run end-to-end tests under pyodide
  • 6b53790 test: delete the old pyodide test suite
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 2.0.0a1 to 2.0.0a2.
- [Release notes](https://github.com/openlawlibrary/pygls/releases)
- [Changelog](https://github.com/openlawlibrary/pygls/blob/main/CHANGELOG.md)
- [Commits](openlawlibrary/pygls@v2.0.0a1...v2.0.0a2)

---
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 added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 1, 2024
@alcarney
Copy link
Member

alcarney commented Dec 1, 2024

Will be included as part of #928

@alcarney alcarney closed this Dec 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/code/develop/pygls-2.0.0a2 branch December 1, 2024 17:27
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant