You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The @playwright/cli npm package has a patch version update available.
Update Details
Field
Value
Package
@playwright/cli
Current version
0.1.14 (in pkg/constants/version_constants.go)
Proposed version
0.1.15
Update type
Patch
Usage
DefaultPlaywrightCLIVersion constant
Why a Separate Issue
This update requires a code change to pkg/constants/version_constants.go and the associated test TestDefaultPlaywrightCLIVersionOutsideCooldownWindow must be verified. The constant is pinned for stability reasons (npm release-age cooldown enforced by the test), so updating it needs deliberate review.
Safety Assessment
Patch version update — likely safe but requires:
Manually updating DefaultPlaywrightCLIVersion in pkg/constants/version_constants.go
Verifying the npm release age exceeds the configured cooldown window before updating
Running TestDefaultPlaywrightCLIVersionOutsideCooldownWindow to confirm the cooldown constraint passes
Changes
No changelog available in npm registry for @playwright/cli. The package is part of the Playwright project; see microsoft/playwright releases for context.
Update the expected version in TestDefaultPlaywrightCLIVersionOutsideCooldownWindow.
Run: go test ./pkg/constants/... -run TestDefaultPlaywrightCLIVersion
Run full test suite: make test
Test Notes
The test TestDefaultPlaywrightCLIVersionOutsideCooldownWindow enforces a minimum npm release age. Ensure v0.1.15 is old enough before applying this update.
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
awmgmcpg
To allow these domains, add them to the network.allowed list in your workflow frontmatter:
Summary
The
@playwright/clinpm package has a patch version update available.Update Details
@playwright/cli0.1.14(inpkg/constants/version_constants.go)0.1.15DefaultPlaywrightCLIVersionconstantWhy a Separate Issue
This update requires a code change to
pkg/constants/version_constants.goand the associated testTestDefaultPlaywrightCLIVersionOutsideCooldownWindowmust be verified. The constant is pinned for stability reasons (npm release-age cooldown enforced by the test), so updating it needs deliberate review.Safety Assessment
Patch version update — likely safe but requires:
DefaultPlaywrightCLIVersioninpkg/constants/version_constants.goTestDefaultPlaywrightCLIVersionOutsideCooldownWindowto confirm the cooldown constraint passesChanges
No changelog available in npm registry for
@playwright/cli. The package is part of the Playwright project; see microsoft/playwright releases for context.Links
@playwright/cli]((www.npmjs.com/redacted)Update Steps
pkg/constants/version_constants.go:TestDefaultPlaywrightCLIVersionOutsideCooldownWindow.go test ./pkg/constants/... -run TestDefaultPlaywrightCLIVersionmake testTest Notes
The test
TestDefaultPlaywrightCLIVersionOutsideCooldownWindowenforces a minimum npm release age. Ensure v0.1.15 is old enough before applying this update.Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
awmgmcpgSee Network Configuration for more information.