Skip to content

Bump brace-expansion from 1.1.14 to 1.1.18 in /DevSkim-VSCode-Plugin - #769

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/DevSkim-VSCode-Plugin/brace-expansion-1.1.18
Open

Bump brace-expansion from 1.1.14 to 1.1.18 in /DevSkim-VSCode-Plugin#769
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/DevSkim-VSCode-Plugin/brace-expansion-1.1.18

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 31, 2026

Copy link
Copy Markdown
Contributor

Bumps brace-expansion from 1.1.14 to 1.1.18.

Release notes

Sourced from brace-expansion's releases.

v1.1.15

  • Backport v5.0.6 change to v1 (#111) 0b09384

juliangruber/brace-expansion@v1.1.14...v1.1.15

Commits

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

Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.14 to 1.1.18.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/commits)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.18
  dependency-type: indirect
...

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 31, 2026
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

gfs added a commit that referenced this pull request Aug 3, 2026
Folds the five open Dependabot pull requests for the VS Code extension
(#765, #766, #767, #768, #769) into a single change so the new
.github/dependabot.yml grouping starts from a clean slate.

Transitive lockfile bumps: linkify-it 5.0.1 -> 5.0.2, fast-uri 3.1.2 ->
3.1.4, undici 7.24.6 -> 7.29.0, and brace-expansion 1.1.14 -> 1.1.16 and
5.0.5 -> 5.0.8.

Three of the versions Dependabot picked no longer exist: brace-expansion
1.1.18 and 5.0.9 (from #769 and #767) and minimatch 10.2.6 (pulled in by
#767) have been removed from the npm registry, so restoring them fails with
a 404 and the packument no longer records them at all. They are pinned here
to the newest releases that do exist -- 1.1.16, 5.0.8 and 10.2.5.

The vscode-languageclient 7.0.0 -> 10.1.0 bump from #767 does not build on
its own, so it is carried here with the migration it needs:

* vscode-languageclient 10 declares its entry points only through
  "exports", which node10 module resolution cannot see, so both TypeScript
  projects move to node16 module resolution.
* Its type declarations use the NoInfer utility type, so typescript goes
  from ^4.5.5 to ^5.9.3.
* LanguageClient.start() now returns a promise rather than a disposable and
  onReady() was removed in v8, so client/extension.ts registers its
  notification handlers before starting the client and disposes the client
  through the extension context.
* vscode-languageclient 10 requires VS Code ^1.91.0, so engines.vscode goes
  from ^1.63.0 to ^1.91.0 and @types/vscode is pinned to the matching
  1.91.0 so the extension is not type-checked against APIs newer than the
  version it claims to support.

Verified with npm ci in both package directories, npm run compile, npm run
lint, and the esbuild bundle step used for packaging.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: c4d8e4b0-da9f-459c-9620-b7c0d2af33a6
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.

0 participants