mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
refactor: Upgrade to TypeScript 5.3 (no-changelog) (#7768)
https://devblogs.microsoft.com/typescript/announcing-typescript-5-3/
This commit is contained in:
parent
0d3d33dd1f
commit
5bdfcb4224
|
@ -85,7 +85,7 @@
|
|||
"tslib": "^2.6.1",
|
||||
"tsconfig-paths": "^4.2.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.2.2",
|
||||
"typescript": "^5.3.0",
|
||||
"xml2js": "^0.5.0",
|
||||
"cpy@8>globby": "^11.1.0",
|
||||
"qqjs>globby": "^11.1.0"
|
||||
|
|
220
pnpm-lock.yaml
220
pnpm-lock.yaml
|
@ -17,7 +17,7 @@ overrides:
|
|||
tslib: ^2.6.1
|
||||
tsconfig-paths: ^4.2.0
|
||||
ts-node: ^10.9.1
|
||||
typescript: ^5.2.2
|
||||
typescript: ^5.3.0
|
||||
xml2js: ^0.5.0
|
||||
cpy@8>globby: ^11.1.0
|
||||
qqjs>globby: ^11.1.0
|
||||
|
@ -88,7 +88,7 @@ importers:
|
|||
version: 29.6.2
|
||||
jest-mock-extended:
|
||||
specifier: ^3.0.4
|
||||
version: 3.0.4(jest@29.6.2)(typescript@5.2.2)
|
||||
version: 3.0.4(jest@29.6.2)(typescript@5.3.2)
|
||||
nock:
|
||||
specifier: ^13.3.2
|
||||
version: 13.3.2
|
||||
|
@ -112,19 +112,19 @@ importers:
|
|||
version: 6.3.3
|
||||
ts-jest:
|
||||
specifier: ^29.1.1
|
||||
version: 29.1.1(@babel/core@7.22.9)(jest@29.6.2)(typescript@5.2.2)
|
||||
version: 29.1.1(@babel/core@7.22.9)(jest@29.6.2)(typescript@5.3.2)
|
||||
tsc-alias:
|
||||
specifier: ^1.8.7
|
||||
version: 1.8.7
|
||||
tsc-watch:
|
||||
specifier: ^6.0.4
|
||||
version: 6.0.4(typescript@5.2.2)
|
||||
version: 6.0.4(typescript@5.3.2)
|
||||
turbo:
|
||||
specifier: 1.10.12
|
||||
version: 1.10.12
|
||||
typescript:
|
||||
specifier: ^5.2.2
|
||||
version: 5.2.2
|
||||
specifier: ^5.3.0
|
||||
version: 5.3.2
|
||||
vite:
|
||||
specifier: ^4.4.7
|
||||
version: 4.4.7(@types/node@18.16.16)
|
||||
|
@ -133,7 +133,7 @@ importers:
|
|||
version: 0.33.0
|
||||
vue-tsc:
|
||||
specifier: ^1.8.8
|
||||
version: 1.8.8(typescript@5.2.2)
|
||||
version: 1.8.8(typescript@5.3.2)
|
||||
|
||||
packages/@n8n/client-oauth2:
|
||||
dependencies:
|
||||
|
@ -150,13 +150,13 @@ importers:
|
|||
version: 8.44.1
|
||||
'@typescript-eslint/eslint-plugin':
|
||||
specifier: ^6.2.0
|
||||
version: 6.2.0(@typescript-eslint/parser@6.2.0)(eslint@8.45.0)(typescript@5.2.2)
|
||||
version: 6.2.0(@typescript-eslint/parser@6.2.0)(eslint@8.45.0)(typescript@5.3.2)
|
||||
'@typescript-eslint/parser':
|
||||
specifier: ^6.2.0
|
||||
version: 6.2.0(eslint@8.45.0)(typescript@5.2.2)
|
||||
version: 6.2.0(eslint@8.45.0)(typescript@5.3.2)
|
||||
'@vue/eslint-config-typescript':
|
||||
specifier: ^11.0.3
|
||||
version: 11.0.3(eslint-plugin-vue@9.15.1)(eslint@8.45.0)(typescript@5.2.2)
|
||||
version: 11.0.3(eslint-plugin-vue@9.15.1)(eslint@8.45.0)(typescript@5.3.2)
|
||||
eslint:
|
||||
specifier: ^8.45.0
|
||||
version: 8.45.0
|
||||
|
@ -571,7 +571,7 @@ importers:
|
|||
version: 8.8.1(@types/ioredis-mock@8.2.2)(ioredis@5.2.4)
|
||||
ts-essentials:
|
||||
specifier: ^7.0.3
|
||||
version: 7.0.3(typescript@5.2.2)
|
||||
version: 7.0.3(typescript@5.3.2)
|
||||
|
||||
packages/core:
|
||||
dependencies:
|
||||
|
@ -726,7 +726,7 @@ importers:
|
|||
version: 7.5.2(@vue/compiler-core@3.3.4)(vue@3.3.4)
|
||||
'@storybook/vue3-vite':
|
||||
specifier: ^7.5.2
|
||||
version: 7.5.2(@vue/compiler-core@3.3.4)(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2)(vite@4.4.7)(vue@3.3.4)
|
||||
version: 7.5.2(@vue/compiler-core@3.3.4)(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.2)(vite@4.4.7)(vue@3.3.4)
|
||||
'@testing-library/jest-dom':
|
||||
specifier: ^5.17.0
|
||||
version: 5.17.0
|
||||
|
@ -906,7 +906,7 @@ importers:
|
|||
version: link:../workflow
|
||||
pinia:
|
||||
specifier: ^2.1.6
|
||||
version: 2.1.6(typescript@5.2.2)(vue@3.3.4)
|
||||
version: 2.1.6(typescript@5.3.2)(vue@3.3.4)
|
||||
prettier:
|
||||
specifier: ^3.0.3
|
||||
version: 3.0.3
|
||||
|
@ -1302,7 +1302,7 @@ importers:
|
|||
version: 0.4.11
|
||||
eslint-plugin-n8n-nodes-base:
|
||||
specifier: ^1.16.0
|
||||
version: 1.16.0(eslint@8.45.0)(typescript@5.2.2)
|
||||
version: 1.16.0(eslint@8.45.0)(typescript@5.3.2)
|
||||
gulp:
|
||||
specifier: ^4.0.0
|
||||
version: 4.0.2
|
||||
|
@ -4988,7 +4988,7 @@ packages:
|
|||
peerDependencies:
|
||||
pinia: '>=2.1.5'
|
||||
dependencies:
|
||||
pinia: 2.1.6(typescript@5.2.2)(vue@3.3.4)
|
||||
pinia: 2.1.6(typescript@5.3.2)(vue@3.3.4)
|
||||
vue-demi: 0.14.5(vue@3.3.4)
|
||||
transitivePeerDependencies:
|
||||
- '@vue/composition-api'
|
||||
|
@ -6595,11 +6595,11 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@storybook/builder-vite@7.5.2(typescript@5.2.2)(vite@4.4.7):
|
||||
/@storybook/builder-vite@7.5.2(typescript@5.3.2)(vite@4.4.7):
|
||||
resolution: {integrity: sha512-j96m5K0ahlAjQY6uUxEbybvmRFc3eMpQ3wiosuunc8NkXtfohXZeRVQowAcVrfPktKMufRNGY86RTYxe7sMABw==}
|
||||
peerDependencies:
|
||||
'@preact/preset-vite': '*'
|
||||
typescript: ^5.2.2
|
||||
typescript: ^5.3.0
|
||||
vite: ^3.0.0 || ^4.0.0 || ^5.0.0
|
||||
vite-plugin-glimmerx: '*'
|
||||
peerDependenciesMeta:
|
||||
|
@ -6626,7 +6626,7 @@ packages:
|
|||
fs-extra: 11.1.1
|
||||
magic-string: 0.30.1
|
||||
rollup: 3.26.3
|
||||
typescript: 5.2.2
|
||||
typescript: 5.3.2
|
||||
vite: 4.4.7(sass@1.64.1)
|
||||
transitivePeerDependencies:
|
||||
- encoding
|
||||
|
@ -7319,7 +7319,7 @@ packages:
|
|||
file-system-cache: 2.3.0
|
||||
dev: true
|
||||
|
||||
/@storybook/vue3-vite@7.5.2(@vue/compiler-core@3.3.4)(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2)(vite@4.4.7)(vue@3.3.4):
|
||||
/@storybook/vue3-vite@7.5.2(@vue/compiler-core@3.3.4)(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.2)(vite@4.4.7)(vue@3.3.4):
|
||||
resolution: {integrity: sha512-SChxq87nSFrf3Nywfa/iBNHIoBO0hcvoQdob0ePGSS1tXL2uVEP+A3NFeXb50MXBUSl+ojZpmkEaO4YRt2cZ1w==}
|
||||
engines: {node: ^14.18 || >=16}
|
||||
peerDependencies:
|
||||
|
@ -7327,7 +7327,7 @@ packages:
|
|||
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
|
||||
vite: ^3.0.0 || ^4.0.0 || ^5.0.0
|
||||
dependencies:
|
||||
'@storybook/builder-vite': 7.5.2(typescript@5.2.2)(vite@4.4.7)
|
||||
'@storybook/builder-vite': 7.5.2(typescript@5.3.2)(vite@4.4.7)
|
||||
'@storybook/core-server': 7.5.2
|
||||
'@storybook/vue3': 7.5.2(@vue/compiler-core@3.3.4)(vue@3.3.4)
|
||||
'@vitejs/plugin-vue': 4.2.3(vite@4.4.7)(vue@3.3.4)
|
||||
|
@ -8230,7 +8230,7 @@ packages:
|
|||
dev: true
|
||||
optional: true
|
||||
|
||||
/@typescript-eslint/eslint-plugin@5.59.5(@typescript-eslint/parser@5.59.5)(eslint@8.45.0)(typescript@5.2.2):
|
||||
/@typescript-eslint/eslint-plugin@5.59.5(@typescript-eslint/parser@5.59.5)(eslint@8.45.0)(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-feA9xbVRWJZor+AnLNAr7A8JRWeZqHUf4T9tlP+TN04b05pFVhO5eN7/O93Y/1OUlLMHKbnJisgDURs/qvtqdg==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
|
@ -8242,23 +8242,23 @@ packages:
|
|||
optional: true
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.6.2
|
||||
'@typescript-eslint/parser': 5.59.5(eslint@8.45.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/parser': 5.59.5(eslint@8.45.0)(typescript@5.3.2)
|
||||
'@typescript-eslint/scope-manager': 5.59.5
|
||||
'@typescript-eslint/type-utils': 5.59.5(eslint@8.45.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/utils': 5.59.5(eslint@8.45.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/type-utils': 5.59.5(eslint@8.45.0)(typescript@5.3.2)
|
||||
'@typescript-eslint/utils': 5.59.5(eslint@8.45.0)(typescript@5.3.2)
|
||||
debug: 4.3.4(supports-color@8.1.1)
|
||||
eslint: 8.45.0
|
||||
grapheme-splitter: 1.0.4
|
||||
ignore: 5.2.4
|
||||
natural-compare-lite: 1.4.0
|
||||
semver: 7.5.4
|
||||
tsutils: 3.21.0(typescript@5.2.2)
|
||||
typescript: 5.2.2
|
||||
tsutils: 3.21.0(typescript@5.3.2)
|
||||
typescript: 5.3.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/eslint-plugin@6.2.0(@typescript-eslint/parser@6.2.0)(eslint@8.45.0)(typescript@5.2.2):
|
||||
/@typescript-eslint/eslint-plugin@6.2.0(@typescript-eslint/parser@6.2.0)(eslint@8.45.0)(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-rClGrMuyS/3j0ETa1Ui7s6GkLhfZGKZL3ZrChLeAiACBE/tRc1wq8SNZESUuluxhLj9FkUefRs2l6bCIArWBiQ==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
|
@ -8270,10 +8270,10 @@ packages:
|
|||
optional: true
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.6.2
|
||||
'@typescript-eslint/parser': 6.2.0(eslint@8.45.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/parser': 6.2.0(eslint@8.45.0)(typescript@5.3.2)
|
||||
'@typescript-eslint/scope-manager': 6.2.0
|
||||
'@typescript-eslint/type-utils': 6.2.0(eslint@8.45.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/utils': 6.2.0(eslint@8.45.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/type-utils': 6.2.0(eslint@8.45.0)(typescript@5.3.2)
|
||||
'@typescript-eslint/utils': 6.2.0(eslint@8.45.0)(typescript@5.3.2)
|
||||
'@typescript-eslint/visitor-keys': 6.2.0
|
||||
debug: 4.3.4(supports-color@8.1.1)
|
||||
eslint: 8.45.0
|
||||
|
@ -8282,13 +8282,13 @@ packages:
|
|||
natural-compare: 1.4.0
|
||||
natural-compare-lite: 1.4.0
|
||||
semver: 7.5.4
|
||||
ts-api-utils: 1.0.1(typescript@5.2.2)
|
||||
typescript: 5.2.2
|
||||
ts-api-utils: 1.0.1(typescript@5.3.2)
|
||||
typescript: 5.3.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser@5.59.5(eslint@8.45.0)(typescript@5.2.2):
|
||||
/@typescript-eslint/parser@5.59.5(eslint@8.45.0)(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-NJXQC4MRnF9N9yWqQE2/KLRSOLvrrlZb48NGVfBa+RuPMN6B7ZcK5jZOvhuygv4D64fRKnZI4L4p8+M+rfeQuw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
|
@ -8300,15 +8300,15 @@ packages:
|
|||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 5.59.5
|
||||
'@typescript-eslint/types': 5.59.5
|
||||
'@typescript-eslint/typescript-estree': 5.59.5(typescript@5.2.2)
|
||||
'@typescript-eslint/typescript-estree': 5.59.5(typescript@5.3.2)
|
||||
debug: 4.3.4(supports-color@8.1.1)
|
||||
eslint: 8.45.0
|
||||
typescript: 5.2.2
|
||||
typescript: 5.3.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser@6.2.0(eslint@8.45.0)(typescript@5.2.2):
|
||||
/@typescript-eslint/parser@6.2.0(eslint@8.45.0)(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-igVYOqtiK/UsvKAmmloQAruAdUHihsOCvplJpplPZ+3h4aDkC/UKZZNKgB6h93ayuYLuEymU3h8nF1xMRbh37g==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
|
@ -8320,11 +8320,11 @@ packages:
|
|||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 6.2.0
|
||||
'@typescript-eslint/types': 6.2.0
|
||||
'@typescript-eslint/typescript-estree': 6.2.0(typescript@5.2.2)
|
||||
'@typescript-eslint/typescript-estree': 6.2.0(typescript@5.3.2)
|
||||
'@typescript-eslint/visitor-keys': 6.2.0
|
||||
debug: 4.3.4(supports-color@8.1.1)
|
||||
eslint: 8.45.0
|
||||
typescript: 5.2.2
|
||||
typescript: 5.3.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
@ -8353,7 +8353,7 @@ packages:
|
|||
'@typescript-eslint/visitor-keys': 6.3.0
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils@5.59.5(eslint@8.45.0)(typescript@5.2.2):
|
||||
/@typescript-eslint/type-utils@5.59.5(eslint@8.45.0)(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-4eyhS7oGym67/pSxA2mmNq7X164oqDYNnZCUayBwJZIRVvKpBCMBzFnFxjeoDeShjtO6RQBHBuwybuX3POnDqg==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
|
@ -8363,17 +8363,17 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 5.59.5(typescript@5.2.2)
|
||||
'@typescript-eslint/utils': 5.59.5(eslint@8.45.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/typescript-estree': 5.59.5(typescript@5.3.2)
|
||||
'@typescript-eslint/utils': 5.59.5(eslint@8.45.0)(typescript@5.3.2)
|
||||
debug: 4.3.4(supports-color@8.1.1)
|
||||
eslint: 8.45.0
|
||||
tsutils: 3.21.0(typescript@5.2.2)
|
||||
typescript: 5.2.2
|
||||
tsutils: 3.21.0(typescript@5.3.2)
|
||||
typescript: 5.3.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils@6.2.0(eslint@8.45.0)(typescript@5.2.2):
|
||||
/@typescript-eslint/type-utils@6.2.0(eslint@8.45.0)(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-DnGZuNU2JN3AYwddYIqrVkYW0uUQdv0AY+kz2M25euVNlujcN2u+rJgfJsBFlUEzBB6OQkUqSZPyuTLf2bP5mw==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
|
@ -8383,12 +8383,12 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 6.2.0(typescript@5.2.2)
|
||||
'@typescript-eslint/utils': 6.2.0(eslint@8.45.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/typescript-estree': 6.2.0(typescript@5.3.2)
|
||||
'@typescript-eslint/utils': 6.2.0(eslint@8.45.0)(typescript@5.3.2)
|
||||
debug: 4.3.4(supports-color@8.1.1)
|
||||
eslint: 8.45.0
|
||||
ts-api-utils: 1.0.1(typescript@5.2.2)
|
||||
typescript: 5.2.2
|
||||
ts-api-utils: 1.0.1(typescript@5.3.2)
|
||||
typescript: 5.3.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
@ -8408,7 +8408,7 @@ packages:
|
|||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree@5.59.5(typescript@5.2.2):
|
||||
/@typescript-eslint/typescript-estree@5.59.5(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-+XXdLN2CZLZcD/mO7mQtJMvCkzRfmODbeSKuMY/yXbGkzvA9rJyDY5qDYNoiz2kP/dmyAxXquL2BvLQLJFPQIg==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
|
@ -8423,13 +8423,13 @@ packages:
|
|||
globby: 11.1.0
|
||||
is-glob: 4.0.3
|
||||
semver: 7.5.4
|
||||
tsutils: 3.21.0(typescript@5.2.2)
|
||||
typescript: 5.2.2
|
||||
tsutils: 3.21.0(typescript@5.3.2)
|
||||
typescript: 5.3.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree@6.2.0(typescript@5.2.2):
|
||||
/@typescript-eslint/typescript-estree@6.2.0(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-Mts6+3HQMSM+LZCglsc2yMIny37IhUgp1Qe8yJUYVyO6rHP7/vN0vajKu3JvHCBIy8TSiKddJ/Zwu80jhnGj1w==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
|
@ -8444,13 +8444,13 @@ packages:
|
|||
globby: 11.1.0
|
||||
is-glob: 4.0.3
|
||||
semver: 7.5.4
|
||||
ts-api-utils: 1.0.1(typescript@5.2.2)
|
||||
typescript: 5.2.2
|
||||
ts-api-utils: 1.0.1(typescript@5.3.2)
|
||||
typescript: 5.3.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree@6.3.0(typescript@5.2.2):
|
||||
/@typescript-eslint/typescript-estree@6.3.0(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-Xh4NVDaC4eYKY4O3QGPuQNp5NxBAlEvNQYOqJquR2MePNxO11E5K3t5x4M4Mx53IZvtpW+mBxIT0s274fLUocg==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
|
@ -8465,13 +8465,13 @@ packages:
|
|||
globby: 11.1.0
|
||||
is-glob: 4.0.3
|
||||
semver: 7.5.4
|
||||
ts-api-utils: 1.0.1(typescript@5.2.2)
|
||||
typescript: 5.2.2
|
||||
ts-api-utils: 1.0.1(typescript@5.3.2)
|
||||
typescript: 5.3.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils@5.59.5(eslint@8.45.0)(typescript@5.2.2):
|
||||
/@typescript-eslint/utils@5.59.5(eslint@8.45.0)(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-sCEHOiw+RbyTii9c3/qN74hYDPNORb8yWCoPLmB7BIflhplJ65u2PBpdRla12e3SSTJ2erRkPjz7ngLHhUegxA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
|
@ -8482,7 +8482,7 @@ packages:
|
|||
'@types/semver': 7.5.0
|
||||
'@typescript-eslint/scope-manager': 5.59.5
|
||||
'@typescript-eslint/types': 5.59.5
|
||||
'@typescript-eslint/typescript-estree': 5.59.5(typescript@5.2.2)
|
||||
'@typescript-eslint/typescript-estree': 5.59.5(typescript@5.3.2)
|
||||
eslint: 8.45.0
|
||||
eslint-scope: 5.1.1
|
||||
semver: 7.5.4
|
||||
|
@ -8491,7 +8491,7 @@ packages:
|
|||
- typescript
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils@6.2.0(eslint@8.45.0)(typescript@5.2.2):
|
||||
/@typescript-eslint/utils@6.2.0(eslint@8.45.0)(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-RCFrC1lXiX1qEZN8LmLrxYRhOkElEsPKTVSNout8DMzf8PeWoQG7Rxz2SadpJa3VSh5oYKGwt7j7X/VRg+Y3OQ==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
|
@ -8502,7 +8502,7 @@ packages:
|
|||
'@types/semver': 7.5.0
|
||||
'@typescript-eslint/scope-manager': 6.2.0
|
||||
'@typescript-eslint/types': 6.2.0
|
||||
'@typescript-eslint/typescript-estree': 6.2.0(typescript@5.2.2)
|
||||
'@typescript-eslint/typescript-estree': 6.2.0(typescript@5.3.2)
|
||||
eslint: 8.45.0
|
||||
semver: 7.5.4
|
||||
transitivePeerDependencies:
|
||||
|
@ -8510,7 +8510,7 @@ packages:
|
|||
- typescript
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils@6.3.0(eslint@8.45.0)(typescript@5.2.2):
|
||||
/@typescript-eslint/utils@6.3.0(eslint@8.45.0)(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-hLLg3BZE07XHnpzglNBG8P/IXq/ZVXraEbgY7FM0Cnc1ehM8RMdn9mat3LubJ3KBeYXXPxV1nugWbQPjGeJk6Q==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
|
@ -8521,7 +8521,7 @@ packages:
|
|||
'@types/semver': 7.5.0
|
||||
'@typescript-eslint/scope-manager': 6.3.0
|
||||
'@typescript-eslint/types': 6.3.0
|
||||
'@typescript-eslint/typescript-estree': 6.3.0(typescript@5.2.2)
|
||||
'@typescript-eslint/typescript-estree': 6.3.0(typescript@5.3.2)
|
||||
eslint: 8.45.0
|
||||
semver: 7.5.4
|
||||
transitivePeerDependencies:
|
||||
|
@ -8682,31 +8682,31 @@ packages:
|
|||
/@vue/devtools-api@6.5.0:
|
||||
resolution: {integrity: sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q==}
|
||||
|
||||
/@vue/eslint-config-typescript@11.0.3(eslint-plugin-vue@9.15.1)(eslint@8.45.0)(typescript@5.2.2):
|
||||
/@vue/eslint-config-typescript@11.0.3(eslint-plugin-vue@9.15.1)(eslint@8.45.0)(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-dkt6W0PX6H/4Xuxg/BlFj5xHvksjpSlVjtkQCpaYJBIEuKj2hOVU7r+TIe+ysCwRYFz/lGqvklntRkCAibsbPw==}
|
||||
engines: {node: ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
|
||||
eslint-plugin-vue: ^9.0.0
|
||||
typescript: ^5.2.2
|
||||
typescript: ^5.3.0
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 5.59.5(@typescript-eslint/parser@5.59.5)(eslint@8.45.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/parser': 5.59.5(eslint@8.45.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/eslint-plugin': 5.59.5(@typescript-eslint/parser@5.59.5)(eslint@8.45.0)(typescript@5.3.2)
|
||||
'@typescript-eslint/parser': 5.59.5(eslint@8.45.0)(typescript@5.3.2)
|
||||
eslint: 8.45.0
|
||||
eslint-plugin-vue: 9.15.1(eslint@8.45.0)
|
||||
typescript: 5.2.2
|
||||
typescript: 5.3.2
|
||||
vue-eslint-parser: 9.3.1(eslint@8.45.0)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@vue/language-core@1.8.8(typescript@5.2.2):
|
||||
/@vue/language-core@1.8.8(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-i4KMTuPazf48yMdYoebTkgSOJdFraE4pQf0B+FTOFkbB+6hAfjrSou/UmYWRsWyZV6r4Rc6DDZdI39CJwL0rWw==}
|
||||
peerDependencies:
|
||||
typescript: ^5.2.2
|
||||
typescript: ^5.3.0
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
|
@ -8718,7 +8718,7 @@ packages:
|
|||
'@vue/shared': 3.3.4
|
||||
minimatch: 9.0.1
|
||||
muggle-string: 0.3.1
|
||||
typescript: 5.2.2
|
||||
typescript: 5.3.2
|
||||
vue-template-compiler: 2.7.14
|
||||
dev: true
|
||||
|
||||
|
@ -8775,11 +8775,11 @@ packages:
|
|||
vue-component-type-helpers: 1.8.4
|
||||
dev: true
|
||||
|
||||
/@vue/typescript@1.8.8(typescript@5.2.2):
|
||||
/@vue/typescript@1.8.8(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-jUnmMB6egu5wl342eaUH236v8tdcEPXXkPgj+eI/F6JwW/lb+yAU6U07ZbQ3MVabZRlupIlPESB7ajgAGixhow==}
|
||||
dependencies:
|
||||
'@volar/typescript': 1.10.0
|
||||
'@vue/language-core': 1.8.8(typescript@5.2.2)
|
||||
'@vue/language-core': 1.8.8(typescript@5.3.2)
|
||||
transitivePeerDependencies:
|
||||
- typescript
|
||||
dev: true
|
||||
|
@ -12191,8 +12191,8 @@ packages:
|
|||
eslint: ^7.32.0 || ^8.2.0
|
||||
eslint-plugin-import: ^2.25.3
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 6.2.0(@typescript-eslint/parser@6.2.0)(eslint@8.45.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/parser': 6.2.0(eslint@8.45.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/eslint-plugin': 6.2.0(@typescript-eslint/parser@6.2.0)(eslint@8.45.0)(typescript@5.3.2)
|
||||
'@typescript-eslint/parser': 6.2.0(eslint@8.45.0)(typescript@5.3.2)
|
||||
eslint: 8.45.0
|
||||
eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.28.0)(eslint@8.45.0)
|
||||
eslint-plugin-import: 2.28.0(@typescript-eslint/parser@6.2.0)(eslint-import-resolver-typescript@3.5.5)(eslint@8.45.0)
|
||||
|
@ -12266,7 +12266,7 @@ packages:
|
|||
eslint-import-resolver-webpack:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 6.2.0(eslint@8.45.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/parser': 6.2.0(eslint@8.45.0)(typescript@5.3.2)
|
||||
debug: 3.2.7(supports-color@5.5.0)
|
||||
eslint: 8.45.0
|
||||
eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@6.2.0)(eslint-plugin-import@2.28.0)(eslint@8.45.0)
|
||||
|
@ -12295,7 +12295,7 @@ packages:
|
|||
eslint-import-resolver-webpack:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 6.2.0(eslint@8.45.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/parser': 6.2.0(eslint@8.45.0)(typescript@5.3.2)
|
||||
debug: 3.2.7(supports-color@5.5.0)
|
||||
eslint: 8.45.0
|
||||
eslint-import-resolver-node: 0.3.7
|
||||
|
@ -12314,7 +12314,7 @@ packages:
|
|||
'@typescript-eslint/parser':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 6.2.0(eslint@8.45.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/parser': 6.2.0(eslint@8.45.0)(typescript@5.3.2)
|
||||
array-includes: 3.1.6
|
||||
array.prototype.findlastindex: 1.2.2
|
||||
array.prototype.flat: 1.3.1
|
||||
|
@ -12344,11 +12344,11 @@ packages:
|
|||
resolution: {integrity: sha512-qe6sVFDP1Vj5eXlqZxYZpIjwYvhuqXlI0P8OfPyhiPOhMkFtr0TpFphD8/6WCzkm7LJCvG1eJEzURCtMIsFTAg==}
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-n8n-nodes-base@1.16.0(eslint@8.45.0)(typescript@5.2.2):
|
||||
/eslint-plugin-n8n-nodes-base@1.16.0(eslint@8.45.0)(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-OEztJRuT/jv/WvwRXbXNirdYYddpAo2KZEJeOsVniK1ZCChuG4rrZJU3sgMRZMK6W9Pr613uWabW2q8tU2eKJg==}
|
||||
engines: {node: '>=18.10', pnpm: '>=8.6'}
|
||||
dependencies:
|
||||
'@typescript-eslint/utils': 6.3.0(eslint@8.45.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/utils': 6.3.0(eslint@8.45.0)(typescript@5.3.2)
|
||||
camel-case: 4.1.2
|
||||
indefinite: 2.4.3
|
||||
pascal-case: 3.1.2
|
||||
|
@ -12417,7 +12417,7 @@ packages:
|
|||
'@typescript-eslint/eslint-plugin':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 6.2.0(@typescript-eslint/parser@6.2.0)(eslint@8.45.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/eslint-plugin': 6.2.0(@typescript-eslint/parser@6.2.0)(eslint@8.45.0)(typescript@5.3.2)
|
||||
eslint: 8.45.0
|
||||
eslint-rule-composer: 0.3.0
|
||||
dev: true
|
||||
|
@ -15265,15 +15265,15 @@ packages:
|
|||
stack-utils: 2.0.6
|
||||
dev: true
|
||||
|
||||
/jest-mock-extended@3.0.4(jest@29.6.2)(typescript@5.2.2):
|
||||
/jest-mock-extended@3.0.4(jest@29.6.2)(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-2ynEZ7IEJNrhrgshklDMhrOdnmW4Nt+PhkyRqZxRgpwMo7JjmFWMzyp0+eSyk+H9KK1QjXI5xTZIw6x7cVDcRg==}
|
||||
peerDependencies:
|
||||
jest: ^24.0.0 || ^25.0.0 || ^26.0.0 || ^27.0.0 || ^28.0.0 || ^29.0.0
|
||||
typescript: ^5.2.2
|
||||
typescript: ^5.3.0
|
||||
dependencies:
|
||||
jest: 29.6.2
|
||||
ts-essentials: 7.0.3(typescript@5.2.2)
|
||||
typescript: 5.2.2
|
||||
ts-essentials: 7.0.3(typescript@5.3.2)
|
||||
typescript: 5.3.2
|
||||
dev: true
|
||||
|
||||
/jest-mock@29.6.2:
|
||||
|
@ -18205,11 +18205,11 @@ packages:
|
|||
engines: {node: '>=6'}
|
||||
dev: true
|
||||
|
||||
/pinia@2.1.6(typescript@5.2.2)(vue@3.3.4):
|
||||
/pinia@2.1.6(typescript@5.3.2)(vue@3.3.4):
|
||||
resolution: {integrity: sha512-bIU6QuE5qZviMmct5XwCesXelb5VavdOWKWaB17ggk++NUwQWWbP5YnsONTk3b752QkW9sACiR81rorpeOMSvQ==}
|
||||
peerDependencies:
|
||||
'@vue/composition-api': ^1.4.0
|
||||
typescript: ^5.2.2
|
||||
typescript: ^5.3.0
|
||||
vue: ^2.6.14 || ^3.3.0
|
||||
peerDependenciesMeta:
|
||||
'@vue/composition-api':
|
||||
|
@ -18218,7 +18218,7 @@ packages:
|
|||
optional: true
|
||||
dependencies:
|
||||
'@vue/devtools-api': 6.5.0
|
||||
typescript: 5.2.2
|
||||
typescript: 5.3.2
|
||||
vue: 3.3.4
|
||||
vue-demi: 0.14.5(vue@3.3.4)
|
||||
|
||||
|
@ -21085,13 +21085,13 @@ packages:
|
|||
resolution: {integrity: sha512-XrHUvV5HpdLmIj4uVMxHggLbFSZYIn7HEWsqePZcI50pco+MPqJ50wMGY794X7AOOhxOBAjbkqfAbEe/QMp2Lw==}
|
||||
dev: false
|
||||
|
||||
/ts-api-utils@1.0.1(typescript@5.2.2):
|
||||
/ts-api-utils@1.0.1(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==}
|
||||
engines: {node: '>=16.13.0'}
|
||||
peerDependencies:
|
||||
typescript: ^5.2.2
|
||||
typescript: ^5.3.0
|
||||
dependencies:
|
||||
typescript: 5.2.2
|
||||
typescript: 5.3.2
|
||||
dev: true
|
||||
|
||||
/ts-dedent@2.2.0:
|
||||
|
@ -21099,15 +21099,15 @@ packages:
|
|||
engines: {node: '>=6.10'}
|
||||
dev: true
|
||||
|
||||
/ts-essentials@7.0.3(typescript@5.2.2):
|
||||
/ts-essentials@7.0.3(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-8+gr5+lqO3G84KdiTSMRLtuyJ+nTBVRKuCrK4lidMPdVeEp0uqC875uE5NMcaA7YYMN7XsNiFQuMvasF8HT/xQ==}
|
||||
peerDependencies:
|
||||
typescript: ^5.2.2
|
||||
typescript: ^5.3.0
|
||||
dependencies:
|
||||
typescript: 5.2.2
|
||||
typescript: 5.3.2
|
||||
dev: true
|
||||
|
||||
/ts-jest@29.1.1(@babel/core@7.22.9)(jest@29.6.2)(typescript@5.2.2):
|
||||
/ts-jest@29.1.1(@babel/core@7.22.9)(jest@29.6.2)(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-D6xjnnbP17cC85nliwGiL+tpoKN0StpgE0TeOjXQTU6MVCfsB4v7aW05CgQ/1OywGb0x/oy9hHFnN+sczTiRaA==}
|
||||
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
||||
hasBin: true
|
||||
|
@ -21117,7 +21117,7 @@ packages:
|
|||
babel-jest: ^29.0.0
|
||||
esbuild: '*'
|
||||
jest: ^29.0.0
|
||||
typescript: ^5.2.2
|
||||
typescript: ^5.3.0
|
||||
peerDependenciesMeta:
|
||||
'@babel/core':
|
||||
optional: true
|
||||
|
@ -21137,7 +21137,7 @@ packages:
|
|||
lodash.memoize: 4.1.2
|
||||
make-error: 1.3.6
|
||||
semver: 7.5.4
|
||||
typescript: 5.2.2
|
||||
typescript: 5.3.2
|
||||
yargs-parser: 21.1.1
|
||||
dev: true
|
||||
|
||||
|
@ -21157,18 +21157,18 @@ packages:
|
|||
plimit-lit: 1.4.1
|
||||
dev: true
|
||||
|
||||
/tsc-watch@6.0.4(typescript@5.2.2):
|
||||
/tsc-watch@6.0.4(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-cHvbvhjO86w2aGlaHgSCeQRl+Aqw6X6XN4sQMPZKF88GoP30O+oTuh5lRIJr5pgFWrRpF1AgXnJJ2DoFEIPHyg==}
|
||||
engines: {node: '>=12.12.0'}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
typescript: ^5.2.2
|
||||
typescript: ^5.3.0
|
||||
dependencies:
|
||||
cross-spawn: 7.0.3
|
||||
node-cleanup: 2.1.2
|
||||
ps-tree: 1.2.0
|
||||
string-argv: 0.3.1
|
||||
typescript: 5.2.2
|
||||
typescript: 5.3.2
|
||||
dev: true
|
||||
|
||||
/tsconfig-paths@4.2.0:
|
||||
|
@ -21188,14 +21188,14 @@ packages:
|
|||
engines: {node: '>=0.6.x'}
|
||||
dev: false
|
||||
|
||||
/tsutils@3.21.0(typescript@5.2.2):
|
||||
/tsutils@3.21.0(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==}
|
||||
engines: {node: '>= 6'}
|
||||
peerDependencies:
|
||||
typescript: ^5.2.2
|
||||
typescript: ^5.3.0
|
||||
dependencies:
|
||||
tslib: 2.6.1
|
||||
typescript: 5.2.2
|
||||
typescript: 5.3.2
|
||||
dev: true
|
||||
|
||||
/tunnel-agent@0.6.0:
|
||||
|
@ -21465,8 +21465,8 @@ packages:
|
|||
- supports-color
|
||||
dev: false
|
||||
|
||||
/typescript@5.2.2:
|
||||
resolution: {integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==}
|
||||
/typescript@5.3.2:
|
||||
resolution: {integrity: sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==}
|
||||
engines: {node: '>=14.17'}
|
||||
hasBin: true
|
||||
|
||||
|
@ -22276,16 +22276,16 @@ packages:
|
|||
he: 1.2.0
|
||||
dev: true
|
||||
|
||||
/vue-tsc@1.8.8(typescript@5.2.2):
|
||||
/vue-tsc@1.8.8(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-bSydNFQsF7AMvwWsRXD7cBIXaNs/KSjvzWLymq/UtKE36697sboX4EccSHFVxvgdBlI1frYPc/VMKJNB7DFeDQ==}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
typescript: ^5.2.2
|
||||
typescript: ^5.3.0
|
||||
dependencies:
|
||||
'@vue/language-core': 1.8.8(typescript@5.2.2)
|
||||
'@vue/typescript': 1.8.8(typescript@5.2.2)
|
||||
'@vue/language-core': 1.8.8(typescript@5.3.2)
|
||||
'@vue/typescript': 1.8.8(typescript@5.3.2)
|
||||
semver: 7.5.4
|
||||
typescript: 5.2.2
|
||||
typescript: 5.3.2
|
||||
dev: true
|
||||
|
||||
/vue3-touch-events@4.1.3:
|
||||
|
|
Loading…
Reference in a new issue