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

chore(deps-dev): bump jest-runner-vscode from 2.1.0 to 3.0.1 #429

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2022

Bumps jest-runner-vscode from 2.1.0 to 3.0.1.

Release notes

Sourced from jest-runner-vscode's releases.

v3.0.1

Fixed

  • Non-Yarn workspaces no longer result in a stall due to an infinite loop. (af87fa7)
  • Corrected path to buildArgv function in jest-cli dependency after it was moved in Jest 29.2.1. (7ac716a)

Full Changelog: adalinesimonian/jest-runner-vscode@v3.0.0...v3.0.1

v3.0.0

Breaking Changes

  • Dropped support for Node.js 14.x and 16.13.x, VS Code <1.71.0, and Jest <29.0.0. (f779c3a)

Changed

  • The VS Code extension host is no longer killed when the test run is finished. (91d6743)
  • The package now specifies to Yarn that it should be unplugged to allow VS Code to start using the package's entry point in a PnP environment. (bf17692)

Full Changelog: adalinesimonian/jest-runner-vscode@v2.2.0...v3.0.0

v2.2.0

Added

  • Environments using Yarn PnP are now supported. (#46)
  • All options from the parent Jest runner are now passed to the child runner. (f300e64)
  • VS Code process information and download progress can now be suppressed using the quiet option. (f300e64)

Changed

  • A less internal API is now used to start the child instance of Jest. (6196f24)

Fixed

  • Tests in nested directories no longer result in the runner expecting and failing tests from a different directory that are not yet queued. (f300e64)
Commits
  • 0c98dc1 docs: update changelog
  • 9830187 chore: bump version to 3.0.1
  • 7ac716a fix: use new path for buildArgv in jest 29.2.1
  • af98fa7 fix: don't infinitely loop when resolving pkg root
  • 1602e8d chore: swap link order to allow publishing
  • 13de146 docs: update readme, changelog
  • 0314f53 test: fix lint error
  • c33a086 chore: constrain renovate to node 16.14.2
  • 3622571 chore(deps): update actions/cache action to v3 (#62)
  • 3a87533 chore(deps): update actions/setup-node action to v3 (#66)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@ybiquitous
Copy link
Member

@dependabot recreate

Bumps [jest-runner-vscode](https://github.com/adalinesimonian/jest-runner-vscode) from 2.1.0 to 3.0.1.
- [Release notes](https://github.com/adalinesimonian/jest-runner-vscode/releases)
- [Commits](adalinesimonian/jest-runner-vscode@v2.1.0...v3.0.1)

---
updated-dependencies:
- dependency-name: jest-runner-vscode
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-runner-vscode-3.0.1 branch from b2ba847 to 9c7e272 Compare February 13, 2024 13:22
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 13, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. 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/jest-runner-vscode-3.0.1 branch February 13, 2024 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: dependencies relates to dependencies
Development

Successfully merging this pull request may close these issues.

1 participant