Skip to content

Bump vscode-test from 1.4.1 to 1.5.1 #3188

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

Merged
merged 2 commits into from
Mar 5, 2021

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Feb 16, 2021

Bumps vscode-test from 1.4.1 to 1.5.1.

Changelog

Sourced from vscode-test's changelog.

1.5.1 | 2021-01-25

  • Fix wrong http proxy agent used #82

1.5.0 | 2021-01-25

  • Fix download failing on windows with long file paths
  • Make installation platform aware #78
  • Download and unzip directly for faster setup
  • Add download progress indicator
  • Show signal that caused vscode to quit if no exit code is present #64
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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/vscode-test-1.5.1 branch 3 times, most recently from f4dcbac to bc6d3a8 Compare March 2, 2021 01:39
@andyleejordan
Copy link
Member

@dependabot rebase

Bumps [vscode-test](https://github.com/Microsoft/vscode-test) from 1.4.1 to 1.5.1.
- [Release notes](https://github.com/Microsoft/vscode-test/releases)
- [Changelog](https://github.com/microsoft/vscode-test/blob/master/CHANGELOG.md)
- [Commits](microsoft/vscode-test@1.4.1...v1.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/vscode-test-1.5.1 branch from bc6d3a8 to 781b948 Compare March 4, 2021 21:56
@andyleejordan
Copy link
Member

Ok, so on my local machine the CI failure reproduced when I was using VS Code 1.53, and has stopped reproducing with 1.54.

@andyleejordan
Copy link
Member

Oh, I guess our CI has node 8 but this version of the package now requires node 12.

We should considering setting up a matrix so we can purposefully test on
the older versions of these images. However, we at least need to bump
the macOS agent for Node, as this updated dependency requires at least
Node 12. The 10.14 image comes with Node 8, and the 10.15 image comes
with Node 14.
@andyleejordan
Copy link
Member

Ok, so on my local machine the CI failure reproduced when I was using VS Code 1.53, and has stopped reproducing with 1.54.

I actually think this was something else that looked like it was reproducing, since I didn't update Node.

@andyleejordan andyleejordan requested a review from rjmholt March 5, 2021 04:07
@rjmholt rjmholt merged commit 43d3269 into master Mar 5, 2021
@rjmholt rjmholt deleted the dependabot/npm_and_yarn/vscode-test-1.5.1 branch March 5, 2021 18:31
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