Compare commits

...

4 Commits

Author SHA1 Message Date
github-actions
7b00a99440 [automated] Update test expectations 2026-02-11 09:18:01 +00:00
DrJKL
288eb82e6f test: remove outdated recordAudio screenshot baseline
Tailwind CSS 4.1.12 -> 4.1.18 causes pixel-level rendering changes.
Delete the old baseline so CI can regenerate via /update-playwright.

Amp-Thread-ID: https://ampcode.com/threads/T-019c4bb3-3bb3-714a-8f26-d775e658c14f
Co-authored-by: Amp <amp@ampcode.com>
2026-02-11 01:11:47 -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
6 changed files with 275 additions and 340 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
]
}
}
},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 95 KiB

View File

@@ -93,9 +93,9 @@
"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:",

589
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -27,11 +27,11 @@ 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
@@ -45,7 +45,7 @@ catalog:
'@vueuse/integrations': ^14.2.0
'@webgpu/types': ^0.1.66
algoliasearch: ^5.21.0
axios: ^1.8.2
axios: ^1.13.5
cross-env: ^10.1.0
cva: 1.0.0-beta.4
dotenv: ^16.4.5
@@ -54,7 +54,7 @@ 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
@@ -80,9 +80,9 @@ catalog:
primevue: ^4.2.5
reka-ui: ^2.5.0
rollup-plugin-visualizer: ^6.0.4
storybook: ^10.1.9
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
@@ -100,7 +100,7 @@ catalog:
vue: ^3.5.13
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