Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps ava from 5.3.1 to 6.2.0.

Release notes

Sourced from ava's releases.

v6.2.0

What's Changed

New Contributors

Full Changelog: avajs/ava@v6.1.3...v6.2.0

v6.1.3

What's Changed

New Contributors

Full Changelog: avajs/ava@v6.1.2...v6.1.3

v6.1.2

What's Changed

Full Changelog: avajs/ava@v6.1.1...v6.1.2

v6.1.1

What's Changed

Full Changelog: avajs/ava@v6.1.0...v6.1.1

v6.1.0

What's Changed

  • Implement registerCompletionHandler() by @​novemberborn in avajs/ava#3283

    AVA 6 expects test code to clean up gracefully when the tests are complete, allowing the test environment (worker thread or child process) to exit. If this does not happen, AVA will report a timeout. You can use registerCompletionHandler() to perform any other clean up (or indeed exit the process) after AVA has completed the test execution. See the description here.

  • Fix potential bug with watch mode when no failed test files are written by @​novemberborn in avajs/ava#3287

  • Fix ava/internal ESM type module by @​codetheweb in avajs/ava#3292

Full Changelog: avajs/ava@v6.0.1...v6.1.0

... (truncated)

Commits
  • 024de32 6.2.0
  • 563fa5f Pre-release updates
  • e5b355d Link to CLI options to clarify how to run tests in separate processes
  • 86185b4 Add filterNodeArgumentsForWorkerThreads option
  • b15df53 Update dependencies & other general maintenance
  • f8bf00c 6.1.3
  • 002b3a0 Include Node.js 22 in supported engines and test matrix
  • ec1a8d2 Document serial configuration option
  • 01ec280 Add VS Code debugging instructions for Yarn PnP projects
  • 5d48c95 6.1.2
  • 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 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)

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 28, 2024
@github-actions github-actions bot enabled auto-merge October 28, 2024 12:12
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ava-6.2.0 branch 8 times, most recently from 520dd46 to e921a35 Compare November 4, 2024 12:12
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ava-6.2.0 branch 5 times, most recently from f4a9921 to f3e516e Compare November 18, 2024 12:34
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ava-6.2.0 branch 2 times, most recently from 903f0ec to 63c3d12 Compare November 25, 2024 12:41
Bumps [ava](https://github.com/avajs/ava) from 5.3.1 to 6.2.0.
- [Release notes](https://github.com/avajs/ava/releases)
- [Commits](avajs/ava@v5.3.1...v6.2.0)

---
updated-dependencies:
- dependency-name: ava
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ava-6.2.0 branch from 63c3d12 to 0272a60 Compare November 25, 2024 12:44
@llun
Copy link
Owner

llun commented Dec 13, 2024

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 13, 2024

Looks like ava is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Dec 13, 2024
auto-merge was automatically disabled December 13, 2024 16:49

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ava-6.2.0 branch December 13, 2024 16:49
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants