Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/testing/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"@angular-devkit/build-angular": "workspace:*",
"@angular-devkit/core": "workspace:*",
"@angular/ssr": "workspace:*",
"@vitest/coverage-v8": "4.1.11",
"@vitest/coverage-v8": "5.0.0",
"browser-sync": "3.0.4",
"istanbul-lib-instrument": "6.0.3",
"jsdom": "30.0.1",
"ng-packagr": "22.2.0-next.5",
"rxjs": "7.8.2",
"vitest": "4.1.11"
"vitest": "5.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/angular/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"postcss": "8.5.26",
"rollup": "4.63.1",
"rxjs": "7.8.2",
"vitest": "4.1.11"
"vitest": "5.0.0"
},
"peerDependencies": {
"@angular/compiler": "0.0.0-ANGULAR-FW-PEER-DEP",
Expand All @@ -80,7 +80,7 @@
"tailwindcss": "^2.0.0 || ^3.0.0 || ^4.0.0",
"tslib": "^2.3.0",
"typescript": ">=6.0 <6.1",
"vitest": "^4.0.8"
"vitest": "^5.0.0"
},
"peerDependenciesMeta": {
"@angular/core": {
Expand Down
10 changes: 5 additions & 5 deletions packages/schematics/angular/utility/latest-versions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"@tailwindcss/postcss": "^4.1.12",
"tslib": "^2.3.0",
"typescript": "~6.0.2",
"vitest": "^4.0.8",
"@vitest/coverage-v8": "^4.0.8",
"@vitest/coverage-istanbul": "^4.0.8",
"@vitest/browser-playwright": "^4.0.8",
"vitest": "^5.0.0",
"@vitest/coverage-v8": "^5.0.0",
"@vitest/coverage-istanbul": "^5.0.0",
"@vitest/browser-playwright": "^5.0.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

With the upgrade to Vitest v5, the @vitest/browser-webdriverio package has been officially removed from the Vitest monorepo (as noted in the release notes: 'Remove webdriverio package'). Keeping @vitest/browser-webdriverio at ^4.0.8 while upgrading vitest and other @vitest/* packages to ^5.0.0 will lead to peer dependency conflicts and runtime incompatibility issues for users attempting to use WebdriverIO with Vitest v5. Please remove @vitest/browser-webdriverio from latest-versions/package.json, remove WebdriverIO support from the vitest-browser schematic, and clean up the associated E2E test (tests/e2e/tests/vitest/browser-webdriverio.ts).

"@vitest/browser-webdriverio": "^4.0.8",
"@vitest/browser-preview": "^4.0.8",
"@vitest/browser-preview": "^5.0.0",
"playwright": "^1.48.0",
"webdriverio": "^9.0.0",
"zone.js": "~0.16.0"
Expand Down
173 changes: 60 additions & 113 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading