Jaseci-Labs / jac-analyzer

The Jaclang Language Extension for VScode is an extension that provides basic Language Server Protocol (LSP) functionalities for the Jaclang programming language.
MIT License
0 stars 3 forks source link

pip(deps): bump pygls from 1.0.2 to 1.1.0 #17

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 10 months ago

Bumps pygls from 1.0.2 to 1.1.0.

Release notes

Sourced from pygls's releases.

v1.1.0

https://pypi.org/project/pygls/1.1.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from pygls's changelog.

[1.1.0] - 2023-10-02

More details: https://github.com/openlawlibrary/pygls/releases/tag/v1.1.0

Bug Fixes

  • Fix broken link and outdated comment

  • Correctly cast from UTF16 positions

  • Ensure server commands can be executed

  • Mypy lints

  • Error code of JsonRpcInternalError

  • Only show code action when there's no sum

  • Don't include trailing whitespace in code action title

  • 'bool' object has no attribute 'resolve_provider'

  • Computation of formatting and diagnostic provider capabilities

CI

  • Migrate to Poetry and modernise
  • Linter for conventional commits
  • Autogenerate changelog with git-cliff
  • Automate CONTRIBUTORS.md
  • Retry Pyodide tests
  • Test against Python 3.12
  • Use matrix.python-version in cache key
  • Update json-extension pipeline
  • Pin poetry to 1.5.1
  • Do not install chromium/chromedriver
  • Enable coverage reporting
  • Run all lints even when some fail
  • Increase Pyodide CI retries to 6

Documentation

  • Use autodoc to document client methods
  • Update docstrings
  • Change specification for commit messages
  • Typo in vscode-playground README.md
  • Add api docs for servers, protocol and workspace
  • Align docstring formatting
  • Handle methods starting with $/
  • Update links and code snippets
  • Rename advanced usage to user guide
  • Instructions for using plain text files with vscode-playground

Features

  • Add document diagnostic capability
  • Add workspace symbol resolve
  • Add workspace diagnostic support

... (truncated)

Commits
  • 1720e5a ci: fix changelog update stanza
  • 85c39fb build: release v1.1.0
  • aef35e6 ci: increase Pyodide CI retries to 6
  • f0762a7 chore: fix use of deprecated methods in tests/test_language_server.py
  • 20a42ff ci: run all lints even when some fail
  • 74a72de fix: computation of formatting and diagnostic provider capabilities
  • fc07b58 refactor: make default argument mandatory, add type annotations
  • 281d411 fix: 'bool' object has no attribute 'resolve_provider'
  • 7a7ed97 ci: enable coverage reporting
  • c74fb14 refactor: reference types via types module
  • 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 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)
dependabot[bot] commented 10 months ago

The following labels could not be found: debt.

CLAassistant commented 10 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

dependabot[bot] commented 9 months ago

Looks like pygls is up-to-date now, so this is no longer needed.