Upgrade Ava to v4
This commit is contained in:
parent
9a40cc5274
commit
ce89f1b611
1153 changed files with 27264 additions and 95308 deletions
139
node_modules/ava/package.json
generated
vendored
139
node_modules/ava/package.json
generated
vendored
|
|
@ -1,24 +1,38 @@
|
|||
{
|
||||
"name": "ava",
|
||||
"version": "3.15.0",
|
||||
"version": "4.0.1",
|
||||
"description": "Node.js test runner that lets you develop with confidence.",
|
||||
"license": "MIT",
|
||||
"repository": "avajs/ava",
|
||||
"homepage": "https://avajs.dev",
|
||||
"bin": "cli.js",
|
||||
"bin": {
|
||||
"ava": "entrypoints/cli.mjs"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./entrypoints/main.mjs",
|
||||
"require": "./entrypoints/main.cjs"
|
||||
},
|
||||
"./eslint-plugin-helper": "./entrypoints/eslint-plugin-helper.cjs",
|
||||
"./plugin": {
|
||||
"import": "./entrypoints/plugin.mjs",
|
||||
"require": "./entrypoints/plugin.cjs"
|
||||
}
|
||||
},
|
||||
"type": "module",
|
||||
"engines": {
|
||||
"node": ">=10.18.0 <11 || >=12.14.0 <12.17.0 || >=12.17.0 <13 || >=14.0.0 <15 || >=15"
|
||||
"node": ">=12.22 <13 || >=14.17 <15 || >=16.4 <17 || >=17"
|
||||
},
|
||||
"scripts": {
|
||||
"cover": "c8 --report=none tap && c8 --report=none --no-clean test-ava && c8 report",
|
||||
"cover": "c8 --report=none test-ava && c8 --report=none --no-clean tap && c8 report",
|
||||
"test": "xo && tsd && npm run -s cover"
|
||||
},
|
||||
"files": [
|
||||
"entrypoints",
|
||||
"lib",
|
||||
"*.js",
|
||||
"!*.config.js",
|
||||
"types",
|
||||
"index.d.ts",
|
||||
"*.d.ts"
|
||||
"plugin.d.ts"
|
||||
],
|
||||
"keywords": [
|
||||
"🦄",
|
||||
|
|
@ -38,7 +52,6 @@
|
|||
"tap",
|
||||
"qunit",
|
||||
"jasmine",
|
||||
"babel",
|
||||
"assert",
|
||||
"assertion",
|
||||
"promise",
|
||||
|
|
@ -57,89 +70,79 @@
|
|||
"typescript"
|
||||
],
|
||||
"dependencies": {
|
||||
"@concordance/react": "^2.0.0",
|
||||
"acorn": "^8.0.4",
|
||||
"acorn-walk": "^8.0.0",
|
||||
"ansi-styles": "^5.0.0",
|
||||
"acorn": "^8.7.0",
|
||||
"acorn-walk": "^8.2.0",
|
||||
"ansi-styles": "^6.1.0",
|
||||
"arrgv": "^1.0.2",
|
||||
"arrify": "^2.0.1",
|
||||
"callsites": "^3.1.0",
|
||||
"chalk": "^4.1.0",
|
||||
"chokidar": "^3.4.3",
|
||||
"arrify": "^3.0.0",
|
||||
"callsites": "^4.0.0",
|
||||
"cbor": "^8.1.0",
|
||||
"chalk": "^5.0.0",
|
||||
"chokidar": "^3.5.2",
|
||||
"chunkd": "^2.0.1",
|
||||
"ci-info": "^2.0.0",
|
||||
"ci-info": "^3.3.0",
|
||||
"ci-parallel-vars": "^1.0.1",
|
||||
"clean-yaml-object": "^0.1.0",
|
||||
"cli-cursor": "^3.1.0",
|
||||
"cli-truncate": "^2.1.0",
|
||||
"cli-truncate": "^3.1.0",
|
||||
"code-excerpt": "^3.0.0",
|
||||
"common-path-prefix": "^3.0.0",
|
||||
"concordance": "^5.0.1",
|
||||
"convert-source-map": "^1.7.0",
|
||||
"concordance": "^5.0.4",
|
||||
"currently-unhandled": "^0.4.1",
|
||||
"debug": "^4.3.1",
|
||||
"debug": "^4.3.3",
|
||||
"del": "^6.0.0",
|
||||
"emittery": "^0.8.0",
|
||||
"equal-length": "^1.0.0",
|
||||
"figures": "^3.2.0",
|
||||
"globby": "^11.0.1",
|
||||
"emittery": "^0.10.0",
|
||||
"figures": "^4.0.0",
|
||||
"globby": "^12.0.2",
|
||||
"ignore-by-default": "^2.0.0",
|
||||
"import-local": "^3.0.2",
|
||||
"indent-string": "^4.0.0",
|
||||
"indent-string": "^5.0.0",
|
||||
"is-error": "^2.2.2",
|
||||
"is-plain-object": "^5.0.0",
|
||||
"is-promise": "^4.0.0",
|
||||
"lodash": "^4.17.20",
|
||||
"matcher": "^3.0.0",
|
||||
"md5-hex": "^3.0.1",
|
||||
"mem": "^8.0.0",
|
||||
"matcher": "^5.0.0",
|
||||
"mem": "^9.0.1",
|
||||
"ms": "^2.1.3",
|
||||
"ora": "^5.2.0",
|
||||
"p-event": "^4.2.0",
|
||||
"p-map": "^4.0.0",
|
||||
"picomatch": "^2.2.2",
|
||||
"pkg-conf": "^3.1.0",
|
||||
"plur": "^4.0.0",
|
||||
"p-event": "^5.0.1",
|
||||
"p-map": "^5.3.0",
|
||||
"picomatch": "^2.3.0",
|
||||
"pkg-conf": "^4.0.0",
|
||||
"plur": "^5.1.0",
|
||||
"pretty-ms": "^7.0.1",
|
||||
"read-pkg": "^5.2.0",
|
||||
"resolve-cwd": "^3.0.0",
|
||||
"slash": "^3.0.0",
|
||||
"source-map-support": "^0.5.19",
|
||||
"stack-utils": "^2.0.3",
|
||||
"strip-ansi": "^6.0.0",
|
||||
"stack-utils": "^2.0.5",
|
||||
"strip-ansi": "^7.0.1",
|
||||
"supertap": "^2.0.0",
|
||||
"temp-dir": "^2.0.0",
|
||||
"trim-off-newlines": "^1.0.1",
|
||||
"update-notifier": "^5.0.1",
|
||||
"write-file-atomic": "^3.0.3",
|
||||
"yargs": "^16.2.0"
|
||||
"yargs": "^17.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ava/babel": "^1.0.1",
|
||||
"@ava/test": "github:avajs/test",
|
||||
"@babel/plugin-proposal-do-expressions": "^7.12.1",
|
||||
"@sinonjs/fake-timers": "^6.0.1",
|
||||
"ansi-escapes": "^4.3.1",
|
||||
"c8": "^7.4.0",
|
||||
"delay": "^4.4.0",
|
||||
"esm": "^3.2.25",
|
||||
"execa": "^5.0.0",
|
||||
"fs-extra": "^9.0.1",
|
||||
"get-stream": "^6.0.0",
|
||||
"it-first": "^1.0.4",
|
||||
"proxyquire": "^2.1.3",
|
||||
"react": "^16.14.0",
|
||||
"react-test-renderer": "^16.14.0",
|
||||
"replace-string": "^3.1.0",
|
||||
"sinon": "^9.2.2",
|
||||
"source-map-fixtures": "^2.1.0",
|
||||
"tap": "^14.11.0",
|
||||
"temp-write": "^4.0.0",
|
||||
"tempy": "^1.0.0",
|
||||
"@ava/typescript": "^3.0.1",
|
||||
"@sinonjs/fake-timers": "^8.1.0",
|
||||
"ansi-escapes": "^5.0.0",
|
||||
"c8": "^7.11.0",
|
||||
"delay": "^5.0.0",
|
||||
"execa": "^6.0.0",
|
||||
"fs-extra": "^10.0.0",
|
||||
"get-stream": "^6.0.1",
|
||||
"replace-string": "^4.0.0",
|
||||
"sinon": "^12.0.1",
|
||||
"tap": "^15.1.5",
|
||||
"temp-write": "^5.0.0",
|
||||
"tempy": "^2.0.0",
|
||||
"touch": "^3.1.0",
|
||||
"tsd": "^0.14.0",
|
||||
"typescript": "^4.1.3",
|
||||
"xo": "^0.36.1",
|
||||
"tsd": "^0.19.1",
|
||||
"typescript": "^4.4.4",
|
||||
"xo": "^0.47.0",
|
||||
"zen-observable": "^0.8.15"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ava/typescript": "*"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@ava/typescript": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue