Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .changeset/unbreak-wildcard-gate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

fix(tooling): drop the retired `/storage` mount from the wildcard fall-through gate (#4116). #4122 added the guard declaring `packages/adapters/hono/src/index.ts:all ${prefix}/storage/*` in its `MOUNTS` ratchet; #4112 had already retired that mount, so the declaration pointed at nothing and the ESLint job failed on `main` — every open PR inheriting a red check it did not cause. Removing the entry is what the guard's own message asks for; nothing is un-ratcheted, because the mount it described no longer exists. Tooling only; releases nothing.
3 changes: 0 additions & 3 deletions scripts/check-wildcard-fallthrough.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,6 @@ const MOUNTS = {
'packages/adapters/hono/src/index.ts:all `${prefix}/auth/*`': {
ratchet: '#4117 — terminal, same shape as #4088; adapter has no in-repo consumer',
},
'packages/adapters/hono/src/index.ts:all `${prefix}/storage/*`': {
ratchet: '#4117 — terminal, same shape as #4088; adapter has no in-repo consumer',
},
};

/** HTTP-verb registrars plus `use`; anything that can claim a path pattern. */
Expand Down