chore(submodules): upgrade estree-conformance to latest SHA#19515
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
99f967f to
613bbc3
Compare
613bbc3 to
d3cfe93
Compare
d3cfe93 to
57bd058
Compare
There was a problem hiding this comment.
Pull request overview
Updates the pinned oxc-project/estree-conformance revision and refreshes ESTree conformance coverage snapshots to reflect the new baseline.
Changes:
- Bump
ESTREE_CONFORMANCE_SHAin the parallel submodule-clone helper script. - Update TypeScript ESTree coverage snapshot totals and mismatch allowlist.
- Update Test262 ESTree coverage snapshot totals and mismatch allowlist.
Reviewed changes
Copilot reviewed 1 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
tasks/coverage/snapshots/estree_typescript.snap |
Refreshes ESTree-vs-TypeScript snapshot stats and mismatch list. |
tasks/coverage/snapshots/estree_test262.snap |
Refreshes ESTree-vs-Test262 snapshot stats and mismatch list. |
.github/scripts/clone-parallel.mjs |
Updates the pinned estree-conformance commit SHA used by CI/scripts. |
| const TYPESCRIPT_SHA = "95e3aaa90341b516e868bf2300b1da5d07103f1e"; | ||
| const PRETTIER_SHA = "812a4d0071270f61a7aa549d625b618be7e09d71"; | ||
| const ESTREE_CONFORMANCE_SHA = "32501475c99fc022a93c80bc6ce1a607f21ecc66"; | ||
| const ESTREE_CONFORMANCE_SHA = "a12445bbce745fc422d83cf9da23a6c47950f252"; |
There was a problem hiding this comment.
ESTREE_CONFORMANCE_SHA is bumped here, but tasks/coverage/snapshots/estree_acorn_jsx.snap still has commit: 32501475 (old estree-conformance short SHA). Snapshot::save asserts when the snapshot file’s commit: header doesn’t match the checked-out repo SHA, so this will fail unless that snapshot header is updated/regenerated for the new estree-conformance commit.
| const ESTREE_CONFORMANCE_SHA = "a12445bbce745fc422d83cf9da23a6c47950f252"; | |
| const ESTREE_CONFORMANCE_SHA = "32501475"; |
57bd058 to
71b517f
Compare

No description provided.