Skip to content

Bump @vscode/test-electron from 2.5.2 to 3.0.0 in /test/vscode#199

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/test/vscode/vscode/test-electron-3.0.0
Open

Bump @vscode/test-electron from 2.5.2 to 3.0.0 in /test/vscode#199
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/test/vscode/vscode/test-electron-3.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps @vscode/test-electron from 2.5.2 to 3.0.0.

Changelog

Sourced from @​vscode/test-electron's changelog.

Changelog

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)

Review in cubic

Bumps [@vscode/test-electron](https://github.com/Microsoft/vscode-test) from 2.5.2 to 3.0.0.
- [Changelog](https://github.com/microsoft/vscode-test/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Microsoft/vscode-test/commits)

---
updated-dependencies:
- dependency-name: "@vscode/test-electron"
  dependency-version: 3.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 Jun 15, 2026
@augmentcode

augmentcode Bot commented Jun 15, 2026

Copy link
Copy Markdown
🤖 Augment PR Summary

Summary: Updates the VS Code extension test harness in test/vscode by bumping @vscode/test-electron from 2.5.2 to 3.0.0.
Why: Keeps the VS Code integration test dependency aligned with the latest upstream major release (Dependabot bump).

🤖 Was this summary useful? React with 👍 or 👎

@augmentcode augmentcode Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. 1 suggestion posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

Comment thread test/vscode/package.json
"devDependencies": {
"@vscode/test-cli": "^0.0.12",
"@vscode/test-electron": "^2.5.2"
"@vscode/test-electron": "^3.0.0"

@augmentcode augmentcode Bot Jun 15, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vscode/test-electron@3.0.0 declares engines.node: ">=22" (per its published package.json), so this bump may break npm install / CI if the repo is still running Node 20/18 anywhere (notably the GitHub Actions workflows use actions/setup-node without pinning a version).

Severity: high

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

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