ReviewOS

also looking at this

stacks/ts-spreadsheets

chore(deps): update all non-major dependencies

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

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
@@ -4,7 +4,7 @@
44 "": {
55 "name": "ts-spreadsheets",
66 "devDependencies": {
7 "@iconify-json/carbon": "^1.2.5",
7 "@iconify-json/carbon": "^1.2.7",
88 "@shikijs/vitepress-twoslash": "^2.3.2",
99 "@stacksjs/eslint-config": "^4.2.1-beta.1",
1010 "@types/bun": "^1.2.2",
@@ -19,7 +19,7 @@
1919 "unplugin-icons": "^22.0.0",
2020 "unplugin-vue-components": "^28.0.0",
2121 "vite-plugin-pwa": "^0.21.1",
22 "vitepress": "^1.6.0",
22 "vitepress": "^1.6.3",
2323 },
2424 },
2525 },
package.jsonmodified+2-2
Changes to package.json
@@ -65,7 +65,7 @@
6565 "typecheck": "bun --bun tsc --noEmit"
6666 },
6767 "devDependencies": {
68 "@iconify-json/carbon": "^1.2.5",
68 "@iconify-json/carbon": "^1.2.7",
6969 "@shikijs/vitepress-twoslash": "^2.3.2",
7070 "@stacksjs/eslint-config": "^4.2.1-beta.1",
7171 "@types/bun": "^1.2.2",
@@ -80,7 +80,7 @@
8080 "unplugin-icons": "^22.0.0",
8181 "unplugin-vue-components": "^28.0.0",
8282 "vite-plugin-pwa": "^0.21.1",
83 "vitepress": "^1.6.0"
83 "vitepress": "^1.6.3"
8484 },
8585 "overrides": {
8686 "unconfig": "0.3.10"