mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
Merge ff1d09655e
into 3cd34b5af6
This commit is contained in:
commit
6c331e03bf
|
@ -85,8 +85,8 @@
|
||||||
"semver": "^7.5.4",
|
"semver": "^7.5.4",
|
||||||
"tslib": "^2.6.2",
|
"tslib": "^2.6.2",
|
||||||
"tsconfig-paths": "^4.2.0",
|
"tsconfig-paths": "^4.2.0",
|
||||||
"typescript": "^5.7.2",
|
"typescript": "^5.8.2",
|
||||||
"vue-tsc": "^2.1.10",
|
"vue-tsc": "^2.2.8",
|
||||||
"ws": ">=8.17.1"
|
"ws": ">=8.17.1"
|
||||||
},
|
},
|
||||||
"patchedDependencies": {
|
"patchedDependencies": {
|
||||||
|
@ -96,7 +96,7 @@
|
||||||
"@types/express-serve-static-core@4.17.43": "patches/@types__express-serve-static-core@4.17.43.patch",
|
"@types/express-serve-static-core@4.17.43": "patches/@types__express-serve-static-core@4.17.43.patch",
|
||||||
"@types/ws@8.5.4": "patches/@types__ws@8.5.4.patch",
|
"@types/ws@8.5.4": "patches/@types__ws@8.5.4.patch",
|
||||||
"@types/uuencode@0.0.3": "patches/@types__uuencode@0.0.3.patch",
|
"@types/uuencode@0.0.3": "patches/@types__uuencode@0.0.3.patch",
|
||||||
"vue-tsc@2.1.10": "patches/vue-tsc@2.1.10.patch",
|
"vue-tsc@2.2.8": "patches/vue-tsc@2.2.8.patch",
|
||||||
"eslint-plugin-n8n-local-rules": "patches/eslint-plugin-n8n-local-rules.patch"
|
"eslint-plugin-n8n-local-rules": "patches/eslint-plugin-n8n-local-rules.patch"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,19 +3,19 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@chromatic-com/storybook": "^3.2.4",
|
"@chromatic-com/storybook": "^3.2.5",
|
||||||
"@storybook/addon-a11y": "^8.5.0",
|
"@storybook/addon-a11y": "^8.6.3",
|
||||||
"@storybook/addon-actions": "^8.5.0",
|
"@storybook/addon-actions": "^8.6.3",
|
||||||
"@storybook/addon-docs": "^8.5.0",
|
"@storybook/addon-docs": "^8.6.3",
|
||||||
"@storybook/addon-essentials": "^8.5.0",
|
"@storybook/addon-essentials": "^8.6.3",
|
||||||
"@storybook/addon-interactions": "^8.5.0",
|
"@storybook/addon-interactions": "^8.6.3",
|
||||||
"@storybook/addon-links": "^8.5.0",
|
"@storybook/addon-links": "^8.6.3",
|
||||||
"@storybook/addon-themes": "^8.5.0",
|
"@storybook/addon-themes": "^8.6.3",
|
||||||
"@storybook/blocks": "^8.5.0",
|
"@storybook/blocks": "^8.6.3",
|
||||||
"@storybook/test": "^8.5.0",
|
"@storybook/test": "^8.6.3",
|
||||||
"@storybook/vue3": "^8.5.0",
|
"@storybook/vue3": "^8.6.3",
|
||||||
"@storybook/vue3-vite": "^8.5.0",
|
"@storybook/vue3-vite": "^8.6.3",
|
||||||
"chromatic": "^11.25.0",
|
"chromatic": "^11.27.0",
|
||||||
"storybook": "^8.5.0"
|
"storybook": "^8.6.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,7 +33,6 @@
|
||||||
"tsup": "catalog:frontend",
|
"tsup": "catalog:frontend",
|
||||||
"typescript": "catalog:frontend",
|
"typescript": "catalog:frontend",
|
||||||
"vite": "catalog:frontend",
|
"vite": "catalog:frontend",
|
||||||
"vite-plugin-dts": "catalog:frontend",
|
|
||||||
"vitest": "catalog:frontend"
|
"vitest": "catalog:frontend"
|
||||||
},
|
},
|
||||||
"license": "See LICENSE.md file in the root of the repository"
|
"license": "See LICENSE.md file in the root of the repository"
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
"unplugin-icons": "^0.19.0",
|
"unplugin-icons": "^0.19.0",
|
||||||
"vite": "catalog:frontend",
|
"vite": "catalog:frontend",
|
||||||
"vitest": "catalog:frontend",
|
"vitest": "catalog:frontend",
|
||||||
"vite-plugin-dts": "^4.3.0",
|
"vite-plugin-dts": "^4.5.3",
|
||||||
"vue-tsc": "catalog:frontend"
|
"vue-tsc": "catalog:frontend"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
|
|
|
@ -38,7 +38,6 @@
|
||||||
"tsup": "catalog:frontend",
|
"tsup": "catalog:frontend",
|
||||||
"typescript": "catalog:frontend",
|
"typescript": "catalog:frontend",
|
||||||
"vite": "catalog:frontend",
|
"vite": "catalog:frontend",
|
||||||
"vite-plugin-dts": "catalog:frontend",
|
|
||||||
"vitest": "catalog:frontend",
|
"vitest": "catalog:frontend",
|
||||||
"vue-tsc": "catalog:frontend"
|
"vue-tsc": "catalog:frontend"
|
||||||
},
|
},
|
||||||
|
|
|
@ -76,7 +76,7 @@
|
||||||
"qrcode.vue": "^3.3.4",
|
"qrcode.vue": "^3.3.4",
|
||||||
"stream-browserify": "^3.0.0",
|
"stream-browserify": "^3.0.0",
|
||||||
"timeago.js": "^4.0.2",
|
"timeago.js": "^4.0.2",
|
||||||
"typescript": "^5.5.2",
|
"typescript": "catalog:frontend",
|
||||||
"uuid": "catalog:",
|
"uuid": "catalog:",
|
||||||
"v3-infinite-loading": "^1.2.2",
|
"v3-infinite-loading": "^1.2.2",
|
||||||
"vue": "catalog:frontend",
|
"vue": "catalog:frontend",
|
||||||
|
@ -107,7 +107,7 @@
|
||||||
"@types/jsonpath": "^0.2.0",
|
"@types/jsonpath": "^0.2.0",
|
||||||
"@types/lodash-es": "^4.17.6",
|
"@types/lodash-es": "^4.17.6",
|
||||||
"@types/uuid": "catalog:",
|
"@types/uuid": "catalog:",
|
||||||
"@vitejs/plugin-legacy": "^6.0.0",
|
"@vitejs/plugin-legacy": "^6.0.2",
|
||||||
"@vitejs/plugin-vue": "catalog:frontend",
|
"@vitejs/plugin-vue": "catalog:frontend",
|
||||||
"@vitest/coverage-v8": "catalog:frontend",
|
"@vitest/coverage-v8": "catalog:frontend",
|
||||||
"browserslist-to-esbuild": "^2.1.1",
|
"browserslist-to-esbuild": "^2.1.1",
|
||||||
|
|
|
@ -136,7 +136,7 @@ watch(
|
||||||
:elements="item.children"
|
:elements="item.children"
|
||||||
expanded
|
expanded
|
||||||
:category="item.title"
|
:category="item.title"
|
||||||
@selected="(child) => wrappedEmit('selected', child)"
|
@selected="(child: INodeCreateElement) => wrappedEmit('selected', child)"
|
||||||
>
|
>
|
||||||
</CategorizedItemsRenderer>
|
</CategorizedItemsRenderer>
|
||||||
|
|
||||||
|
|
|
@ -144,8 +144,11 @@ const slots = defineSlots<{
|
||||||
filters: Record<string, boolean | string | string[]>;
|
filters: Record<string, boolean | string | string[]>;
|
||||||
setKeyValue: (key: string, value: unknown) => void;
|
setKeyValue: (key: string, value: unknown) => void;
|
||||||
}): unknown;
|
}): unknown;
|
||||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
default(props: {
|
||||||
default(props: { data: any; updateItemSize: (data: any) => void }): unknown;
|
data: unknown;
|
||||||
|
columns?: DatatableColumn[];
|
||||||
|
updateItemSize?: (data: unknown) => void;
|
||||||
|
}): unknown;
|
||||||
item(props: { item: unknown; index: number }): unknown;
|
item(props: { item: unknown; index: number }): unknown;
|
||||||
breadcrumbs(): unknown;
|
breadcrumbs(): unknown;
|
||||||
}>();
|
}>();
|
||||||
|
@ -418,7 +421,7 @@ const getColumns = () => {
|
||||||
if ('columns' in props.typeProps) {
|
if ('columns' in props.typeProps) {
|
||||||
return props.typeProps.columns;
|
return props.typeProps.columns;
|
||||||
}
|
}
|
||||||
return {};
|
return [];
|
||||||
};
|
};
|
||||||
|
|
||||||
const sendSortingTelemetry = () => {
|
const sendSortingTelemetry = () => {
|
||||||
|
|
2859
pnpm-lock.yaml
2859
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
@ -33,21 +33,20 @@ catalog:
|
||||||
catalogs:
|
catalogs:
|
||||||
frontend:
|
frontend:
|
||||||
'@testing-library/jest-dom': ^6.6.3
|
'@testing-library/jest-dom': ^6.6.3
|
||||||
'@testing-library/user-event': ^14.6.0
|
'@testing-library/user-event': ^14.6.1
|
||||||
'@testing-library/vue': ^8.1.0
|
'@testing-library/vue': ^8.1.0
|
||||||
'@vue/tsconfig': ^0.7.0
|
'@vue/tsconfig': ^0.7.0
|
||||||
'@vueuse/core': ^10.11.0
|
'@vueuse/core': ^10.11.0
|
||||||
'@vitest/coverage-v8': ^3.0.5
|
'@vitest/coverage-v8': ^3.0.7
|
||||||
'@vitejs/plugin-vue': ^5.2.1
|
'@vitejs/plugin-vue': ^5.2.1
|
||||||
'@sentry/vue': ^8.33.1
|
'@sentry/vue': ^8.33.1
|
||||||
tsup: ^8.3.6
|
tsup: ^8.4.0
|
||||||
typescript: ^5.6.2
|
typescript: ^5.8.2
|
||||||
vite: ^6.0.2
|
vite: ^6.2.0
|
||||||
vite-plugin-dts: ^4.3.0
|
vitest: ^3.0.7
|
||||||
vitest: ^3.0.5
|
vitest-mock-extended: ^3.0.1
|
||||||
vitest-mock-extended: ^2.0.2
|
|
||||||
vue: ^3.5.13
|
vue: ^3.5.13
|
||||||
vue-router: ^4.5.0
|
vue-router: ^4.5.0
|
||||||
vue-tsc: ^2.1.10
|
vue-tsc: ^2.2.8
|
||||||
vue-markdown-render: ^2.2.1
|
vue-markdown-render: ^2.2.1
|
||||||
highlight.js: ^11.8.0
|
highlight.js: ^11.8.0
|
||||||
|
|
Loading…
Reference in a new issue