Skip to content

Commit 9f50c6a

Browse files
authored
bump vitest to 3.0.5 (via #1249)
1 parent da8f17f commit 9f50c6a

File tree

81 files changed

+951
-716
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+951
-716
lines changed

.pnp.cjs

+487-361
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

packages/allure-codeceptjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"npm-run-all2": "^7.0.0",
8080
"rimraf": "^6.0.0",
8181
"typescript": "^5.2.2",
82-
"vitest": "^2.1.8"
82+
"vitest": "^3.0.5"
8383
},
8484
"peerDependencies": {
8585
"codeceptjs": ">=2.3.6"

packages/allure-cucumberjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"npm-run-all2": "^7.0.0",
8888
"rimraf": "^6.0.0",
8989
"typescript": "^5.2.2",
90-
"vitest": "^2.1.8"
90+
"vitest": "^3.0.5"
9191
},
9292
"peerDependencies": {
9393
"@cucumber/cucumber": ">=10.8.0",

packages/allure-cypress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"npm-run-all2": "^7.0.0",
9292
"rimraf": "^6.0.0",
9393
"typescript": "^5.2.2",
94-
"vitest": "^2.1.8"
94+
"vitest": "^3.0.5"
9595
},
9696
"peerDependencies": {
9797
"cypress": ">=12.17.4"

packages/allure-jasmine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"npm-run-all2": "^7.0.0",
8282
"rimraf": "^6.0.0",
8383
"typescript": "^5.2.2",
84-
"vitest": "^2.1.8"
84+
"vitest": "^3.0.5"
8585
},
8686
"peerDependencies": {
8787
"jasmine": ">=2.7.0"

packages/allure-jest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"npm-run-all2": "^7.0.0",
9494
"rimraf": "^6.0.0",
9595
"typescript": "^5.2.2",
96-
"vitest": "^2.1.8"
96+
"vitest": "^3.0.5"
9797
},
9898
"peerDependencies": {
9999
"jest": ">=24.8.0",

packages/allure-js-commons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"npm-run-all2": "^7.0.0",
103103
"rimraf": "^6.0.0",
104104
"typescript": "^5.2.2",
105-
"vitest": "^2.1.8"
105+
"vitest": "^3.0.5"
106106
},
107107
"peerDependencies": {
108108
"allure-playwright": "workspace:*"

packages/allure-mocha/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"npm-run-all2": "^7.0.0",
9292
"rimraf": "^6.0.0",
9393
"typescript": "^5.2.2",
94-
"vitest": "^2.1.8"
94+
"vitest": "^3.0.5"
9595
},
9696
"peerDependencies": {
9797
"mocha": ">=6.2.0"

packages/allure-playwright/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"npm-run-all2": "^7.0.0",
9090
"rimraf": "^6.0.0",
9191
"typescript": "^5.2.2",
92-
"vitest": "^2.1.8"
92+
"vitest": "^3.0.5"
9393
},
9494
"peerDependencies": {
9595
"@playwright/test": ">=1.36.0"

packages/allure-vitest/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@types/node": "^20.14.2",
6161
"@typescript-eslint/eslint-plugin": "^8.0.0",
6262
"@typescript-eslint/parser": "^8.0.0",
63-
"@vitest/runner": "^2.1.8",
63+
"@vitest/runner": "^3.0.5",
6464
"allure-commandline": "^2.29.0",
6565
"eslint": "^8.57.0",
6666
"eslint-config-prettier": "^9.1.0",
@@ -72,7 +72,7 @@
7272
"npm-run-all2": "^7.0.0",
7373
"rimraf": "^6.0.0",
7474
"typescript": "^5.2.2",
75-
"vitest": "^2.1.8"
75+
"vitest": "^3.0.5"
7676
},
7777
"peerDependencies": {
7878
"@vitest/runner": ">=1.3.0",

packages/allure-vitest/vitest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default defineConfig({
55
dir: "./test/spec",
66
testTimeout: 20000,
77
setupFiles: ["allure-vitest/setup"],
8-
reporters: ["basic", ["allure-vitest/reporter", { resultsDir: "./out/allure-results" }]],
8+
reporters: ["default", ["allure-vitest/reporter", { resultsDir: "./out/allure-results" }]],
99
typecheck: {
1010
enabled: true,
1111
tsconfig: "./test/tsconfig.json",

packages/newman-reporter-allure/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"postman-collection": "^4.2.1",
8686
"rimraf": "^6.0.0",
8787
"typescript": "^5.2.2",
88-
"vitest": "^2.1.8"
88+
"vitest": "^3.0.5"
8989
},
9090
"peerDependencies": {
9191
"newman": ">=3.5.0"

0 commit comments

Comments
 (0)