Commit 12586fa
Document playwrightCliVersion strict SemVer validation
Document the playwrightCliVersion configuration setting and its strict
SemVer 2.0 requirement, introduced in microsoft/aspire#18205.
The Playwright CLI installer now validates that playwrightCliVersion
contains a MAJOR.MINOR.PATCH version string before forwarding it to npm.
Dist-tags (latest), ranges (>=1.0.0), and v-prefixed forms (v1.52.0)
are all rejected with a descriptive error message.
Add a 'Pin the Playwright CLI version' section to aspire-skills.mdx
covering the configuration key, valid format, and the new error message
users may see if their config value does not pass validation.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 643504f commit 12586fa
1 file changed
Lines changed: 24 additions & 0 deletions
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
259 | 283 | | |
260 | 284 | | |
261 | 285 | | |
| |||
0 commit comments