← Back to microsoft/playwright
microsoft / playwright · Issue No. 42505
running any playwright-cli command displays the following banner:
$ playwright-cli <command>
╔════════════════════════════════════════════════════════════════════╗
║ Update available for @playwright/cli: 0.1.18 → 0.1.19 ║
║ Run `npm install -g @playwright/cli@latest` (global) or ║
║ `npm install --save-dev @playwright/cli@latest` (local) to update. ║
╚════════════════════════════════════════════════════════════════════╝
This does not respect minimum-age supply chain policies of the package manager (the package can not be updated since it's not old enough). Running these commands will not update the package.
Since usually you run several commands in succession, this quickly fills the console logs with large useless banners.
Also, it does:
pnpm etc.), creating potential confusion.package.json.Overall, this seems that it can cause more potential confusion with inaccurate instructions than it adds positive value.
cli 0.1.18
Relay reads this issue against the repository's contribution signals: the files it is likely to touch, how the maintainers triage work this size, and what the first contribution would exercise.
The full analysis for this issue is still being assembled. Until then, the description above and the thread on GitHub are the most reliable context.