Bump brace-expansion from 1.1.16 to 1.1.18 in /DevSkim-VSCode-Plugin - #769
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
This was referenced Jul 31, 2026
Giulia Stocco (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
Giulia Stocco (gfs)
added a commit
that referenced
this pull request
Aug 12, 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
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.16 to 1.1.18. - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](juliangruber/brace-expansion@v1.1.16...v1.1.18) --- updated-dependencies: - dependency-name: brace-expansion dependency-version: 1.1.18 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/DevSkim-VSCode-Plugin/brace-expansion-1.1.18
branch
from
August 12, 2026 01:38
fc4272f to
95078c0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps brace-expansion from 1.1.16 to 1.1.18.
Commits
758fcd61.1.1827fbeedMerge commit from fork5c57cc21.1.17d757f1dnpm ignore.claudecb4b9e4fix: backport GHSA-mh99-v99m-4gvg (#129)