⬆️ Update dependency @types/node to v20.11.21
All checks were successful
ci/woodpecker/push/docker Pipeline was successful

This commit is contained in:
Renovate 2024-02-28 02:03:47 +00:00
parent c888101d88
commit 084f7a3b13
2 changed files with 23 additions and 60 deletions

View File

@ -32,7 +32,7 @@
"devDependencies": { "devDependencies": {
"@rushstack/eslint-patch": "1.7.2", "@rushstack/eslint-patch": "1.7.2",
"@types/jsdom": "21.1.6", "@types/jsdom": "21.1.6",
"@types/node": "20.11.20", "@types/node": "20.11.21",
"@types/webfontloader": "1.6.38", "@types/webfontloader": "1.6.38",
"@vitejs/plugin-vue": "5.0.4", "@vitejs/plugin-vue": "5.0.4",
"@vue/eslint-config-prettier": "9.0.0", "@vue/eslint-config-prettier": "9.0.0",

View File

@ -56,8 +56,8 @@ devDependencies:
specifier: 21.1.6 specifier: 21.1.6
version: 21.1.6 version: 21.1.6
'@types/node': '@types/node':
specifier: 20.11.20 specifier: 20.11.21
version: 20.11.20 version: 20.11.21
'@types/webfontloader': '@types/webfontloader':
specifier: 1.6.38 specifier: 1.6.38
version: 1.6.38 version: 1.6.38
@ -108,13 +108,13 @@ devDependencies:
version: 5.3.3 version: 5.3.3
vite: vite:
specifier: 5.1.4 specifier: 5.1.4
version: 5.1.4(@types/node@20.11.20)(sass@1.71.1) version: 5.1.4(@types/node@20.11.21)(sass@1.71.1)
vite-plugin-vuetify: vite-plugin-vuetify:
specifier: 2.0.1 specifier: 2.0.1
version: 2.0.1(vite@5.1.4)(vue@3.4.20)(vuetify@3.5.5) version: 2.0.1(vite@5.1.4)(vue@3.4.20)(vuetify@3.5.5)
vitest: vitest:
specifier: 1.3.1 specifier: 1.3.1
version: 1.3.1(@types/node@20.11.20)(jsdom@24.0.0)(sass@1.71.1) version: 1.3.1(@types/node@20.11.21)(jsdom@24.0.0)(sass@1.71.1)
vue-cli-plugin-vuetify: vue-cli-plugin-vuetify:
specifier: 2.5.8 specifier: 2.5.8
version: 2.5.8(sass-loader@14.1.1)(vue@3.4.20)(webpack@5.89.0) version: 2.5.8(sass-loader@14.1.1)(vue@3.4.20)(webpack@5.89.0)
@ -123,7 +123,7 @@ devDependencies:
version: 1.8.27(typescript@5.3.3) version: 1.8.27(typescript@5.3.3)
webpack-plugin-vuetify: webpack-plugin-vuetify:
specifier: 3.0.1 specifier: 3.0.1
version: 3.0.1(@vue/compiler-sfc@3.4.19)(vue@3.4.20)(vuetify@3.5.5)(webpack@5.89.0) version: 3.0.1(@vue/compiler-sfc@3.4.20)(vue@3.4.20)(vuetify@3.5.5)(webpack@5.89.0)
packages: packages:
@ -615,7 +615,7 @@ packages:
/@types/jsdom@21.1.6: /@types/jsdom@21.1.6:
resolution: {integrity: sha512-/7kkMsC+/kMs7gAYmmBR9P0vGTnOoLhQhyhQJSlXGI5bzTHp6xdo0TtKWQAsz6pmSAeVqKSbqeyP6hytqr9FDw==} resolution: {integrity: sha512-/7kkMsC+/kMs7gAYmmBR9P0vGTnOoLhQhyhQJSlXGI5bzTHp6xdo0TtKWQAsz6pmSAeVqKSbqeyP6hytqr9FDw==}
dependencies: dependencies:
'@types/node': 20.11.20 '@types/node': 20.11.21
'@types/tough-cookie': 4.0.5 '@types/tough-cookie': 4.0.5
parse5: 7.1.2 parse5: 7.1.2
dev: true dev: true
@ -623,8 +623,8 @@ packages:
/@types/json-schema@7.0.15: /@types/json-schema@7.0.15:
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
/@types/node@20.11.20: /@types/node@20.11.21:
resolution: {integrity: sha512-7/rR21OS+fq8IyHTgtLkDK949uzsa6n8BkziAKtPVpugIkO6D+/ooXMvzXxDnZrmtXVfjb1bKQafYpb8s89LOg==} resolution: {integrity: sha512-/ySDLGscFPNasfqStUuWWPfL78jompfIoVzLJPVVAHBh6rpG68+pI2Gk+fNLeI8/f1yPYL4s46EleVIc20F1Ow==}
dependencies: dependencies:
undici-types: 5.26.5 undici-types: 5.26.5
@ -786,7 +786,7 @@ packages:
vite: ^5.0.0 vite: ^5.0.0
vue: ^3.2.25 vue: ^3.2.25
dependencies: dependencies:
vite: 5.1.4(@types/node@20.11.20)(sass@1.71.1) vite: 5.1.4(@types/node@20.11.21)(sass@1.71.1)
vue: 3.4.20(typescript@5.3.3) vue: 3.4.20(typescript@5.3.3)
dev: true dev: true
@ -848,15 +848,6 @@ packages:
path-browserify: 1.0.1 path-browserify: 1.0.1
dev: true dev: true
/@vue/compiler-core@3.4.19:
resolution: {integrity: sha512-gj81785z0JNzRcU0Mq98E56e4ltO1yf8k5PQ+tV/7YHnbZkrM0fyFyuttnN8ngJZjbpofWE/m4qjKBiLl8Ju4w==}
dependencies:
'@babel/parser': 7.23.9
'@vue/shared': 3.4.19
entities: 4.5.0
estree-walker: 2.0.2
source-map-js: 1.0.2
/@vue/compiler-core@3.4.20: /@vue/compiler-core@3.4.20:
resolution: {integrity: sha512-l7M+xUuL8hrGtRLkrf+62d9zucAdgqNBTbJ/NufCOIuJQhauhfyAKH9ra/qUctCXcULwmclGAVpvmxjbBO30qg==} resolution: {integrity: sha512-l7M+xUuL8hrGtRLkrf+62d9zucAdgqNBTbJ/NufCOIuJQhauhfyAKH9ra/qUctCXcULwmclGAVpvmxjbBO30qg==}
dependencies: dependencies:
@ -876,12 +867,6 @@ packages:
source-map-js: 1.0.2 source-map-js: 1.0.2
dev: true dev: true
/@vue/compiler-dom@3.4.19:
resolution: {integrity: sha512-vm6+cogWrshjqEHTzIDCp72DKtea8Ry/QVpQRYoyTIg9k7QZDX6D8+HGURjtmatfgM8xgCFtJJaOlCaRYRK3QA==}
dependencies:
'@vue/compiler-core': 3.4.19
'@vue/shared': 3.4.19
/@vue/compiler-dom@3.4.20: /@vue/compiler-dom@3.4.20:
resolution: {integrity: sha512-/cSBGL79HFBYgDnqCNKErOav3bPde3n0sJwJM2Z09rXlkiowV/2SG1tgDAiWS1CatS4Cvo0o74e1vNeCK1R3RA==} resolution: {integrity: sha512-/cSBGL79HFBYgDnqCNKErOav3bPde3n0sJwJM2Z09rXlkiowV/2SG1tgDAiWS1CatS4Cvo0o74e1vNeCK1R3RA==}
dependencies: dependencies:
@ -895,19 +880,6 @@ packages:
'@vue/shared': 3.4.3 '@vue/shared': 3.4.3
dev: true dev: true
/@vue/compiler-sfc@3.4.19:
resolution: {integrity: sha512-LQ3U4SN0DlvV0xhr1lUsgLCYlwQfUfetyPxkKYu7dkfvx7g3ojrGAkw0AERLOKYXuAGnqFsEuytkdcComei3Yg==}
dependencies:
'@babel/parser': 7.23.9
'@vue/compiler-core': 3.4.19
'@vue/compiler-dom': 3.4.19
'@vue/compiler-ssr': 3.4.19
'@vue/shared': 3.4.19
estree-walker: 2.0.2
magic-string: 0.30.7
postcss: 8.4.35
source-map-js: 1.0.2
/@vue/compiler-sfc@3.4.20: /@vue/compiler-sfc@3.4.20:
resolution: {integrity: sha512-nPuTZz0yxTPzjyYe+9nQQsFYImcz/57UX8N3jyhl5oIUUs2jqqAMaULsAlJwve3qNYfjQzq0bwy3pqJrN9ecZw==} resolution: {integrity: sha512-nPuTZz0yxTPzjyYe+9nQQsFYImcz/57UX8N3jyhl5oIUUs2jqqAMaULsAlJwve3qNYfjQzq0bwy3pqJrN9ecZw==}
dependencies: dependencies:
@ -921,12 +893,6 @@ packages:
postcss: 8.4.35 postcss: 8.4.35
source-map-js: 1.0.2 source-map-js: 1.0.2
/@vue/compiler-ssr@3.4.19:
resolution: {integrity: sha512-P0PLKC4+u4OMJ8sinba/5Z/iDT84uMRRlrWzadgLA69opCpI1gG4N55qDSC+dedwq2fJtzmGald05LWR5TFfLw==}
dependencies:
'@vue/compiler-dom': 3.4.19
'@vue/shared': 3.4.19
/@vue/compiler-ssr@3.4.20: /@vue/compiler-ssr@3.4.20:
resolution: {integrity: sha512-b3gFQPiHLvI12C56otzBPpQhZ5kgkJ5RMv/zpLjLC2BIFwX5GktDqYQ7xg0Q2grP6uFI8al3beVKvAVxFtXmIg==} resolution: {integrity: sha512-b3gFQPiHLvI12C56otzBPpQhZ5kgkJ5RMv/zpLjLC2BIFwX5GktDqYQ7xg0Q2grP6uFI8al3beVKvAVxFtXmIg==}
dependencies: dependencies:
@ -1019,9 +985,6 @@ packages:
'@vue/shared': 3.4.20 '@vue/shared': 3.4.20
vue: 3.4.20(typescript@5.3.3) vue: 3.4.20(typescript@5.3.3)
/@vue/shared@3.4.19:
resolution: {integrity: sha512-/KliRRHMF6LoiThEy+4c1Z4KB/gbPrGjWwJR+crg2otgrf/egKzRaCPvJ51S5oetgsgXLfc4Rm5ZgrKHZrtMSw==}
/@vue/shared@3.4.20: /@vue/shared@3.4.20:
resolution: {integrity: sha512-KTEngal0aiUvNJ6I1Chk5Ew5XqChsFsxP4GKAYXWb99zKJWjNU72p2FWEOmZWHxHcqtniOJsgnpd3zizdpfEag==} resolution: {integrity: sha512-KTEngal0aiUvNJ6I1Chk5Ew5XqChsFsxP4GKAYXWb99zKJWjNU72p2FWEOmZWHxHcqtniOJsgnpd3zizdpfEag==}
@ -2318,7 +2281,7 @@ packages:
resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==}
engines: {node: '>= 10.13.0'} engines: {node: '>= 10.13.0'}
dependencies: dependencies:
'@types/node': 20.11.20 '@types/node': 20.11.21
merge-stream: 2.0.0 merge-stream: 2.0.0
supports-color: 8.1.1 supports-color: 8.1.1
@ -3485,7 +3448,7 @@ packages:
hasBin: true hasBin: true
dev: false dev: false
/vite-node@1.3.1(@types/node@20.11.20)(sass@1.71.1): /vite-node@1.3.1(@types/node@20.11.21)(sass@1.71.1):
resolution: {integrity: sha512-azbRrqRxlWTJEVbzInZCTchx0X69M/XPTCz4H+TLvlTcR/xH/3hkRqhOakT41fMJCMzXTu4UvegkZiEoJAWvng==} resolution: {integrity: sha512-azbRrqRxlWTJEVbzInZCTchx0X69M/XPTCz4H+TLvlTcR/xH/3hkRqhOakT41fMJCMzXTu4UvegkZiEoJAWvng==}
engines: {node: ^18.0.0 || >=20.0.0} engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true hasBin: true
@ -3494,7 +3457,7 @@ packages:
debug: 4.3.4 debug: 4.3.4
pathe: 1.1.1 pathe: 1.1.1
picocolors: 1.0.0 picocolors: 1.0.0
vite: 5.1.4(@types/node@20.11.20)(sass@1.71.1) vite: 5.1.4(@types/node@20.11.21)(sass@1.71.1)
transitivePeerDependencies: transitivePeerDependencies:
- '@types/node' - '@types/node'
- less - less
@ -3517,13 +3480,13 @@ packages:
'@vuetify/loader-shared': 2.0.1(vue@3.4.20)(vuetify@3.5.5) '@vuetify/loader-shared': 2.0.1(vue@3.4.20)(vuetify@3.5.5)
debug: 4.3.4 debug: 4.3.4
upath: 2.0.1 upath: 2.0.1
vite: 5.1.4(@types/node@20.11.20)(sass@1.71.1) vite: 5.1.4(@types/node@20.11.21)(sass@1.71.1)
vue: 3.4.20(typescript@5.3.3) vue: 3.4.20(typescript@5.3.3)
vuetify: 3.5.5(typescript@5.3.3)(vite-plugin-vuetify@2.0.1)(vue@3.4.20)(webpack-plugin-vuetify@3.0.1) vuetify: 3.5.5(typescript@5.3.3)(vite-plugin-vuetify@2.0.1)(vue@3.4.20)(webpack-plugin-vuetify@3.0.1)
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
/vite@5.1.4(@types/node@20.11.20)(sass@1.71.1): /vite@5.1.4(@types/node@20.11.21)(sass@1.71.1):
resolution: {integrity: sha512-n+MPqzq+d9nMVTKyewqw6kSt+R3CkvF9QAKY8obiQn8g1fwTscKxyfaYnC632HtBXAQGc1Yjomphwn1dtwGAHg==} resolution: {integrity: sha512-n+MPqzq+d9nMVTKyewqw6kSt+R3CkvF9QAKY8obiQn8g1fwTscKxyfaYnC632HtBXAQGc1Yjomphwn1dtwGAHg==}
engines: {node: ^18.0.0 || >=20.0.0} engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true hasBin: true
@ -3551,7 +3514,7 @@ packages:
terser: terser:
optional: true optional: true
dependencies: dependencies:
'@types/node': 20.11.20 '@types/node': 20.11.21
esbuild: 0.19.9 esbuild: 0.19.9
postcss: 8.4.35 postcss: 8.4.35
rollup: 4.9.0 rollup: 4.9.0
@ -3559,7 +3522,7 @@ packages:
optionalDependencies: optionalDependencies:
fsevents: 2.3.3 fsevents: 2.3.3
/vitest@1.3.1(@types/node@20.11.20)(jsdom@24.0.0)(sass@1.71.1): /vitest@1.3.1(@types/node@20.11.21)(jsdom@24.0.0)(sass@1.71.1):
resolution: {integrity: sha512-/1QJqXs8YbCrfv/GPQ05wAZf2eakUPLPa18vkJAKE7RXOKfVHqMZZ1WlTjiwl6Gcn65M5vpNUB6EFLnEdRdEXQ==} resolution: {integrity: sha512-/1QJqXs8YbCrfv/GPQ05wAZf2eakUPLPa18vkJAKE7RXOKfVHqMZZ1WlTjiwl6Gcn65M5vpNUB6EFLnEdRdEXQ==}
engines: {node: ^18.0.0 || >=20.0.0} engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true hasBin: true
@ -3584,7 +3547,7 @@ packages:
jsdom: jsdom:
optional: true optional: true
dependencies: dependencies:
'@types/node': 20.11.20 '@types/node': 20.11.21
'@vitest/expect': 1.3.1 '@vitest/expect': 1.3.1
'@vitest/runner': 1.3.1 '@vitest/runner': 1.3.1
'@vitest/snapshot': 1.3.1 '@vitest/snapshot': 1.3.1
@ -3603,8 +3566,8 @@ packages:
strip-literal: 2.0.0 strip-literal: 2.0.0
tinybench: 2.5.1 tinybench: 2.5.1
tinypool: 0.8.2 tinypool: 0.8.2
vite: 5.1.4(@types/node@20.11.20)(sass@1.71.1) vite: 5.1.4(@types/node@20.11.21)(sass@1.71.1)
vite-node: 1.3.1(@types/node@20.11.20)(sass@1.71.1) vite-node: 1.3.1(@types/node@20.11.21)(sass@1.71.1)
why-is-node-running: 2.2.2 why-is-node-running: 2.2.2
transitivePeerDependencies: transitivePeerDependencies:
- less - less
@ -3757,7 +3720,7 @@ packages:
typescript: 5.3.3 typescript: 5.3.3
vite-plugin-vuetify: 2.0.1(vite@5.1.4)(vue@3.4.20)(vuetify@3.5.5) vite-plugin-vuetify: 2.0.1(vite@5.1.4)(vue@3.4.20)(vuetify@3.5.5)
vue: 3.4.20(typescript@5.3.3) vue: 3.4.20(typescript@5.3.3)
webpack-plugin-vuetify: 3.0.1(@vue/compiler-sfc@3.4.19)(vue@3.4.20)(vuetify@3.5.5)(webpack@5.89.0) webpack-plugin-vuetify: 3.0.1(@vue/compiler-sfc@3.4.20)(vue@3.4.20)(vuetify@3.5.5)(webpack@5.89.0)
/w3c-xmlserializer@5.0.0: /w3c-xmlserializer@5.0.0:
resolution: {integrity: sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==} resolution: {integrity: sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==}
@ -3782,7 +3745,7 @@ packages:
engines: {node: '>=12'} engines: {node: '>=12'}
dev: true dev: true
/webpack-plugin-vuetify@3.0.1(@vue/compiler-sfc@3.4.19)(vue@3.4.20)(vuetify@3.5.5)(webpack@5.89.0): /webpack-plugin-vuetify@3.0.1(@vue/compiler-sfc@3.4.20)(vue@3.4.20)(vuetify@3.5.5)(webpack@5.89.0):
resolution: {integrity: sha512-/FEpXPfPQlSMdJgLcz/iF6yQ82NdBwmryyACIhY5agsv0uW6/VEXmRlnBiF54MV2KW0/Vt5ZPXyhSx5r7u0lFA==} resolution: {integrity: sha512-/FEpXPfPQlSMdJgLcz/iF6yQ82NdBwmryyACIhY5agsv0uW6/VEXmRlnBiF54MV2KW0/Vt5ZPXyhSx5r7u0lFA==}
engines: {node: ^18.0.0 || >=20.0.0} engines: {node: ^18.0.0 || >=20.0.0}
peerDependencies: peerDependencies:
@ -3791,7 +3754,7 @@ packages:
vuetify: ^3.0.0 vuetify: ^3.0.0
webpack: ^5.0.0 webpack: ^5.0.0
dependencies: dependencies:
'@vue/compiler-sfc': 3.4.19 '@vue/compiler-sfc': 3.4.20
'@vuetify/loader-shared': 2.0.1(vue@3.4.20)(vuetify@3.5.5) '@vuetify/loader-shared': 2.0.1(vue@3.4.20)(vuetify@3.5.5)
decache: 4.6.2 decache: 4.6.2
file-loader: 6.2.0(webpack@5.89.0) file-loader: 6.2.0(webpack@5.89.0)