fix(deps): restore toml-eslint-parser for CI deploy#2576
Conversation
The CI deploy workflow (site-deploy.yml) runs patch-wrangler-rate-limit-namespace-ids.mjs which imports toml-eslint-parser. Commit 758ce3e removed it as "unused" but only checked application/lint code, not CI scripts. Assisted-by: Claude Signed-off-by: Wayne Sun <gsun@redhat.com>
PR Summary by QodoRestore toml-eslint-parser dependency required by site-deploy CI script Description
Diagram
High-Level Assessment
Files changed (1)
|
|
🤖 Finished Review · ✅ Success · Started 5:12 PM UTC · Completed 5:15 PM UTC |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Looks good to me Labels: Restores a devDependency required by the CI site-deploy workflow. |
Summary
toml-eslint-parserto devDependencies — it was removed in 758ce3e as "unused" but is imported bycloudflare_site/scripts/patch-wrangler-rate-limit-namespace-ids.mjs, which runs in the site-deploy workflowTest plan