ReviewOS

also looking at this

stacks/ts-spreadsheets

chore(deps): update dependency unplugin-vue-components to ^28.4.0

#22
Merged renovate[bot] wants to merge renovate/all-minor-patch into main
2 files +3 -3

Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.

bun.lockmodified+2-2
Changes to bun.lock
@@ -17,7 +17,7 @@
1717 "typescript": "^5.7.3",
1818 "unocss": "66.0.0",
1919 "unplugin-icons": "^22.1.0",
20 "unplugin-vue-components": "^28.2.0",
20 "unplugin-vue-components": "^28.4.0",
2121 "vite-plugin-pwa": "^0.21.1",
2222 "vitepress": "^1.6.3",
2323 },
@@ -1641,7 +1641,7 @@
16411641
16421642 "unplugin-utils": ["unplugin-utils@0.2.4", "", { "dependencies": { "pathe": "^2.0.2", "picomatch": "^4.0.2" } }, "sha512-8U/MtpkPkkk3Atewj1+RcKIjb5WBimZ/WSLhhR3w6SsIj8XJuKTacSP8g+2JhfSGw0Cb125Y+2zA/IzJZDVbhA=="],
16431643
1644 "unplugin-vue-components": ["unplugin-vue-components@28.2.0", "", { "dependencies": { "chokidar": "^3.6.0", "debug": "^4.4.0", "local-pkg": "^1.0.0", "magic-string": "^0.30.17", "mlly": "^1.7.4", "tinyglobby": "^0.2.10", "unplugin": "^2.2.0", "unplugin-utils": "^0.2.4" }, "peerDependencies": { "@babel/parser": "^7.15.8", "@nuxt/kit": "^3.2.2", "vue": "2 || 3" }, "optionalPeers": ["@babel/parser", "@nuxt/kit"] }, "sha512-FMncMZRnOcVs81BligpZL4tPFHE+VX1P1SYgzzl4D6ZgLiJHoZWNx743z+Vfyz701GsZ8WX/ENvYrIZ4mvJPeA=="],
1644 "unplugin-vue-components": ["unplugin-vue-components@28.4.0", "", { "dependencies": { "chokidar": "^3.6.0", "debug": "^4.4.0", "local-pkg": "^1.0.0", "magic-string": "^0.30.17", "mlly": "^1.7.4", "tinyglobby": "^0.2.10", "unplugin": "^2.2.0", "unplugin-utils": "^0.2.4" }, "peerDependencies": { "@babel/parser": "^7.15.8", "@nuxt/kit": "^3.2.2", "vue": "2 || 3" }, "optionalPeers": ["@babel/parser", "@nuxt/kit"] }, "sha512-fnamX2RiKM30nPK4tihEas+bHnbLICo6MmOiP4jGg7fAlgNEuaLvN9yx96JwZDOYfLQcrNzikDdPhZ8k6pkhMg=="],
16451645
16461646 "upath": ["upath@1.2.0", "", {}, "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg=="],
16471647
package.jsonmodified+1-1
Changes to package.json
@@ -78,7 +78,7 @@
7878 "typescript": "^5.7.3",
7979 "unocss": "66.0.0",
8080 "unplugin-icons": "^22.1.0",
81 "unplugin-vue-components": "^28.2.0",
81 "unplugin-vue-components": "^28.4.0",
8282 "vite-plugin-pwa": "^0.21.1",
8383 "vitepress": "^1.6.3"
8484 },