Skip to content

Commit 135ffec

Browse files
Bump vitest and @vitest/coverage-istanbul (#83)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 55ab803 commit 135ffec

2 files changed

Lines changed: 69 additions & 73 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/crypto-js": "^4.2.2",
2525
"@vite-pwa/assets-generator": "^1.0.0",
2626
"@vite-pwa/nuxt": "^1.0.0",
27-
"@vitest/coverage-istanbul": "3.1.1",
27+
"@vitest/coverage-istanbul": "3.1.3",
2828
"@vue/test-utils": "^2.4.6",
2929
"eslint": "^9.24.0",
3030
"eslint-config-prettier": "^10.1.2",
@@ -49,7 +49,7 @@
4949
"stylelint-config-recommended-vue": "^1.6.0",
5050
"stylelint-config-standard": "^38.0.0",
5151
"typescript": "^5.8.3",
52-
"vitest": "^3.1.1",
52+
"vitest": "^3.1.3",
5353
"vue-tsc": "^2.2.10"
5454
},
5555
"name": "nuxt-app",

yarn.lock

Lines changed: 67 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -4151,10 +4151,10 @@
41514151
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-5.2.3.tgz#71a8fc82d4d2e425af304c35bf389506f674d89b"
41524152
integrity sha512-IYSLEQj4LgZZuoVpdSUCw3dIynTWQgPlaRP6iAvMle4My0HdYwr5g5wQAfwOeHQBmYwEkqF70nRpSilr6PoUDg==
41534153

4154-
"@vitest/coverage-istanbul@3.1.1":
4155-
version "3.1.1"
4156-
resolved "https://registry.yarnpkg.com/@vitest/coverage-istanbul/-/coverage-istanbul-3.1.1.tgz#950edf782bbff0f7d6113d62728717eed338b00a"
4157-
integrity sha512-uSoMeVcF5fMGcjWJOeG28nBPO2OuCNMRr+BcpF71gc1r/+EQnU7EeRM1hihs3EsSAOcjgw9w+TCMv/2lVvB4RA==
4154+
"@vitest/coverage-istanbul@3.1.3":
4155+
version "3.1.3"
4156+
resolved "https://registry.yarnpkg.com/@vitest/coverage-istanbul/-/coverage-istanbul-3.1.3.tgz#51b52bf1dae6f9117e7672a9ba96e025a56d16dd"
4157+
integrity sha512-S6zpofFh7ykVM01KpCbsdPRKBG4SCP/ErvrakFBJEUhiN/nRgsuCsi68VSe8rWstz6V1cJ/Sa/PDttr6FRZuNg==
41584158
dependencies:
41594159
"@istanbuljs/schema" "^0.1.3"
41604160
debug "^4.4.0"
@@ -4177,22 +4177,22 @@
41774177
chai "^5.1.1"
41784178
tinyrainbow "^1.2.0"
41794179

4180-
"@vitest/expect@3.1.1":
4181-
version "3.1.1"
4182-
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-3.1.1.tgz#d64ddfdcf9e877d805e1eee67bd845bf0708c6c2"
4183-
integrity sha512-q/zjrW9lgynctNbwvFtQkGK9+vvHA5UzVi2V8APrp1C6fG6/MuYYkmlx4FubuqLycCeSdHD5aadWfua/Vr0EUA==
4180+
"@vitest/expect@3.1.3":
4181+
version "3.1.3"
4182+
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-3.1.3.tgz#bbca175cd2f23d7de9448a215baed8f3d7abd7b7"
4183+
integrity sha512-7FTQQuuLKmN1Ig/h+h/GO+44Q1IlglPlR2es4ab7Yvfx+Uk5xsv+Ykk+MEt/M2Yn/xGmzaLKxGw2lgy2bwuYqg==
41844184
dependencies:
4185-
"@vitest/spy" "3.1.1"
4186-
"@vitest/utils" "3.1.1"
4185+
"@vitest/spy" "3.1.3"
4186+
"@vitest/utils" "3.1.3"
41874187
chai "^5.2.0"
41884188
tinyrainbow "^2.0.0"
41894189

4190-
"@vitest/mocker@3.1.1":
4191-
version "3.1.1"
4192-
resolved "https://registry.yarnpkg.com/@vitest/mocker/-/mocker-3.1.1.tgz#7689d99f87498684c71e9fe9defdbd13ffb7f1ac"
4193-
integrity sha512-bmpJJm7Y7i9BBELlLuuM1J1Q6EQ6K5Ye4wcyOpOMXMcePYKSIYlpcrCm4l/O6ja4VJA5G2aMJiuZkZdnxlC3SA==
4190+
"@vitest/mocker@3.1.3":
4191+
version "3.1.3"
4192+
resolved "https://registry.yarnpkg.com/@vitest/mocker/-/mocker-3.1.3.tgz#121d0f2fcca20c9ccada9e2d6e761f7fc687f4ce"
4193+
integrity sha512-PJbLjonJK82uCWHjzgBJZuR7zmAOrSvKk1QBxrennDIgtH4uK0TB1PvYmc0XBCigxxtiAVPfWtAdy4lpz8SQGQ==
41944194
dependencies:
4195-
"@vitest/spy" "3.1.1"
4195+
"@vitest/spy" "3.1.3"
41964196
estree-walker "^3.0.3"
41974197
magic-string "^0.30.17"
41984198

@@ -4210,27 +4210,27 @@
42104210
dependencies:
42114211
tinyrainbow "^1.2.0"
42124212

4213-
"@vitest/pretty-format@3.1.1", "@vitest/pretty-format@^3.1.1":
4214-
version "3.1.1"
4215-
resolved "https://registry.yarnpkg.com/@vitest/pretty-format/-/pretty-format-3.1.1.tgz#5b4d577771daccfced47baf3bf026ad59b52c283"
4216-
integrity sha512-dg0CIzNx+hMMYfNmSqJlLSXEmnNhMswcn3sXO7Tpldr0LiGmg3eXdLLhwkv2ZqgHb/d5xg5F7ezNFRA1fA13yA==
4213+
"@vitest/pretty-format@3.1.3", "@vitest/pretty-format@^3.1.3":
4214+
version "3.1.3"
4215+
resolved "https://registry.yarnpkg.com/@vitest/pretty-format/-/pretty-format-3.1.3.tgz#760b9eab5f253d7d2e7dcd28ef34570f584023d4"
4216+
integrity sha512-i6FDiBeJUGLDKADw2Gb01UtUNb12yyXAqC/mmRWuYl+m/U9GS7s8us5ONmGkGpUUo7/iAYzI2ePVfOZTYvUifA==
42174217
dependencies:
42184218
tinyrainbow "^2.0.0"
42194219

4220-
"@vitest/runner@3.1.1":
4221-
version "3.1.1"
4222-
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-3.1.1.tgz#76b598700737089d66c74272b2e1c94ca2891a49"
4223-
integrity sha512-X/d46qzJuEDO8ueyjtKfxffiXraPRfmYasoC4i5+mlLEJ10UvPb0XH5M9C3gWuxd7BAQhpK42cJgJtq53YnWVA==
4220+
"@vitest/runner@3.1.3":
4221+
version "3.1.3"
4222+
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-3.1.3.tgz#b268fa90fca38fab363f1107f057c0a2a141ee45"
4223+
integrity sha512-Tae+ogtlNfFei5DggOsSUvkIaSuVywujMj6HzR97AHK6XK8i3BuVyIifWAm/sE3a15lF5RH9yQIrbXYuo0IFyA==
42244224
dependencies:
4225-
"@vitest/utils" "3.1.1"
4225+
"@vitest/utils" "3.1.3"
42264226
pathe "^2.0.3"
42274227

4228-
"@vitest/snapshot@3.1.1":
4229-
version "3.1.1"
4230-
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-3.1.1.tgz#42b6aa0d0e2b3b48b95a5c76efdcc66a44cb11f3"
4231-
integrity sha512-bByMwaVWe/+1WDf9exFxWWgAixelSdiwo2p33tpqIlM14vW7PRV5ppayVXtfycqze4Qhtwag5sVhX400MLBOOw==
4228+
"@vitest/snapshot@3.1.3":
4229+
version "3.1.3"
4230+
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-3.1.3.tgz#39a8f9f8c6ba732ffde59adeacf0a549bef11e76"
4231+
integrity sha512-XVa5OPNTYUsyqG9skuUkFzAeFnEzDp8hQu7kZ0N25B1+6KjGm4hWLtURyBbsIAOekfWQ7Wuz/N/XXzgYO3deWQ==
42324232
dependencies:
4233-
"@vitest/pretty-format" "3.1.1"
4233+
"@vitest/pretty-format" "3.1.3"
42344234
magic-string "^0.30.17"
42354235
pathe "^2.0.3"
42364236

@@ -4241,10 +4241,10 @@
42414241
dependencies:
42424242
tinyspy "^3.0.0"
42434243

4244-
"@vitest/spy@3.1.1":
4245-
version "3.1.1"
4246-
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-3.1.1.tgz#deca0b025e151302ab514f38390fd7777e294837"
4247-
integrity sha512-+EmrUOOXbKzLkTDwlsc/xrwOlPDXyVk3Z6P6K4oiCndxz7YLpp/0R0UsWVOKT0IXWjjBJuSMk6D27qipaupcvQ==
4244+
"@vitest/spy@3.1.3":
4245+
version "3.1.3"
4246+
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-3.1.3.tgz#ca81e2b4f0c3d6c75f35defa77c3336f39c8f605"
4247+
integrity sha512-x6w+ctOEmEXdWaa6TO4ilb7l9DxPR5bwEb6hILKuxfU1NqWT2mpJD9NJN7t3OTfxmVlOMrvtoFJGdgyzZ605lQ==
42484248
dependencies:
42494249
tinyspy "^3.0.2"
42504250

@@ -4258,12 +4258,12 @@
42584258
loupe "^3.1.1"
42594259
tinyrainbow "^1.2.0"
42604260

4261-
"@vitest/utils@3.1.1":
4262-
version "3.1.1"
4263-
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-3.1.1.tgz#2893c30219ab6bdf109f07ce5cd287fe8058438d"
4264-
integrity sha512-1XIjflyaU2k3HMArJ50bwSh3wKWPD6Q47wz/NUSmRV0zNywPc4w79ARjg/i/aNINHwA+mIALhUVqD9/aUvZNgg==
4261+
"@vitest/utils@3.1.3":
4262+
version "3.1.3"
4263+
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-3.1.3.tgz#4f31bdfd646cd82d30bfa730d7410cb59d529669"
4264+
integrity sha512-2Ltrpht4OmHO9+c/nmHtF09HWiyWdworqnHIwjfvDyWjuwKbdkcS9AnhsDn+8E2RM4x++foD1/tNuLPVvWG1Rg==
42654265
dependencies:
4266-
"@vitest/pretty-format" "3.1.1"
4266+
"@vitest/pretty-format" "3.1.3"
42674267
loupe "^3.1.3"
42684268
tinyrainbow "^2.0.0"
42694269

@@ -6072,10 +6072,10 @@ es-module-lexer@^1.5.3:
60726072
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.5.4.tgz#a8efec3a3da991e60efa6b633a7cad6ab8d26b78"
60736073
integrity sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==
60746074

6075-
es-module-lexer@^1.6.0:
6076-
version "1.6.0"
6077-
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.6.0.tgz#da49f587fd9e68ee2404fe4e256c0c7d3a81be21"
6078-
integrity sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==
6075+
es-module-lexer@^1.7.0:
6076+
version "1.7.0"
6077+
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.7.0.tgz#9159601561880a85f2734560a9099b2c31e5372a"
6078+
integrity sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==
60796079

60806080
es-object-atoms@^1.0.0, es-object-atoms@^1.1.1:
60816081
version "1.1.1"
@@ -6555,7 +6555,7 @@ execa@^8.0.1:
65556555
signal-exit "^4.1.0"
65566556
strip-final-newline "^3.0.0"
65576557

6558-
expect-type@^1.2.0:
6558+
expect-type@^1.2.1:
65596559
version "1.2.1"
65606560
resolved "https://registry.yarnpkg.com/expect-type/-/expect-type-1.2.1.tgz#af76d8b357cf5fa76c41c09dafb79c549e75f71f"
65616561
integrity sha512-/kP8CAwxzLVEeFrMm4kMmy4CCDlpipyA7MYLVrdJIkV0fYF0UaigQHRsxHiuY/GEea+bh4KSv3TIlgr+2UL6bw==
@@ -10751,12 +10751,7 @@ statuses@2.0.1:
1075110751
resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63"
1075210752
integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==
1075310753

10754-
std-env@^3.7.0, std-env@^3.8.1:
10755-
version "3.8.1"
10756-
resolved "https://registry.yarnpkg.com/std-env/-/std-env-3.8.1.tgz#2b81c631c62e3d0b964b87f099b8dcab6c9a5346"
10757-
integrity sha512-vj5lIj3Mwf9D79hBkltk5qmkFI+biIKWS2IBxEyEU3AX1tUf7AoL8nSazCOiiqQsGKIq01SClsKEzweu34uwvA==
10758-
10759-
std-env@^3.9.0:
10754+
std-env@^3.7.0, std-env@^3.8.1, std-env@^3.9.0:
1076010755
version "3.9.0"
1076110756
resolved "https://registry.yarnpkg.com/std-env/-/std-env-3.9.0.tgz#1a6f7243b339dca4c9fd55e1c7504c77ef23e8f1"
1076210757
integrity sha512-UGvjygr6F6tpH7o2qyqR6QYpwraIjKSdtzyBdyytFOHmPZY917kwdwLG0RbOjWOnKmnm3PeHjaoLLMie7kPLQw==
@@ -11248,15 +11243,15 @@ tinyexec@^1.0.1:
1124811243
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-1.0.1.tgz#70c31ab7abbb4aea0a24f55d120e5990bfa1e0b1"
1124911244
integrity sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==
1125011245

11251-
tinyglobby@0.2.12, tinyglobby@^0.2.12:
11246+
tinyglobby@0.2.12:
1125211247
version "0.2.12"
1125311248
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.12.tgz#ac941a42e0c5773bd0b5d08f32de82e74a1a61b5"
1125411249
integrity sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww==
1125511250
dependencies:
1125611251
fdir "^6.4.3"
1125711252
picomatch "^4.0.2"
1125811253

11259-
tinyglobby@^0.2.10, tinyglobby@^0.2.13:
11254+
tinyglobby@^0.2.10, tinyglobby@^0.2.12, tinyglobby@^0.2.13:
1126011255
version "0.2.13"
1126111256
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.13.tgz#a0e46515ce6cbcd65331537e57484af5a7b2ff7e"
1126211257
integrity sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw==
@@ -11796,14 +11791,14 @@ vite-hot-client@^2.0.4:
1179611791
resolved "https://registry.yarnpkg.com/vite-hot-client/-/vite-hot-client-2.0.4.tgz#db383e0337c758fbabf14dad26f9a1bcb9e9e175"
1179711792
integrity sha512-W9LOGAyGMrbGArYJN4LBCdOC5+Zwh7dHvOHC0KmGKkJhsOzaKbpo/jEjpPKVHIW0/jBWj8RZG0NUxfgA8BxgAg==
1179811793

11799-
vite-node@3.1.1, vite-node@^3.1.1:
11800-
version "3.1.1"
11801-
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-3.1.1.tgz#ad186c07859a6e5fca7c7f563e55fb11b16557bc"
11802-
integrity sha512-V+IxPAE2FvXpTCHXyNem0M+gWm6J7eRyWPR6vYoG/Gl+IscNOjXzztUhimQgTxaAoUoj40Qqimaa0NLIOOAH4w==
11794+
vite-node@3.1.3, vite-node@^3.1.1:
11795+
version "3.1.3"
11796+
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-3.1.3.tgz#d021ced40b5a057305eaea9ce62c610c33b60a48"
11797+
integrity sha512-uHV4plJ2IxCl4u1up1FQRrqclylKAogbtBfOTwcuJ28xFi+89PZ57BRh+naIRvH70HPwxy5QHYzg1OrEaC7AbA==
1180311798
dependencies:
1180411799
cac "^6.7.14"
1180511800
debug "^4.4.0"
11806-
es-module-lexer "^1.6.0"
11801+
es-module-lexer "^1.7.0"
1180711802
pathe "^2.0.3"
1180811803
vite "^5.0.0 || ^6.0.0"
1180911804

@@ -11888,30 +11883,31 @@ vitest-environment-nuxt@^1.0.1:
1188811883
dependencies:
1188911884
"@nuxt/test-utils" ">=3.13.1"
1189011885

11891-
vitest@^3.1.1:
11892-
version "3.1.1"
11893-
resolved "https://registry.yarnpkg.com/vitest/-/vitest-3.1.1.tgz#39fa2356e510513fccdc5d16465a9fc066ef1fc6"
11894-
integrity sha512-kiZc/IYmKICeBAZr9DQ5rT7/6bD9G7uqQEki4fxazi1jdVl2mWGzedtBs5s6llz59yQhVb7FFY2MbHzHCnT79Q==
11895-
dependencies:
11896-
"@vitest/expect" "3.1.1"
11897-
"@vitest/mocker" "3.1.1"
11898-
"@vitest/pretty-format" "^3.1.1"
11899-
"@vitest/runner" "3.1.1"
11900-
"@vitest/snapshot" "3.1.1"
11901-
"@vitest/spy" "3.1.1"
11902-
"@vitest/utils" "3.1.1"
11886+
vitest@^3.1.3:
11887+
version "3.1.3"
11888+
resolved "https://registry.yarnpkg.com/vitest/-/vitest-3.1.3.tgz#0b0b01932408cd3af61867f4468d28bd83406ffb"
11889+
integrity sha512-188iM4hAHQ0km23TN/adso1q5hhwKqUpv+Sd6p5sOuh6FhQnRNW3IsiIpvxqahtBabsJ2SLZgmGSpcYK4wQYJw==
11890+
dependencies:
11891+
"@vitest/expect" "3.1.3"
11892+
"@vitest/mocker" "3.1.3"
11893+
"@vitest/pretty-format" "^3.1.3"
11894+
"@vitest/runner" "3.1.3"
11895+
"@vitest/snapshot" "3.1.3"
11896+
"@vitest/spy" "3.1.3"
11897+
"@vitest/utils" "3.1.3"
1190311898
chai "^5.2.0"
1190411899
debug "^4.4.0"
11905-
expect-type "^1.2.0"
11900+
expect-type "^1.2.1"
1190611901
magic-string "^0.30.17"
1190711902
pathe "^2.0.3"
11908-
std-env "^3.8.1"
11903+
std-env "^3.9.0"
1190911904
tinybench "^2.9.0"
1191011905
tinyexec "^0.3.2"
11906+
tinyglobby "^0.2.13"
1191111907
tinypool "^1.0.2"
1191211908
tinyrainbow "^2.0.0"
1191311909
vite "^5.0.0 || ^6.0.0"
11914-
vite-node "3.1.1"
11910+
vite-node "3.1.3"
1191511911
why-is-node-running "^2.3.0"
1191611912

1191711913
void-elements@^3.1.0:

0 commit comments

Comments
 (0)