chore: Upgrade vitest and storybook (no-changelog) (#12729)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2025-01-20 18:04:53 +01:00 committed by GitHub
parent 29335b9b6a
commit 4ee4552b0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 447 additions and 371 deletions

View file

@ -3,19 +3,19 @@
"private": true,
"version": "0.0.1",
"devDependencies": {
"@chromatic-com/storybook": "^3.2.2",
"@storybook/addon-a11y": "^8.4.6",
"@storybook/addon-actions": "^8.4.6",
"@storybook/addon-docs": "^8.4.6",
"@storybook/addon-essentials": "^8.4.6",
"@storybook/addon-interactions": "^8.4.6",
"@storybook/addon-links": "^8.4.6",
"@storybook/addon-themes": "^8.4.6",
"@storybook/blocks": "^8.4.6",
"@storybook/test": "^8.4.6",
"@storybook/vue3": "^8.4.6",
"@storybook/vue3-vite": "^8.4.6",
"chromatic": "^11.20.0",
"storybook": "^8.4.6"
"@chromatic-com/storybook": "^3.2.4",
"@storybook/addon-a11y": "^8.5.0",
"@storybook/addon-actions": "^8.5.0",
"@storybook/addon-docs": "^8.5.0",
"@storybook/addon-essentials": "^8.5.0",
"@storybook/addon-interactions": "^8.5.0",
"@storybook/addon-links": "^8.5.0",
"@storybook/addon-themes": "^8.5.0",
"@storybook/blocks": "^8.5.0",
"@storybook/test": "^8.5.0",
"@storybook/vue3": "^8.5.0",
"@storybook/vue3-vite": "^8.5.0",
"chromatic": "^11.25.0",
"storybook": "^8.5.0"
}
}

View file

@ -20,8 +20,8 @@
},
"devDependencies": {
"@n8n/storybook": "workspace:*",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/user-event": "^14.5.2",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.6.0",
"@testing-library/vue": "^8.1.0",
"@types/markdown-it": "^13.0.9",
"@types/markdown-it-emoji": "^2.0.2",

View file

@ -21,6 +21,8 @@ describe('telemetry', () => {
);
});
beforeEach(() => vitest.clearAllMocks());
describe('identify', () => {
it('Rudderstack identify method should be called when proving userId ', () => {
const identifyFunction = vi.spyOn(window.rudderanalytics, 'identify');

File diff suppressed because it is too large Load diff

View file

@ -32,11 +32,11 @@ catalog:
catalogs:
frontend:
'@vitest/coverage-v8': ^2.1.6
'@vitest/coverage-v8': ^3.0.2
'@vitejs/plugin-vue': ^5.2.1
'@sentry/vue': ^8.33.1
vite: ^6.0.2
vitest: ^2.1.8
vitest: ^3.0.2
vitest-mock-extended: ^2.0.2
vue: ^3.5.13
vue-router: ^4.5.0