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

Update dependency @vscode/test-electron to v2.4.1 #58

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 17, 2023

This PR contains the following updates:

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

Release Notes

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

v2.4.1

Compare Source

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

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

v2.1.5

Compare Source

  • Automatically retry if VS Code download fails

v2.1.4

Compare Source

  • Fix uncaught error when failing to connect to the extension service

v2.1.3

Compare Source

  • Support arm64 builds on Linux

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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@sonarcloud
Copy link

sonarcloud bot commented Apr 17, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@yegor256
Copy link
Member

@rultor please, try to merge

@rultor
Copy link
Collaborator

rultor commented Apr 17, 2023

@rultor please, try to merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Collaborator

rultor commented Apr 17, 2023

@rultor please, try to merge

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 17s)

+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 2665761
+ echo '1.74.7 b768e876f'
1.74.7 b768e876f
+ date
Mon 17 Apr 2023 03:32:30 PM CEST
+ uptime
 15:32:30 up 144 days, 20:10,  0 users,  load average: 0.11, 0.07, 0.02
+ cat
com.rultor.spi.Profile: There is no 'merge' section in .rultor.yml for branch master in repo objectionary/eo-vscode
	at com.rultor.agents.req.StartsRequest.docker(StartsRequest.java:350)
	at com.rultor.agents.req.StartsRequest.vars(StartsRequest.java:255)
	at com.rultor.agents.req.StartsRequest.script(StartsRequest.java:148)
	at com.rultor.agents.req.StartsRequest.process(StartsRequest.java:109)
	at com.rultor.agents.AbstractAgent.execute(AbstractAgent.java:70)
	at com.rultor.spi.Agent.execute(Agent.java:84)
	at com.rultor.Routine.process(Routine.java:202)
	at com.rultor.Routine.unsafe_aroundBody0(Routine.java:180)
	at com.rultor.Routine.run(Routine.java:1)
	at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:179)
	at com.jcabi.aspects.aj.MethodInterrupter.wrap(MethodInterrupter.java:108)
	at com.rultor.Routine.unsafe(Routine.java:175)
	at com.rultor.Routine.run(Routine.java:142)
	at com.jcabi.log.VerboseRunnable.run(VerboseRunnable.java:190)
	at com.jcabi.aspects.aj.MethodScheduler.lambda./run.sh(MethodScheduler.java:194)
	at java.base/java.util.concurrent.Executors.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.run(ScheduledThreadPoolExecutor.java:305)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor.run(ThreadPoolExecutor.java:635)
	at com.jcabi.log.VerboseThreads.run(VerboseThreads.java:222)
	at java.base/java.lang.Thread.run(Thread.java:833)

+ exit -1
'cid' file is absent, most probably the Docker container wasn't started correctly

@renovate renovate bot changed the title Update dependency @vscode/test-electron to v2.3.0 Update dependency @vscode/test-electron to v2.3.2 May 28, 2023
@renovate renovate bot force-pushed the renovate/vscode-test-electron-2.x-lockfile branch from 71c3cfd to 60858c4 Compare May 28, 2023 09:20
@sonarcloud
Copy link

sonarcloud bot commented May 28, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/vscode-test-electron-2.x-lockfile branch from 60858c4 to 8e95b4b Compare June 12, 2023 00:41
@renovate renovate bot changed the title Update dependency @vscode/test-electron to v2.3.2 Update dependency @vscode/test-electron to v2.3.3 Jun 12, 2023
@renovate renovate bot changed the title Update dependency @vscode/test-electron to v2.3.3 Update dependency @vscode/test-electron to v2.3.4 Aug 1, 2023
@renovate renovate bot force-pushed the renovate/vscode-test-electron-2.x-lockfile branch from 8e95b4b to 25632be Compare August 1, 2023 05:43
@sonarcloud
Copy link

sonarcloud bot commented Aug 1, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

1 similar comment
@sonarcloud
Copy link

sonarcloud bot commented Aug 1, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot changed the title Update dependency @vscode/test-electron to v2.3.4 Update dependency @vscode/test-electron to v2.3.5 Oct 4, 2023
@renovate renovate bot force-pushed the renovate/vscode-test-electron-2.x-lockfile branch from 25632be to c665859 Compare October 4, 2023 21:58
@sonarcloud
Copy link

sonarcloud bot commented Oct 4, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot changed the title Update dependency @vscode/test-electron to v2.3.5 Update dependency @vscode/test-electron to v2.3.6 Oct 24, 2023
@renovate renovate bot force-pushed the renovate/vscode-test-electron-2.x-lockfile branch from c665859 to bd1a6ed Compare October 24, 2023 19:40
@renovate renovate bot changed the title Update dependency @vscode/test-electron to v2.3.6 Update dependency @vscode/test-electron to v2.3.7 Nov 22, 2023
@renovate renovate bot force-pushed the renovate/vscode-test-electron-2.x-lockfile branch from bd1a6ed to 0042479 Compare November 22, 2023 16:40
@renovate renovate bot changed the title Update dependency @vscode/test-electron to v2.3.7 Update dependency @vscode/test-electron to v2.3.8 Nov 24, 2023
@renovate renovate bot force-pushed the renovate/vscode-test-electron-2.x-lockfile branch from 0042479 to c88edb0 Compare November 24, 2023 13:50
Copy link

sonarcloud bot commented Nov 24, 2023

Please retry analysis of this Pull-Request directly on SonarCloud.

Copy link

sonarcloud bot commented Dec 3, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/vscode-test-electron-2.x-lockfile branch from c88edb0 to 3b352f5 Compare January 24, 2024 17:23
@renovate renovate bot changed the title Update dependency @vscode/test-electron to v2.3.8 Update dependency @vscode/test-electron to v2.3.9 Jan 24, 2024
Copy link

sonarcloud bot commented Mar 5, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@renovate renovate bot force-pushed the renovate/vscode-test-electron-2.x-lockfile branch from 3b352f5 to 36bd36f Compare May 13, 2024 21:56
@renovate renovate bot changed the title Update dependency @vscode/test-electron to v2.3.9 Update dependency @vscode/test-electron to v2.3.10 May 13, 2024
@renovate renovate bot changed the title Update dependency @vscode/test-electron to v2.3.10 Update dependency @vscode/test-electron to v2.4.0 May 29, 2024
@renovate renovate bot force-pushed the renovate/vscode-test-electron-2.x-lockfile branch from 36bd36f to e9c9624 Compare May 29, 2024 18:27
Copy link

sonarcloud bot commented May 29, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@renovate renovate bot force-pushed the renovate/vscode-test-electron-2.x-lockfile branch from e9c9624 to 84ac7e2 Compare July 6, 2024 02:45
@renovate renovate bot changed the title Update dependency @vscode/test-electron to v2.4.0 Update dependency @vscode/test-electron to v2.4.1 Jul 6, 2024
Copy link

sonarcloud bot commented Jul 22, 2024

1 similar comment
Copy link

sonarcloud bot commented Aug 28, 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.

2 participants