Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 21, 2024

This PR contains the following updates:

Package Change Age Confidence
ava (source) 6.0.1 -> 6.4.1 age confidence

Release Notes

avajs/ava (ava)

v6.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: avajs/ava@v6.4.0...v6.4.1

v6.4.0

Compare Source

What's Changed

Interactive watch mode filters

@​mmulet did fantastic work to spearhead interactive watch mode filters. You can now filter test files by glob patterns, and tests by matching their titles. It's just like you already could from the CLI itself, but now without exiting AVA 🚀 #​3372

As part of this work we've removed the "sticky" .only() behavior #​3381

Examples

We've been remiss in merging #​3335 which updates the examples to use AVA 6. It's done now, examples are up to date and it's all due to @​tommy-mitchell 👏

New Contributors

Full Changelog: avajs/ava@v6.3.0...v6.4.0

v6.3.0

Compare Source

What's Changed

New Contributors

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

v6.2.0

Compare Source

What's Changed

  • Add filterNodeArgumentsForWorkerThreads option in #​3336
  • Add Node.js 23 to supported engines (and test matrix) in #​3346

New Contributors

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

v6.1.3

Compare Source

What's Changed

New Contributors

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

v6.1.2

Compare Source

What's Changed

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

v6.1.1

Compare Source

What's Changed

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

v6.1.0

Compare Source

What's Changed

  • Implement registerCompletionHandler() by @​novemberborn in #​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 #​3287

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

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


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency ava to v6.1.0 chore(deps): update dependency ava to v6.1.1 Jan 29, 2024
@renovate renovate bot force-pushed the renovate/ava-6.x branch from 4c55957 to 2ae1389 Compare January 29, 2024 23:10
@renovate renovate bot changed the title chore(deps): update dependency ava to v6.1.1 chore(deps): update dependency ava to v6.1.2 Feb 28, 2024
@renovate renovate bot force-pushed the renovate/ava-6.x branch from 2ae1389 to 8e2c496 Compare February 28, 2024 23:08
@renovate renovate bot changed the title chore(deps): update dependency ava to v6.1.2 chore(deps): update dependency ava to v6.1.3 May 5, 2024
@renovate renovate bot force-pushed the renovate/ava-6.x branch from 8e2c496 to 9306f0e Compare May 5, 2024 22:41
@renovate renovate bot force-pushed the renovate/ava-6.x branch from 9306f0e to aa62cc5 Compare October 27, 2024 15:43
Copy link
Contributor Author

renovate bot commented Oct 27, 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: napi/pnpm-lock.yaml
Progress: resolved 1, reused 0, downloaded 0, added 0
 WARN  GET https://registry.nlark.com/@node-rs/helper/download/@node-rs/helper-1.2.1.tgz error (ENOTFOUND). Will retry in 10 seconds. 2 retries left.
Progress: resolved 18, reused 17, downloaded 1, added 0
 WARN  GET https://registry.nlark.com/@node-rs/helper/download/@node-rs/helper-1.2.1.tgz error (ENOTFOUND). Will retry in 1 minute. 1 retries left.
 ENOTFOUND  request to https://registry.nlark.com/@node-rs/helper/download/@node-rs/helper-1.2.1.tgz failed, reason: getaddrinfo ENOTFOUND registry.nlark.com

This error happened while installing a direct dependency of /tmp/renovate/repos/github/HerringtonDarkholme/vue-compiler/napi

FetchError: request to https://registry.nlark.com/@node-rs/helper/download/@node-rs/helper-1.2.1.tgz failed, reason: getaddrinfo ENOTFOUND registry.nlark.com
    at ClientRequest.<anonymous> (/opt/containerbase/tools/pnpm/8.15.9/22.19.0/node_modules/pnpm/dist/pnpm.cjs:76252:18)
    at ClientRequest.emit (node:events:519:28)
    at emitErrorEvent (node:_http_client:105:11)
    at TLSSocket.socketErrorListener (node:_http_client:518:5)
    at TLSSocket.emit (node:events:531:35)
    at emitErrorNT (node:internal/streams/destroy:170:8)
    at emitErrorCloseNT (node:internal/streams/destroy:129:3)
    at process.processTicksAndRejections (node:internal/process/task_queues:90:21)

@renovate renovate bot changed the title chore(deps): update dependency ava to v6.1.3 chore(deps): update dependency ava to v6.2.0 Oct 27, 2024
@renovate renovate bot force-pushed the renovate/ava-6.x branch from aa62cc5 to 41aa882 Compare May 2, 2025 14:09
@renovate renovate bot changed the title chore(deps): update dependency ava to v6.2.0 chore(deps): update dependency ava to v6.3.0 May 2, 2025
@renovate renovate bot force-pushed the renovate/ava-6.x branch from 41aa882 to 6f824bb Compare June 7, 2025 18:04
@renovate renovate bot changed the title chore(deps): update dependency ava to v6.3.0 chore(deps): update dependency ava to v6.4.0 Jun 7, 2025
@renovate renovate bot force-pushed the renovate/ava-6.x branch from 6f824bb to 7d7c865 Compare July 12, 2025 21:58
@renovate renovate bot changed the title chore(deps): update dependency ava to v6.4.0 chore(deps): update dependency ava to v6.4.1 Jul 12, 2025
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.

0 participants