Skip to content

Commit 92e86ef

Browse files
chore(deps): update all non-major dependencies
1 parent c82aaac commit 92e86ef

7 files changed

Lines changed: 2783 additions & 1711 deletions

File tree

devtools/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@pinia/colada-devtools",
33
"type": "module",
44
"version": "1.0.0",
5-
"packageManager": "pnpm@11.0.9",
5+
"packageManager": "pnpm@11.5.0",
66
"description": "Devtools for Pinia Colada",
77
"publishConfig": {
88
"access": "public"
@@ -55,20 +55,20 @@
5555
"build": "pnpm run --stream '/^build:/'"
5656
},
5757
"devDependencies": {
58-
"@iconify-json/lucide": "^1.2.104",
58+
"@iconify-json/lucide": "^1.2.111",
5959
"@pinia/colada": "workspace:^*",
6060
"@posva/splitpanes": "^4.0.6",
61-
"@tailwindcss/vite": "^4.2.4",
62-
"@vueuse/core": "^14.2.1",
61+
"@tailwindcss/vite": "^4.3.0",
62+
"@vueuse/core": "^14.3.0",
6363
"mande": "^2.0.9",
64-
"match-container": "^0.1.2",
64+
"match-container": "^0.1.3",
6565
"pinia": "^3.0.4",
66-
"tailwindcss": "^4.2.4",
66+
"tailwindcss": "^4.3.0",
6767
"unplugin-icons": "^23.0.1",
68-
"unplugin-vue-components": "^32.0.0",
69-
"vite-plugin-dts": "^5.0.0",
70-
"vue": "^3.5.33",
71-
"vue-router": "^5.0.4",
72-
"vue-tsc": "^3.2.7"
68+
"unplugin-vue-components": "^32.1.0",
69+
"vite-plugin-dts": "^5.0.1",
70+
"vue": "^3.5.35",
71+
"vue-router": "^5.1.0",
72+
"vue-tsc": "^3.3.2"
7373
}
7474
}

nuxt/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
2929
},
3030
"dependencies": {
31-
"@nuxt/kit": "^4.4.2"
31+
"@nuxt/kit": "^4.4.6"
3232
},
3333
"peerDependencies": {
3434
"@pinia/colada": "workspace:>="
@@ -37,13 +37,13 @@
3737
"@nuxt/devtools": "^3.2.4",
3838
"@nuxt/eslint-config": "^1.15.2",
3939
"@nuxt/module-builder": "1.0.2",
40-
"@nuxt/schema": "^4.4.2",
40+
"@nuxt/schema": "^4.4.6",
4141
"@nuxt/test-utils": "^4.0.3",
4242
"@pinia/colada": "workspace:*",
4343
"@pinia/nuxt": "^0.11.3",
44-
"nuxi": "^3.35.1",
45-
"nuxt": "^4.4.2",
44+
"nuxi": "^3.35.2",
45+
"nuxt": "^4.4.6",
4646
"typescript": "~6.0.3",
47-
"vue-tsc": "^3.2.7"
47+
"vue-tsc": "^3.3.2"
4848
}
4949
}

nuxt/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"generate": "nuxi generate"
99
},
1010
"dependencies": {
11-
"nuxt": "^4.4.2"
11+
"nuxt": "^4.4.6"
1212
}
1313
}

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -68,41 +68,41 @@
6868
"prepare": "simple-git-hooks"
6969
},
7070
"devDependencies": {
71-
"@ast-grep/cli": "^0.42.1",
72-
"@clack/prompts": "npm:@posva/clack-prompts@^1.2.1",
71+
"@ast-grep/cli": "^0.43.0",
72+
"@clack/prompts": "npm:@posva/clack-prompts@^1.2.2",
7373
"@pinia/colada": "workspace:*",
74-
"@playwright/test": "^1.58.1",
74+
"@playwright/test": "^1.60.0",
7575
"@posva/test-utils": "workspace:*",
76-
"@shikijs/vitepress-twoslash": "^4.0.2",
76+
"@shikijs/vitepress-twoslash": "^4.1.0",
7777
"@size-limit/esbuild-why": "^12.1.0",
7878
"@size-limit/preset-small-lib": "^12.1.0",
79-
"@types/node": "^24.12.2",
79+
"@types/node": "^24.12.4",
8080
"@types/semver": "^7.7.1",
81-
"@typescript/native-preview": "7.0.0-dev.20260508.1",
82-
"@vitejs/plugin-vue": "^6.0.6",
83-
"@vitest/coverage-v8": "^4.1.5",
84-
"@vitest/ui": "^4.1.5",
81+
"@typescript/native-preview": "7.0.0-dev.20260527.2",
82+
"@vitejs/plugin-vue": "^6.0.7",
83+
"@vitest/coverage-v8": "^4.1.7",
84+
"@vitest/ui": "^4.1.7",
8585
"@vue/test-utils": "^2.4.10",
8686
"conventional-changelog": "^7.2.0",
8787
"conventional-changelog-angular": "^8.3.1",
8888
"happy-dom": "^20.9.0",
89-
"lint-staged": "^17.0.2",
90-
"oxfmt": "^0.48.0",
91-
"oxlint": "^1.63.0",
89+
"lint-staged": "^17.0.5",
90+
"oxfmt": "^0.52.0",
91+
"oxlint": "^1.67.0",
9292
"oxlint-plugin-posva": "0.0.2",
9393
"pinia": "^3.0.4",
94-
"semver": "^7.7.4",
94+
"semver": "^7.8.1",
9595
"simple-git-hooks": "^2.13.1",
9696
"size-limit": "^12.1.0",
97-
"tsdown": "^0.22.0",
97+
"tsdown": "^0.22.1",
9898
"typedoc": "^0.28.19",
9999
"typedoc-plugin-markdown": "^4.11.0",
100100
"typedoc-vitepress-theme": "^1.1.2",
101101
"typescript": "~6.0.3",
102102
"vitepress": "1.6.4",
103-
"vitepress-plugin-llms": "^1.12.1",
104-
"vitest": "^4.1.5",
105-
"vue": "^3.5.33"
103+
"vitepress-plugin-llms": "^1.13.1",
104+
"vitest": "^4.1.7",
105+
"vue": "^3.5.35"
106106
},
107107
"peerDependencies": {
108108
"pinia": "^2.2.6 || ^3.0.0",
@@ -148,5 +148,5 @@
148148
]
149149
}
150150
],
151-
"packageManager": "pnpm@11.0.9"
151+
"packageManager": "pnpm@11.5.0"
152152
}

playground/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,29 +19,29 @@
1919
"@pinia/colada-plugin-cache-persister": "workspace:^",
2020
"@pinia/colada-plugin-debug": "workspace:^",
2121
"@pinia/colada-plugin-retry": "workspace:^",
22-
"@vueuse/core": "^14.2.1",
23-
"@vueuse/integrations": "^14.2.1",
24-
"@vueuse/router": "^14.2.1",
22+
"@vueuse/core": "^14.3.0",
23+
"@vueuse/integrations": "^14.3.0",
24+
"@vueuse/router": "^14.3.0",
2525
"fuse.js": "^7.3.0",
2626
"mande": "^2.0.9",
2727
"pinia": "^3.0.4",
28-
"vue": "^3.5.33",
29-
"vue-router": "^5.0.4",
28+
"vue": "^3.5.35",
29+
"vue-router": "^5.1.0",
3030
"water.css": "^2.1.1"
3131
},
3232
"devDependencies": {
3333
"@pinia/colada-devtools": "workspace:^",
34-
"@tailwindcss/vite": "^4.2.4",
35-
"@types/node": "^24.12.2",
36-
"@vitejs/plugin-vue": "^6.0.6",
34+
"@tailwindcss/vite": "^4.3.0",
35+
"@types/node": "^24.12.4",
36+
"@vitejs/plugin-vue": "^6.0.7",
3737
"@vue/tsconfig": "^0.9.1",
3838
"autoprefixer": "^10.5.0",
3939
"json-server": "0.17.4",
4040
"npm-run-all2": "^9.0.1",
41-
"tailwindcss": "^4.2.4",
41+
"tailwindcss": "^4.3.0",
4242
"typescript": "~6.0.3",
43-
"vite": "^8.0.10",
44-
"vite-plugin-vue-devtools": "^8.1.1",
45-
"vue-tsc": "^3.2.7"
43+
"vite": "^8.0.14",
44+
"vite-plugin-vue-devtools": "^8.1.2",
45+
"vue-tsc": "^3.3.2"
4646
}
4747
}

0 commit comments

Comments
 (0)