Skip to content

Commit 67db939

Browse files
authored
chore: upgrade npm dependencies (#634)
1 parent 9f953e0 commit 67db939

File tree

7 files changed

+3668
-3663
lines changed

7 files changed

+3668
-3663
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157

158158
- name: Setup node x86
159159
if: matrix.settings.target == 'i686-pc-windows-msvc'
160-
run: yarn config set supportedArchitectures.cpu --json '["ia32", "x64"]'
160+
run: yarn config set supportedArchitectures.cpu "ia32"
161161
shell: bash
162162

163163
- name: 'Install dependencies'
@@ -461,7 +461,7 @@ jobs:
461461

462462
- name: Install dependencies
463463
run: |
464-
yarn config set supportedArchitectures.cpu --json '["arm64", "x64"]'
464+
yarn config set supportedArchitectures.cpu "arm64"
465465
yarn config set supportedArchitectures.libc "glibc"
466466
yarn install --immutable --mode=skip-build
467467
@@ -498,8 +498,8 @@ jobs:
498498

499499
- name: Install dependencies
500500
run: |
501-
yarn config set supportedArchitectures.cpu --json '["arm64", "x64"]'
502-
yarn config set supportedArchitectures.libc --json '["musl", "glibc"]'
501+
yarn config set supportedArchitectures.cpu "arm64"
502+
yarn config set supportedArchitectures.libc "musl"
503503
yarn install --immutable --mode=skip-build
504504
505505
- name: Download artifacts
@@ -544,7 +544,7 @@ jobs:
544544

545545
- name: Install dependencies
546546
run: |
547-
yarn config set supportedArchitectures.cpu --json '["arm", "x64"]'
547+
yarn config set supportedArchitectures.cpu "arm"
548548
yarn install --immutable --mode=skip-build
549549
550550
- name: Download artifacts

.yarn/releases/yarn-3.2.1.cjs

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

.yarn/releases/yarn-4.0.0-rc.4.cjs

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

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ nodeLinker: node-modules
22

33
npmRegistryServer: 'https://registry.npmjs.org/'
44

5-
yarnPath: .yarn/releases/yarn-4.0.0-rc.4.cjs
5+
yarnPath: .yarn/releases/yarn-3.2.1.cjs

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-rs",
3-
"packageManager": "yarn@4.0.0-rc.4",
3+
"packageManager": "yarn@3.2.1",
44
"version": "0.0.0",
55
"description": "Node & Rust bindings monorepo",
66
"author": "LongYinan <[email protected]>",
@@ -24,22 +24,22 @@
2424
"postinstall": "husky install"
2525
},
2626
"devDependencies": {
27-
"@napi-rs/cli": "2.8.0-alpha.0",
27+
"@napi-rs/cli": "2.9.0",
2828
"@swc-node/core": "^1.9.0",
2929
"@swc-node/register": "^1.5.1",
3030
"@taplo/cli": "^0.3.2",
31-
"@types/node": "^17.0.31",
32-
"@typescript-eslint/eslint-plugin": "^5.22.0",
33-
"@typescript-eslint/parser": "^5.22.0",
31+
"@types/node": "^17.0.33",
32+
"@typescript-eslint/eslint-plugin": "^5.23.0",
33+
"@typescript-eslint/parser": "^5.23.0",
3434
"ava": "^4.2.0",
3535
"benchmark": "^2.1.4",
3636
"codecov": "^3.8.3",
3737
"cross-env": "^7.0.3",
38-
"eslint": "^8.14.0",
38+
"eslint": "^8.15.0",
3939
"eslint-config-prettier": "^8.5.0",
4040
"eslint-plugin-import": "^2.26.0",
4141
"eslint-plugin-prettier": "^4.0.0",
42-
"husky": "^7.0.4",
42+
"husky": "^8.0.1",
4343
"lerna": "^4.0.0",
4444
"lint-staged": "^12.4.1",
4545
"npm-run-all": "^4.1.5",

packages/xxhash/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
"devDependencies": {
6666
"@types/xxhashjs": "^0.2.2",
67-
"webpack": "^5.72.0",
67+
"webpack": "^5.72.1",
6868
"xxhash": "^0.3.0",
6969
"xxhashjs": "^0.2.2"
7070
},

0 commit comments

Comments
 (0)