Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Bumps esbonio from 0.16.5 to 1.0.0.

Release notes

Sourced from esbonio's releases.

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.

    The server now treats initializationOptions as the lowest priority settings source, allowing clients to use them to provide fallback options.

    (#1024)

  • If there is no pythonCommand configured, esbonio will now attempt to use the server's runtime environment as a fallback. (#1027)

Fixes

  • Passing the -C flag to esbonio.sphinx.buildCommand now works as expected (#997)

Docs

  • Add guide on using the -C flag to sphinx-build to allow the use of esbonio with files that aren't in a Sphinx project. (#997)

Misc

  • The following options have been removed

    • esbonio.sphinx.envPassthrough: For ages now, the language server passes through all environment variables to the sphinx process so this option has no use.
    • esbonio.sphinx.pythonPath: The original intent behind this option was to allow you to override the version of the sphinx agent. However, the better way to do this is just use a different version of esbonio.
    • esbonio.sphinx.cwd: Use esbonio.sphinx.pythonCommand.cwd
    • esbonio.sphinx.fallbackEnv: This was a hack to allow the VSCode extension to provide a default environment in the absence of any user configuration, client's should set esbonio.sphinx.pythonCommand in their initializationOptions.

    (#1024)

  • Drop Python 3.9 support (#1032)

Esbonio VSCode Extension v1.0.0 - 2025-10-28

v1.0.0 - 2025-10-28

Enhancements

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

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

... (truncated)

Commits
  • db725cb Esbonio Language Server Release v1.0.0
  • 71965e9 Merge pull request #1040 from swyddfa/develop
  • 01621aa code: remove pre-release tag
  • 8d86dea docs: update migration guide
  • fff0526 docs: remove pre-release banner
  • 2c21f98 update readme
  • 1ab79f7 code: update bundled envs
  • 28b6616 build(deps-dev): bump the vscode-ext group in /code with 2 updates
  • 70afca0 [pre-commit.ci] pre-commit autoupdate
  • 52edfc1 lsp: bump pytest-lsp version
  • 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 [esbonio](https://github.com/swyddfa/esbonio) from 0.16.5 to 1.0.0.
- [Release notes](https://github.com/swyddfa/esbonio/releases)
- [Commits](swyddfa/esbonio@esbonio-language-server-v0.16.5...esbonio-language-server-v1.0.0)

---
updated-dependencies:
- dependency-name: esbonio
  dependency-version: 1.0.0
  dependency-type: direct:development
  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 Nov 3, 2025
@dependabot dependabot bot requested a review from Tatsh as a code owner November 3, 2025 21:36
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Nov 3, 2025
@coveralls
Copy link

Pull Request Test Coverage Report for Build 19050108021

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 18858766414: 0.0%
Covered Lines: 28
Relevant Lines: 28

💛 - Coveralls

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 4, 2025

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

@dependabot dependabot bot closed this Nov 4, 2025
@dependabot dependabot bot deleted the dependabot/pip/esbonio-1.0.0 branch November 4, 2025 03:16
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.

2 participants