Skip to content

Commit 2ce063e

Browse files
committed
chore: bump Tauri version to 2.6.0
1 parent a624b02 commit 2ce063e

File tree

9 files changed

+1033
-849
lines changed

9 files changed

+1033
-849
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"explorer.fileNesting.patterns": {
44
"env.d.ts": "auto-imports.d.ts, components.d.ts, interface-extensions.d.ts, .eslintrc-auto-import.json",
55
"tsconfig.json": "tsconfig.*.json",
6-
"README.md": "README.md, CHANGES.md, CODE_OF_CONDUCT.md, CONTRIBUTING.md, LICENSE",
6+
"LICENSE": "CLICENSE, CODE_OF_CONDUCT.md",
77
".editorconfig": ".editorconfig, .prettierrc.json, biome.json, eslint.config.cjs"
88
}
99
}

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.6.0 (2025-06-25)
4+
5+
- Refactor: bumped Vite target versions to `safari16` and `chrome107` (matches Vite 7 'baseline-widely-available' defaults)
6+
- Refactor: tweaked the included VSCode settings.
7+
- Chore: bumped all deps.
8+
39
## 2.3.0 (2025-03-20)
410

511
Note: starting from this release, the versioning of this template will follow

auto-imports.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ declare global {
8484
// for type re-export
8585
declare global {
8686
// @ts-ignore
87-
export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
87+
export type { Component, Slot, Slots, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
8888
import('vue')
8989
}
9090

package.json

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tauri-app",
33
"private": true,
4-
"version": "2.3.0",
4+
"version": "2.6.0",
55
"type": "module",
66
"scripts": {
77
"dev": "concurrently --kill-others \"pnpm vite:dev\" \"pnpm devtools\"",
@@ -16,48 +16,49 @@
1616
"check": "cargo check --manifest-path src-tauri/Cargo.toml"
1717
},
1818
"dependencies": {
19-
"@tauri-apps/api": "^2.3.0",
20-
"@tauri-apps/plugin-shell": "^2.2.0",
21-
"@vue/devtools": "^7.7.2",
22-
"pinia": "^3.0.1",
23-
"vue": "^3.5.13"
19+
"@tauri-apps/api": "^2.6.0",
20+
"@tauri-apps/plugin-shell": "^2.2.2",
21+
"@vue/devtools": "^7.7.7",
22+
"pinia": "^3.0.3",
23+
"vue": "^3.5.17"
2424
},
2525
"devDependencies": {
2626
"@egoist/tailwindcss-icons": "^1.9.0",
2727
"@iconify-json/mdi": "^1.2.3",
2828
"@iconify/types": "^2.0.0",
29-
"@pinia/testing": "^1.0.0",
30-
"@tailwindcss/vite": "^4.0.14",
31-
"@tauri-apps/cli": "^2.3.1",
32-
"@tsconfig/node22": "^22.0.0",
29+
"@pinia/testing": "^1.0.2",
30+
"@tailwindcss/vite": "^4.1.10",
31+
"@tauri-apps/cli": "^2.6.0",
32+
"@tsconfig/node22": "^22.0.2",
3333
"@types/lodash-es": "^4.17.12",
34-
"@types/node": "^22.13.10",
35-
"@typescript-eslint/eslint-plugin": "^8.27.0",
36-
"@vitejs/plugin-vue": "^5.2.3",
34+
"@types/node": "^24.0.4",
35+
"@typescript-eslint/eslint-plugin": "^8.35.0",
36+
"@vitejs/plugin-vue": "^6.0.0",
3737
"@vue/eslint-config-prettier": "^10.2.0",
3838
"@vue/test-utils": "^2.4.6",
3939
"@vue/tsconfig": "^0.7.0",
40-
"concurrently": "^9.1.2",
40+
"concurrently": "^9.2.0",
4141
"cross-env": "^7.0.3",
42-
"eslint": "^9.22.0",
42+
"eslint": "^9.29.0",
4343
"eslint-plugin-security": "^3.0.1",
44-
"eslint-plugin-vue": "^10.0.0",
44+
"eslint-plugin-vue": "^10.2.0",
4545
"lodash-es": "^4.17.21",
46-
"prettier": "^3.5.3",
47-
"tailwindcss": "^4.0.14",
48-
"typescript": "^5.8.2",
49-
"unplugin-auto-import": "^19.1.1",
50-
"unplugin-vue-components": "^28.4.1",
51-
"vite": "^6.2.2",
46+
"prettier": "^3.6.0",
47+
"tailwindcss": "^4.1.10",
48+
"typescript": "^5.8.3",
49+
"unplugin-auto-import": "^19.3.0",
50+
"unplugin-vue-components": "^28.7.0",
51+
"vite": "^7.0.0",
5252
"vite-plugin-node-polyfills": "^0.23.0",
5353
"vite-plugin-top-level-await": "^1.5.0",
54-
"vite-plugin-vue-devtools": "^7.7.2",
55-
"vitest": "^3.0.9",
56-
"vue-tsc": "^2.2.8"
54+
"vite-plugin-vue-devtools": "^7.7.7",
55+
"vitest": "^3.2.4",
56+
"vue-tsc": "^2.2.10"
5757
},
5858
"pnpm": {
5959
"onlyBuiltDependencies": [
6060
"@swc/core",
61+
"@tailwindcss/oxide",
6162
"electron",
6263
"esbuild",
6364
"vue-demi"

0 commit comments

Comments
 (0)