Skip to content

Commit f00eaa2

Browse files
fix(deps): Update dependency ava to v7 (#369)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [ava](https://avajs.dev) ([source](https://redirect.github.com/avajs/ava)) | [`^6.0.1` → `^7.0.0`](https://renovatebot.com/diffs/npm/ava/6.4.1/7.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/ava/7.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ava/6.4.1/7.0.0?slim=true) | --- ### Release Notes <details> <summary>avajs/ava (ava)</summary> ### [`v7.0.0`](https://redirect.github.com/avajs/ava/releases/tag/v7.0.0) [Compare Source](https://redirect.github.com/avajs/ava/compare/v6.4.1...v7.0.0) #### What's Changed - Replace `strip-ansi` with `node:util.stripVTControlCharacters` by [@&#8203;fisker](https://redirect.github.com/fisker) in [#&#8203;3403](https://redirect.github.com/avajs/ava/pull/3403) - Remove support for Node.js 18 and 23; require 20.19 or newer, 22.20 or newer or 24,12 or newer; update dependencies including transitive `glob` by [@&#8203;novemberborn](https://redirect.github.com/novemberborn) in [#&#8203;3416](https://redirect.github.com/avajs/ava/pull/3416) **Full Changelog**: <avajs/ava@v6.4.1...v7.0.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42My4wIiwidXBkYXRlZEluVmVyIjoiNDMuNjMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent 0789f32 commit f00eaa2

File tree

2 files changed

+113
-160
lines changed

2 files changed

+113
-160
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@types/yargs": "^17.0.24",
5858
"@typescript-eslint/eslint-plugin": "^7.0.0",
5959
"@typescript-eslint/parser": "^7.0.0",
60-
"ava": "^6.0.1",
60+
"ava": "^7.0.0",
6161
"eslint": "^8.46.0",
6262
"eslint-config-prettier": "^9.0.0",
6363
"eslint-config-standard": "^17.1.0",

0 commit comments

Comments
 (0)