chore(deps-dev): bump vscode-extension-tester from 8.24.0 to 8.26.0 - #262
Merged
SebTardif merged 2 commits intoSep 8, 2026
Merged
Conversation
SebTardif
marked this pull request as draft
September 8, 2026 03:38
auto-merge was automatically disabled
September 8, 2026 03:38
Pull request was converted to draft
Bumps [vscode-extension-tester](https://github.com/redhat-developer/vscode-extension-tester/tree/HEAD/packages/extester) from 8.24.0 to 8.25.0. - [Release notes](https://github.com/redhat-developer/vscode-extension-tester/releases) - [Commits](https://github.com/redhat-developer/vscode-extension-tester/commits/v8.25.0/packages/extester) --- updated-dependencies: - dependency-name: vscode-extension-tester dependency-version: 8.25.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
8.25.0 pulled extract-zip 2.0.1 (GHSA-jmr9-qjv8-65gv, no patched release). 8.26.0 dropped extract-zip and restored unzipper plus tar. Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
SebTardif
force-pushed
the
dependabot/npm_and_yarn/vscode-extension-tester-8.25.0
branch
from
September 8, 2026 04:05
105f202 to
fc32aa9
Compare
SebTardif
marked this pull request as ready for review
September 8, 2026 04:05
SebTardif
enabled auto-merge (squash)
September 8, 2026 04:05
SebTardif
deleted the
dependabot/npm_and_yarn/vscode-extension-tester-8.25.0
branch
September 8, 2026 04:09
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.
Summary
Bump
vscode-extension-testerfrom 8.24.0 to 8.26.0 (not 8.25.0).Why
Dependabot opened 8.25.0. That release switched archive extraction to
extract-zip2.0.1. Every publishedextract-zipversion is in GHSA-jmr9-qjv8-65gv (high, symlink path traversal, no patched release), sonpm audit --audit-level=highfails.8.26.0 (published 2026-09-07) dropped
extract-zipand went back tounzipperplustar.The change
fast-uri/qsoverrides from chore(deps): pin fast-uri and qs to clear npm audit #264 are preservedVerification
npm audit --audit-level=highreports 0 vulnerabilitiesnpm ls vscode-extension-testershows 8.26.0extract-zipis not in the treenpm run compile-uitestspassed