File tree Expand file tree Collapse file tree 5 files changed +1718
-1310
lines changed
Expand file tree Collapse file tree 5 files changed +1718
-1310
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v6
1313 with :
1414 persist-credentials : false
1515
1616 - name : Install Node.JS
17- uses : actions/setup-node@v4
17+ uses : actions/setup-node@v6
1818 with :
1919 cache : ' yarn'
2020 registry-url : ' https://registry.npmjs.org'
@@ -39,12 +39,12 @@ jobs:
3939 NODE_ENV : production
4040 steps :
4141 - name : Checkout
42- uses : actions/checkout@v4
42+ uses : actions/checkout@v6
4343 with :
4444 persist-credentials : false
4545
4646 - name : Install Node.JS
47- uses : actions/setup-node@v4
47+ uses : actions/setup-node@v6
4848 with :
4949 cache : ' yarn'
5050 registry-url : ' https://registry.npmjs.org'
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ compressionLevel: mixed
22
33enableGlobalCache : false
44
5- yarnPath : .yarn/releases/yarn-4.10.3 .cjs
5+ yarnPath : .yarn/releases/yarn-4.12.0 .cjs
Original file line number Diff line number Diff line change 3333 "@babel/preset-env" : " ^7.28.5" ,
3434 "@rollup/plugin-alias" : " ^5.1.1" ,
3535 "@rollup/plugin-babel" : " ^6.1.0" ,
36- "@rollup/plugin-commonjs" : " ^28 .0.9 " ,
36+ "@rollup/plugin-commonjs" : " ^29 .0.0 " ,
3737 "@rollup/plugin-node-resolve" : " ^16.0.3" ,
3838 "@yarnpkg/pnpify" : " ^4.1.6" ,
39- "eslint" : " ^8.57.1 " ,
40- "eslint-config-prettier" : " ^9 .1.2 " ,
39+ "eslint" : " ^9.39.2 " ,
40+ "eslint-config-prettier" : " ^10 .1.8 " ,
4141 "eslint-import-resolver-node" : " ^0.3.9" ,
4242 "eslint-plugin-import" : " ^2.32.0" ,
43- "jest" : " ^29.7 .0" ,
43+ "jest" : " ^30.2 .0" ,
4444 "jest-environment-jsdom" : " 30.2.0" ,
45- "jsdom" : " ^26.1 .0" ,
46- "prettier" : " ^3.6.2 " ,
47- "rollup" : " ^4.52.5 " ,
45+ "jsdom" : " ^27.3 .0" ,
46+ "prettier" : " ^3.7.4 " ,
47+ "rollup" : " ^4.54.0 " ,
4848 "typescript" : " ^5.9.3"
4949 },
50- "packageManager" : " yarn@4.10.3 "
50+ "packageManager" : " yarn@4.12.0 "
5151}
You can’t perform that action at this time.
0 commit comments