Bump pnpm in E2E tests (#179063)

This commit is contained in:
Bram Kragten
2026-08-13 13:25:17 +02:00
committed by GitHub
parent 20915b0c78
commit 24a15d3ce4
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -7,10 +7,13 @@
"pip_requirements",
"pre-commit",
"dockerfile",
"npm",
"custom.regex",
"homeassistant-manifest"
],
"ignorePaths": ["**/node_modules/**"],
"pre-commit": {
"enabled": true
},
@@ -180,6 +183,15 @@
"enabled": true,
"labels": ["dependency"]
},
{
"description": "pnpm version pinned in the E2E tests packageManager field (allowlisted)",
"matchManagers": ["npm"],
"matchFileNames": ["tests/e2e/package.json"],
"matchDepTypes": ["packageManager"],
"matchPackageNames": ["pnpm"],
"enabled": true,
"labels": ["dependency"]
},
{
"description": "For types-* stubs, only allow patch updates. Major/minor bumps track the upstream runtime package version and must be manually coordinated with the corresponding pin.",
"matchPackageNames": ["/^types-/"],
+1 -1
View File
@@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "End-to-end browser tests for Home Assistant Core",
"private": true,
"packageManager": "pnpm@11.13.0",
"packageManager": "pnpm@11.21.0",
"scripts": {
"test": "playwright test"
},