Skip to content

Bump @tootallnate/once and @vscode/test-electron#25964

Closed
dependabot[bot] wants to merge 6 commits into
mainfrom
dependabot/npm_and_yarn/multi-428e23515c
Closed

Bump @tootallnate/once and @vscode/test-electron#25964
dependabot[bot] wants to merge 6 commits into
mainfrom
dependabot/npm_and_yarn/multi-428e23515c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 21, 2026

Copy link
Copy Markdown

Bumps @tootallnate/once to 2.0.1 and updates ancestor dependency @vscode/test-electron. These dependencies need to be updated together.

Updates @tootallnate/once from 2.0.0 to 2.0.1

Release notes

Sourced from @​tootallnate/once's releases.

v2.0.1

Patch Changes

  • a1e5e2d: Fix promise hang when AbortSignal is aborted
Changelog

Sourced from @​tootallnate/once's changelog.

2.0.1

Patch Changes

  • a1e5e2d: Fix promise hang when AbortSignal is aborted
Commits
  • bcbb21d ci: fix OIDC publishing — Node 24, npm latest, provenance
  • dc24387 Version Packages (2.x) (#12)
  • b8a6f80 CI: test all Node versions on Linux only
  • dabcc0f ci: drop EOL Node.js 14.x/16.x, add 22.x
  • b464efc Update CI: modern Node versions, fix macOS ARM64 compat
  • a1e5e2d Fix promise hang when AbortSignal is aborted
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​tootallnate/once since your current version.


Updates @vscode/test-electron from 2.3.8 to 2.5.2

Changelog

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

2.5.2 | 2024-04-09

  • Fix install issue on various platforms

2.5.1 | 2024-04-07

  • Allow downloading server versions

2.5.0 | 2024-02-04

  • Fix deleting old Insiders in electron not working

2.4.1 | 2024-07-05

  • Throw a typed TestRunFailedError on failure instead of a string.

2.4.0 | 2024-05-24

  • Allow installing unreleased builds using an -unreleased suffix, such as insiders-unreleased.
  • Allow passing different data directories in runVSCodeCommand, using it for extension development.
  • Improve the appearance progress reporting.

2.3.10 | 2024-05-13

2.3.9 | 2024-01-19

  • Fix archive extraction on Windows failing when run under Electron
Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for @​vscode/test-electron since your current version.

Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


You can trigger a rebase of this PR 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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@tootallnate/once](https://github.com/TooTallNate/once) to 2.0.1 and updates ancestor dependency [@vscode/test-electron](https://github.com/Microsoft/vscode-test). These dependencies need to be updated together.


Updates `@tootallnate/once` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/TooTallNate/once/releases)
- [Changelog](https://github.com/TooTallNate/once/blob/v2.0.1/CHANGELOG.md)
- [Commits](TooTallNate/once@2.0.0...v2.0.1)

Updates `@vscode/test-electron` from 2.3.8 to 2.5.2
- [Changelog](https://github.com/microsoft/vscode-test/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Microsoft/vscode-test/commits/v2.5.2)

---
updated-dependencies:
- dependency-name: "@tootallnate/once"
  dependency-version: 2.0.1
  dependency-type: indirect
- dependency-name: "@vscode/test-electron"
  dependency-version: 2.5.2
  dependency-type: direct:development
...

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 May 21, 2026
@rzhao271 rzhao271 added the no-changelog No news entry required label May 21, 2026
benvillalobos
benvillalobos previously approved these changes Jun 26, 2026
roblourens
roblourens previously approved these changes Jun 26, 2026
alexdima
alexdima previously approved these changes Jun 26, 2026
@eleanorjboyd

Copy link
Copy Markdown
Member

@copilot resolve the merge conflicts in this pull request

…rn/multi-428e23515c

# Conflicts:
#	package-lock.json
Copilot AI dismissed stale reviews from alexdima, roblourens, and benvillalobos via 07f4ff3 July 2, 2026 22:21

Copilot AI commented Jul 2, 2026

Copy link
Copy Markdown

@copilot resolve the merge conflicts in this pull request

Resolved the merge conflicts by merging origin/main into the branch. The package.json conflicts were auto-resolved (keeping @vscode/test-electron@^2.5.2 from this PR while picking up other updates from main). The package-lock.json conflicts were resolved by regenerating it with npm install --package-lock-only, which correctly locked @vscode/test-electron@2.5.2.

Copilot AI requested a review from eleanorjboyd July 2, 2026 22:21
@eleanorjboyd

Copy link
Copy Markdown
Member

@copilot resolve the merge conflicts in this pull request

…rn/multi-428e23515c

# Conflicts:
#	package-lock.json
#	package.json

Copilot AI commented Jul 2, 2026

Copy link
Copy Markdown

@copilot resolve the merge conflicts in this pull request

Resolved in commit a695e3d. The package.json conflict was resolved by keeping @vscode/test-electron@^2.5.2 from this PR while taking @vscode/vsce@^3.9.2 from main. package-lock.json was regenerated with npm install --package-lock-only.

eleanorjboyd
eleanorjboyd previously approved these changes Jul 2, 2026
@eleanorjboyd
eleanorjboyd enabled auto-merge (squash) July 2, 2026 22:41
benvillalobos
benvillalobos previously approved these changes Jul 3, 2026
dbaeumer
dbaeumer previously approved these changes Jul 3, 2026
@eleanorjboyd

Copy link
Copy Markdown
Member

@copilot vscode/test-electron has a newer version. Please check and update to use the newer one

Copilot AI dismissed stale reviews from benvillalobos, eleanorjboyd, and dbaeumer via 394dbc9 July 24, 2026 17:34

Copilot AI commented Jul 24, 2026

Copy link
Copy Markdown

@copilot vscode/test-electron has a newer version. Please check and update to use the newer one

Updated to @vscode/test-electron@^3.0.0 (the latest) in commit 394dbc9. The package-lock.json has been regenerated to lock version 3.0.0.

auto-merge was automatically disabled July 24, 2026 18:00

Pull request was closed

@dependabot @github

dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/multi-428e23515c branch July 24, 2026 18:01
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 no-changelog No news entry required

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants