Skip to content

Commit 9a1fd3c

Browse files
ChBrainclaude
andauthored
governance: cite the upstream tracking issue + fix PR for the astro hold (#487)
Found the filed upstream ticket: withastro/astro#17241 (open), which confirms the regression and attributes it to #17224, with fix PR #17246 still open. Swap the bare #17224 reference in the ignore comment for the tracking issue + fix PR so 'when can we drop this' points at #17246. Claude-Session: https://claude.ai/code/session_01BVN8UQMaFonV3Ky1UAkJNZ Co-authored-by: Claude <noreply@anthropic.com>
1 parent ef5d7c6 commit 9a1fd3c

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ updates:
1818
# dynamic file endpoint (e.g. src/pages/misfits/[misfit]/stage-context.json.ts
1919
# and src/pages/plays/[house]/search-index.json.ts). Bisected clean (7.0.3
2020
# builds, 7.0.4 fails) and reproduced with public Astro only, so it is an
21-
# upstream regression from withastro/astro#17224 ("trailing slash handling
22-
# for dynamic file endpoints"), not our code. 7.0.7 was expected to carry
23-
# the fix but still fails (re-bisected 2026-07-09; npm `latest` is 7.0.7),
24-
# which is why Dependabot re-proposed it (PR #482). Hold the bump; the
25-
# explicit versions let a patched 7.0.8+ / 7.1.x through so Dependabot
26-
# re-proposes once actually fixed. Drop this entry then. See PR #449, #482.
21+
# upstream regression (introduced by withastro/astro#17224, "trailing slash
22+
# handling for dynamic file endpoints"), not our code. Tracked upstream in
23+
# withastro/astro#17241 with fix PR withastro/astro#17246 — both still open,
24+
# so no fixed release exists yet. 7.0.7 was expected to carry the fix but
25+
# still fails (re-bisected 2026-07-09; npm `latest` is 7.0.7), which is why
26+
# Dependabot re-proposed it (PR #482). Hold the bump; the explicit versions
27+
# let a patched 7.0.8+ / 7.1.x through so Dependabot re-proposes once #17246
28+
# ships. Drop this entry then. See PR #449, #482.
2729
- dependency-name: "astro"
2830
versions: ["7.0.4", "7.0.5", "7.0.6", "7.0.7"]
2931
# js-yaml is transitive via gray-matter@4, which pins js-yaml ^3 and uses

0 commit comments

Comments
 (0)