File tree Expand file tree Collapse file tree 7 files changed +26
-26
lines changed Expand file tree Collapse file tree 7 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 99 matrix :
1010 node-version : [18.x]
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v5
1313 - name : Use Node.js ${{ matrix.node-version }}
14- uses : actions/setup-node@v3
14+ uses : actions/setup-node@v5
1515 with :
1616 node-version : ${{ matrix.node-version }}
1717 - run : yarn install
Original file line number Diff line number Diff line change 99 matrix :
1010 node-version : [22.x]
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v5
1313 - name : Use Node.js ${{ matrix.node-version }}
14- uses : actions/setup-node@v3
14+ uses : actions/setup-node@v5
1515 with :
1616 node-version : ${{ matrix.node-version }}
1717 - run : yarn install
Original file line number Diff line number Diff line change 1010 node-version : [22.x]
1111 runs-on : ${{ matrix.platform }}
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v5
1414 - name : Use Node.js ${{ matrix.node-version }}
15- uses : actions/setup-node@v3
15+ uses : actions/setup-node@v5
1616 with :
1717 node-version : ${{ matrix.node-version }}
1818 - run : yarn install
Original file line number Diff line number Diff line change 1616 "@babel/core" : " 7.27.7" ,
1717 "@babel/preset-env" : " 7.27.2" ,
1818 "@babel/plugin-transform-react-jsx" : " 7.27.1" ,
19- "babel-loader" : " 9.1.3 " ,
20- "css-loader" : " 6.10.0 " ,
19+ "babel-loader" : " 10.0.0 " ,
20+ "css-loader" : " 7.1.2 " ,
2121 "mini-css-extract-plugin" : " 2.8.1" ,
22- "style-loader" : " 3.3.4 " ,
22+ "style-loader" : " 4.0.0 " ,
2323 "webpack" : " 5.90.3" ,
24- "webpack-cli" : " 5.1.4 "
24+ "webpack-cli" : " 6.0.1 "
2525 },
2626 "volta" : {
2727 "node" : " 22.16.0" ,
Original file line number Diff line number Diff line change 1717 "@babel/core" : " 7.27.7" ,
1818 "@babel/preset-env" : " 7.27.2" ,
1919 "@babel/plugin-transform-react-jsx" : " 7.27.1" ,
20- "babel-loader" : " 9.1.3 " ,
21- "css-loader" : " 6.10.0 " ,
20+ "babel-loader" : " 10.0.0 " ,
21+ "css-loader" : " 7.1.2 " ,
2222 "mini-css-extract-plugin" : " 2.8.1" ,
23- "style-loader" : " 3.3.4 " ,
23+ "style-loader" : " 4.0.0 " ,
2424 "webpack" : " 5.90.3" ,
25- "webpack-cli" : " 5.1.4 "
25+ "webpack-cli" : " 6.0.1 "
2626 },
2727 "volta" : {
2828 "node" : " 22.16.0" ,
Original file line number Diff line number Diff line change 4646 "@babel/preset-env" : " 7.27.2" ,
4747 "@rollup/plugin-babel" : " 6.0.4" ,
4848 "@rollup/plugin-replace" : " 6.0.2" ,
49- "@types/node" : " 18.19.112 " ,
50- "@types/sinon" : " 10 .0.20 " ,
49+ "@types/node" : " 22. 18.6 " ,
50+ "@types/sinon" : " 17 .0.4 " ,
5151 "acorn" : " 8.15.0" ,
5252 "acorn-walk" : " 8.3.4" ,
5353 "ava" : " 6.4.0" ,
5454 "babel-plugin-minify-replace" : " 0.5.0" ,
5555 "babel-plugin-transform-remove-console" : " 6.9.4" ,
5656 "benchmark" : " 2.1.4" ,
57- "cross-env" : " 7 .0.3 " ,
58- "husky" : " 8.0.3 " ,
59- "jsdom" : " 26.1 .0" ,
60- "lint-staged" : " 14.0.1 " ,
57+ "cross-env" : " 10 .0.0 " ,
58+ "husky" : " 9.1.7 " ,
59+ "jsdom" : " 27.0 .0" ,
60+ "lint-staged" : " 16.1.6 " ,
6161 "magic-string" : " 0.30.17" ,
6262 "np" : " 10.2.0" ,
63- "npm-run-all2" : " 5 .0.2 " ,
63+ "npm-run-all2" : " 8 .0.4 " ,
6464 "polka" : " 0.5.2" ,
6565 "prettier" : " 3.6.0" ,
66- "rimraf" : " 5 .0.5 " ,
66+ "rimraf" : " 6 .0.1 " ,
6767 "rollup" : " 4.44.0" ,
6868 "rollup-plugin-analyzer" : " 4.0.0" ,
6969 "@rollup/plugin-terser" : " 0.4.4" ,
Original file line number Diff line number Diff line change 2323 "@babel/core" : " ^7.0.0-0"
2424 },
2525 "devDependencies" : {
26- "ava" : " 5.3 .1" ,
26+ "ava" : " 6.4 .1" ,
2727 "esm" : " 3.2.25" ,
28- "lint-staged" : " 14.0.1 " ,
29- "npm-run-all2" : " 5 .0.2 " ,
28+ "lint-staged" : " 16.1.6 " ,
29+ "npm-run-all2" : " 8 .0.4 " ,
3030 "prettier" : " 3.2.5" ,
31- "rimraf" : " 5 .0.5 " ,
31+ "rimraf" : " 6 .0.1 " ,
3232 "shx" : " 0.3.4"
3333 },
3434 "lint-staged" : {
You can’t perform that action at this time.
0 commit comments