Skip to content
Open
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/user-event": "^14.6.1",
"@vitest/browser-playwright": "4.1.7",
"@vitest/browser-playwright": "4.1.8",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Peer dependency mismatch: vitest still at 4.1.7

@vitest/browser-playwright@4.1.8 (and the transitively pulled @vitest/browser@4.1.8) now declare vitest: 4.1.8 as a peer dependency, but vitest remains pinned at 4.1.7 in this project. The lock file resolves it anyway, but pnpm will emit an unsatisfied-peer-dependency warning and the two packages were authored and released together — running a 4.1.8 browser adapter against a 4.1.7 core can expose subtle behavioural mismatches at the boundary. The safe fix is to also bump vitest (and any other @vitest/* packages pinned at 4.1.7) to 4.1.8.

"eslint": "10.4.1",
"eslint-config-prettier": "10.1.8",
"globals": "17.6.0",
Expand Down
104 changes: 79 additions & 25 deletions pnpm-lock.yaml

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

Loading