Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @vscode/test-electron to v2.4.0 #69

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vscode/test-electron 2.1.5 -> 2.4.0 age adoption passing confidence

Release Notes

Microsoft/vscode-test (@​vscode/test-electron)

v2.4.0

Compare Source

  • 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.

v2.3.10

Compare Source

  • Add runVSCodeCommand method and workaround for Node CVE-2024-27980

v2.3.9

  • Fix archive extraction on Windows failing when run under Electron

v2.3.8

  • Fix archive extraction on macOS and Linux sometimes failing

v2.3.7

Compare Source

  • Remove detection for unsupported win32 builds
  • Add length and hash validation for downloaded builds

v2.3.6

Compare Source

  • Fix windows sometimes failing on EPERM in download (again)

v2.3.5

Compare Source

  • Fix windows sometimes failing on EPERM in download

v2.3.4

Compare Source

  • Fix "insiders" string not matching correctly

v2.3.3

Compare Source

  • Disable GPU sandbox by default, fixing failures in some CI's.

v2.3.2

Compare Source

  • Fix download method not working for the vscode cli.

v2.3.0

Compare Source

  • Automatically use the most recent version matching engines.vscode in extensions' package.json
  • Allow insiders versions to be specified, such as version: "1.76.0-insider"
  • Reduce the likelihood of 'broken' installations on interrupted downloads
  • Remove dependency on outdated unzipper module

v2.2.3

Compare Source

  • Fix tests sometimes hanging on windows

v2.2.2

Compare Source

  • Add default for platform in resolveCliPathFromVSCodeExecutablePath to match docs

v2.2.1

Compare Source

  • Add an idle timeout for downloads

v2.2.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/vscode-test-electron-2.x branch from f02bfda to 0d10719 Compare December 6, 2022 23:38
@renovate renovate bot changed the title fix(deps): update dependency @vscode/test-electron to v2.2.0 fix(deps): update dependency @vscode/test-electron to v2.2.1 Dec 6, 2022
@renovate renovate bot changed the title fix(deps): update dependency @vscode/test-electron to v2.2.1 Update dependency @vscode/test-electron to v2.2.1 Dec 17, 2022
@renovate renovate bot changed the title Update dependency @vscode/test-electron to v2.2.1 fix(deps): update dependency @vscode/test-electron to v2.2.1 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/vscode-test-electron-2.x branch from 0d10719 to b35b136 Compare March 17, 2023 10:02
@renovate renovate bot changed the title fix(deps): update dependency @vscode/test-electron to v2.2.1 fix(deps): update dependency @vscode/test-electron to v2.3.0 Mar 17, 2023
@renovate renovate bot changed the title fix(deps): update dependency @vscode/test-electron to v2.3.0 fix(deps): update dependency @vscode/test-electron to v2.3.2 May 28, 2023
@renovate renovate bot force-pushed the renovate/vscode-test-electron-2.x branch from b35b136 to 1bea166 Compare May 28, 2023 10:40
@renovate renovate bot changed the title fix(deps): update dependency @vscode/test-electron to v2.3.2 fix(deps): update dependency @vscode/test-electron to v2.3.3 Jun 12, 2023
@renovate renovate bot force-pushed the renovate/vscode-test-electron-2.x branch from 1bea166 to fd7762f Compare June 12, 2023 03:38
@renovate renovate bot changed the title fix(deps): update dependency @vscode/test-electron to v2.3.3 fix(deps): update dependency @vscode/test-electron to v2.3.4 Jul 31, 2023
@renovate renovate bot force-pushed the renovate/vscode-test-electron-2.x branch from fd7762f to c5d2a2e Compare July 31, 2023 21:51
@renovate renovate bot force-pushed the renovate/vscode-test-electron-2.x branch from c5d2a2e to a921504 Compare October 4, 2023 23:06
@renovate renovate bot changed the title fix(deps): update dependency @vscode/test-electron to v2.3.4 fix(deps): update dependency @vscode/test-electron to v2.3.5 Oct 4, 2023
@renovate renovate bot changed the title fix(deps): update dependency @vscode/test-electron to v2.3.5 fix(deps): update dependency @vscode/test-electron to v2.3.6 Oct 24, 2023
@renovate renovate bot force-pushed the renovate/vscode-test-electron-2.x branch from a921504 to aefb8ac Compare October 24, 2023 22:07
@renovate renovate bot changed the title fix(deps): update dependency @vscode/test-electron to v2.3.6 fix(deps): update dependency @vscode/test-electron to v2.3.7 Nov 22, 2023
@renovate renovate bot force-pushed the renovate/vscode-test-electron-2.x branch 2 times, most recently from a5afa5b to 29a0680 Compare November 24, 2023 16:10
@renovate renovate bot changed the title fix(deps): update dependency @vscode/test-electron to v2.3.7 fix(deps): update dependency @vscode/test-electron to v2.3.8 Nov 24, 2023
@renovate renovate bot force-pushed the renovate/vscode-test-electron-2.x branch from 29a0680 to 3faf6ab Compare January 24, 2024 16:15
@renovate renovate bot changed the title fix(deps): update dependency @vscode/test-electron to v2.3.8 fix(deps): update dependency @vscode/test-electron to v2.3.9 Jan 24, 2024
@renovate renovate bot force-pushed the renovate/vscode-test-electron-2.x branch from 3faf6ab to b0657fc Compare May 13, 2024 23:13
Copy link
Contributor Author

renovate bot commented May 13, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
/opt/containerbase/tools/corepack/0.28.1/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22762
    throw new Error(
          ^

Error: Error when performing the request to https://registry.npmjs.org/yarn/latest; for troubleshooting help, see https://github.com/nodejs/corepack#troubleshooting
    at fetch (/opt/containerbase/tools/corepack/0.28.1/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22762:11)
    at async fetchAsJson (/opt/containerbase/tools/corepack/0.28.1/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22776:20)
    ... 4 lines matching cause stack trace ...
    at async Object.runMain (/opt/containerbase/tools/corepack/0.28.1/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:24235:5) {
  [cause]: TypeError: globalThis.fetch is not a function
      at fetch (/opt/containerbase/tools/corepack/0.28.1/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22756:33)
      at async fetchAsJson (/opt/containerbase/tools/corepack/0.28.1/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22776:20)
      at async fetchLatestStableVersion (/opt/containerbase/tools/corepack/0.28.1/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22703:20)
      at async fetchLatestStableVersion2 (/opt/containerbase/tools/corepack/0.28.1/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22826:14)
      at async Engine.getDefaultVersion (/opt/containerbase/tools/corepack/0.28.1/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:23436:23)
      at async Engine.executePackageManagerRequest (/opt/containerbase/tools/corepack/0.28.1/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:23528:47)
      at async Object.runMain (/opt/containerbase/tools/corepack/0.28.1/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:24235:5)
}

@renovate renovate bot changed the title fix(deps): update dependency @vscode/test-electron to v2.3.9 fix(deps): update dependency @vscode/test-electron to v2.3.10 May 13, 2024
@renovate renovate bot force-pushed the renovate/vscode-test-electron-2.x branch from b0657fc to 4bf0a9c Compare May 29, 2024 18:16
@renovate renovate bot changed the title fix(deps): update dependency @vscode/test-electron to v2.3.10 fix(deps): update dependency @vscode/test-electron to v2.4.0 May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants