Skip to content

Commit 6029402

Browse files
chore(deps): update all major dependencies
1 parent 61bb2c2 commit 6029402

File tree

7 files changed

+540
-184
lines changed

7 files changed

+540
-184
lines changed

.github/actions/install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
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'

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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
@@ -28,7 +28,7 @@ jobs:
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
@@ -41,7 +41,7 @@ jobs:
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
@@ -57,7 +57,7 @@ jobs:
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

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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' }}
@@ -39,7 +39,7 @@ jobs:
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

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
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",
@@ -149,7 +149,7 @@
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",
@@ -164,7 +164,7 @@
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
},

0 commit comments

Comments
 (0)