-
Notifications
You must be signed in to change notification settings - Fork 21
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
New Release #897
New Release #897
Commits on Jul 21, 2024
-
This is a little premature, but by the time 1.0 is ready Python 3.8 will be end of life so we may as well drop support for it now
Configuration menu - View commit details
-
Copy full SHA for 503dc4f - Browse repository at this point
Copy the full SHA 503dc4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb1cc4a - Browse repository at this point
Copy the full SHA fb1cc4aView commit details -
sphinx-agent: Fix message parsing
Using `from __future__ import annotations` in more places meant that the field's types were coming through as strings. Using `typing.get_type_hints` ensures that these references are resolved correctly.
Configuration menu - View commit details
-
Copy full SHA for 96a01fb - Browse repository at this point
Copy the full SHA 96a01fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47989e3 - Browse repository at this point
Copy the full SHA 47989e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c96bc56 - Browse repository at this point
Copy the full SHA c96bc56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8de0b24 - Browse repository at this point
Copy the full SHA 8de0b24View commit details
Commits on Jul 22, 2024
-
build(deps-dev): bump @vscode/vsce from 2.30.0 to 2.31.1 in /code
Bumps [@vscode/vsce](https://github.com/Microsoft/vsce) from 2.30.0 to 2.31.1. - [Release notes](https://github.com/Microsoft/vsce/releases) - [Commits](microsoft/vscode-vsce@v2.30.0...v2.31.1) --- updated-dependencies: - dependency-name: "@vscode/vsce" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d02c69a - Browse repository at this point
Copy the full SHA d02c69aView commit details -
build(deps): bump semver from 7.6.2 to 7.6.3 in /code
Bumps [semver](https://github.com/npm/node-semver) from 7.6.2 to 7.6.3. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](npm/node-semver@v7.6.2...v7.6.3) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5bce0a3 - Browse repository at this point
Copy the full SHA 5bce0a3View commit details -
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.2 → v0.5.4](astral-sh/ruff-pre-commit@v0.5.2...v0.5.4) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.0](pre-commit/mirrors-mypy@v1.10.1...v1.11.0)
Configuration menu - View commit details
-
Copy full SHA for 4552ff3 - Browse repository at this point
Copy the full SHA 4552ff3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 306fbaf - Browse repository at this point
Copy the full SHA 306fbafView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc194b2 - Browse repository at this point
Copy the full SHA fc194b2View commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 44f758b - Browse repository at this point
Copy the full SHA 44f758bView commit details
Commits on Aug 6, 2024
-
lsp: Drop Sphinx 5.x, add support for Sphinx 8.x
By the time the `1.0` release is ready, Sphinx 8.x will be available, so it makes sense to try and add support for it now.
Configuration menu - View commit details
-
Copy full SHA for 5b75ce8 - Browse repository at this point
Copy the full SHA 5b75ce8View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbd612e - Browse repository at this point
Copy the full SHA dbd612eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48290c2 - Browse repository at this point
Copy the full SHA 48290c2View commit details -
lsp: Remove
furo
as test dependencyNothing against furo, but not depending on it for test cases is one less dependency to migrate when a major version of Sphinx rolls around. Plus overriding the theme set in `conf.py` is a nice way to exercise the `configOverrides` option
Configuration menu - View commit details
-
Copy full SHA for ebb698f - Browse repository at this point
Copy the full SHA ebb698fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c779ab1 - Browse repository at this point
Copy the full SHA c779ab1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0e1fde - Browse repository at this point
Copy the full SHA b0e1fdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1ace34 - Browse repository at this point
Copy the full SHA d1ace34View commit details -
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.4...v0.5.6) - [github.com/pre-commit/mirrors-mypy: v1.11.0 → v1.11.1](pre-commit/mirrors-mypy@v1.11.0...v1.11.1)
Configuration menu - View commit details
-
Copy full SHA for 5238de0 - Browse repository at this point
Copy the full SHA 5238de0View commit details -
build(deps-dev): bump typescript from 5.5.3 to 5.5.4 in /code (#867)
* build(deps-dev): bump typescript from 5.5.3 to 5.5.4 in /code Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.3 to 5.5.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.5.3...v5.5.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Carney <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 218beb0 - Browse repository at this point
Copy the full SHA 218beb0View commit details -
build(deps-dev): bump ovsx from 0.9.1 to 0.9.2 in /code
Bumps [ovsx](https://github.com/eclipse/openvsx/tree/HEAD/cli) from 0.9.1 to 0.9.2. - [Release notes](https://github.com/eclipse/openvsx/releases) - [Changelog](https://github.com/eclipse/openvsx/blob/master/cli/CHANGELOG.md) - [Commits](https://github.com/eclipse/openvsx/commits/HEAD/cli) --- updated-dependencies: - dependency-name: ovsx dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 647de61 - Browse repository at this point
Copy the full SHA 647de61View commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 90bf2dd - Browse repository at this point
Copy the full SHA 90bf2ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for e164f62 - Browse repository at this point
Copy the full SHA e164f62View commit details -
Configuration menu - View commit details
-
Copy full SHA for c72d60c - Browse repository at this point
Copy the full SHA c72d60cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a5b77b - Browse repository at this point
Copy the full SHA 9a5b77bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f09f93 - Browse repository at this point
Copy the full SHA 9f09f93View commit details -
Configuration menu - View commit details
-
Copy full SHA for b02c435 - Browse repository at this point
Copy the full SHA b02c435View commit details -
Configuration menu - View commit details
-
Copy full SHA for c74dcc5 - Browse repository at this point
Copy the full SHA c74dcc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b21fca - Browse repository at this point
Copy the full SHA 2b21fcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28685b2 - Browse repository at this point
Copy the full SHA 28685b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 349c393 - Browse repository at this point
Copy the full SHA 349c393View commit details -
code: Expose additional Sphinx process properties
This commit extends the Sphinx Process tree view to include additional details about the Sphinx processes currently managed by the server. - The value of `esbonio.sphinx.pythonCommand` - The value of `esbonio.sphinx.buildCommand` - The current builder name, as well as a (basic!) file tree exposing the contents of the build directory. This finally makes the files produced when esbonio writes to its default build dir easily accessible. Including these details not only helps the user figure out the current state of the server, but it provides an obvious location for additional management/maintainance commands in the future
Configuration menu - View commit details
-
Copy full SHA for b875c03 - Browse repository at this point
Copy the full SHA b875c03View commit details
Commits on Aug 24, 2024
-
sphinx-agent: Use only builtin nodes for line numbers
To remove the possibility of conflicting with extensions that introduce custom doctree nodes, the sphinx agent will only consider nodes defined in `docutils.nodes` or `sphinx.addnodes` when injecting line numbers
Configuration menu - View commit details
-
Copy full SHA for 12c9bd9 - Browse repository at this point
Copy the full SHA 12c9bd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35a4fc3 - Browse repository at this point
Copy the full SHA 35a4fc3View commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ba6e837 - Browse repository at this point
Copy the full SHA ba6e837View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84d3bd6 - Browse repository at this point
Copy the full SHA 84d3bd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f7dec1 - Browse repository at this point
Copy the full SHA 8f7dec1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ccaef2 - Browse repository at this point
Copy the full SHA 1ccaef2View commit details -
lsp: Work around openlawlibrary/pygls#433
The most recent release of pytest-lsp now surfaces the above issue in the test suite. So that esbonio is not blocked on a fix, wrap the call to `shutdown_session` in `asyncio.wait_for` and ignore the timeout error.
Configuration menu - View commit details
-
Copy full SHA for 871a9a1 - Browse repository at this point
Copy the full SHA 871a9a1View commit details -
build(deps): bump platformdirs from 4.2.2 to 4.3.3 in /code
Bumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.2.2 to 4.3.3. - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst) - [Commits](tox-dev/platformdirs@4.2.2...4.3.3) --- updated-dependencies: - dependency-name: platformdirs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ad935d2 - Browse repository at this point
Copy the full SHA ad935d2View commit details -
build(deps): bump websockets from 12.0 to 13.0.1 in /code
Bumps [websockets](https://github.com/python-websockets/websockets) from 12.0 to 13.0.1. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](python-websockets/websockets@12.0...13.0.1) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c1e5b1 - Browse repository at this point
Copy the full SHA 1c1e5b1View commit details
Commits on Sep 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cb319a1 - Browse repository at this point
Copy the full SHA cb319a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1fbbd0 - Browse repository at this point
Copy the full SHA c1fbbd0View commit details