Compare commits

...

3 Commits

Author SHA1 Message Date
DrJKL
b18412fd69 deps: patch-level updates for 20 dependencies
Update catalog and package.json for Phase 2 safe patch bumps:
- vue 3.5.13 -> 3.5.28
- vue-tsc 3.2.1 -> 3.2.4
- @vueuse/core, @vueuse/integrations 14.2.0 -> 14.2.1
- @vitejs/plugin-vue 6.0.0 -> 6.0.4
- chart.js 4.5.0 -> 4.5.1
- semver 7.7.2 -> 7.7.4
- yjs 13.6.27 -> 13.6.29
- vuefire 3.2.1 -> 3.2.2
- vitest, @vitest/coverage-v8, @vitest/ui 4.0.16 -> 4.0.18
- @playwright/test 1.58.1 -> 1.58.2
- @iconify/json 2.2.380 -> 2.2.438
- @types/semver 7.7.0 -> 7.7.1
- postcss-html 1.8.0 -> 1.8.1
- rollup-plugin-visualizer 6.0.4 -> 6.0.5
- vite-plugin-vue-devtools 8.0.0 -> 8.0.6
- fs-extra 11.2.0 -> 11.3.3
- @intlify/eslint-plugin-vue-i18n 4.1.0 -> 4.1.1

Also migrated chart.js, semver, and fs-extra to use catalog.

Amp-Thread-ID: https://ampcode.com/threads/T-019c4b94-d7bc-731a-aca3-aa032d033b1d
Co-authored-by: Amp <amp@ampcode.com>
2026-02-10 23:50:46 -08:00
DrJKL
d946fb35b0 fix: dedupe lockfile
Amp-Thread-ID: https://ampcode.com/threads/T-019c4b81-3522-754d-9d26-eedc70c9925a
Co-authored-by: Amp <amp@ampcode.com>
2026-02-10 23:20:38 -08:00
DrJKL
b82b5e3ecf fix: patch security vulnerabilities in 6 dependencies
- axios ^1.8.2 -> ^1.13.5 (GHSA-43fc-jf86-j433, HIGH)
- glob ^11.0.3 -> ^11.1.0 (GHSA-5j98-mcp5-4vw2, HIGH)
- storybook ecosystem ^10.1.9 -> ^10.2.8 (GHSA-8452-54wp-rmv6, HIGH)
- tailwindcss + @tailwindcss/vite ^4.1.12 -> ^4.1.18 (tar vulns, HIGH)
- vue-i18n ^9.14.3 -> ^9.14.5 (GHSA-x8qp-wqqm-57ph, MODERATE)
- jsondiffpatch ^0.6.0 -> ^0.7.3 (GHSA-33vc-wfww-vjfv, MODERATE)

Remove deprecated showName/dynamicTitle from Storybook toolbar config
(properties removed in Storybook 10.2.x).

Amp-Thread-ID: https://ampcode.com/threads/T-019c4b81-3522-754d-9d26-eedc70c9925a
Co-authored-by: Amp <amp@ampcode.com>
2026-02-10 23:16:37 -08:00
4 changed files with 727 additions and 769 deletions

View File

@@ -89,9 +89,7 @@ const preview: Preview = {
items: [
{ value: 'light', icon: 'sun', title: 'Light' },
{ value: 'dark', icon: 'moon', title: 'Dark' }
],
showName: true,
dynamicTitle: true
]
}
}
},

View File

@@ -84,7 +84,7 @@
"@xterm/xterm": "^5.5.0",
"algoliasearch": "catalog:",
"axios": "catalog:",
"chart.js": "^4.5.0",
"chart.js": "catalog:",
"cva": "catalog:",
"dompurify": "^3.2.5",
"dotenv": "catalog:",
@@ -93,16 +93,16 @@
"extendable-media-recorder-wav-encoder": "^7.0.129",
"firebase": "catalog:",
"fuse.js": "^7.0.0",
"glob": "^11.0.3",
"glob": "^11.1.0",
"jsonata": "catalog:",
"jsondiffpatch": "^0.6.0",
"jsondiffpatch": "^0.7.3",
"loglevel": "^1.9.2",
"marked": "^15.0.11",
"pinia": "catalog:",
"primeicons": "catalog:",
"primevue": "catalog:",
"reka-ui": "catalog:",
"semver": "^7.7.2",
"semver": "catalog:",
"three": "^0.170.0",
"tiptap-markdown": "^0.8.10",
"typegpu": "catalog:",
@@ -150,7 +150,7 @@
"eslint-plugin-storybook": "catalog:",
"eslint-plugin-unused-imports": "catalog:",
"eslint-plugin-vue": "catalog:",
"fs-extra": "^11.2.0",
"fs-extra": "catalog:",
"globals": "catalog:",
"happy-dom": "catalog:",
"husky": "catalog:",

1427
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -7,16 +7,16 @@ catalog:
'@comfyorg/comfyui-electron-types': 0.6.2
'@eslint/js': ^9.39.1
'@iconify-json/lucide': ^1.1.178
'@iconify/json': ^2.2.380
'@iconify/json': ^2.2.438
'@iconify/tailwind4': ^1.2.0
'@intlify/eslint-plugin-vue-i18n': ^4.1.0
'@intlify/eslint-plugin-vue-i18n': ^4.1.1
'@lobehub/i18n-cli': ^1.25.1
'@nx/eslint': 22.2.6
'@nx/playwright': 22.2.6
'@nx/storybook': 22.2.4
'@nx/vite': 22.2.6
'@pinia/testing': ^1.0.3
'@playwright/test': ^1.58.1
'@playwright/test': ^1.58.2
'@primeuix/forms': 0.0.2
'@primeuix/styled': 0.3.2
'@primeuix/utils': ^0.3.2
@@ -27,25 +27,26 @@ catalog:
'@sentry/vite-plugin': ^4.6.0
'@sentry/vue': ^10.32.1
'@sparkjsdev/spark': ^0.1.10
'@storybook/addon-docs': ^10.1.9
'@storybook/addon-docs': ^10.2.8
'@storybook/addon-mcp': 0.1.6
'@storybook/vue3': ^10.1.9
'@storybook/vue3-vite': ^10.1.9
'@tailwindcss/vite': ^4.1.12
'@storybook/vue3': ^10.2.8
'@storybook/vue3-vite': ^10.2.8
'@tailwindcss/vite': ^4.1.18
'@types/fs-extra': ^11.0.4
'@types/jsdom': ^21.1.7
'@types/node': ^24.1.0
'@types/semver': ^7.7.0
'@types/semver': ^7.7.1
'@types/three': ^0.169.0
'@vitejs/plugin-vue': ^6.0.0
'@vitest/coverage-v8': ^4.0.16
'@vitest/ui': ^4.0.16
'@vitejs/plugin-vue': ^6.0.4
'@vitest/coverage-v8': ^4.0.18
'@vitest/ui': ^4.0.18
'@vue/test-utils': ^2.4.6
'@vueuse/core': ^14.2.0
'@vueuse/integrations': ^14.2.0
'@vueuse/core': ^14.2.1
'@vueuse/integrations': ^14.2.1
'@webgpu/types': ^0.1.66
algoliasearch: ^5.21.0
axios: ^1.8.2
axios: ^1.13.5
chart.js: ^4.5.1
cross-env: ^10.1.0
cva: 1.0.0-beta.4
dotenv: ^16.4.5
@@ -54,10 +55,11 @@ catalog:
eslint-import-resolver-typescript: ^4.4.4
eslint-plugin-import-x: ^4.16.1
eslint-plugin-oxlint: 1.25.0
eslint-plugin-storybook: ^10.1.9
eslint-plugin-storybook: ^10.2.8
eslint-plugin-unused-imports: ^4.3.0
eslint-plugin-vue: ^10.6.2
firebase: ^11.6.0
fs-extra: ^11.3.3
globals: ^16.5.0
happy-dom: ^20.0.11
husky: ^9.1.7
@@ -74,15 +76,16 @@ catalog:
oxlint-tsgolint: ^0.9.1
picocolors: ^1.1.1
pinia: ^3.0.4
postcss-html: ^1.8.0
postcss-html: ^1.8.1
pretty-bytes: ^7.1.0
primeicons: ^7.0.0
primevue: ^4.2.5
reka-ui: ^2.5.0
rollup-plugin-visualizer: ^6.0.4
storybook: ^10.1.9
rollup-plugin-visualizer: ^6.0.5
semver: ^7.7.4
storybook: ^10.2.8
stylelint: ^16.26.1
tailwindcss: ^4.1.12
tailwindcss: ^4.1.18
tailwindcss-primeui: ^0.6.1
tsx: ^4.15.6
tw-animate-css: ^1.3.8
@@ -95,17 +98,17 @@ catalog:
vite: 8.0.0-beta.13
vite-plugin-dts: ^4.5.4
vite-plugin-html: ^3.2.2
vite-plugin-vue-devtools: ^8.0.0
vitest: ^4.0.16
vue: ^3.5.13
vite-plugin-vue-devtools: ^8.0.6
vitest: ^4.0.18
vue: ^3.5.28
vue-component-type-helpers: ^3.2.1
vue-eslint-parser: ^10.2.0
vue-i18n: ^9.14.3
vue-i18n: ^9.14.5
vue-router: ^4.4.3
vue-tsc: ^3.2.1
vuefire: ^3.2.1
vue-tsc: ^3.2.4
vuefire: ^3.2.2
wwobjloader2: ^6.2.1
yjs: ^13.6.27
yjs: ^13.6.29
zod: ^3.23.8
zod-to-json-schema: ^3.24.1
zod-validation-error: ^3.3.0