Skip to content

Commit ce30ffd

Browse files
renovate[bot]ClaudeBrooooooklyn
authored
chore: bump up ava version to v8 (#140)
* chore: bump up ava version to v8 * fix: update AVA configuration for v8 compatibility Change extensions from object to array format as required by AVA 8 Agent-Logs-Url: https://github.com/napi-rs/wasm-tools/sessions/c1cbd189-6910-41fa-bc79-57fc58fbd632 Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: anthropic-code-agent[bot] <242468646+Claude@users.noreply.github.com> Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com>
1 parent 40d0583 commit ce30ffd

2 files changed

Lines changed: 40 additions & 21 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@taplo/cli": "^0.7.0",
7171
"@tybys/wasm-util": "^0.10.0",
7272
"@types/node": "^24.2.1",
73-
"ava": "^7.0.0",
73+
"ava": "^8.0.0",
7474
"chalk": "^5.5.0",
7575
"emnapi": "^1.4.5",
7676
"husky": "^9.1.7",
@@ -95,9 +95,9 @@
9595
"require": [
9696
"@oxc-node/core/register"
9797
],
98-
"extensions": {
99-
"ts": "module"
100-
},
98+
"extensions": [
99+
"ts"
100+
],
101101
"timeout": "2m",
102102
"workerThreads": false,
103103
"environmentVariables": {

pnpm-lock.yaml

Lines changed: 36 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)