/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
tools/validation/dependency-audit.config.json
29 строк
1 KB
George Mamadashvili
Scripts: Make 'test-e2e' run Playwright and remove Puppeteer (#80058)
13 июл 2026, 08:07
Не верифицирован
13 июл 2026, 08:07
e7c7d6d
Код
Авторство
О чём код?
{ "ignore": [ { "comment": "equivalent-key-map ships no type declarations and has no @types/* package. Referenced only in @wordpress/data's emitted .d.ts.", "package": "equivalent-key-map" }, { "comment": "moment-timezone's deep import (moment-timezone/moment-timezone.js) has no resolvable declarations and there is no @types/moment-timezone for it. Referenced in @wordpress/date's emitted .d.ts.", "package": "moment-timezone" }, { "comment": "@wordpress/edit-site-init's build/index.cjs require()s @wordpress/boot, which exposes only an ESM `import` condition (no CJS entry). A real packaging mismatch to resolve separately.", "specifier": "@wordpress/boot", "surface": "runtime", "kind": "unresolved" }, { "comment": "@wordpress/interactivity-router's build/index.cjs require()s @wordpress/interactivity, which exposes only an ESM `import` condition (no CJS entry). A real packaging mismatch to resolve separately.", "specifier": "@wordpress/interactivity", "surface": "runtime", "kind": "unresolved" }, { "comment": "@wordpress/e2e-tests ships test-fixture plugins under plugins/ (imports of @wordpress/connectors as test data and sibling `test/*` script-modules registered by the harness, not real npm packages). Scoped to that package and path so it can never mask a real finding elsewhere.", "target": "@wordpress/e2e-tests", "path": "plugins/**" } ] }