chore(deps): update dependency vitest to v1.1.1 (#3718)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-01-01 09:05:32 +02:00 committed by GitHub
parent 5e6fa89623
commit 636a8a604d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 35 additions and 35 deletions

View file

@ -33,7 +33,7 @@
"slonik": "30.4.4",
"strip-ansi": "7.1.0",
"tslib": "2.6.2",
"vitest": "1.1.0",
"vitest": "1.1.1",
"zod": "3.22.4"
}
}

View file

@ -94,7 +94,7 @@
"tsx": "4.7.0",
"turbo": "1.11.2",
"typescript": "5.3.3",
"vitest": "1.1.0"
"vitest": "1.1.1"
},
"husky": {
"hooks": {

View file

@ -65,7 +65,7 @@
"graphql": "16.8.1",
"graphql-yoga": "5.1.0",
"nock": "13.4.0",
"vitest": "1.1.0"
"vitest": "1.1.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",

View file

@ -18,7 +18,7 @@
"nock": "13.4.0",
"toucan-js": "3.3.1",
"undici": "5.28.2",
"vitest": "1.1.0",
"vitest": "1.1.1",
"workers-loki-logger": "0.1.15",
"zod": "3.22.4"
}

View file

@ -188,8 +188,8 @@ importers:
specifier: 5.3.3
version: 5.3.3
vitest:
specifier: 1.1.0
version: 1.1.0(@types/node@18.18.13)
specifier: 1.1.1
version: 1.1.1(@types/node@18.18.13)
deployment:
dependencies:
@ -312,8 +312,8 @@ importers:
specifier: 2.6.2
version: 2.6.2
vitest:
specifier: 1.1.0
version: 1.1.0(@types/node@18.18.13)
specifier: 1.1.1
version: 1.1.1(@types/node@18.18.13)
zod:
specifier: 3.22.4
version: 3.22.4
@ -444,8 +444,8 @@ importers:
specifier: 13.4.0
version: 13.4.0
vitest:
specifier: 1.1.0
version: 1.1.0(@types/node@18.18.13)
specifier: 1.1.1
version: 1.1.1(@types/node@18.18.13)
publishDirectory: dist
packages/libraries/core:
@ -716,8 +716,8 @@ importers:
specifier: 5.28.2
version: 5.28.2
vitest:
specifier: 1.1.0
version: 1.1.0(@types/node@18.18.13)
specifier: 1.1.1
version: 1.1.1(@types/node@18.18.13)
workers-loki-logger:
specifier: 0.1.15
version: 0.1.15
@ -13924,38 +13924,38 @@ packages:
graphql: 16.8.1
dev: true
/@vitest/expect@1.1.0:
resolution: {integrity: sha512-9IE2WWkcJo2BR9eqtY5MIo3TPmS50Pnwpm66A6neb2hvk/QSLfPXBz2qdiwUOQkwyFuuXEUj5380CbwfzW4+/w==}
/@vitest/expect@1.1.1:
resolution: {integrity: sha512-Qpw01C2Hyb3085jBkOJLQ7HRX0Ncnh2qV4p+xWmmhcIUlMykUF69zsnZ1vPmAjZpomw9+5tWEGOQ0GTfR8U+kA==}
dependencies:
'@vitest/spy': 1.1.0
'@vitest/utils': 1.1.0
'@vitest/spy': 1.1.1
'@vitest/utils': 1.1.1
chai: 4.3.10
dev: true
/@vitest/runner@1.1.0:
resolution: {integrity: sha512-zdNLJ00pm5z/uhbWF6aeIJCGMSyTyWImy3Fcp9piRGvueERFlQFbUwCpzVce79OLm2UHk9iwaMSOaU9jVHgNVw==}
/@vitest/runner@1.1.1:
resolution: {integrity: sha512-8HokyJo1SnSi3uPFKfWm/Oq1qDwLC4QDcVsqpXIXwsRPAg3gIDh8EbZ1ri8cmQkBxdOu62aOF9B4xcqJhvt4xQ==}
dependencies:
'@vitest/utils': 1.1.0
'@vitest/utils': 1.1.1
p-limit: 5.0.0
pathe: 1.1.1
dev: true
/@vitest/snapshot@1.1.0:
resolution: {integrity: sha512-5O/wyZg09V5qmNmAlUgCBqflvn2ylgsWJRRuPrnHEfDNT6tQpQ8O1isNGgo+VxofISHqz961SG3iVvt3SPK/QQ==}
/@vitest/snapshot@1.1.1:
resolution: {integrity: sha512-WnMHjv4VdHLbFGgCdVVvyRkRPnOKN75JJg+LLTdr6ah7YnL75W+7CTIMdzPEPzaDxA8r5yvSVlc1d8lH3yE28w==}
dependencies:
magic-string: 0.30.5
pathe: 1.1.1
pretty-format: 29.7.0
dev: true
/@vitest/spy@1.1.0:
resolution: {integrity: sha512-sNOVSU/GE+7+P76qYo+VXdXhXffzWZcYIPQfmkiRxaNCSPiLANvQx5Mx6ZURJ/ndtEkUJEpvKLXqAYTKEY+lTg==}
/@vitest/spy@1.1.1:
resolution: {integrity: sha512-hDU2KkOTfFp4WFFPWwHFauddwcKuGQ7gF6Un/ZZkCogoAiTMN7/7YKvUDbywPZZ754iCQGjdUmXN3t4k0jm1IQ==}
dependencies:
tinyspy: 2.2.0
dev: true
/@vitest/utils@1.1.0:
resolution: {integrity: sha512-z+s510fKmYz4Y41XhNs3vcuFTFhcij2YF7F8VQfMEYAAUfqQh0Zfg7+w9xdgFGhPf3tX3TicAe+8BDITk6ampQ==}
/@vitest/utils@1.1.1:
resolution: {integrity: sha512-E9LedH093vST/JuBSyHLFMpxJKW3dLhe/flUSPFedoyj4wKiFX7Jm8gYLtOIiin59dgrssfmFv0BJ1u8P/LC/A==}
dependencies:
diff-sequences: 29.6.3
loupe: 2.3.7
@ -32269,8 +32269,8 @@ packages:
replace-ext: 1.0.1
dev: true
/vite-node@1.1.0(@types/node@18.18.13):
resolution: {integrity: sha512-jV48DDUxGLEBdHCQvxL1mEh7+naVy+nhUUUaPAZLd3FJgXuxQiewHcfeZebbJ6onDqNGkP4r3MhQ342PRlG81Q==}
/vite-node@1.1.1(@types/node@18.18.13):
resolution: {integrity: sha512-2bGE5w4jvym5v8llF6Gu1oBrmImoNSs4WmRVcavnG2me6+8UQntTqLiAMFyiAobp+ZXhj5ZFhI7SmLiFr/jrow==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
dependencies:
@ -32326,8 +32326,8 @@ packages:
fsevents: 2.3.3
dev: true
/vitest@1.1.0(@types/node@18.18.13):
resolution: {integrity: sha512-oDFiCrw7dd3Jf06HoMtSRARivvyjHJaTxikFxuqJjO76U436PqlVw1uLn7a8OSPrhSfMGVaRakKpA2lePdw79A==}
/vitest@1.1.1(@types/node@18.18.13):
resolution: {integrity: sha512-Ry2qs4UOu/KjpXVfOCfQkTnwSXYGrqTbBZxw6reIYEFjSy1QUARRg5pxiI5BEXy+kBVntxUYNMlq4Co+2vD3fQ==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
@ -32352,11 +32352,11 @@ packages:
optional: true
dependencies:
'@types/node': 18.18.13
'@vitest/expect': 1.1.0
'@vitest/runner': 1.1.0
'@vitest/snapshot': 1.1.0
'@vitest/spy': 1.1.0
'@vitest/utils': 1.1.0
'@vitest/expect': 1.1.1
'@vitest/runner': 1.1.1
'@vitest/snapshot': 1.1.1
'@vitest/spy': 1.1.1
'@vitest/utils': 1.1.1
acorn-walk: 8.3.0
cac: 6.7.14
chai: 4.3.10
@ -32371,7 +32371,7 @@ packages:
tinybench: 2.5.1
tinypool: 0.8.1
vite: 5.0.5(@types/node@18.18.13)
vite-node: 1.1.0(@types/node@18.18.13)
vite-node: 1.1.1(@types/node@18.18.13)
why-is-node-running: 2.2.2
transitivePeerDependencies:
- less