Skip to content

Commit

Permalink
bump vitest from 2.1.5 to 2.1.8 (via #1218)
Browse files Browse the repository at this point in the history
  • Loading branch information
baev authored Jan 14, 2025
1 parent a1569ff commit 5cd6a9e
Show file tree
Hide file tree
Showing 24 changed files with 156 additions and 155 deletions.
154 changes: 77 additions & 77 deletions .pnp.cjs

Large diffs are not rendered by default.

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.
2 changes: 1 addition & 1 deletion packages/allure-codeceptjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"npm-run-all2": "^7.0.0",
"rimraf": "^6.0.0",
"typescript": "^5.2.2",
"vitest": "^2.1.5"
"vitest": "^2.1.8"
},
"peerDependencies": {
"codeceptjs": ">=2.3.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/allure-cucumberjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"npm-run-all2": "^7.0.0",
"rimraf": "^6.0.0",
"typescript": "^5.2.2",
"vitest": "^2.1.5"
"vitest": "^2.1.8"
},
"peerDependencies": {
"@cucumber/cucumber": ">=10.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/allure-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"npm-run-all2": "^7.0.0",
"rimraf": "^6.0.0",
"typescript": "^5.2.2",
"vitest": "^2.1.5"
"vitest": "^2.1.8"
},
"peerDependencies": {
"cypress": ">=12.17.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/allure-jasmine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"npm-run-all2": "^7.0.0",
"rimraf": "^6.0.0",
"typescript": "^5.2.2",
"vitest": "^2.1.5"
"vitest": "^2.1.8"
},
"peerDependencies": {
"jasmine": ">=2.7.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/allure-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"npm-run-all2": "^7.0.0",
"rimraf": "^6.0.0",
"typescript": "^5.2.2",
"vitest": "^2.1.5"
"vitest": "^2.1.8"
},
"peerDependencies": {
"jest": ">=24.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/allure-js-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"npm-run-all2": "^7.0.0",
"rimraf": "^6.0.0",
"typescript": "^5.2.2",
"vitest": "^2.1.5"
"vitest": "^2.1.8"
},
"peerDependencies": {
"allure-playwright": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/allure-mocha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"npm-run-all2": "^7.0.0",
"rimraf": "^6.0.0",
"typescript": "^5.2.2",
"vitest": "^2.1.5"
"vitest": "^2.1.8"
},
"peerDependencies": {
"mocha": ">=6.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/allure-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"npm-run-all2": "^7.0.0",
"rimraf": "^6.0.0",
"typescript": "^5.2.2",
"vitest": "^2.1.5"
"vitest": "^2.1.8"
},
"peerDependencies": {
"@playwright/test": ">=1.36.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/allure-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@vitest/runner": "^2.1.5",
"@vitest/runner": "^2.1.8",
"allure-commandline": "^2.29.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -72,7 +72,7 @@
"npm-run-all2": "^7.0.0",
"rimraf": "^6.0.0",
"typescript": "^5.2.2",
"vitest": "^2.1.5"
"vitest": "^2.1.8"
},
"peerDependencies": {
"@vitest/runner": ">=1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/allure-vitest/src/VitestTestRuntime.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { getCurrentSuite, getCurrentTest } from "@vitest/runner";
import type { SuiteCollector, Task, TaskMeta } from "vitest";
import type { SuiteCollector, RunnerTask as Task, TaskMeta } from "vitest";
import type { RuntimeMessage } from "allure-js-commons/sdk";
import { MessageTestRuntime } from "allure-js-commons/sdk/runtime";

Expand Down
3 changes: 2 additions & 1 deletion packages/allure-vitest/src/reporter.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type { File, Reporter, Task } from "vitest";
import type { RunnerTestFile as File, RunnerTask as Task } from "vitest";
import type { Reporter } from "vitest/reporters";
import { LabelName, Stage, Status } from "allure-js-commons";
import type { RuntimeMessage } from "allure-js-commons/sdk";
import { getMessageAndTraceFromError, getStatusFromError } from "allure-js-commons/sdk";
Expand Down
2 changes: 1 addition & 1 deletion packages/allure-vitest/src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Suite, Task } from "vitest";
import type { RunnerTestSuite as Suite, RunnerTask as Task } from "vitest";
import { LabelName } from "allure-js-commons";
import type { TestPlanV1 } from "allure-js-commons/sdk";
import { extractMetadataFromString } from "allure-js-commons/sdk";
Expand Down
2 changes: 1 addition & 1 deletion packages/newman-reporter-allure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"postman-collection": "^4.2.1",
"rimraf": "^6.0.0",
"typescript": "^5.2.2",
"vitest": "^2.1.5"
"vitest": "^2.1.8"
},
"peerDependencies": {
"newman": ">=3.5.0"
Expand Down
Loading

0 comments on commit 5cd6a9e

Please sign in to comment.