Update ava to 4.3.3
The [release notes](https://github.com/avajs/ava/releases/tag/v4.3.3) mention compatibility with Node 18.8.
This commit is contained in:
parent
21530f507f
commit
bea5e4b220
160 changed files with 2647 additions and 2263 deletions
80
node_modules/ava/package.json
generated
vendored
80
node_modules/ava/package.json
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ava",
|
||||
"version": "4.0.1",
|
||||
"version": "4.3.3",
|
||||
"description": "Node.js test runner that lets you develop with confidence.",
|
||||
"license": "MIT",
|
||||
"repository": "avajs/ava",
|
||||
|
|
@ -10,18 +10,30 @@
|
|||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./entrypoints/main.mjs",
|
||||
"require": "./entrypoints/main.cjs"
|
||||
"import": {
|
||||
"types": "./index.d.ts",
|
||||
"default": "./entrypoints/main.mjs"
|
||||
},
|
||||
"require": {
|
||||
"types": "./entrypoints/index.d.cts",
|
||||
"default": "./entrypoints/main.cjs"
|
||||
}
|
||||
},
|
||||
"./eslint-plugin-helper": "./entrypoints/eslint-plugin-helper.cjs",
|
||||
"./plugin": {
|
||||
"import": "./entrypoints/plugin.mjs",
|
||||
"require": "./entrypoints/plugin.cjs"
|
||||
"import": {
|
||||
"types": "./plugin.d.ts",
|
||||
"default": "./entrypoints/plugin.mjs"
|
||||
},
|
||||
"require": {
|
||||
"types": "./entrypoints/plugin.d.cts",
|
||||
"default": "./entrypoints/plugin.cjs"
|
||||
}
|
||||
}
|
||||
},
|
||||
"type": "module",
|
||||
"engines": {
|
||||
"node": ">=12.22 <13 || >=14.17 <15 || >=16.4 <17 || >=17"
|
||||
"node": ">=12.22 <13 || >=14.17 <15 || >=16.4 <17 || >=18"
|
||||
},
|
||||
"scripts": {
|
||||
"cover": "c8 --report=none test-ava && c8 --report=none --no-clean tap && c8 report",
|
||||
|
|
@ -70,40 +82,40 @@
|
|||
"typescript"
|
||||
],
|
||||
"dependencies": {
|
||||
"acorn": "^8.7.0",
|
||||
"acorn": "^8.7.1",
|
||||
"acorn-walk": "^8.2.0",
|
||||
"ansi-styles": "^6.1.0",
|
||||
"arrgv": "^1.0.2",
|
||||
"arrify": "^3.0.0",
|
||||
"callsites": "^4.0.0",
|
||||
"cbor": "^8.1.0",
|
||||
"chalk": "^5.0.0",
|
||||
"chokidar": "^3.5.2",
|
||||
"chalk": "^5.0.1",
|
||||
"chokidar": "^3.5.3",
|
||||
"chunkd": "^2.0.1",
|
||||
"ci-info": "^3.3.0",
|
||||
"ci-info": "^3.3.1",
|
||||
"ci-parallel-vars": "^1.0.1",
|
||||
"clean-yaml-object": "^0.1.0",
|
||||
"cli-truncate": "^3.1.0",
|
||||
"code-excerpt": "^3.0.0",
|
||||
"code-excerpt": "^4.0.0",
|
||||
"common-path-prefix": "^3.0.0",
|
||||
"concordance": "^5.0.4",
|
||||
"currently-unhandled": "^0.4.1",
|
||||
"debug": "^4.3.3",
|
||||
"del": "^6.0.0",
|
||||
"emittery": "^0.10.0",
|
||||
"figures": "^4.0.0",
|
||||
"globby": "^12.0.2",
|
||||
"ignore-by-default": "^2.0.0",
|
||||
"debug": "^4.3.4",
|
||||
"del": "^6.1.1",
|
||||
"emittery": "^0.11.0",
|
||||
"figures": "^4.0.1",
|
||||
"globby": "^13.1.1",
|
||||
"ignore-by-default": "^2.1.0",
|
||||
"indent-string": "^5.0.0",
|
||||
"is-error": "^2.2.2",
|
||||
"is-plain-object": "^5.0.0",
|
||||
"is-promise": "^4.0.0",
|
||||
"matcher": "^5.0.0",
|
||||
"mem": "^9.0.1",
|
||||
"mem": "^9.0.2",
|
||||
"ms": "^2.1.3",
|
||||
"p-event": "^5.0.1",
|
||||
"p-map": "^5.3.0",
|
||||
"picomatch": "^2.3.0",
|
||||
"p-map": "^5.4.0",
|
||||
"picomatch": "^2.3.1",
|
||||
"pkg-conf": "^4.0.0",
|
||||
"plur": "^5.1.0",
|
||||
"pretty-ms": "^7.0.1",
|
||||
|
|
@ -111,30 +123,30 @@
|
|||
"slash": "^3.0.0",
|
||||
"stack-utils": "^2.0.5",
|
||||
"strip-ansi": "^7.0.1",
|
||||
"supertap": "^2.0.0",
|
||||
"supertap": "^3.0.1",
|
||||
"temp-dir": "^2.0.0",
|
||||
"write-file-atomic": "^3.0.3",
|
||||
"yargs": "^17.3.1"
|
||||
"write-file-atomic": "^4.0.1",
|
||||
"yargs": "^17.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ava/test": "github:avajs/test",
|
||||
"@ava/typescript": "^3.0.1",
|
||||
"@sinonjs/fake-timers": "^8.1.0",
|
||||
"@sinonjs/fake-timers": "^9.1.2",
|
||||
"ansi-escapes": "^5.0.0",
|
||||
"c8": "^7.11.0",
|
||||
"c8": "^7.11.3",
|
||||
"delay": "^5.0.0",
|
||||
"execa": "^6.0.0",
|
||||
"fs-extra": "^10.0.0",
|
||||
"execa": "^6.1.0",
|
||||
"fs-extra": "^10.1.0",
|
||||
"get-stream": "^6.0.1",
|
||||
"replace-string": "^4.0.0",
|
||||
"sinon": "^12.0.1",
|
||||
"tap": "^15.1.5",
|
||||
"sinon": "^13.0.2",
|
||||
"tap": "^16.2.0",
|
||||
"temp-write": "^5.0.0",
|
||||
"tempy": "^2.0.0",
|
||||
"touch": "^3.1.0",
|
||||
"tsd": "^0.19.1",
|
||||
"typescript": "^4.4.4",
|
||||
"xo": "^0.47.0",
|
||||
"tsd": "^0.20.0",
|
||||
"typescript": "^4.7.2",
|
||||
"xo": "^0.49.0",
|
||||
"zen-observable": "^0.8.15"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
@ -144,5 +156,9 @@
|
|||
"@ava/typescript": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"volta": {
|
||||
"node": "18.3.0",
|
||||
"npm": "8.12.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue