Skip to content

Bump esbonio from 0.16.5 to 1.1.0 in /docs#305

Open
dependabot[bot] wants to merge 1 commit into7.0from
dependabot/pip/docs/esbonio-1.1.0
Open

Bump esbonio from 0.16.5 to 1.1.0 in /docs#305
dependabot[bot] wants to merge 1 commit into7.0from
dependabot/pip/docs/esbonio-1.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2026

Bumps esbonio from 0.16.5 to 1.1.0.

Release notes

Sourced from esbonio's releases.

Esbonio Language Server v1.1.0 - 2026-02-19

v1.1.0 - 2026-02-19

Enhancements

  • Introduce esbonio.sphinx.buildArguments as an alternative name for the esbonio.sphinx.buildCommand config option.

    When options like esbonio.sphinx.pythonCommand exist, esbonio.sphinx.buildCommand suggests this can be an arbitrary command which is not true and is therefore misleading. Both names will be available for the foreseable future, but esbonio.sphinx.buildArguments will be preferred and highlighted in documentation moving forward. (#1052)

  • The sphinx/clientCreated notification now reports the PID of the sphinx process.

    The sphinx/appCreated notification now reports the Python version. (#1075)

Fixes

  • Fix the application of unsaved changes to Sphinx projects when the build is runnning on a symlinked directory by @​JoHoenk (#1079)

Docs

  • Add page on Esbonio's versioning scheme and supported Python and Sphinx versions. (#1052)
  • Document sphinx project discovery. (#1056)
  • Document default sphinx-build argument selection (part of project discovery). (#1057)
  • Document edge case when using the advanced form of esbonio.sphinx.pythonCommand together with the VSCode extension (or any client that provides a fallback configuration via initializationOptions). (#1074)

Esbonio VSCode Extension v1.1.0 - 2026-02-19

v1.1.0 - 2026-02-19

Enhancements

  • The Python interpreter version is now included in the Sphinx process tree. (#1075)
  • Update esbonio version to v1.1.0 (#1080)

Fixes

  • VSCode will no longer incorrectly mark the simple form of esbonio.sphinx.pythonCommand as an error. (#1074)

Esbonio Language Server v1.0.0 - 2025-10-28

v1.0.0 - 2025-10-28

Enhancements

  • Add the esbonio.sphinx.pythonCommand.env option which can be used to set/override envrionment variables for the Sphinx process (#469)

  • esbonio.sphinx.pythonCommand is now an object with with following fields

    • [esbonio.sphinx.pythonCommand.]command: This list of strings from the original esbonio.sphinx.pythonCommand.
    • [esbonio.sphinx.pythonCommand.]env: A dictionary allowing you to add/override environment variables passed to the sphinx process
    • [esbonio.sphinx.pythonCommand.]cwd: A string allowing you to change the directory in which the sphinx process is launched.

    95% of the time, the previous simple list of strings was sufficient to configure the process. So the server will still accept a list of strings for esbonio.sphinx.pythonCommand and it will be automatically converted to the new object representation.

... (truncated)

Commits
  • f962184 Esbonio Language Server Release v1.1.0
  • 3f75614 Merge pull request #1080 from swyddfa/develop
  • 9d22766 code: Update chagelog
  • 4f698fa [pre-commit.ci] auto fixes from pre-commit.com hooks
  • 3f416d0 Update chagelogs
  • 9a9073a Align version bump script to versioning policy
  • 1e3c2b4 fix symlink resolution
  • c232f58 docs: Document edge case with advanced pythonCommand usage
  • 846fd4f code: Fix issue where valid pythonCommand values were highlighted as invalid
  • 70b8883 build(deps): bump pygls in /code in the vscode-envs group
  • 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 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 [esbonio](https://github.com/swyddfa/esbonio) from 0.16.5 to 1.1.0.
- [Release notes](https://github.com/swyddfa/esbonio/releases)
- [Commits](swyddfa/esbonio@esbonio-language-server-v0.16.5...esbonio-language-server-v1.1.0)

---
updated-dependencies:
- dependency-name: esbonio
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Feb 26, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 26, 2026 06:42
@dependabot dependabot bot requested review from adiati98 and favour-chibueze and removed request for a team February 26, 2026 06:42
RCheesley
RCheesley previously approved these changes Feb 26, 2026
Copy link
Copy Markdown
Member

@RCheesley RCheesley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to build OK and makes sense to get it onto a supported version!

@dependabot dependabot bot changed the base branch from 5.x to 7.0 March 19, 2026 11:20
@dependabot dependabot bot dismissed RCheesley’s stale review March 19, 2026 11:20

The base branch was changed.

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