Skip to content

Commit 62ccc15

Browse files
chore(deps): update dependency ava to v7 (#8451)
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.4.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 - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/UI5/webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ1cGRhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fac068f commit 62ccc15

2 files changed

Lines changed: 139 additions & 206 deletions

File tree

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"devDependencies": {
5353
"@ui5/webcomponents-react": "workspace:~",
54-
"ava": "6.4.1",
54+
"ava": "7.0.0",
5555
"react-docgen-typescript": "2.4.0",
5656
"tsx": "4.21.0"
5757
}

0 commit comments

Comments
 (0)