Skip to content

Commit 6191cf0

Browse files
Legend-Mastergezihuzi
authored andcommitted
chore(deps): update js dependencies (tauri-apps#2467)
* chore(deps): update js dependencies * Bump pnpm version in github actions
1 parent 8d60cb4 commit 6191cf0

File tree

13 files changed

+343
-582
lines changed

13 files changed

+343
-582
lines changed

.github/workflows/audit-javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
node-version: 'lts/*'
4747
- uses: pnpm/action-setup@v4
4848
with:
49-
version: 9.x.x
49+
version: 10.x.x
5050
run_install: true
5151
- name: audit
5252
run: pnpm audit

.github/workflows/check-generated-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
node-version: 'lts/*'
168168
- uses: pnpm/action-setup@v4
169169
with:
170-
version: 9.x.x
170+
version: 10.x.x
171171
run_install: true
172172

173173
- name: build api

.github/workflows/covector-version-or-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- uses: pnpm/action-setup@v4
4141
with:
42-
version: 9.x.x
42+
version: 10.x.x
4343
run_install: true
4444

4545
- name: cargo login

.github/workflows/fmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
node-version: 'lts/*'
3939
- uses: pnpm/action-setup@v4
4040
with:
41-
version: 9.x.x
41+
version: 10.x.x
4242
run_install: true
4343
- run: pnpm format:check
4444

.github/workflows/lint-javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
node-version: 'lts/*'
5050
- uses: pnpm/action-setup@v4
5151
with:
52-
version: 9.x.x
52+
version: 10.x.x
5353
run_install: true
5454
- name: eslint
5555
run: pnpm lint

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- uses: pnpm/action-setup@v4
4040
with:
41-
version: 9.x.x
41+
version: 10.x.x
4242
run_install: true
4343

4444
- name: Build packages

examples/api/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"@tauri-apps/plugin-fs": "^2.2.0",
2020
"@tauri-apps/plugin-geolocation": "^2.2.0",
2121
"@tauri-apps/plugin-global-shortcut": "^2.2.0",
22-
"@tauri-apps/plugin-opener": "^2.2.5",
2322
"@tauri-apps/plugin-haptics": "^2.2.0",
2423
"@tauri-apps/plugin-http": "^2.3.0",
2524
"@tauri-apps/plugin-nfc": "^2.2.0",
2625
"@tauri-apps/plugin-notification": "^2.2.1",
26+
"@tauri-apps/plugin-opener": "^2.2.5",
2727
"@tauri-apps/plugin-os": "^2.2.0",
2828
"@tauri-apps/plugin-process": "^2.2.0",
2929
"@tauri-apps/plugin-shell": "^2.2.0",
@@ -32,13 +32,13 @@
3232
"@zerodevx/svelte-json-view": "1.0.11"
3333
},
3434
"devDependencies": {
35-
"@iconify-json/codicon": "^1.2.6",
36-
"@iconify-json/ph": "^1.2.1",
37-
"@sveltejs/vite-plugin-svelte": "^5.0.1",
35+
"@iconify-json/codicon": "^1.2.12",
36+
"@iconify-json/ph": "^1.2.2",
37+
"@sveltejs/vite-plugin-svelte": "^5.0.3",
3838
"@tauri-apps/cli": "2.3.0",
3939
"@unocss/extractor-svelte": "^66.0.0",
40-
"svelte": "^5.10.0",
40+
"svelte": "^5.20.4",
4141
"unocss": "^66.0.0",
42-
"vite": "^6.0.3"
42+
"vite": "^6.2.0"
4343
}
4444
}

package.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"@eslint/js": "9.21.0",
1515
"@rollup/plugin-node-resolve": "16.0.0",
1616
"@rollup/plugin-terser": "0.4.4",
17-
"@rollup/plugin-typescript": "11.1.6",
18-
"covector": "^0.12.3",
17+
"@rollup/plugin-typescript": "12.1.2",
18+
"covector": "^0.12.4",
1919
"eslint": "9.21.0",
2020
"eslint-config-prettier": "10.0.2",
2121
"eslint-plugin-security": "3.0.1",
@@ -25,11 +25,15 @@
2525
"typescript": "5.7.3",
2626
"typescript-eslint": "8.25.0"
2727
},
28-
"resolutions": {
29-
"semver": ">=7.5.2",
30-
"optionator": ">=0.9.3"
28+
"pnpm": {
29+
"overrides": {
30+
"esbuild@<0.25.0": ">=0.25.0"
31+
},
32+
"onlyBuiltDependencies": [
33+
"esbuild"
34+
]
3135
},
3236
"engines": {
33-
"pnpm": "^9.0.0"
37+
"pnpm": "^10.0.0"
3438
}
3539
}

plugins/deep-link/examples/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@tauri-apps/cli": "2.3.0",
18-
"typescript": "^5.2.2",
19-
"vite": "^6.0.0"
18+
"typescript": "^5.7.3",
19+
"vite": "^6.2.0"
2020
}
2121
}

plugins/store/examples/AppSettingsManager/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@tauri-apps/cli": "2.3.0",
12-
"vite": "^6.0.0",
13-
"typescript": "^5.4.7"
12+
"typescript": "^5.7.3",
13+
"vite": "^6.2.0"
1414
}
1515
}

0 commit comments

Comments
 (0)