|
36 | 36 | "test-tsc:cjs": "cd test/fixtures/ts && rm -rf node_modules && npm link ../../.. && npm run build", |
37 | 37 | "test-tsc:cjs:es2021": "cd test/fixtures/ts-cjs-es2021 && rm -rf node_modules && npm link ../../.. && npm run build", |
38 | 38 | "test-tsc:esm": "cd test/fixtures/ts-esm && rm -rf node_modules && npm link ../../.. && npm run build", |
39 | | - "test": "npm run lint && vitest run", |
| 39 | + "test": "npm run lint -- --fix && vitest run", |
40 | 40 | "test-keepalive": "cross-env TEST_KEEPALIVE_COUNT=50 vitest run --test-timeout 180000 keep-alive-header.test.ts", |
41 | 41 | "test-node16": "node examples/httpclient.cjs && node examples/search_github.cjs && node examples/timing.cjs", |
42 | | - "cov": "vitest run --coverage", |
| 42 | + "cov": "cross-env NODE_OPTIONS='--require ./test/patch-structuredClone.cjs' vitest run --coverage", |
43 | 43 | "ci": "npm run lint && npm run cov && npm run prepublishOnly && npm pack && attw --pack", |
44 | 44 | "clean": "rm -rf dist", |
45 | 45 | "prepublishOnly": "npm run build" |
|
54 | 54 | "ylru": "^2.0.0" |
55 | 55 | }, |
56 | 56 | "devDependencies": { |
57 | | - "@arethetypeswrong/cli": "^0.17.0", |
| 57 | + "@arethetypeswrong/cli": "^0.17.3", |
58 | 58 | "@eggjs/tsconfig": "^1.3.3", |
59 | 59 | "@tsconfig/node18": "^18.2.1", |
60 | 60 | "@tsconfig/strictest": "^2.0.2", |
|
65 | 65 | "@types/qs": "^6.9.7", |
66 | 66 | "@types/selfsigned": "^2.0.1", |
67 | 67 | "@types/tar-stream": "^2.2.2", |
68 | | - "@vitest/coverage-v8": "^2.0.0", |
| 68 | + "@ungap/structured-clone": "^1.2.1", |
| 69 | + "@vitest/coverage-v8": "^3.0.2", |
69 | 70 | "busboy": "^1.6.0", |
70 | 71 | "cross-env": "^7.0.3", |
71 | 72 | "eslint": "8", |
|
77 | 78 | "tshy": "^3.0.0", |
78 | 79 | "tshy-after": "^1.0.0", |
79 | 80 | "typescript": "^5.0.4", |
80 | | - "vitest": "^2.0.0" |
| 81 | + "vitest": "^3.0.2" |
81 | 82 | }, |
82 | 83 | "engines": { |
83 | 84 | "node": ">= 18.19.0" |
|
0 commit comments