mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
chore: Upgrade vitest and storybook (no-changelog) (#12729)
This commit is contained in:
parent
29335b9b6a
commit
4ee4552b0e
|
@ -3,19 +3,19 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@chromatic-com/storybook": "^3.2.2",
|
"@chromatic-com/storybook": "^3.2.4",
|
||||||
"@storybook/addon-a11y": "^8.4.6",
|
"@storybook/addon-a11y": "^8.5.0",
|
||||||
"@storybook/addon-actions": "^8.4.6",
|
"@storybook/addon-actions": "^8.5.0",
|
||||||
"@storybook/addon-docs": "^8.4.6",
|
"@storybook/addon-docs": "^8.5.0",
|
||||||
"@storybook/addon-essentials": "^8.4.6",
|
"@storybook/addon-essentials": "^8.5.0",
|
||||||
"@storybook/addon-interactions": "^8.4.6",
|
"@storybook/addon-interactions": "^8.5.0",
|
||||||
"@storybook/addon-links": "^8.4.6",
|
"@storybook/addon-links": "^8.5.0",
|
||||||
"@storybook/addon-themes": "^8.4.6",
|
"@storybook/addon-themes": "^8.5.0",
|
||||||
"@storybook/blocks": "^8.4.6",
|
"@storybook/blocks": "^8.5.0",
|
||||||
"@storybook/test": "^8.4.6",
|
"@storybook/test": "^8.5.0",
|
||||||
"@storybook/vue3": "^8.4.6",
|
"@storybook/vue3": "^8.5.0",
|
||||||
"@storybook/vue3-vite": "^8.4.6",
|
"@storybook/vue3-vite": "^8.5.0",
|
||||||
"chromatic": "^11.20.0",
|
"chromatic": "^11.25.0",
|
||||||
"storybook": "^8.4.6"
|
"storybook": "^8.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,8 +20,8 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@n8n/storybook": "workspace:*",
|
"@n8n/storybook": "workspace:*",
|
||||||
"@testing-library/jest-dom": "^6.5.0",
|
"@testing-library/jest-dom": "^6.6.3",
|
||||||
"@testing-library/user-event": "^14.5.2",
|
"@testing-library/user-event": "^14.6.0",
|
||||||
"@testing-library/vue": "^8.1.0",
|
"@testing-library/vue": "^8.1.0",
|
||||||
"@types/markdown-it": "^13.0.9",
|
"@types/markdown-it": "^13.0.9",
|
||||||
"@types/markdown-it-emoji": "^2.0.2",
|
"@types/markdown-it-emoji": "^2.0.2",
|
||||||
|
|
|
@ -21,6 +21,8 @@ describe('telemetry', () => {
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
beforeEach(() => vitest.clearAllMocks());
|
||||||
|
|
||||||
describe('identify', () => {
|
describe('identify', () => {
|
||||||
it('Rudderstack identify method should be called when proving userId ', () => {
|
it('Rudderstack identify method should be called when proving userId ', () => {
|
||||||
const identifyFunction = vi.spyOn(window.rudderanalytics, 'identify');
|
const identifyFunction = vi.spyOn(window.rudderanalytics, 'identify');
|
||||||
|
|
780
pnpm-lock.yaml
780
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
@ -32,11 +32,11 @@ catalog:
|
||||||
|
|
||||||
catalogs:
|
catalogs:
|
||||||
frontend:
|
frontend:
|
||||||
'@vitest/coverage-v8': ^2.1.6
|
'@vitest/coverage-v8': ^3.0.2
|
||||||
'@vitejs/plugin-vue': ^5.2.1
|
'@vitejs/plugin-vue': ^5.2.1
|
||||||
'@sentry/vue': ^8.33.1
|
'@sentry/vue': ^8.33.1
|
||||||
vite: ^6.0.2
|
vite: ^6.0.2
|
||||||
vitest: ^2.1.8
|
vitest: ^3.0.2
|
||||||
vitest-mock-extended: ^2.0.2
|
vitest-mock-extended: ^2.0.2
|
||||||
vue: ^3.5.13
|
vue: ^3.5.13
|
||||||
vue-router: ^4.5.0
|
vue-router: ^4.5.0
|
||||||
|
|
Loading…
Reference in a new issue