chore: update all deps

This commit is contained in:
2026-06-08 17:11:14 +07:00
parent 4458744dcf
commit 73e701a2c5
19 changed files with 4110 additions and 4800 deletions
+2 -2
View File
@@ -17,7 +17,7 @@
"url": "git+https://github.com/robonen/tools.git", "url": "git+https://github.com/robonen/tools.git",
"directory": "configs/eslint" "directory": "configs/eslint"
}, },
"packageManager": "pnpm@10.30.3", "packageManager": "pnpm@10.33.2",
"engines": { "engines": {
"node": ">=24.13.1" "node": ">=24.13.1"
}, },
@@ -51,7 +51,7 @@
"eslint-plugin-import-x": "^4.16.2", "eslint-plugin-import-x": "^4.16.2",
"eslint-plugin-n": "^18.0.1", "eslint-plugin-n": "^18.0.1",
"eslint-plugin-regexp": "^3.1.0", "eslint-plugin-regexp": "^3.1.0",
"eslint-plugin-unicorn": "^64.0.0", "eslint-plugin-unicorn": "^65.0.0",
"eslint-plugin-vue": "^10.9.2", "eslint-plugin-vue": "^10.9.2",
"globals": "^17.6.0", "globals": "^17.6.0",
"jiti": "^2.7.0", "jiti": "^2.7.0",
+1 -1
View File
@@ -15,7 +15,7 @@
"url": "git+https://github.com/robonen/tools.git", "url": "git+https://github.com/robonen/tools.git",
"directory": "packages/tsconfig" "directory": "packages/tsconfig"
}, },
"packageManager": "pnpm@10.30.3", "packageManager": "pnpm@10.33.2",
"engines": { "engines": {
"node": ">=24.13.1" "node": ">=24.13.1"
}, },
+1 -1
View File
@@ -15,7 +15,7 @@
"url": "git+https://github.com/robonen/tools.git", "url": "git+https://github.com/robonen/tools.git",
"directory": "configs/tsdown" "directory": "configs/tsdown"
}, },
"packageManager": "pnpm@10.30.3", "packageManager": "pnpm@10.33.2",
"engines": { "engines": {
"node": ">=24.13.1" "node": ">=24.13.1"
}, },
+1 -1
View File
@@ -17,7 +17,7 @@
"url": "git+https://github.com/robonen/tools.git", "url": "git+https://github.com/robonen/tools.git",
"directory": "core/crdt" "directory": "core/crdt"
}, },
"packageManager": "pnpm@10.30.3", "packageManager": "pnpm@10.33.2",
"engines": { "engines": {
"node": ">=24.13.1" "node": ">=24.13.1"
}, },
+1 -1
View File
@@ -13,7 +13,7 @@
"url": "git+https://github.com/robonen/tools.git", "url": "git+https://github.com/robonen/tools.git",
"directory": "core/encoding" "directory": "core/encoding"
}, },
"packageManager": "pnpm@10.30.3", "packageManager": "pnpm@10.33.2",
"engines": { "engines": {
"node": ">=24.13.1" "node": ">=24.13.1"
}, },
+1 -1
View File
@@ -15,7 +15,7 @@
"url": "git+https://github.com/robonen/tools.git", "url": "git+https://github.com/robonen/tools.git",
"directory": "core/fetch" "directory": "core/fetch"
}, },
"packageManager": "pnpm@10.30.3", "packageManager": "pnpm@10.33.2",
"engines": { "engines": {
"node": ">=24.13.1" "node": ">=24.13.1"
}, },
+1 -1
View File
@@ -18,7 +18,7 @@
"url": "git+https://github.com/robonen/tools.git", "url": "git+https://github.com/robonen/tools.git",
"directory": "packages/platform" "directory": "packages/platform"
}, },
"packageManager": "pnpm@10.30.3", "packageManager": "pnpm@10.33.2",
"engines": { "engines": {
"node": ">=24.13.1" "node": ">=24.13.1"
}, },
+2 -2
View File
@@ -18,7 +18,7 @@
"url": "git+https://github.com/robonen/tools.git", "url": "git+https://github.com/robonen/tools.git",
"directory": "packages/stdlib" "directory": "packages/stdlib"
}, },
"packageManager": "pnpm@10.30.3", "packageManager": "pnpm@10.33.2",
"engines": { "engines": {
"node": ">=24.13.1" "node": ">=24.13.1"
}, },
@@ -51,6 +51,6 @@
"@robonen/tsdown": "workspace:*", "@robonen/tsdown": "workspace:*",
"eslint": "catalog:", "eslint": "catalog:",
"tsdown": "catalog:", "tsdown": "catalog:",
"typescript": "^5.9.3" "typescript": "^6.0.3"
} }
} }
+8 -8
View File
@@ -18,20 +18,20 @@
"dependencies": { "dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0", "@modelcontextprotocol/sdk": "^1.29.0",
"marked": "^18.0.5", "marked": "^18.0.5",
"shiki": "^4.0.1", "shiki": "^4.2.0",
"zod": "^4.1.13" "zod": "^4.4.3"
}, },
"devDependencies": { "devDependencies": {
"@nuxt/fonts": "^0.14.0", "@nuxt/fonts": "^0.14.0",
"@nuxt/kit": "^4.3.1", "@nuxt/kit": "^4.4.7",
"@robonen/eslint": "workspace:*", "@robonen/eslint": "workspace:*",
"@tailwindcss/vite": "^4.2.1", "@tailwindcss/vite": "^4.3.0",
"eslint": "catalog:", "eslint": "catalog:",
"jiti": "^2.6.1", "jiti": "^2.7.0",
"nuxt": "catalog:", "nuxt": "catalog:",
"tailwindcss": "^4.2.1", "tailwindcss": "^4.3.0",
"ts-morph": "^27.0.2", "ts-morph": "^28.0.0",
"vue": "catalog:", "vue": "catalog:",
"vue-router": "^5.0.3" "vue-router": "^5.1.0"
} }
} }
+2 -2
View File
@@ -16,7 +16,7 @@
"url": "git+https://github.com/robonen/tools.git", "url": "git+https://github.com/robonen/tools.git",
"directory": "packages/renovate" "directory": "packages/renovate"
}, },
"packageManager": "pnpm@10.30.3", "packageManager": "pnpm@10.33.2",
"engines": { "engines": {
"node": ">=24.13.1" "node": ">=24.13.1"
}, },
@@ -27,6 +27,6 @@
"test": "renovate-config-validator ./default.json" "test": "renovate-config-validator ./default.json"
}, },
"devDependencies": { "devDependencies": {
"renovate": "^43.59.2" "renovate": "^43.214.6"
} }
} }
+5 -5
View File
@@ -15,20 +15,20 @@
"type": "git", "type": "git",
"url": "git+https://github.com/robonen/tools.git" "url": "git+https://github.com/robonen/tools.git"
}, },
"packageManager": "pnpm@10.30.3", "packageManager": "pnpm@10.33.2",
"engines": { "engines": {
"node": ">=24.13.1" "node": ">=24.13.1"
}, },
"type": "module", "type": "module",
"devDependencies": { "devDependencies": {
"@types/node": "^25.3.5", "@types/node": "^25.9.2",
"@vitest/coverage-v8": "catalog:", "@vitest/coverage-v8": "catalog:",
"@vitest/ui": "catalog:", "@vitest/ui": "catalog:",
"citty": "^0.2.1", "citty": "^0.2.2",
"jiti": "^2.6.1", "jiti": "^2.7.0",
"jsdom": "catalog:", "jsdom": "catalog:",
"scule": "^1.3.0", "scule": "^1.3.0",
"typescript": "^5.9.3", "typescript": "^6.0.3",
"vitest": "catalog:" "vitest": "catalog:"
}, },
"scripts": { "scripts": {
+4045 -4735
View File
File diff suppressed because it is too large Load Diff
+10 -10
View File
@@ -8,17 +8,17 @@ packages:
catalog: catalog:
'@stylistic/eslint-plugin': ^5.10.0 '@stylistic/eslint-plugin': ^5.10.0
'@vitest/browser': ^4.1.4 '@vitest/browser': ^4.1.8
'@vitest/coverage-v8': ^4.1.4 '@vitest/coverage-v8': ^4.1.8
'@vitest/ui': ^4.1.4 '@vitest/ui': ^4.1.8
'@vue/shared': ^3.5.29 '@vue/shared': ^3.5.35
'@vue/test-utils': ^2.4.6 '@vue/test-utils': ^2.4.11
eslint: ^10.4.1 eslint: ^10.4.1
jsdom: ^28.1.0 jsdom: ^29.1.1
nuxt: ^4.3.1 nuxt: ^4.4.7
tsdown: ^0.21.0 tsdown: ^0.22.2
vitest: ^4.1.4 vitest: ^4.1.8
vue: ^3.5.29 vue: ^3.5.35
ignoredBuiltDependencies: ignoredBuiltDependencies:
- '@parcel/watcher' - '@parcel/watcher'
+6 -6
View File
@@ -19,7 +19,7 @@
"url": "git+https://github.com/robonen/tools.git", "url": "git+https://github.com/robonen/tools.git",
"directory": "vue/editor" "directory": "vue/editor"
}, },
"packageManager": "pnpm@10.30.3", "packageManager": "pnpm@10.33.2",
"engines": { "engines": {
"node": ">=24.13.1" "node": ">=24.13.1"
}, },
@@ -62,15 +62,15 @@
"@robonen/tsconfig": "workspace:*", "@robonen/tsconfig": "workspace:*",
"@robonen/tsdown": "workspace:*", "@robonen/tsdown": "workspace:*",
"@vitest/browser": "catalog:", "@vitest/browser": "catalog:",
"@vitest/browser-playwright": "^4.0.18", "@vitest/browser-playwright": "^4.1.8",
"@vue/test-utils": "catalog:", "@vue/test-utils": "catalog:",
"eslint": "catalog:", "eslint": "catalog:",
"jsdom": "catalog:", "jsdom": "catalog:",
"playwright": "^1.48.0", "playwright": "^1.60.0",
"tsdown": "catalog:", "tsdown": "catalog:",
"unplugin-vue": "^7.1.1", "unplugin-vue": "^7.2.0",
"vitest-browser-vue": "^1.0.0", "vitest-browser-vue": "^2.1.0",
"vue-tsc": "^3.2.5" "vue-tsc": "^3.3.4"
}, },
"dependencies": { "dependencies": {
"@floating-ui/vue": "^1.1.11", "@floating-ui/vue": "^1.1.11",
+3 -3
View File
@@ -16,8 +16,8 @@
}, },
"devDependencies": { "devDependencies": {
"@robonen/tsconfig": "workspace:*", "@robonen/tsconfig": "workspace:*",
"@vitejs/plugin-vue": "^6.0.6", "@vitejs/plugin-vue": "^6.0.7",
"vite": "^7.1.9", "vite": "^8.0.16",
"vue-tsc": "^3.2.5" "vue-tsc": "^3.3.4"
} }
} }
+7 -7
View File
@@ -15,7 +15,7 @@
"url": "git+https://github.com/robonen/tools.git", "url": "git+https://github.com/robonen/tools.git",
"directory": "vue/primitives" "directory": "vue/primitives"
}, },
"packageManager": "pnpm@10.30.3", "packageManager": "pnpm@10.33.2",
"engines": { "engines": {
"node": ">=24.13.1" "node": ">=24.13.1"
}, },
@@ -58,15 +58,15 @@
"@robonen/tsconfig": "workspace:*", "@robonen/tsconfig": "workspace:*",
"@robonen/tsdown": "workspace:*", "@robonen/tsdown": "workspace:*",
"@vitest/browser": "catalog:", "@vitest/browser": "catalog:",
"@vitest/browser-playwright": "^4.0.18", "@vitest/browser-playwright": "^4.1.8",
"@vue/test-utils": "catalog:", "@vue/test-utils": "catalog:",
"axe-core": "^4.11.1", "axe-core": "^4.12.0",
"eslint": "catalog:", "eslint": "catalog:",
"playwright": "^1.48.0", "playwright": "^1.60.0",
"tsdown": "catalog:", "tsdown": "catalog:",
"unplugin-vue": "^7.1.1", "unplugin-vue": "^7.2.0",
"vitest-browser-vue": "^1.0.0", "vitest-browser-vue": "^2.1.0",
"vue-tsc": "^3.2.5" "vue-tsc": "^3.3.4"
}, },
"dependencies": { "dependencies": {
"@floating-ui/vue": "^1.1.11", "@floating-ui/vue": "^1.1.11",
+6 -6
View File
@@ -13,14 +13,14 @@
"dependencies": { "dependencies": {
"@robonen/primitives": "workspace:*", "@robonen/primitives": "workspace:*",
"vue": "catalog:", "vue": "catalog:",
"vue-router": "^4.5.0" "vue-router": "^5.1.0"
}, },
"devDependencies": { "devDependencies": {
"@robonen/tsconfig": "workspace:*", "@robonen/tsconfig": "workspace:*",
"@tailwindcss/vite": "^4.1.0", "@tailwindcss/vite": "^4.3.0",
"@vitejs/plugin-vue": "^6.0.6", "@vitejs/plugin-vue": "^6.0.7",
"tailwindcss": "^4.1.0", "tailwindcss": "^4.3.0",
"vite": "^7.1.9", "vite": "^8.0.16",
"vue-tsc": "^3.2.5" "vue-tsc": "^3.3.4"
} }
} }
+6 -6
View File
@@ -19,12 +19,12 @@
"devDependencies": { "devDependencies": {
"@robonen/eslint": "workspace:*", "@robonen/eslint": "workspace:*",
"@robonen/tsconfig": "workspace:*", "@robonen/tsconfig": "workspace:*",
"@storybook/addon-a11y": "^10.2.1", "@storybook/addon-a11y": "^10.4.2",
"@storybook/addon-docs": "^10.2.1", "@storybook/addon-docs": "^10.4.2",
"@storybook/vue3-vite": "^10.2.1", "@storybook/vue3-vite": "^10.4.2",
"@vitejs/plugin-vue": "^6.0.6", "@vitejs/plugin-vue": "^6.0.7",
"eslint": "catalog:", "eslint": "catalog:",
"storybook": "^10.2.1", "storybook": "^10.4.2",
"vite": "^7.1.9" "vite": "^8.0.16"
} }
} }
+1 -1
View File
@@ -16,7 +16,7 @@
"url": "git+https://github.com/robonen/tools.git", "url": "git+https://github.com/robonen/tools.git",
"directory": "vue/toolkit" "directory": "vue/toolkit"
}, },
"packageManager": "pnpm@10.30.3", "packageManager": "pnpm@10.33.2",
"engines": { "engines": {
"node": ">=24.13.1" "node": ">=24.13.1"
}, },