chore(deps): update vitest monorepo to ^1.3.1 (#142)

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
homarr-renovate[bot]
2024-02-20 20:08:35 +01:00
committed by GitHub
parent 64194c51ed
commit 72feb06610
2 changed files with 44 additions and 44 deletions

View File

@@ -28,15 +28,15 @@
"@testing-library/react-hooks": "^8.0.1",
"@turbo/gen": "^1.12.4",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.3.0",
"@vitest/ui": "^1.3.0",
"@vitest/coverage-v8": "^1.3.1",
"@vitest/ui": "^1.3.1",
"cross-env": "^7.0.3",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"turbo": "^1.12.4",
"typescript": "^5.3.3",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.3.0"
"vitest": "^1.3.1"
},
"prettier": "@homarr/prettier-config",
"dependencies": {

82
pnpm-lock.yaml generated
View File

@@ -25,11 +25,11 @@ importers:
specifier: ^4.2.1
version: 4.2.1(vite@5.1.3)
'@vitest/coverage-v8':
specifier: ^1.3.0
version: 1.3.0(vitest@1.3.0)
specifier: ^1.3.1
version: 1.3.1(vitest@1.3.1)
'@vitest/ui':
specifier: ^1.3.0
version: 1.3.0(vitest@1.3.0)
specifier: ^1.3.1
version: 1.3.1(vitest@1.3.1)
cross-env:
specifier: ^7.0.3
version: 7.0.3
@@ -49,8 +49,8 @@ importers:
specifier: ^4.3.1
version: 4.3.1(typescript@5.3.3)(vite@5.1.3)
vitest:
specifier: ^1.3.0
version: 1.3.0(@types/node@20.11.19)(@vitest/ui@1.3.0)(jsdom@24.0.0)
specifier: ^1.3.1
version: 1.3.1(@types/node@20.11.19)(@vitest/ui@1.3.1)(jsdom@24.0.0)
apps/nextjs:
dependencies:
@@ -2804,10 +2804,10 @@ packages:
- supports-color
dev: true
/@vitest/coverage-v8@1.3.0(vitest@1.3.0):
resolution: {integrity: sha512-e5Y5uK5NNoQMQaNitGQQjo9FoA5ZNcu7Bn6pH+dxUf48u6po1cX38kFBYUHZ9GNVkF4JLbncE0WeWwTw+nLrxg==}
/@vitest/coverage-v8@1.3.1(vitest@1.3.1):
resolution: {integrity: sha512-UuBnkSJUNE9rdHjDCPyJ4fYuMkoMtnghes1XohYa4At0MS3OQSAo97FrbwSLRshYsXThMZy1+ybD/byK5llyIg==}
peerDependencies:
vitest: 1.3.0
vitest: 1.3.1
dependencies:
'@ampproject/remapping': 2.2.1
'@bcoe/v8-coverage': 0.2.3
@@ -2822,58 +2822,58 @@ packages:
std-env: 3.7.0
test-exclude: 6.0.0
v8-to-istanbul: 9.2.0
vitest: 1.3.0(@types/node@20.11.19)(@vitest/ui@1.3.0)(jsdom@24.0.0)
vitest: 1.3.1(@types/node@20.11.19)(@vitest/ui@1.3.1)(jsdom@24.0.0)
transitivePeerDependencies:
- supports-color
dev: true
/@vitest/expect@1.3.0:
resolution: {integrity: sha512-7bWt0vBTZj08B+Ikv70AnLRicohYwFgzNjFqo9SxxqHHxSlUJGSXmCRORhOnRMisiUryKMdvsi1n27Bc6jL9DQ==}
/@vitest/expect@1.3.1:
resolution: {integrity: sha512-xofQFwIzfdmLLlHa6ag0dPV8YsnKOCP1KdAeVVh34vSjN2dcUiXYCD9htu/9eM7t8Xln4v03U9HLxLpPlsXdZw==}
dependencies:
'@vitest/spy': 1.3.0
'@vitest/utils': 1.3.0
'@vitest/spy': 1.3.1
'@vitest/utils': 1.3.1
chai: 4.4.1
dev: true
/@vitest/runner@1.3.0:
resolution: {integrity: sha512-1Jb15Vo/Oy7mwZ5bXi7zbgszsdIBNjc4IqP8Jpr/8RdBC4nF1CTzIAn2dxYvpF1nGSseeL39lfLQ2uvs5u1Y9A==}
/@vitest/runner@1.3.1:
resolution: {integrity: sha512-5FzF9c3jG/z5bgCnjr8j9LNq/9OxV2uEBAITOXfoe3rdZJTdO7jzThth7FXv/6b+kdY65tpRQB7WaKhNZwX+Kg==}
dependencies:
'@vitest/utils': 1.3.0
'@vitest/utils': 1.3.1
p-limit: 5.0.0
pathe: 1.1.2
dev: true
/@vitest/snapshot@1.3.0:
resolution: {integrity: sha512-swmktcviVVPYx9U4SEQXLV6AEY51Y6bZ14jA2yo6TgMxQ3h+ZYiO0YhAHGJNp0ohCFbPAis1R9kK0cvN6lDPQA==}
/@vitest/snapshot@1.3.1:
resolution: {integrity: sha512-EF++BZbt6RZmOlE3SuTPu/NfwBF6q4ABS37HHXzs2LUVPBLx2QoY/K0fKpRChSo8eLiuxcbCVfqKgx/dplCDuQ==}
dependencies:
magic-string: 0.30.7
pathe: 1.1.2
pretty-format: 29.7.0
dev: true
/@vitest/spy@1.3.0:
resolution: {integrity: sha512-AkCU0ThZunMvblDpPKgjIi025UxR8V7MZ/g/EwmAGpjIujLVV2X6rGYGmxE2D4FJbAy0/ijdROHMWa2M/6JVMw==}
/@vitest/spy@1.3.1:
resolution: {integrity: sha512-xAcW+S099ylC9VLU7eZfdT9myV67Nor9w9zhf0mGCYJSO+zM2839tOeROTdikOi/8Qeusffvxb/MyBSOja1Uig==}
dependencies:
tinyspy: 2.2.1
dev: true
/@vitest/ui@1.3.0(vitest@1.3.0):
resolution: {integrity: sha512-gDGEBUddrPOJvF4e0nIeKBz1whiDthBxBB0OUAbUqnY0HxJwqlKg9R257Sxoeh1Q7ZDSzc7qY96n4hrEPy1NaQ==}
/@vitest/ui@1.3.1(vitest@1.3.1):
resolution: {integrity: sha512-2UrFLJ62c/eJGPHcclstMKlAR7E1WB1ITe1isuowEPJJHi3HfqofvsUqQ1cGrEF7kitG1DJuwURUA3HLDtQkXA==}
peerDependencies:
vitest: 1.3.0
vitest: 1.3.1
dependencies:
'@vitest/utils': 1.3.0
'@vitest/utils': 1.3.1
fast-glob: 3.3.2
fflate: 0.8.2
flatted: 3.2.9
pathe: 1.1.2
picocolors: 1.0.0
sirv: 2.0.4
vitest: 1.3.0(@types/node@20.11.19)(@vitest/ui@1.3.0)(jsdom@24.0.0)
vitest: 1.3.1(@types/node@20.11.19)(@vitest/ui@1.3.1)(jsdom@24.0.0)
dev: true
/@vitest/utils@1.3.0:
resolution: {integrity: sha512-/LibEY/fkaXQufi4GDlQZhikQsPO2entBKtfuyIpr1jV4DpaeasqkeHjhdOhU24vSHshcSuEyVlWdzvv2XmYCw==}
/@vitest/utils@1.3.1:
resolution: {integrity: sha512-d3Waie/299qqRyHTm2DjADeTaNdNSVsnwHPWrs20JMpjh6eiVq7ggggweO8rc4arhf6rRkWuHKwvxGvejUXZZQ==}
dependencies:
diff-sequences: 29.6.3
estree-walker: 3.0.3
@@ -7945,8 +7945,8 @@ packages:
builtins: 5.0.1
dev: true
/vite-node@1.3.0(@types/node@20.11.19):
resolution: {integrity: sha512-D/oiDVBw75XMnjAXne/4feCkCEwcbr2SU1bjAhCcfI5Bq3VoOHji8/wCPAfUkDIeohJ5nSZ39fNxM3dNZ6OBOA==}
/vite-node@1.3.1(@types/node@20.11.19):
resolution: {integrity: sha512-azbRrqRxlWTJEVbzInZCTchx0X69M/XPTCz4H+TLvlTcR/xH/3hkRqhOakT41fMJCMzXTu4UvegkZiEoJAWvng==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
dependencies:
@@ -8019,15 +8019,15 @@ packages:
fsevents: 2.3.3
dev: true
/vitest@1.3.0(@types/node@20.11.19)(@vitest/ui@1.3.0)(jsdom@24.0.0):
resolution: {integrity: sha512-V9qb276J1jjSx9xb75T2VoYXdO1UKi+qfflY7V7w93jzX7oA/+RtYE6TcifxksxsZvygSSMwu2Uw6di7yqDMwg==}
/vitest@1.3.1(@types/node@20.11.19)(@vitest/ui@1.3.1)(jsdom@24.0.0):
resolution: {integrity: sha512-/1QJqXs8YbCrfv/GPQ05wAZf2eakUPLPa18vkJAKE7RXOKfVHqMZZ1WlTjiwl6Gcn65M5vpNUB6EFLnEdRdEXQ==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
'@edge-runtime/vm': '*'
'@types/node': ^18.0.0 || >=20.0.0
'@vitest/browser': 1.3.0
'@vitest/ui': 1.3.0
'@vitest/browser': 1.3.1
'@vitest/ui': 1.3.1
happy-dom: '*'
jsdom: '*'
peerDependenciesMeta:
@@ -8045,12 +8045,12 @@ packages:
optional: true
dependencies:
'@types/node': 20.11.19
'@vitest/expect': 1.3.0
'@vitest/runner': 1.3.0
'@vitest/snapshot': 1.3.0
'@vitest/spy': 1.3.0
'@vitest/ui': 1.3.0(vitest@1.3.0)
'@vitest/utils': 1.3.0
'@vitest/expect': 1.3.1
'@vitest/runner': 1.3.1
'@vitest/snapshot': 1.3.1
'@vitest/spy': 1.3.1
'@vitest/ui': 1.3.1(vitest@1.3.1)
'@vitest/utils': 1.3.1
acorn-walk: 8.3.2
chai: 4.4.1
debug: 4.3.4
@@ -8065,7 +8065,7 @@ packages:
tinybench: 2.6.0
tinypool: 0.8.2
vite: 5.1.3(@types/node@20.11.19)
vite-node: 1.3.0(@types/node@20.11.19)
vite-node: 1.3.1(@types/node@20.11.19)
why-is-node-running: 2.2.2
transitivePeerDependencies:
- less