File tree Expand file tree Collapse file tree 3 files changed +615
-669
lines changed
Expand file tree Collapse file tree 3 files changed +615
-669
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
3030 runs-on : ${{ matrix.os }}
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v6
3434
3535 - name : Setup Node.js
36- uses : actions/setup-node@v4
36+ uses : actions/setup-node@v6
3737 with :
3838 node-version : ${{ matrix.node_version }}
3939
@@ -55,10 +55,10 @@ jobs:
5555 runs-on : ubuntu-latest
5656 steps :
5757 - name : Checkout
58- uses : actions/checkout@v4
58+ uses : actions/checkout@v6
5959
6060 - name : Setup Node.js
61- uses : actions/setup-node@v4
61+ uses : actions/setup-node@v6
6262
6363 - name : Install Dependencies
6464 run : yarn --immutable
Original file line number Diff line number Diff line change 3838 "yaml" : " ^1.10.2"
3939 },
4040 "devDependencies" : {
41- "@eslint/js" : " 9.22.0 " ,
42- "@types/node" : " 22.13.11 " ,
43- "@vitest/coverage-v8" : " 3 .0.9 " ,
44- "eslint" : " 9.22.0 " ,
45- "eslint-config-prettier" : " 10.1.1 " ,
41+ "@eslint/js" : " 9.39.1 " ,
42+ "@types/node" : " 24.10.1 " ,
43+ "@vitest/coverage-v8" : " 4 .0.12 " ,
44+ "eslint" : " 9.39.1 " ,
45+ "eslint-config-prettier" : " 10.1.8 " ,
4646 "eslint-plugin-simple-import-sort" : " 12.1.1" ,
47- "globals" : " 16.0 .0" ,
47+ "globals" : " 16.5 .0" ,
4848 "jest-snapshot-serializer-raw" : " 2.0.0" ,
49- "npm-run-all2" : " 7 .0.2 " ,
50- "patch-package" : " 8.0.0 " ,
51- "prettier" : " 3.5.3 " ,
49+ "npm-run-all2" : " 8 .0.4 " ,
50+ "patch-package" : " 8.0.1 " ,
51+ "prettier" : " 3.6.2 " ,
5252 "standard-version" : " 9.5.0" ,
53- "typescript" : " 5.8.2 " ,
54- "typescript-eslint" : " 8.27 .0" ,
55- "vitest" : " 3 .0.9 "
53+ "typescript" : " 5.9.3 " ,
54+ "typescript-eslint" : " 8.47 .0" ,
55+ "vitest" : " 4 .0.12 "
5656 },
5757 "engines" : {
5858 "node" : " >= 14"
You can’t perform that action at this time.
0 commit comments