Skip to content

Commit 60c326e

Browse files
committed
chore: upgrade cli deps
1 parent 184f115 commit 60c326e

9 files changed

Lines changed: 4963 additions & 4336 deletions

File tree

.yarn/releases/yarn-3.6.1.cjs

Lines changed: 0 additions & 874 deletions
This file was deleted.

.yarn/releases/yarn-4.0.2.cjs

Lines changed: 893 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
compressionLevel: mixed
2+
3+
enableGlobalCache: false
4+
15
nodeLinker: node-modules
26

3-
yarnPath: .yarn/releases/yarn-3.6.1.cjs
7+
yarnPath: .yarn/releases/yarn-4.0.2.cjs

cli/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,21 @@
4040
"url": "https://github.com/napi-rs/napi-rs/issues"
4141
},
4242
"devDependencies": {
43-
"@octokit/rest": "19.0.13",
44-
"@types/inquirer": "^9.0.3",
45-
"@types/js-yaml": "^4.0.5",
46-
"@types/lodash-es": "^4.17.8",
43+
"@octokit/rest": "20.0.2",
44+
"@types/inquirer": "^9.0.7",
45+
"@types/js-yaml": "^4.0.9",
46+
"@types/lodash-es": "^4.17.12",
4747
"clipanion": "^3.2.1",
4848
"colorette": "^2.0.20",
49-
"core-js": "^3.32.0",
49+
"core-js": "^3.35.0",
5050
"debug": "^4.3.4",
5151
"env-paths": "^3.0.0",
52-
"fdir": "^6.1.0",
53-
"inquirer": "9.2.3",
52+
"fdir": "^6.1.1",
53+
"inquirer": "9.2.12",
5454
"js-yaml": "^4.1.0",
5555
"lodash-es": "4.17.21",
5656
"toml": "^3.0.0",
57-
"tslib": "^2.6.1",
57+
"tslib": "^2.6.2",
5858
"typanion": "^3.14.0"
5959
},
6060
"funding": {

examples/napi-compat-mode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"test": "node ./index.js"
1515
},
1616
"devDependencies": {
17-
"sinon": "^15.2.0"
17+
"sinon": "^17.0.1"
1818
}
1919
}

examples/napi/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"build-release": "node ../../cli/scripts/index.js build --js false --release"
1515
},
1616
"dependencies": {
17-
"@types/lodash": "^4.14.195",
17+
"@types/lodash": "^4.14.202",
1818
"lodash": "^4.17.21",
19-
"sinon": "^15.2.0"
19+
"sinon": "^17.0.1"
2020
}
2121
}

memory-testing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
},
88
"dependencies": {
99
"colorette": "^2.0.20",
10-
"dockerode": "^3.3.5",
10+
"dockerode": "^4.0.2",
1111
"pretty-bytes": "^6.1.1",
1212
"table": "^6.8.1"
1313
},
1414
"devDependencies": {
15-
"@types/dockerode": "^3.3.19"
15+
"@types/dockerode": "^3.3.23"
1616
}
1717
}

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -72,43 +72,43 @@
7272
}
7373
},
7474
"devDependencies": {
75-
"@rollup/plugin-alias": "^5.0.0",
76-
"@rollup/plugin-commonjs": "^25.0.4",
77-
"@rollup/plugin-json": "^6.0.0",
78-
"@rollup/plugin-node-resolve": "^15.1.0",
79-
"@rollup/plugin-replace": "^5.0.2",
75+
"@rollup/plugin-alias": "^5.1.0",
76+
"@rollup/plugin-commonjs": "^25.0.7",
77+
"@rollup/plugin-json": "^6.1.0",
78+
"@rollup/plugin-node-resolve": "^15.2.3",
79+
"@rollup/plugin-replace": "^5.0.5",
8080
"@taplo/cli": "^0.5.2",
81-
"@types/debug": "^4.1.8",
82-
"@types/lodash-es": "^4.17.8",
83-
"@types/node": "^20.5.0",
84-
"@types/sinon": "^10.0.16",
85-
"@typescript-eslint/eslint-plugin": "^6.4.0",
86-
"@typescript-eslint/parser": "^6.4.0",
87-
"ava": "^5.3.1",
81+
"@types/debug": "^4.1.12",
82+
"@types/lodash-es": "^4.17.12",
83+
"@types/node": "^20.11.5",
84+
"@types/sinon": "^17.0.3",
85+
"@typescript-eslint/eslint-plugin": "^6.19.0",
86+
"@typescript-eslint/parser": "^6.19.0",
87+
"ava": "^6.0.1",
8888
"benny": "^3.7.1",
89-
"c8": "^8.0.1",
89+
"c8": "^9.1.0",
9090
"colorette": "^2.0.20",
9191
"cross-env": "^7.0.3",
92-
"electron": "26.0.0",
93-
"esbuild": "^0.19.2",
94-
"eslint": "^8.47.0",
95-
"eslint-config-prettier": "^9.0.0",
96-
"eslint-plugin-import": "^2.28.0",
92+
"electron": "28.1.4",
93+
"esbuild": "^0.19.11",
94+
"eslint": "^8.56.0",
95+
"eslint-config-prettier": "^9.1.0",
96+
"eslint-plugin-import": "^2.29.1",
9797
"husky": "^8.0.3",
98-
"lerna": "^7.1.5",
99-
"lint-staged": "^14.0.0",
98+
"lerna": "^8.0.2",
99+
"lint-staged": "^15.2.0",
100100
"lodash": "^4.17.21",
101101
"npm-run-all": "^4.1.5",
102-
"prettier": "^3.0.1",
103-
"rollup": "^3.28.0",
102+
"prettier": "^3.2.4",
103+
"rollup": "^4.9.5",
104104
"shx": "^0.3.4",
105-
"sinon": "^15.2.0",
105+
"sinon": "^17.0.1",
106106
"source-map-support": "^0.5.21",
107-
"ts-node": "^10.9.1",
108-
"tslib": "^2.6.1",
109-
"typescript": "^5.1.6"
107+
"ts-node": "^10.9.2",
108+
"tslib": "^2.6.2",
109+
"typescript": "^5.3.3"
110110
},
111-
"packageManager": "yarn@3.6.1",
111+
"packageManager": "yarn@4.0.2",
112112
"resolutions": {
113113
"mute-stream": "0.0.8"
114114
}

0 commit comments

Comments
 (0)