Skip to content

Commit 4052f20

Browse files
committed
chore: optimize ci
1 parent 39e28fd commit 4052f20

3 files changed

Lines changed: 346 additions & 153 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"release:force": "pnpm publish --no-git-checks",
2828
"reset": "rimraf ./**/node_modules",
2929
"test": "pnpm run test:setup && vitest --run",
30-
"test:setup": "cd tests/fixtures/project1 && [ -d node_modules ] || pnpm install"
30+
"test:setup": "cd tests/fixtures/project1 && [ -d node_modules ] || pnpm install --frozen-lockfile"
3131
},
3232
"lint-staged": {
3333
"*.{js,ts,jsx,tsx}": [

tests/__snapshots__/nde.test.ts.snap

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,38 +5,53 @@ exports[`handle dependencies > basic usage 1`] = `
55
"dependencies": {
66
"accepts": "1.3.8",
77
"cache-content-type": "1.0.1",
8+
"call-bind-apply-helpers": "1.0.2",
9+
"call-bound": "1.0.4",
810
"co": "4.6.0",
911
"content-disposition": "0.5.4",
1012
"content-type": "1.0.5",
1113
"cookies": "0.9.1",
12-
"debug": "4.3.6",
14+
"debug": "4.4.3",
1315
"deep-equal": "1.0.1",
1416
"delegates": "1.0.0",
1517
"depd": "2.0.0",
1618
"destroy": "1.2.0",
19+
"dunder-proto": "1.0.1",
1720
"ee-first": "1.1.1",
1821
"encodeurl": "1.0.2",
22+
"es-define-property": "1.0.1",
23+
"es-errors": "1.3.0",
24+
"es-object-atoms": "1.1.1",
1925
"escape-html": "1.0.3",
2026
"fresh": "0.5.2",
21-
"has-symbols": "1.0.3",
27+
"function-bind": "1.1.2",
28+
"generator-function": "2.0.1",
29+
"get-intrinsic": "1.3.0",
30+
"get-proto": "1.0.1",
31+
"gopd": "1.2.0",
32+
"has-symbols": "1.1.0",
2233
"has-tostringtag": "1.0.2",
34+
"hasown": "2.0.2",
2335
"http-assert": "1.5.0",
2436
"http-errors": "1.8.1",
2537
"inherits": "2.0.4",
26-
"is-generator-function": "1.0.10",
38+
"is-generator-function": "1.1.2",
39+
"is-regex": "1.2.1",
2740
"keygrip": "1.1.0",
2841
"koa": "2.15.3",
2942
"koa-compose": "4.1.0",
3043
"koa-convert": "2.0.0",
44+
"math-intrinsics": "1.1.0",
3145
"media-typer": "0.3.0",
3246
"mime-db": "1.52.0",
3347
"mime-types": "2.1.35",
34-
"ms": "2.1.2",
48+
"ms": "2.1.3",
3549
"negotiator": "0.6.3",
3650
"on-finished": "2.4.1",
3751
"only": "0.0.2",
3852
"parseurl": "1.3.3",
3953
"safe-buffer": "5.2.1",
54+
"safe-regex-test": "1.1.0",
4055
"setprototypeof": "1.2.0",
4156
"statuses": "1.5.0",
4257
"toidentifier": "1.0.1",

0 commit comments

Comments
 (0)