Skip to content

Commit

Permalink
⬆️ Update dependency ava to ^6.1.3 (#4960)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ava](https://avajs.dev) ([source](https://togithub.com/avajs/ava)) |
[`^6.1.2` ->
`^6.1.3`](https://renovatebot.com/diffs/npm/ava/6.1.2/6.1.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/ava/6.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ava/6.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ava/6.1.2/6.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ava/6.1.2/6.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>avajs/ava (ava)</summary>

### [`v6.1.3`](https://togithub.com/avajs/ava/releases/tag/v6.1.3)

[Compare Source](https://togithub.com/avajs/ava/compare/v6.1.2...v6.1.3)

#### What's Changed

- Include Node.js 22 in supported engines and test matrix by
[@&#8203;lenovouser](https://togithub.com/lenovouser) in
[avajs/ava#3328
- Add VS Code debugging instructions for Yarn PnP projects by
[@&#8203;bitjson](https://togithub.com/bitjson) in
[avajs/ava#3317
- Document `serial` configuration option by
[@&#8203;turadg](https://togithub.com/turadg) in
[avajs/ava#3321

#### New Contributors

- [@&#8203;bitjson](https://togithub.com/bitjson) made their first
contribution in
[avajs/ava#3317
- [@&#8203;turadg](https://togithub.com/turadg) made their first
contribution in
[avajs/ava#3321
- [@&#8203;lenovouser](https://togithub.com/lenovouser) made their first
contribution in
[avajs/ava#3328

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

</details>

---

### 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 becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/dubzzz/fast-check).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 6, 2024
1 parent ca3cf19 commit 2b42394
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/ava/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"devDependencies": {
"@types/node": "^20.12.8",
"ava": "^6.1.2",
"ava": "^6.1.3",
"esm": "^3.2.25",
"fast-check": "workspace:*",
"rxjs": "^7.8.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2730,7 +2730,7 @@ __metadata:
resolution: "@fast-check/ava@workspace:packages/ava"
dependencies:
"@types/node": "npm:^20.12.8"
ava: "npm:^6.1.2"
ava: "npm:^6.1.3"
esm: "npm:^3.2.25"
fast-check: "workspace:*"
rxjs: "npm:^7.8.1"
Expand Down Expand Up @@ -6440,9 +6440,9 @@ __metadata:
languageName: node
linkType: hard

"ava@npm:^6.1.2":
version: 6.1.2
resolution: "ava@npm:6.1.2"
"ava@npm:^6.1.3":
version: 6.1.3
resolution: "ava@npm:6.1.3"
dependencies:
"@vercel/nft": "npm:^0.26.2"
acorn: "npm:^8.11.3"
Expand Down Expand Up @@ -6491,7 +6491,7 @@ __metadata:
optional: true
bin:
ava: entrypoints/cli.mjs
checksum: 10c0/f35cb1f9bc716714e7c78a601985745774096e4ecd34f9310b858d5779307afa2245ad24274e2d55dd1022c226f4fbdb41947476300977f0b653be0e627adaa4
checksum: 10c0/108b28aceb0dfdb077bcf4c96109d736667999c2ce9f564489c4747482ea0e0c455d4d96fdfaad610b1125b74129b7b1d2ce570ec4903e767f6950d7f722f2cd
languageName: node
linkType: hard

Expand Down

0 comments on commit 2b42394

Please sign in to comment.