Skip to content

Bump brace-expansion and vscode-languageclient in /lsp/Client - #394

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/lsp/Client/multi-a8826a37bc
Closed

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/lsp/Client/multi-a8826a37bc

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2026 •

Copy link
Copy Markdown
Contributor

Bumps brace-expansion to 5.0.7 and updates ancestor dependency vscode-languageclient. These dependencies need to be updated together.

Updates brace-expansion from 5.0.6 to 5.0.7

Commits

Updates vscode-languageclient from 9.0.1 to 10.1.0

Release notes

Sourced from vscode-languageclient's releases.

release/client/10.1.0

No release notes provided.

release/server/10.1.0

No release notes provided.

release/client/10.0.1

No release notes provided.

release/server/10.0.1

No release notes provided.

release/client/10.0.0

Changes:

  • #1786: Shorten test dir path

This list of changes was auto generated.

release/server/10.0.0

No release notes provided.

release/client/10.0.0-next.22

No release notes provided.

release/client/10.0.0-next.21

No release notes provided.

release/client/10.0.0-next.20

Changes:

Bugs:

  • #1717: Client requests textDocument/diagnostics before textDocument/didOpen

Others:

  • #1723: Fix client request order for textDocument/diagnostics
  • #1721: Bump webpack from 5.103.0 to 5.105.0
  • #1715: Update minimatch dependency to version 10.1.2
  • #1714: Bump @​isaacs/brace-expansion from 5.0.0 to 5.0.1 in /client
  • #1713: Bump @​isaacs/brace-expansion from 5.0.0 to 5.0.1 in /client-node-tests
  • #1712: Format metaModel.ts

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for vscode-languageclient since your current version.


You can trigger a rebase of this PR 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) to 5.0.7 and updates ancestor dependency [vscode-languageclient](https://github.com/Microsoft/vscode-languageserver-node/tree/HEAD/client). These dependencies need to be updated together.


Updates `brace-expansion` from 5.0.6 to 5.0.7
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v5.0.6...v5.0.7)

Updates `vscode-languageclient` from 9.0.1 to 10.1.0
- [Release notes](https://github.com/Microsoft/vscode-languageserver-node/releases)
- [Commits](https://github.com/Microsoft/vscode-languageserver-node/commits/release/client/10.1.0/client)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 5.0.7
  dependency-type: indirect
- dependency-name: vscode-languageclient
  dependency-version: 10.1.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 21, 2026
usr3-1415 added a commit that referenced this pull request Sep 20, 2026
Refresh package-lock.json with `npm audit fix --package-lock-only`; no
package.json change, vscode-languageclient stays at 9.0.1.

- brace-expansion 5.0.6 -> 5.0.12 (dev) and 2.1.1 -> 2.1.7 (under
  vscode-languageclient): GHSA-3jxr-9vmj-r5cp, GHSA-mh99-v99m-4gvg,
  GHSA-rgw5-rvv9-x895 (dependabot alerts 32, 38, 47, 48)
- qs 6.15.2 -> 6.16.0: GHSA-x5fp-wj9c-mxmx, GHSA-4mjr-xmp4-gh2g

Supersedes #394, which bundled the brace-expansion fix with a
vscode-languageclient 9 -> 10 major bump that breaks the extension build
(TS2307 'vscode-languageclient/node') and requires VS Code ^1.91.

Verified: npm ci, npm run compile and npm run package (vsce) succeed;
npm audit reports 0 vulnerabilities.
@usr3-1415

Copy link
Copy Markdown
Collaborator

Superseded by 8eecc7a on master, which fixes the brace-expansion advisories (5.0.6 -> 5.0.12 and 2.1.1 -> 2.1.7 under vscode-languageclient) with a lock-only npm audit fix, keeping vscode-languageclient at 9.0.1.

The 9 -> 10 major bump bundled in this PR breaks the extension build in the LSP artifacts job (TS2307: Cannot find module 'vscode-languageclient/node') and requires VS Code ^1.91 while the extension declares ^1.75. That upgrade needs tsconfig/engines changes and will be handled separately. Closing.

@usr3-1415 usr3-1415 closed this Sep 20, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 20, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/lsp/Client/multi-a8826a37bc branch September 20, 2026 12:24
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant