Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.5.5/schema.json",
"$schema": "https://biomejs.dev/schemas/2.5.7/schema.json",
"vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true },
"files": {
"includes": [
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
"node": ">=22.0.0"
},
"dependencies": {
"@lucide/vue": "^1.23.0",
"@lucide/vue": "^1.28.0",
"@tauri-apps/api": "^2.11.1",
"@tauri-apps/plugin-barcode-scanner": "^2.4.5",
"@tauri-apps/plugin-clipboard-manager": "^2.3.2",
"@tauri-apps/plugin-deep-link": "^2.4.9",
"@tauri-apps/plugin-dialog": "^2.7.1",
"@tauri-apps/plugin-dialog": "^2.7.2",
"@tauri-apps/plugin-notification": "^2.3.3",
"@vueuse/core": "^14.3.0",
"cnfast": "^0.0.8",
"@vueuse/core": "^14.4.0",
"cnfast": "^0.1.0",
"motion-v": "^2.3.0",
"qrcode": "^1.5.4",
"reka-ui": "^2.10.1",
Expand All @@ -57,24 +57,24 @@
},
"devDependencies": {
"@bany/curl-to-json": "^1.2.10",
"@tailwindcss/vite": "^4.3.2",
"@tailwindcss/vite": "^4.3.3",
"@tauri-apps/cli": "^2.11.4",
"@types/node": "^26.1.0",
"@types/node": "^26.1.2",
"@types/qrcode": "^1.5.6",
"@vitejs/plugin-vue": "^6.0.7",
"axios": "^1.18.1",
"@vitejs/plugin-vue": "^6.0.8",
"axios": "^1.19.0",
"cfonts": "^3.3.1",
"chalk": "^5.6.2",
"i18next": "^26.3.4",
"chalk": "^6.0.0",
"i18next": "^26.3.6",
"lodash": "^4.18.1",
"pinia": "^3.0.4",
"tailwindcss": "^4.3.2",
"terser": "^5.48.0",
"typescript": "^6.0.3",
"vite": "^8.1.3",
"vue": "^3.5.39",
"vue-router": "^5.1.0",
"vue-tsc": "^3.3.6",
"pinia": "^4.0.2",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: This feature PR also carries unrelated major-version dependency upgrades across multiple package boundaries (chalk 5→6, pinia 3→4, TypeScript 6→7, cnfast 0.0→0.1). These can silently change runtime and type behavior across the whole app; since the PR has no description or migration notes, worth splitting the bumps into a dedicated chore PR and validating with pnpm typecheck plus a runtime smoke test before merging.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At package.json, line 70:

<comment>This feature PR also carries unrelated major-version dependency upgrades across multiple package boundaries (chalk 5→6, pinia 3→4, TypeScript 6→7, cnfast 0.0→0.1). These can silently change runtime and type behavior across the whole app; since the PR has no description or migration notes, worth splitting the bumps into a dedicated chore PR and validating with `pnpm typecheck` plus a runtime smoke test before merging.</comment>

<file context>
@@ -57,24 +57,24 @@
-		"vue": "^3.5.39",
-		"vue-router": "^5.1.0",
-		"vue-tsc": "^3.3.6",
+		"pinia": "^4.0.2",
+		"tailwindcss": "^4.3.3",
+		"terser": "^5.49.2",
</file context>

"tailwindcss": "^4.3.3",
"terser": "^5.49.2",
"typescript": "^5.9.3",
"vite": "^8.2.0",
"vue": "^3.5.41",
"vue-router": "^5.2.0",
"vue-tsc": "^3.3.9",
"vue-virtual-scroller": "3.0.4"
},
"packageManager": "pnpm@11.3.0"
Expand Down
Loading
Loading