Skip to content

[deps] Update @playwright/cli from 0.1.14 to 0.1.15 #43167

Description

@github-actions

Summary

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:

  1. Manually updating DefaultPlaywrightCLIVersion in pkg/constants/version_constants.go
  2. Verifying the npm release age exceeds the configured cooldown window before updating
  3. 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.

Links

Update Steps

  1. Edit pkg/constants/version_constants.go:
    const DefaultPlaywrightCLIVersion Version = "0.1.15"
  2. Update the expected version in TestDefaultPlaywrightCLIVersionOutsideCooldownWindow.
  3. Run: go test ./pkg/constants/... -run TestDefaultPlaywrightCLIVersion
  4. 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:

network:
  allowed:
    - defaults
    - "awmgmcpg"

See Network Configuration for more information.

Generated by 🔧 Dependabot Dependency Checker · 57.1 AIC · ⌖ 8.9 AIC · ⊞ 5K ·

  • expires on Jul 5, 2026, 2:23 AM UTC-08:00

Metadata

Metadata

Labels

[deps]cookieIssue Monster Loves Cookies!dependenciesPull requests that update a dependency filego

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions