File tree Expand file tree Collapse file tree 10 files changed +123
-159
lines changed
Expand file tree Collapse file tree 10 files changed +123
-159
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout Repo
22- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
22+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323
2424 - name : Setup Node.js LTS
25- uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
25+ uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
2626 with :
2727 node-version : lts/*
2828 cache : yarn
3737 run : yarn format
3838
3939 - name : Apply autofix.ci
40- uses : autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 # v1.3.2
40+ uses : autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8 # v1.3.3
4141 with :
4242 fail-fast : false
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 runs-on : ${{ matrix.os }}
2424 steps :
2525 - name : Checkout Repo
26- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
26+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727
2828 - name : Setup Node.js ${{ matrix.node }}
29- uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
29+ uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
3030 with :
3131 node-version : ${{ matrix.node }}
3232 cache : yarn
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout Repo
20- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
20+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121
2222 - name : Setup Node.js LTS
23- uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
23+ uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
2424 with :
2525 node-version : lts/*
2626 cache : yarn
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717
1818 steps :
1919 - name : Checkout Repo
20- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
20+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121
2222 - name : Setup Node.js LTS
23- uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
23+ uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
2424 with :
2525 node-version : lts/*
2626 cache : yarn
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout Repo
23- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
23+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424 with :
2525 fetch-depth : 0
2626
2727 - name : Setup Node.js LTS
28- uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
28+ uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
2929 with :
3030 node-version : lts/*
3131
Original file line number Diff line number Diff line change 1- 24.12 .0
1+ 24.13 .0
Original file line number Diff line number Diff line change 3333 "devDependencies" : {
3434 "@changesets/changelog-github" : " ^0.5.2" ,
3535 "@changesets/cli" : " ^2.29.8" ,
36- "@eslint/js" : " ^9.39.2 " ,
36+ "@eslint/js" : " ^10.0.0 " ,
3737 "@swc-node/register" : " ^1.11.1" ,
3838 "@swc/core" : " ^1.15.11" ,
3939 "@types/cli-progress" : " ^3.11.6" ,
4646 "@types/react-dom" : " ^19.2.3" ,
4747 "@types/swagger2openapi" : " ^7.0.4" ,
4848 "@unts/patch-package" : " ^8.1.1" ,
49- "eslint" : " ^9.39.2 " ,
49+ "eslint" : " ^10.0.0 " ,
5050 "eslint-import-resolver-typescript" : " ^4.4.4" ,
5151 "eslint-plugin-import-x" : " ^4.16.1" ,
5252 "eslint-plugin-react-hooks" : " ^7.0.1" ,
Original file line number Diff line number Diff line change 6262 "commander" : " ^14.0.3" ,
6363 "ejs" : " ^4.0.1" ,
6464 "es-toolkit" : " ^1.44.0" ,
65- "eslint" : " ^9.39.2 " ,
65+ "eslint" : " ^10.0.0 " ,
6666 "eslint-plugin-mdx" : " ^3.6.2" ,
6767 "globals" : " ^17.3.0" ,
6868 "html-tag-names" : " ^2.1.0" ,
Original file line number Diff line number Diff line change 2222 " pyodide"
2323 ],
2424 "dependencies" : {
25- "@playwright/browser-chromium" : " 1.57.0 " ,
25+ "@playwright/browser-chromium" : " 1.58.2 " ,
2626 "cli-progress" : " ^3.12.0" ,
2727 "html-entities" : " ^2.6.0" ,
2828 "pdf-lib" : " ^1.17.1" ,
2929 "pdf-merger-js" : " ^5.1.2" ,
30- "playwright" : " 1.57.0 " ,
30+ "playwright" : " 1.58.2 " ,
3131 "yoctocolors" : " ^2.1.2"
3232 }
3333}
You can’t perform that action at this time.
0 commit comments