-
Notifications
You must be signed in to change notification settings - Fork 1
[security](deps-dev): bump playwright from 1.58.1 to 1.58.2 #122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -113,7 +113,7 @@ | |
| "concurrently": "^9.2.1", | ||
| "fast-check": "^4.5.3", | ||
| "hono": "^4.12.7", | ||
| "playwright": "^1.58.1", | ||
| "playwright": "^1.58.2", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Bumping only Useful? React with 👍 / 👎.
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @codex fix There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Summary
Testing
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Root Useful? React with 👍 / 👎. |
||
| "sharp": "^0.34.5", | ||
| "tsx": "^4.21.0", | ||
| "typescript": "^5.9.3", | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bumping only
playwrighthere leaves the root test runner on@playwright/test1.58.1 (samedevDependenciesblock), so frozen installs keep mixed Playwright patch versions in the workspace. That can causeplaywright testruns to execute against an olderplaywright-corethan the one this security bump intended to roll out, and it also increases the chance of version-mismatch behavior in CI.Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@codex fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Summary
@playwright/testfrom^1.58.1to^1.58.2inpackage.json, so it matchesplaywrightand avoids mixed patch versions. package.jsonL102-L120@playwright/testandplaywrightto1.58.2, including the@playwright/test@1.58.2 -> playwright: 1.58.2snapshot linkage. pnpm-lock.yamlL60-L86 pnpm-lock.yamlL10089-L10092FORJAMIE.mdper the repo’s living-map rule (status date, dependency-hygiene note, and a new 2026-03-17 Recent Changes entry for this alignment). FORJAMIE.mdL19-L27 FORJAMIE.mdL70-L76 FORJAMIE.mdL114-L119workwith commit0b0d08dand created a follow-up PR viamake_prtitled “fix: align @playwright/test with Playwright 1.58.2 security bump.”Testing
source scripts/codex-preflight.sh && preflight_repomise trust && mise list | headcurl -s https://api.github.com/repos/microsoft/playwright/releases/tags/v1.58.2 | jq '.tag_name, .name'cat package.json | jq . > /dev/null && echo OKpnpm up @playwright/test@^1.58.2 --lockfile-onlypnpm list @playwright/test playwright --depth 0View task →