This commit is contained in:
2026-04-26 21:47:28 +02:00
parent db373625f5
commit acabd97d01
142 changed files with 1761 additions and 2022 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@vitest/expect",
"type": "module",
"version": "4.1.2",
"version": "4.1.4",
"description": "Jest's expect matchers as a Chai plugin",
"license": "MIT",
"funding": "https://opencollective.com/vitest",
@@ -39,11 +39,11 @@
"@types/chai": "^5.2.2",
"chai": "^6.2.2",
"tinyrainbow": "^3.1.0",
"@vitest/spy": "4.1.2",
"@vitest/utils": "4.1.2"
"@vitest/spy": "4.1.4",
"@vitest/utils": "4.1.4"
},
"devDependencies": {
"@vitest/runner": "4.1.2"
"@vitest/runner": "4.1.4"
},
"scripts": {
"build": "premove dist && rollup -c",

View File

@@ -1,7 +1,7 @@
{
"name": "@vitest/mocker",
"type": "module",
"version": "4.1.2",
"version": "4.1.4",
"description": "Vitest module mocker implementation",
"license": "MIT",
"funding": "https://opencollective.com/vitest",
@@ -77,7 +77,7 @@
"dependencies": {
"estree-walker": "^3.0.3",
"magic-string": "^0.30.21",
"@vitest/spy": "4.1.2"
"@vitest/spy": "4.1.4"
},
"devDependencies": {
"@types/estree": "^1.0.8",
@@ -87,8 +87,8 @@
"msw": "^2.12.10",
"pathe": "^2.0.3",
"vite": "^6.3.5",
"@vitest/spy": "4.1.2",
"@vitest/utils": "4.1.2"
"@vitest/spy": "4.1.4",
"@vitest/utils": "4.1.4"
},
"scripts": {
"build": "premove dist && rollup -c",

View File

@@ -2,6 +2,6 @@
[![NPM version](https://img.shields.io/npm/v/@vitest/pretty-format?color=a1b858&label=)](https://npmx.dev/package/@vitest/pretty-format)
Jest's `pretty-format` implementation that only supports ESM.
Vitest's fork of Jest's [`pretty-format`](https://npmx.dev/package/pretty-format).
[GitHub](https://github.com/vitest-dev/vitest/tree/main/packages/pretty-format) | [Documentation](https://vitest.dev/)
[GitHub](https://github.com/vitest-dev/vitest/tree/main/packages/pretty-format) | [Documentation](https://github.com/vitest-dev/vitest/blob/main/packages/pretty-format/USAGE.md)

View File

@@ -1,7 +1,7 @@
{
"name": "@vitest/pretty-format",
"type": "module",
"version": "4.1.2",
"version": "4.1.4",
"description": "Fork of pretty-format with support for ESM",
"license": "MIT",
"funding": "https://opencollective.com/vitest",

View File

@@ -1,7 +1,7 @@
{
"name": "@vitest/runner",
"type": "module",
"version": "4.1.2",
"version": "4.1.4",
"description": "Vitest test runner",
"license": "MIT",
"funding": "https://opencollective.com/vitest",
@@ -44,7 +44,7 @@
],
"dependencies": {
"pathe": "^2.0.3",
"@vitest/utils": "4.1.2"
"@vitest/utils": "4.1.4"
},
"scripts": {
"build": "premove dist && rollup -c",

View File

@@ -1,7 +1,7 @@
{
"name": "@vitest/snapshot",
"type": "module",
"version": "4.1.2",
"version": "4.1.4",
"description": "Vitest snapshot manager",
"license": "MIT",
"funding": "https://opencollective.com/vitest",
@@ -45,8 +45,8 @@
"dependencies": {
"magic-string": "^0.30.21",
"pathe": "^2.0.3",
"@vitest/pretty-format": "4.1.2",
"@vitest/utils": "4.1.2"
"@vitest/pretty-format": "4.1.4",
"@vitest/utils": "4.1.4"
},
"devDependencies": {
"@types/natural-compare": "^1.4.3",

View File

@@ -1,7 +1,7 @@
{
"name": "@vitest/spy",
"type": "module",
"version": "4.1.2",
"version": "4.1.4",
"description": "Lightweight Jest compatible spy implementation",
"license": "MIT",
"funding": "https://opencollective.com/vitest",

View File

@@ -1,7 +1,7 @@
{
"name": "@vitest/utils",
"type": "module",
"version": "4.1.2",
"version": "4.1.4",
"description": "Shared Vitest utility functions",
"license": "MIT",
"funding": "https://opencollective.com/vitest",
@@ -86,7 +86,7 @@
"dependencies": {
"convert-source-map": "^2.0.0",
"tinyrainbow": "^3.1.0",
"@vitest/pretty-format": "4.1.2"
"@vitest/pretty-format": "4.1.4"
},
"devDependencies": {
"@jridgewell/trace-mapping": "0.3.31",