📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-07-21 00:03:13 +00:00
parent 2c00adccd5
commit 316c012df0
40 changed files with 614 additions and 280 deletions
@@ -56,6 +56,22 @@ assert.match(
/check:warning-budget/,
"sync:release-state should enforce the frozen validation warning budget",
);
assert.match(
packageJson.scripts["sync:release-state"],
/chain/,
"sync:release-state should rebuild canonical release and plugin state",
);
assert.match(packageJson.scripts.chain, /plugin-compat:sync/);
assert.match(packageJson.scripts.chain, /bundles:sync/);
const releaseSuiteBlock = releaseWorkflowScript.slice(
releaseWorkflowScript.indexOf("function runReleaseSuite"),
releaseWorkflowScript.indexOf("function runReleasePreflight"),
);
assert.match(
releaseSuiteBlock,
/sync:release-state[\s\S]*plugin-compat:check[\s\S]*bundles:check/,
"every release suite should explicitly prove plugin compatibility and bundle alignment after regeneration",
);
assert.match(
packageJson.scripts["sync:repo-state"],
/sync:web-assets/,