fix: commit missing eslint-disable and lockfile to unblock pipeline
Some checks failed
🚀 Build & Deploy / 🔍 Prepare (push) Successful in 5s
🚀 Build & Deploy / 🧪 QA (push) Successful in 2m28s
🚀 Build & Deploy / 🏗️ Build (push) Successful in 14m26s
🚀 Build & Deploy / 🚀 Deploy (push) Successful in 12s
🚀 Build & Deploy / 🧪 Post-Deploy Verification (push) Successful in 3m34s
🚀 Build & Deploy / 🔔 Notify (push) Successful in 1s
Nightly QA / call-qa-workflow (push) Failing after 41s

This commit is contained in:
2026-04-22 11:04:42 +02:00
parent 9f26a179fa
commit dfc7536268
4 changed files with 791 additions and 13 deletions

View File

@@ -90,6 +90,7 @@ async function main() {
});
// Listen for console.error and console.warn messages (like Next.js Image warnings, hydration errors, CSP blocks)
// eslint-disable-next-line @typescript-eslint/no-explicit-any
page.on('console', (msg: any) => {
const type = msg.type();
if (type === 'error' || type === 'warn') {