mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 15:31:21 +00:00
Merge pull request #280 from bartvdbraak/renovate/typescript-5.x-lockfile
This commit is contained in:
commit
7e8b8d5c45
1 changed files with 50 additions and 50 deletions
100
pnpm-lock.yaml
100
pnpm-lock.yaml
|
@ -54,10 +54,10 @@ devDependencies:
|
|||
version: 8.56.5
|
||||
'@typescript-eslint/eslint-plugin':
|
||||
specifier: ^7.0.2
|
||||
version: 7.1.1(@typescript-eslint/parser@7.1.1)(eslint@8.57.0)(typescript@5.3.3)
|
||||
version: 7.1.1(@typescript-eslint/parser@7.1.1)(eslint@8.57.0)(typescript@5.4.2)
|
||||
'@typescript-eslint/parser':
|
||||
specifier: ^7.0.2
|
||||
version: 7.1.1(eslint@8.57.0)(typescript@5.3.3)
|
||||
version: 7.1.1(eslint@8.57.0)(typescript@5.4.2)
|
||||
autoprefixer:
|
||||
specifier: ^10.4.17
|
||||
version: 10.4.18(postcss@8.4.35)
|
||||
|
@ -111,10 +111,10 @@ devDependencies:
|
|||
version: 2.6.2
|
||||
typescript:
|
||||
specifier: ^5.3.3
|
||||
version: 5.3.3
|
||||
version: 5.4.2
|
||||
unlighthouse:
|
||||
specifier: ^0.11.4
|
||||
version: 0.11.4(typescript@5.3.3)(vue@3.4.21)
|
||||
version: 0.11.4(typescript@5.4.2)(vue@3.4.21)
|
||||
vite:
|
||||
specifier: ^5.1.4
|
||||
version: 5.1.5
|
||||
|
@ -887,7 +887,7 @@ packages:
|
|||
vue: ^3.2.0
|
||||
dependencies:
|
||||
'@tanstack/vue-virtual': 3.1.2(vue@3.4.21)
|
||||
vue: 3.4.21(typescript@5.3.3)
|
||||
vue: 3.4.21(typescript@5.4.2)
|
||||
dev: true
|
||||
|
||||
/@humanwhocodes/config-array@0.11.14:
|
||||
|
@ -1557,7 +1557,7 @@ packages:
|
|||
vue: ^2.7.0 || ^3.0.0
|
||||
dependencies:
|
||||
'@tanstack/virtual-core': 3.1.2
|
||||
vue: 3.4.21(typescript@5.3.3)
|
||||
vue: 3.4.21(typescript@5.4.2)
|
||||
dev: true
|
||||
|
||||
/@tootallnate/quickjs-emscripten@0.23.0:
|
||||
|
@ -1635,7 +1635,7 @@ packages:
|
|||
dev: true
|
||||
optional: true
|
||||
|
||||
/@typescript-eslint/eslint-plugin@7.1.1(@typescript-eslint/parser@7.1.1)(eslint@8.57.0)(typescript@5.3.3):
|
||||
/@typescript-eslint/eslint-plugin@7.1.1(@typescript-eslint/parser@7.1.1)(eslint@8.57.0)(typescript@5.4.2):
|
||||
resolution: {integrity: sha512-zioDz623d0RHNhvx0eesUmGfIjzrk18nSBC8xewepKXbBvN/7c1qImV7Hg8TI1URTxKax7/zxfxj3Uph8Chcuw==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
|
@ -1647,10 +1647,10 @@ packages:
|
|||
optional: true
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.10.0
|
||||
'@typescript-eslint/parser': 7.1.1(eslint@8.57.0)(typescript@5.3.3)
|
||||
'@typescript-eslint/parser': 7.1.1(eslint@8.57.0)(typescript@5.4.2)
|
||||
'@typescript-eslint/scope-manager': 7.1.1
|
||||
'@typescript-eslint/type-utils': 7.1.1(eslint@8.57.0)(typescript@5.3.3)
|
||||
'@typescript-eslint/utils': 7.1.1(eslint@8.57.0)(typescript@5.3.3)
|
||||
'@typescript-eslint/type-utils': 7.1.1(eslint@8.57.0)(typescript@5.4.2)
|
||||
'@typescript-eslint/utils': 7.1.1(eslint@8.57.0)(typescript@5.4.2)
|
||||
'@typescript-eslint/visitor-keys': 7.1.1
|
||||
debug: 4.3.4
|
||||
eslint: 8.57.0
|
||||
|
@ -1658,13 +1658,13 @@ packages:
|
|||
ignore: 5.3.1
|
||||
natural-compare: 1.4.0
|
||||
semver: 7.6.0
|
||||
ts-api-utils: 1.2.1(typescript@5.3.3)
|
||||
typescript: 5.3.3
|
||||
ts-api-utils: 1.2.1(typescript@5.4.2)
|
||||
typescript: 5.4.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser@7.1.1(eslint@8.57.0)(typescript@5.3.3):
|
||||
/@typescript-eslint/parser@7.1.1(eslint@8.57.0)(typescript@5.4.2):
|
||||
resolution: {integrity: sha512-ZWUFyL0z04R1nAEgr9e79YtV5LbafdOtN7yapNbn1ansMyaegl2D4bL7vHoJ4HPSc4CaLwuCVas8CVuneKzplQ==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
|
@ -1676,11 +1676,11 @@ packages:
|
|||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 7.1.1
|
||||
'@typescript-eslint/types': 7.1.1
|
||||
'@typescript-eslint/typescript-estree': 7.1.1(typescript@5.3.3)
|
||||
'@typescript-eslint/typescript-estree': 7.1.1(typescript@5.4.2)
|
||||
'@typescript-eslint/visitor-keys': 7.1.1
|
||||
debug: 4.3.4
|
||||
eslint: 8.57.0
|
||||
typescript: 5.3.3
|
||||
typescript: 5.4.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
@ -1693,7 +1693,7 @@ packages:
|
|||
'@typescript-eslint/visitor-keys': 7.1.1
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils@7.1.1(eslint@8.57.0)(typescript@5.3.3):
|
||||
/@typescript-eslint/type-utils@7.1.1(eslint@8.57.0)(typescript@5.4.2):
|
||||
resolution: {integrity: sha512-5r4RKze6XHEEhlZnJtR3GYeCh1IueUHdbrukV2KSlLXaTjuSfeVF8mZUVPLovidCuZfbVjfhi4c0DNSa/Rdg5g==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
|
@ -1703,12 +1703,12 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 7.1.1(typescript@5.3.3)
|
||||
'@typescript-eslint/utils': 7.1.1(eslint@8.57.0)(typescript@5.3.3)
|
||||
'@typescript-eslint/typescript-estree': 7.1.1(typescript@5.4.2)
|
||||
'@typescript-eslint/utils': 7.1.1(eslint@8.57.0)(typescript@5.4.2)
|
||||
debug: 4.3.4
|
||||
eslint: 8.57.0
|
||||
ts-api-utils: 1.2.1(typescript@5.3.3)
|
||||
typescript: 5.3.3
|
||||
ts-api-utils: 1.2.1(typescript@5.4.2)
|
||||
typescript: 5.4.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
@ -1718,7 +1718,7 @@ packages:
|
|||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree@7.1.1(typescript@5.3.3):
|
||||
/@typescript-eslint/typescript-estree@7.1.1(typescript@5.4.2):
|
||||
resolution: {integrity: sha512-9ZOncVSfr+sMXVxxca2OJOPagRwT0u/UHikM2Rd6L/aB+kL/QAuTnsv6MeXtjzCJYb8PzrXarypSGIPx3Jemxw==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
|
@ -1734,13 +1734,13 @@ packages:
|
|||
is-glob: 4.0.3
|
||||
minimatch: 9.0.3
|
||||
semver: 7.6.0
|
||||
ts-api-utils: 1.2.1(typescript@5.3.3)
|
||||
typescript: 5.3.3
|
||||
ts-api-utils: 1.2.1(typescript@5.4.2)
|
||||
typescript: 5.4.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils@7.1.1(eslint@8.57.0)(typescript@5.3.3):
|
||||
/@typescript-eslint/utils@7.1.1(eslint@8.57.0)(typescript@5.4.2):
|
||||
resolution: {integrity: sha512-thOXM89xA03xAE0lW7alstvnyoBUbBX38YtY+zAUcpRPcq9EIhXPuJ0YTv948MbzmKh6e1AUszn5cBFK49Umqg==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
|
@ -1751,7 +1751,7 @@ packages:
|
|||
'@types/semver': 7.5.8
|
||||
'@typescript-eslint/scope-manager': 7.1.1
|
||||
'@typescript-eslint/types': 7.1.1
|
||||
'@typescript-eslint/typescript-estree': 7.1.1(typescript@5.3.3)
|
||||
'@typescript-eslint/typescript-estree': 7.1.1(typescript@5.4.2)
|
||||
eslint: 8.57.0
|
||||
semver: 7.6.0
|
||||
transitivePeerDependencies:
|
||||
|
@ -1771,13 +1771,13 @@ packages:
|
|||
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
|
||||
dev: true
|
||||
|
||||
/@unlighthouse/cli@0.11.4(typescript@5.3.3):
|
||||
/@unlighthouse/cli@0.11.4(typescript@5.4.2):
|
||||
resolution: {integrity: sha512-rSxQUzbdCqZHLXuJ1ZxMkh3+s08Y1Qot/hS7dwguCF0eOdK9H6zkxwUIlA2FcfsJd12kumbarfCrn8oplqQuVw==}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@lhci/utils': 0.13.0
|
||||
'@unlighthouse/core': 0.11.4(typescript@5.3.3)
|
||||
'@unlighthouse/server': 0.11.4(typescript@5.3.3)
|
||||
'@unlighthouse/core': 0.11.4(typescript@5.4.2)
|
||||
'@unlighthouse/server': 0.11.4(typescript@5.4.2)
|
||||
better-opn: 3.0.2
|
||||
cac: 6.7.14
|
||||
consola: 3.2.3
|
||||
|
@ -1799,7 +1799,7 @@ packages:
|
|||
- utf-8-validate
|
||||
dev: true
|
||||
|
||||
/@unlighthouse/client@0.11.4(typescript@5.3.3):
|
||||
/@unlighthouse/client@0.11.4(typescript@5.4.2):
|
||||
resolution: {integrity: sha512-/KVMRp396XRq8H67Mb/ZUqRDWKhmDgsWUmQqDJKd2jyVc4oVCBTYe0mFYZQg9uZczWnWSh+vmAiNZMNzQsS02Q==}
|
||||
dependencies:
|
||||
'@headlessui/vue': 1.7.19(vue@3.4.21)
|
||||
|
@ -1809,12 +1809,12 @@ packages:
|
|||
lightweight-charts: 4.1.3
|
||||
lodash-es: 4.17.21
|
||||
ufo: 1.4.0
|
||||
vue: 3.4.21(typescript@5.3.3)
|
||||
vue: 3.4.21(typescript@5.4.2)
|
||||
transitivePeerDependencies:
|
||||
- typescript
|
||||
dev: true
|
||||
|
||||
/@unlighthouse/core@0.11.4(typescript@5.3.3):
|
||||
/@unlighthouse/core@0.11.4(typescript@5.4.2):
|
||||
resolution: {integrity: sha512-RAFMGehsfpy50sJzWCZSKRM8aM6n5yDxIVfZFKtix6i1DOnUbKxM/9/TukpFsV/UyDtIsO8+VqU1oM8DnnRyqQ==}
|
||||
peerDependencies:
|
||||
puppeteer: '*'
|
||||
|
@ -1823,7 +1823,7 @@ packages:
|
|||
optional: true
|
||||
dependencies:
|
||||
'@puppeteer/browsers': 2.1.0
|
||||
'@unlighthouse/client': 0.11.4(typescript@5.3.3)
|
||||
'@unlighthouse/client': 0.11.4(typescript@5.4.2)
|
||||
'@unrouted/core': 0.6.0
|
||||
'@unrouted/fetch': 0.6.0
|
||||
'@unrouted/plugins': 0.6.0
|
||||
|
@ -1869,10 +1869,10 @@ packages:
|
|||
- utf-8-validate
|
||||
dev: true
|
||||
|
||||
/@unlighthouse/server@0.11.4(typescript@5.3.3):
|
||||
/@unlighthouse/server@0.11.4(typescript@5.4.2):
|
||||
resolution: {integrity: sha512-EVB6xkxmUwFIdCmLeRrLjGZMonkj8v8oBifvCS6AS5677Ov0AyyCcAjtxQBnXn6VVKFK5Cu75SjzPf208KziTw==}
|
||||
dependencies:
|
||||
'@unlighthouse/core': 0.11.4(typescript@5.3.3)
|
||||
'@unlighthouse/core': 0.11.4(typescript@5.4.2)
|
||||
h3: 1.11.1
|
||||
listhen: 1.7.2
|
||||
transitivePeerDependencies:
|
||||
|
@ -2064,7 +2064,7 @@ packages:
|
|||
dependencies:
|
||||
'@vue/compiler-ssr': 3.4.21
|
||||
'@vue/shared': 3.4.21
|
||||
vue: 3.4.21(typescript@5.3.3)
|
||||
vue: 3.4.21(typescript@5.4.2)
|
||||
dev: true
|
||||
|
||||
/@vue/shared@3.4.21:
|
||||
|
@ -5649,8 +5649,8 @@ packages:
|
|||
picocolors: 1.0.0
|
||||
sade: 1.8.1
|
||||
svelte: 4.2.12
|
||||
svelte-preprocess: 5.1.3(@babel/core@7.23.9)(postcss-load-config@5.0.3)(postcss@8.4.35)(svelte@4.2.12)(typescript@5.3.3)
|
||||
typescript: 5.3.3
|
||||
svelte-preprocess: 5.1.3(@babel/core@7.23.9)(postcss-load-config@5.0.3)(postcss@8.4.35)(svelte@4.2.12)(typescript@5.4.2)
|
||||
typescript: 5.4.2
|
||||
transitivePeerDependencies:
|
||||
- '@babel/core'
|
||||
- coffeescript
|
||||
|
@ -5708,7 +5708,7 @@ packages:
|
|||
svelte: 4.2.12
|
||||
dev: false
|
||||
|
||||
/svelte-preprocess@5.1.3(@babel/core@7.23.9)(postcss-load-config@5.0.3)(postcss@8.4.35)(svelte@4.2.12)(typescript@5.3.3):
|
||||
/svelte-preprocess@5.1.3(@babel/core@7.23.9)(postcss-load-config@5.0.3)(postcss@8.4.35)(svelte@4.2.12)(typescript@5.4.2):
|
||||
resolution: {integrity: sha512-xxAkmxGHT+J/GourS5mVJeOXZzne1FR5ljeOUAMXUkfEhkLEllRreXpbl3dIYJlcJRfL1LO1uIAPpBpBfiqGPw==}
|
||||
engines: {node: '>= 16.0.0', pnpm: ^8.0.0}
|
||||
requiresBuild: true
|
||||
|
@ -5755,7 +5755,7 @@ packages:
|
|||
sorcery: 0.11.0
|
||||
strip-indent: 3.0.0
|
||||
svelte: 4.2.12
|
||||
typescript: 5.3.3
|
||||
typescript: 5.4.2
|
||||
dev: true
|
||||
|
||||
/svelte-render@2.0.1(svelte@4.2.12):
|
||||
|
@ -6008,13 +6008,13 @@ packages:
|
|||
utf8-byte-length: 1.0.4
|
||||
dev: true
|
||||
|
||||
/ts-api-utils@1.2.1(typescript@5.3.3):
|
||||
/ts-api-utils@1.2.1(typescript@5.4.2):
|
||||
resolution: {integrity: sha512-RIYA36cJn2WiH9Hy77hdF9r7oEwxAtB/TS9/S4Qd90Ap4z5FSiin5zEiTL44OII1Y3IIlEvxwxFUVgrHSZ/UpA==}
|
||||
engines: {node: '>=16'}
|
||||
peerDependencies:
|
||||
typescript: '>=4.2.0'
|
||||
dependencies:
|
||||
typescript: 5.3.3
|
||||
typescript: 5.4.2
|
||||
dev: true
|
||||
|
||||
/ts-deepmerge@7.0.0:
|
||||
|
@ -6066,8 +6066,8 @@ packages:
|
|||
is-typedarray: 1.0.0
|
||||
dev: true
|
||||
|
||||
/typescript@5.3.3:
|
||||
resolution: {integrity: sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==}
|
||||
/typescript@5.4.2:
|
||||
resolution: {integrity: sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==}
|
||||
engines: {node: '>=14.17'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
@ -6156,7 +6156,7 @@ packages:
|
|||
engines: {node: '>= 10.0.0'}
|
||||
dev: true
|
||||
|
||||
/unlighthouse@0.11.4(typescript@5.3.3)(vue@3.4.21):
|
||||
/unlighthouse@0.11.4(typescript@5.4.2)(vue@3.4.21):
|
||||
resolution: {integrity: sha512-16S0UR+lkKqa8dDoB498+i+1m2b+YH+078KsPMHHLpV1q+zHEOEiyJdZoRLKo8bEkEsPciOaj5EX/CSJ0BrEag==}
|
||||
engines: {node: '>=18'}
|
||||
hasBin: true
|
||||
|
@ -6169,10 +6169,10 @@ packages:
|
|||
vue:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@unlighthouse/cli': 0.11.4(typescript@5.3.3)
|
||||
'@unlighthouse/client': 0.11.4(typescript@5.3.3)
|
||||
'@unlighthouse/core': 0.11.4(typescript@5.3.3)
|
||||
vue: 3.4.21(typescript@5.3.3)
|
||||
'@unlighthouse/cli': 0.11.4(typescript@5.4.2)
|
||||
'@unlighthouse/client': 0.11.4(typescript@5.4.2)
|
||||
'@unlighthouse/core': 0.11.4(typescript@5.4.2)
|
||||
vue: 3.4.21(typescript@5.4.2)
|
||||
transitivePeerDependencies:
|
||||
- bufferutil
|
||||
- debug
|
||||
|
@ -6313,7 +6313,7 @@ packages:
|
|||
vite: 5.1.5
|
||||
dev: true
|
||||
|
||||
/vue@3.4.21(typescript@5.3.3):
|
||||
/vue@3.4.21(typescript@5.4.2):
|
||||
resolution: {integrity: sha512-5hjyV/jLEIKD/jYl4cavMcnzKwjMKohureP8ejn3hhEjwhWIhWeuzL2kJAjzl/WyVsgPY56Sy4Z40C3lVshxXA==}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
|
@ -6326,7 +6326,7 @@ packages:
|
|||
'@vue/runtime-dom': 3.4.21
|
||||
'@vue/server-renderer': 3.4.21(vue@3.4.21)
|
||||
'@vue/shared': 3.4.21
|
||||
typescript: 5.3.3
|
||||
typescript: 5.4.2
|
||||
dev: true
|
||||
|
||||
/webidl-conversions@3.0.1:
|
||||
|
|
Loading…
Reference in a new issue