Skip to content

chore(pip): bump esbonio from 0.16.5 to 2.1.0 in /src in the python group - #717

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/src/python-7d1fdf4b4e
Open

chore(pip): bump esbonio from 0.16.5 to 2.1.0 in /src in the python group#717
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/src/python-7d1fdf4b4e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 12, 2026

Copy link
Copy Markdown
Contributor

Bumps the python group in /src with 1 update: esbonio.

Updates esbonio from 0.16.5 to 2.1.0

Release notes

Sourced from esbonio's releases.

Esbonio Language Server v2.1.0 - 2026-06-28

v2.1.0 - 2026-06-28

Features

  • Add esbonio sphinx build command, which will perform a Sphinx build as if it was running as part of the language server. (#1110)

Fixes

  • When previewing .html files the preview server now specifies the charset in the Content-Type header. (#1115)
  • esbonio should no longer fail to produce completion suggestions for role targets and directive arguments when esbonio.server.completion.preferredInsertBehavior is set to insert. (#1122)

Docs

  • Update getting started guide for neovim (#1103)
  • Update getting started guide for Emacs (#1106)

Esbonio VSCode Extension v2.1.0 - 2026-06-28

v2.1.0 - 2026-06-28

Enhancements

  • Expose esbonio.sphinx.buildArguments setting. (#1108)
  • Rather than throwing a cryptic error, the Esbonio: Restart Sphinx Process command now restarts the underlying Sphinx process. When multiple processes are running, it prompts the user to make a choice. (#1120)

Fixes

  • The extension should no longer attempt to start multiple server instances, resulting in the Error: command 'esbonio.sphinx.restart' already exists error. (#1035)

Docs

  • Updated the Getting Started walkthrough included in the extension. (#1107)

Deprecated

  • Deprecate esbonio.sphinx.buildCommand in favour of esbonio.sphinx.buildArguments. (#1108)

Esbonio Language Server v2.0.0 - 2026-04-11

v2.0.0 - 2026-04-11

Breaking Changes

  • Drop support for Sphinx v6. (#1086)

  • The default values for the following configuration options have been changed.

    • esbonio.logging.level now defaults to info
    • esbonio.server.completion.preferredInsertBehavior now defaults to insert

    (#1094)

... (truncated)

Commits
  • 5e2b886 Esbonio Language Server Release v2.1.0
  • 72ab1e8 Merge pull request #1126 from swyddfa/develop
  • 76b31c2 workflow: actually set persist-credentials: true
  • 762a60b code: bump python dependencies
  • 6e29a34 code: add command palette friendly version of esbonio.sphinx.restart
  • acfce00 code: hide esbonio.sphinx.restart from command palette
  • 7ad9240 code: npm audit fix
  • dfc6e54 code: bump typescript
  • ffe082b code: bump esbuild
  • 4bbf3cc code: bump semver
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python group in /src with 1 update: [esbonio](https://github.com/swyddfa/esbonio).


Updates `esbonio` from 0.16.5 to 2.1.0
- [Release notes](https://github.com/swyddfa/esbonio/releases)
- [Commits](swyddfa/esbonio@esbonio-language-server-v0.16.5...esbonio-language-server-v2.1.0)

---
updated-dependencies:
- dependency-name: esbonio
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python
...

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 Aug 12, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 12, 2026
@github-actions

Copy link
Copy Markdown
Contributor

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run --lockfile_mode=error //src:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server (8.6.0) and connecting to it...
INFO: Invocation ID: d3aee760-b860-4862-8236-957131cdd5c2
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
    currently loading: src
WARNING: Target pattern parsing failed.
ERROR: Skipping '//src:license-check': no such target '//src:license-check': target 'license-check' not declared in package 'src' defined by /home/runner/work/docs-as-code/docs-as-code/src/BUILD
ERROR: no such target '//src:license-check': target 'license-check' not declared in package 'src' defined by /home/runner/work/docs-as-code/docs-as-code/src/BUILD
INFO: Elapsed time: 5.667s
INFO: 0 processes.
ERROR: Build did NOT complete successfully
ERROR: Build failed. Not running target

@github-actions

Copy link
Copy Markdown
Contributor

Documentation preview for this pull request is available at:
pr-717: https://eclipse-score.github.io/docs-as-code/pr-717/

@a-zw a-zw left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

Has anybody actually tried it in practice?

@MaximilianSoerenPollak

Copy link
Copy Markdown
Contributor

LGTM

Has anybody actually tried it in practice?

I want to revamp my setup anyway so I could try and give it a shot. ? Or take a look in the devcontainer if it works

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

Status: No status

Development

Successfully merging this pull request may close these issues.

2 participants