File tree Expand file tree Collapse file tree 7 files changed +540
-184
lines changed Expand file tree Collapse file tree 7 files changed +540
-184
lines changed Original file line number Diff line number Diff line change 1919 version : ${{ inputs.pnpm_version }}
2020
2121 - name : 🏗️ Setup Node.js ${{ inputs.node_version }}
22- uses : actions/setup-node@v4
22+ uses : actions/setup-node@v5
2323 with :
2424 node-version : ${{ inputs.node_version }}
2525 registry-url : ' https://registry.npmjs.org'
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : ⛙ Checkout branch ${{ github.ref }}
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121
2222 - name : 🚧 Build
2323 uses : ./.github/actions/build
2828
2929 steps :
3030 - name : ⛙ Checkout branch ${{ github.ref }}
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232
3333 - name : 🚧 Build
3434 uses : ./.github/actions/build
4141
4242 steps :
4343 - name : ⛙ Checkout branch ${{ github.ref }}
44- uses : actions/checkout@v4
44+ uses : actions/checkout@v5
4545
4646 - name : 🧱 Install
4747 uses : ./.github/actions/install
5757
5858 steps :
5959 - name : ⛙ Checkout branch ${{ github.ref }}
60- uses : actions/checkout@v4
60+ uses : actions/checkout@v5
6161
6262 - name : 🧱 Install
6363 uses : ./.github/actions/install
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : ⛙ Checkout branch ${{ github.ref }}
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131
3232 - name : 🚧 Build
3333 if : ${{ steps.cache.outputs.cache-hit != 'true' }}
3939 uses : actions/configure-pages@v5
4040
4141 - name : 📦 Upload artifact
42- uses : actions/upload-pages-artifact@v3
42+ uses : actions/upload-pages-artifact@v4
4343 with :
4444 # Upload entire repository
4545 path : dist
Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : ⛙ Checkout branch ${{ github.ref }}
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333 with :
3434 ref : ${{ inputs.commit-hash || 'main' }}
3535 fetch-depth : 0
Original file line number Diff line number Diff line change 3131
3232 steps :
3333 - name : ⛙ Checkout branch ${{ github.ref }}
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v5
3535 with :
3636 ref : main
3737 fetch-depth : 0
Original file line number Diff line number Diff line change 135135 "@sveltejs/adapter-auto" : " ^6.0.1" ,
136136 "@sveltejs/kit" : " ^2.21.1" ,
137137 "@sveltejs/package" : " ^2.3.11" ,
138- "@sveltejs/vite-plugin-svelte" : " ^5 .0.3 " ,
138+ "@sveltejs/vite-plugin-svelte" : " ^6 .0.0 " ,
139139 "@testing-library/jest-dom" : " ^6.6.3" ,
140140 "@testing-library/svelte" : " ^5.2.8" ,
141141 "@testing-library/user-event" : " ^14.6.1" ,
149149 "eslint-plugin-svelte" : " ^3.8.2" ,
150150 "extract-changelog-release" : " ^1.0.2" ,
151151 "husky" : " ^9.1.7" ,
152- "jsdom" : " ^26.1 .0" ,
152+ "jsdom" : " ^27.0 .0" ,
153153 "lint-staged" : " ^16.0.0" ,
154154 "navigation-api-types" : " ^0.6.1" ,
155155 "npm-run-all2" : " ^8.0.1" ,
164164 "svelte-check" : " ^4.2.1" ,
165165 "svelte-preprocess" : " ^6.0.3" ,
166166 "typescript" : " ^5.8.3" ,
167- "vite" : " ^6.2.6 " ,
167+ "vite" : " ^7.0.0 " ,
168168 "vite-plugin-checker" : " ^0.9.1" ,
169169 "vitest" : " ^3.1.1"
170170 },
You can’t perform that action at this time.
0 commit comments