This repository was archived by the owner on May 20, 2026. It is now read-only.
ENG-1048: Drop redundant handlebars / hono pnpm overrides (stacked) - #24
Closed
mjohnsonsu wants to merge 1 commit into
Closed
ENG-1048: Drop redundant handlebars / hono pnpm overrides (stacked)#24mjohnsonsu wants to merge 1 commit into
mjohnsonsu wants to merge 1 commit into
Conversation
Both are no longer load-bearing — natural resolution from each transitive's range already satisfies the security floor: handlebars ^4.7.9 → 4.7.9 (unchanged) hono >=4.12.7 → 4.12.14 (matches the cluster-4 bump) The remaining two overrides (langsmith, flatted) stay: - `langsmith >=0.4.6` — without it, 0.3.87 reappears alongside 0.5.11 - `flatted >=3.4.2` (added in this branch's parent commit) — without it, flat-cache@4.0.1 keeps flatted pinned to 3.3.4 in the lockfile Stacked on top of eng-1048/bump-cluster-4 (PR #23) since both commits touch the same `pnpm.overrides` block. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
mjohnsonsu
pushed a commit
that referenced
this pull request
Apr 17, 2026
Combined PR — supersedes #23 (cluster-4 bumps + flatted override) and #24 (drop redundant handlebars/hono overrides). CVE bumps in both workspaces (typescript, modelcontextprotocol): path-to-regexp 8.3.0 → 8.4.2 (CVE-2026-4926) express-rate-limit 8.2.1 → 8.3.2 (CVE-2026-30827) @hono/node-server 1.19.9 → 1.19.14 (CVE-2026-29087) hono 4.12.8 → 4.12.14 (CVE-2026-29045) flatted 3.3.4 → 3.4.2 (CVE-2026-33228 + CVE-2026-32141) pnpm.overrides reshuffle in typescript/package.json: + flatted: ">=3.4.2" (required — flat-cache@4.0.1 pins flatted: 3.3.4 in the lockfile; pnpm update refuses to move it) - handlebars: "^4.7.9" (no longer load-bearing — natural is 4.7.9) - hono: ">=4.12.7" (no longer load-bearing — natural matches the bump) langsmith override stays — without it, 0.3.87 reappears alongside 0.5.x. Reverted incidental cosmetic devDep bumps that pnpm update tried to make to modelcontextprotocol/package.json. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 task
Contributor
Author
|
Superseded by #25 (consolidated). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔧 Change Summary
Stacked on top of #23. Drops two now-redundant entries from `pnpm.overrides`:
Remaining overrides stay:
📋 Linked Linear Ticket
🧪 How Was This Tested?
🔐 Security Consideration
No regression. All previously-floored packages remain at or above the CVE fix versions.
Merge after #23 (this PR is stacked on it). GitHub will rebase the diff cleanly once #23 is in.
🚀 Deployment & Validation Plan
🔁 Rollback Plan
Revert this commit.
📄 Change Type
🤖 Generated with Claude Code