Bump vitest from 0.31.4 to 0.32.0 in /web

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.31.4 to 0.32.0.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.32.0/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-07 11:58:20 +00:00 committed by GitHub
parent d1701e127e
commit 6debfe5ddf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 136 additions and 57 deletions

191
web/package-lock.json generated
View File

@ -49,7 +49,7 @@
"tailwindcss": "^3.3.2", "tailwindcss": "^3.3.2",
"typescript": "^5.0.4", "typescript": "^5.0.4",
"vite": "^4.3.5", "vite": "^4.3.5",
"vitest": "^0.31.0" "vitest": "^0.32.0"
} }
}, },
"node_modules/@adobe/css-tools": { "node_modules/@adobe/css-tools": {
@ -2461,26 +2461,40 @@
} }
}, },
"node_modules/@vitest/expect": { "node_modules/@vitest/expect": {
"version": "0.31.4", "version": "0.32.0",
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-0.31.4.tgz", "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-0.32.0.tgz",
"integrity": "sha512-tibyx8o7GUyGHZGyPgzwiaPaLDQ9MMuCOrc03BYT0nryUuhLbL7NV2r/q98iv5STlwMgaKuFJkgBW/8iPKwlSg==", "integrity": "sha512-VxVHhIxKw9Lux+O9bwLEEk2gzOUe93xuFHy9SzYWnnoYZFYg1NfBtnfnYWiJN7yooJ7KNElCK5YtA7DTZvtXtg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@vitest/spy": "0.31.4", "@vitest/spy": "0.32.0",
"@vitest/utils": "0.31.4", "@vitest/utils": "0.32.0",
"chai": "^4.3.7" "chai": "^4.3.7"
}, },
"funding": { "funding": {
"url": "https://opencollective.com/vitest" "url": "https://opencollective.com/vitest"
} }
}, },
"node_modules/@vitest/runner": { "node_modules/@vitest/expect/node_modules/@vitest/utils": {
"version": "0.31.4", "version": "0.32.0",
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-0.31.4.tgz", "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-0.32.0.tgz",
"integrity": "sha512-Wgm6UER+gwq6zkyrm5/wbpXGF+g+UBB78asJlFkIOwyse0pz8lZoiC6SW5i4gPnls/zUcPLWS7Zog0LVepXnpg==", "integrity": "sha512-53yXunzx47MmbuvcOPpLaVljHaeSu1G2dHdmy7+9ngMnQIkBQcvwOcoclWFnxDMxFbnq8exAfh3aKSZaK71J5A==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@vitest/utils": "0.31.4", "concordance": "^5.0.4",
"loupe": "^2.3.6",
"pretty-format": "^27.5.1"
},
"funding": {
"url": "https://opencollective.com/vitest"
}
},
"node_modules/@vitest/runner": {
"version": "0.32.0",
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-0.32.0.tgz",
"integrity": "sha512-QpCmRxftHkr72xt5A08xTEs9I4iWEXIOCHWhQQguWOKE4QH7DXSKZSOFibuwEIMAD7G0ERvtUyQn7iPWIqSwmw==",
"dev": true,
"dependencies": {
"@vitest/utils": "0.32.0",
"concordance": "^5.0.4", "concordance": "^5.0.4",
"p-limit": "^4.0.0", "p-limit": "^4.0.0",
"pathe": "^1.1.0" "pathe": "^1.1.0"
@ -2489,6 +2503,20 @@
"url": "https://opencollective.com/vitest" "url": "https://opencollective.com/vitest"
} }
}, },
"node_modules/@vitest/runner/node_modules/@vitest/utils": {
"version": "0.32.0",
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-0.32.0.tgz",
"integrity": "sha512-53yXunzx47MmbuvcOPpLaVljHaeSu1G2dHdmy7+9ngMnQIkBQcvwOcoclWFnxDMxFbnq8exAfh3aKSZaK71J5A==",
"dev": true,
"dependencies": {
"concordance": "^5.0.4",
"loupe": "^2.3.6",
"pretty-format": "^27.5.1"
},
"funding": {
"url": "https://opencollective.com/vitest"
}
},
"node_modules/@vitest/runner/node_modules/p-limit": { "node_modules/@vitest/runner/node_modules/p-limit": {
"version": "4.0.0", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz",
@ -2517,9 +2545,9 @@
} }
}, },
"node_modules/@vitest/snapshot": { "node_modules/@vitest/snapshot": {
"version": "0.31.4", "version": "0.32.0",
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-0.31.4.tgz", "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-0.32.0.tgz",
"integrity": "sha512-LemvNumL3NdWSmfVAMpXILGyaXPkZbG5tyl6+RQSdcHnTj6hvA49UAI8jzez9oQyE/FWLKRSNqTGzsHuk89LRA==", "integrity": "sha512-yCKorPWjEnzpUxQpGlxulujTcSPgkblwGzAUEL+z01FTUg/YuCDZ8dxr9sHA08oO2EwxzHXNLjQKWJ2zc2a19Q==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"magic-string": "^0.30.0", "magic-string": "^0.30.0",
@ -2531,9 +2559,9 @@
} }
}, },
"node_modules/@vitest/spy": { "node_modules/@vitest/spy": {
"version": "0.31.4", "version": "0.32.0",
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-0.31.4.tgz", "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-0.32.0.tgz",
"integrity": "sha512-3ei5ZH1s3aqbEyftPAzSuunGICRuhE+IXOmpURFdkm5ybUADk+viyQfejNk6q8M5QGX8/EVKw+QWMEP3DTJDag==", "integrity": "sha512-MruAPlM0uyiq3d53BkwTeShXY0rYEfhNGQzVO5GHBmmX3clsxcWp79mMnkOVcV244sNTeDcHbcPFWIjOI4tZvw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"tinyspy": "^2.1.0" "tinyspy": "^2.1.0"
@ -9120,9 +9148,9 @@
} }
}, },
"node_modules/vite-node": { "node_modules/vite-node": {
"version": "0.31.4", "version": "0.32.0",
"resolved": "https://registry.npmjs.org/vite-node/-/vite-node-0.31.4.tgz", "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-0.32.0.tgz",
"integrity": "sha512-uzL377GjJtTbuc5KQxVbDu2xfU/x0wVjUtXQR2ihS21q/NK6ROr4oG0rsSkBBddZUVCwzfx22in76/0ZZHXgkQ==", "integrity": "sha512-220P/y8YacYAU+daOAqiGEFXx2A8AwjadDzQqos6wSukjvvTWNqleJSwoUn0ckyNdjHIKoxn93Nh1vWBqEKr3Q==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"cac": "^6.7.14", "cac": "^6.7.14",
@ -9151,19 +9179,19 @@
} }
}, },
"node_modules/vitest": { "node_modules/vitest": {
"version": "0.31.4", "version": "0.32.0",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.31.4.tgz", "resolved": "https://registry.npmjs.org/vitest/-/vitest-0.32.0.tgz",
"integrity": "sha512-GoV0VQPmWrUFOZSg3RpQAPN+LPmHg2/gxlMNJlyxJihkz6qReHDV6b0pPDcqFLNEPya4tWJ1pgwUNP9MLmUfvQ==", "integrity": "sha512-SW83o629gCqnV3BqBnTxhB10DAwzwEx3z+rqYZESehUB+eWsJxwcBQx7CKy0otuGMJTYh7qCVuUX23HkftGl/Q==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/chai": "^4.3.5", "@types/chai": "^4.3.5",
"@types/chai-subset": "^1.3.3", "@types/chai-subset": "^1.3.3",
"@types/node": "*", "@types/node": "*",
"@vitest/expect": "0.31.4", "@vitest/expect": "0.32.0",
"@vitest/runner": "0.31.4", "@vitest/runner": "0.32.0",
"@vitest/snapshot": "0.31.4", "@vitest/snapshot": "0.32.0",
"@vitest/spy": "0.31.4", "@vitest/spy": "0.32.0",
"@vitest/utils": "0.31.4", "@vitest/utils": "0.32.0",
"acorn": "^8.8.2", "acorn": "^8.8.2",
"acorn-walk": "^8.2.0", "acorn-walk": "^8.2.0",
"cac": "^6.7.14", "cac": "^6.7.14",
@ -9179,7 +9207,7 @@
"tinybench": "^2.5.0", "tinybench": "^2.5.0",
"tinypool": "^0.5.0", "tinypool": "^0.5.0",
"vite": "^3.0.0 || ^4.0.0", "vite": "^3.0.0 || ^4.0.0",
"vite-node": "0.31.4", "vite-node": "0.32.0",
"why-is-node-running": "^2.2.2" "why-is-node-running": "^2.2.2"
}, },
"bin": { "bin": {
@ -9228,6 +9256,20 @@
} }
} }
}, },
"node_modules/vitest/node_modules/@vitest/utils": {
"version": "0.32.0",
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-0.32.0.tgz",
"integrity": "sha512-53yXunzx47MmbuvcOPpLaVljHaeSu1G2dHdmy7+9ngMnQIkBQcvwOcoclWFnxDMxFbnq8exAfh3aKSZaK71J5A==",
"dev": true,
"dependencies": {
"concordance": "^5.0.4",
"loupe": "^2.3.6",
"pretty-format": "^27.5.1"
},
"funding": {
"url": "https://opencollective.com/vitest"
}
},
"node_modules/vscode-languageserver-textdocument": { "node_modules/vscode-languageserver-textdocument": {
"version": "1.0.7", "version": "1.0.7",
"resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.7.tgz", "resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.7.tgz",
@ -11212,28 +11254,52 @@
} }
}, },
"@vitest/expect": { "@vitest/expect": {
"version": "0.31.4", "version": "0.32.0",
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-0.31.4.tgz", "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-0.32.0.tgz",
"integrity": "sha512-tibyx8o7GUyGHZGyPgzwiaPaLDQ9MMuCOrc03BYT0nryUuhLbL7NV2r/q98iv5STlwMgaKuFJkgBW/8iPKwlSg==", "integrity": "sha512-VxVHhIxKw9Lux+O9bwLEEk2gzOUe93xuFHy9SzYWnnoYZFYg1NfBtnfnYWiJN7yooJ7KNElCK5YtA7DTZvtXtg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@vitest/spy": "0.31.4", "@vitest/spy": "0.32.0",
"@vitest/utils": "0.31.4", "@vitest/utils": "0.32.0",
"chai": "^4.3.7" "chai": "^4.3.7"
},
"dependencies": {
"@vitest/utils": {
"version": "0.32.0",
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-0.32.0.tgz",
"integrity": "sha512-53yXunzx47MmbuvcOPpLaVljHaeSu1G2dHdmy7+9ngMnQIkBQcvwOcoclWFnxDMxFbnq8exAfh3aKSZaK71J5A==",
"dev": true,
"requires": {
"concordance": "^5.0.4",
"loupe": "^2.3.6",
"pretty-format": "^27.5.1"
}
}
} }
}, },
"@vitest/runner": { "@vitest/runner": {
"version": "0.31.4", "version": "0.32.0",
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-0.31.4.tgz", "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-0.32.0.tgz",
"integrity": "sha512-Wgm6UER+gwq6zkyrm5/wbpXGF+g+UBB78asJlFkIOwyse0pz8lZoiC6SW5i4gPnls/zUcPLWS7Zog0LVepXnpg==", "integrity": "sha512-QpCmRxftHkr72xt5A08xTEs9I4iWEXIOCHWhQQguWOKE4QH7DXSKZSOFibuwEIMAD7G0ERvtUyQn7iPWIqSwmw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@vitest/utils": "0.31.4", "@vitest/utils": "0.32.0",
"concordance": "^5.0.4", "concordance": "^5.0.4",
"p-limit": "^4.0.0", "p-limit": "^4.0.0",
"pathe": "^1.1.0" "pathe": "^1.1.0"
}, },
"dependencies": { "dependencies": {
"@vitest/utils": {
"version": "0.32.0",
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-0.32.0.tgz",
"integrity": "sha512-53yXunzx47MmbuvcOPpLaVljHaeSu1G2dHdmy7+9ngMnQIkBQcvwOcoclWFnxDMxFbnq8exAfh3aKSZaK71J5A==",
"dev": true,
"requires": {
"concordance": "^5.0.4",
"loupe": "^2.3.6",
"pretty-format": "^27.5.1"
}
},
"p-limit": { "p-limit": {
"version": "4.0.0", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz",
@ -11252,9 +11318,9 @@
} }
}, },
"@vitest/snapshot": { "@vitest/snapshot": {
"version": "0.31.4", "version": "0.32.0",
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-0.31.4.tgz", "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-0.32.0.tgz",
"integrity": "sha512-LemvNumL3NdWSmfVAMpXILGyaXPkZbG5tyl6+RQSdcHnTj6hvA49UAI8jzez9oQyE/FWLKRSNqTGzsHuk89LRA==", "integrity": "sha512-yCKorPWjEnzpUxQpGlxulujTcSPgkblwGzAUEL+z01FTUg/YuCDZ8dxr9sHA08oO2EwxzHXNLjQKWJ2zc2a19Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"magic-string": "^0.30.0", "magic-string": "^0.30.0",
@ -11263,9 +11329,9 @@
} }
}, },
"@vitest/spy": { "@vitest/spy": {
"version": "0.31.4", "version": "0.32.0",
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-0.31.4.tgz", "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-0.32.0.tgz",
"integrity": "sha512-3ei5ZH1s3aqbEyftPAzSuunGICRuhE+IXOmpURFdkm5ybUADk+viyQfejNk6q8M5QGX8/EVKw+QWMEP3DTJDag==", "integrity": "sha512-MruAPlM0uyiq3d53BkwTeShXY0rYEfhNGQzVO5GHBmmX3clsxcWp79mMnkOVcV244sNTeDcHbcPFWIjOI4tZvw==",
"dev": true, "dev": true,
"requires": { "requires": {
"tinyspy": "^2.1.0" "tinyspy": "^2.1.0"
@ -16135,9 +16201,9 @@
} }
}, },
"vite-node": { "vite-node": {
"version": "0.31.4", "version": "0.32.0",
"resolved": "https://registry.npmjs.org/vite-node/-/vite-node-0.31.4.tgz", "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-0.32.0.tgz",
"integrity": "sha512-uzL377GjJtTbuc5KQxVbDu2xfU/x0wVjUtXQR2ihS21q/NK6ROr4oG0rsSkBBddZUVCwzfx22in76/0ZZHXgkQ==", "integrity": "sha512-220P/y8YacYAU+daOAqiGEFXx2A8AwjadDzQqos6wSukjvvTWNqleJSwoUn0ckyNdjHIKoxn93Nh1vWBqEKr3Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"cac": "^6.7.14", "cac": "^6.7.14",
@ -16155,19 +16221,19 @@
"requires": {} "requires": {}
}, },
"vitest": { "vitest": {
"version": "0.31.4", "version": "0.32.0",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.31.4.tgz", "resolved": "https://registry.npmjs.org/vitest/-/vitest-0.32.0.tgz",
"integrity": "sha512-GoV0VQPmWrUFOZSg3RpQAPN+LPmHg2/gxlMNJlyxJihkz6qReHDV6b0pPDcqFLNEPya4tWJ1pgwUNP9MLmUfvQ==", "integrity": "sha512-SW83o629gCqnV3BqBnTxhB10DAwzwEx3z+rqYZESehUB+eWsJxwcBQx7CKy0otuGMJTYh7qCVuUX23HkftGl/Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/chai": "^4.3.5", "@types/chai": "^4.3.5",
"@types/chai-subset": "^1.3.3", "@types/chai-subset": "^1.3.3",
"@types/node": "*", "@types/node": "*",
"@vitest/expect": "0.31.4", "@vitest/expect": "0.32.0",
"@vitest/runner": "0.31.4", "@vitest/runner": "0.32.0",
"@vitest/snapshot": "0.31.4", "@vitest/snapshot": "0.32.0",
"@vitest/spy": "0.31.4", "@vitest/spy": "0.32.0",
"@vitest/utils": "0.31.4", "@vitest/utils": "0.32.0",
"acorn": "^8.8.2", "acorn": "^8.8.2",
"acorn-walk": "^8.2.0", "acorn-walk": "^8.2.0",
"cac": "^6.7.14", "cac": "^6.7.14",
@ -16183,8 +16249,21 @@
"tinybench": "^2.5.0", "tinybench": "^2.5.0",
"tinypool": "^0.5.0", "tinypool": "^0.5.0",
"vite": "^3.0.0 || ^4.0.0", "vite": "^3.0.0 || ^4.0.0",
"vite-node": "0.31.4", "vite-node": "0.32.0",
"why-is-node-running": "^2.2.2" "why-is-node-running": "^2.2.2"
},
"dependencies": {
"@vitest/utils": {
"version": "0.32.0",
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-0.32.0.tgz",
"integrity": "sha512-53yXunzx47MmbuvcOPpLaVljHaeSu1G2dHdmy7+9ngMnQIkBQcvwOcoclWFnxDMxFbnq8exAfh3aKSZaK71J5A==",
"dev": true,
"requires": {
"concordance": "^5.0.4",
"loupe": "^2.3.6",
"pretty-format": "^27.5.1"
}
}
} }
}, },
"vscode-languageserver-textdocument": { "vscode-languageserver-textdocument": {

View File

@ -53,6 +53,6 @@
"tailwindcss": "^3.3.2", "tailwindcss": "^3.3.2",
"typescript": "^5.0.4", "typescript": "^5.0.4",
"vite": "^4.3.5", "vite": "^4.3.5",
"vitest": "^0.31.0" "vitest": "^0.32.0"
} }
} }