Skip to content

Bump minimatch and vscode-languageclient in /testbeds/lsp-rust/client#253

Merged
dbaeumer merged 2 commits intomainfrom
dependabot/npm_and_yarn/testbeds/lsp-rust/client/multi-541c833ef6
Feb 25, 2026
Merged

Bump minimatch and vscode-languageclient in /testbeds/lsp-rust/client#253
dbaeumer merged 2 commits intomainfrom
dependabot/npm_and_yarn/testbeds/lsp-rust/client/multi-541c833ef6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps minimatch to 10.2.2 and updates ancestor dependency vscode-languageclient. These dependencies need to be updated together.

Updates minimatch from 9.0.4 to 10.2.2

Changelog

Sourced from minimatch's changelog.

change log

10.2

  • Add braceExpandMax option

10.1

  • Add magicalBraces option for escape
  • Fix makeRe when partial: true is set.
  • Fix makeRe when pattern ends in a final ** path part.

10.0

  • Require node 20 or 22 and higher

9.0

  • No default export, only named exports.

8.0

  • Recursive descent parser for extglob, allowing correct support for arbitrarily nested extglob expressions
  • Bump required Node.js version

7.4

  • Add escape() method
  • Add unescape() method
  • Add Minimatch.hasMagic() method

7.3

  • Add support for posix character classes in a unicode-aware way.

7.2

  • Add windowsNoMagicRoot option

7.1

  • Add optimizationLevel configuration option, and revert the default back to the 6.2 style minimal optimizations, making the advanced transforms introduced in 7.0 opt-in. Also, process provided file paths in the same way in optimizationLevel:2 mode, so most things that matched with optimizationLevel 1 or 0 should match with level 2 as well. However, level 1 is the default, out of an abundance of caution.

... (truncated)

Commits

Updates vscode-languageclient from 10.0.0-next.5 to 10.0.0-next.20

Release notes

Sourced from vscode-languageclient's releases.

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
  • #1711: Bump lodash from 4.17.21 to 4.17.23
  • #1710: Fix typo in type documentation
  • #1708: Update to latest security block
  • #1707: Bump qs from 6.13.1 to 6.14.1
  • #1705: Merge next release into main
  • #1704: Update lock files for next LSP release

This list of changes was auto generated.

release/client/10.0.0-next.19

No release notes provided.

release/client/10.0.0-next.18

No release notes provided.

release/client/10.0.0-next.17

No release notes provided.

release/client/10.0.0-next.16

Changes:

  • #1637: Fix workspace/textDocumentContent/refresh request
  • #1635: Remove modifier from semantic token types since VS Code doesn't support it.
  • #1634: Merge release into main
  • #1633: Dbaeumer/heavy-rooster-moccasin

... (truncated)

Commits
Maintainer changes

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


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

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


Updates `minimatch` from 9.0.4 to 10.2.2
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v9.0.4...v10.2.2)

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

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 10.2.2
  dependency-type: indirect
- dependency-name: vscode-languageclient
  dependency-version: 10.0.0-next.20
  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 Feb 21, 2026
@dbaeumer dbaeumer merged commit 8493169 into main Feb 25, 2026
6 checks passed
@dbaeumer dbaeumer deleted the dependabot/npm_and_yarn/testbeds/lsp-rust/client/multi-541c833ef6 branch February 25, 2026 08:18
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