chore(deps): astro 6.4.8, dompurify 3.4.11, actions/checkout v7 - #27
Merged
Conversation
Catches staging up with dependabot PRs textrefs#16/textrefs#17/textrefs#18, which target main and will close automatically at release. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Aligns staging with Dependabot’s pending dependency bumps so the next release ships updated runtime dependencies and CI workflow actions for the Astro/Starlight site.
Changes:
- Bump
astroto^6.4.8(and lockfile to6.4.8). - Update
dompurifyinpackage-lock.jsonto3.4.11. - Bump GitHub Actions
actions/checkoutfromv6tov7across workflows.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates the direct astro dependency version range. |
| package-lock.json | Updates resolved/locked versions for astro and dompurify. |
| .github/workflows/validate.yml | Uses actions/checkout@v7 for CI validation. |
| .github/workflows/release.yml | Uses actions/checkout@v7 for release job checkout. |
| .github/workflows/pages.yml | Uses actions/checkout@v7 for Pages build job checkout. |
| .github/workflows/links.yml | Uses actions/checkout@v7 for link-check workflow checkout. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
maehr
added a commit
to maehr/textrefs.org
that referenced
this pull request
Aug 25, 2026
Picks up four merged registry pull requests: - textrefs/registry#21 — document `alternative_labels` in AGENTS.md - textrefs/registry#29 — correct the Perseus editions, record two verified negatives (closes registry textrefs#22 and textrefs#24) - textrefs/registry#30 — drop the three Wikisource resolver targets - textrefs/registry#31 — seed alternative labels on all twelve works (closes registry textrefs#27) `/find/` now resolves `NE 1094a1` to the Nicomachean Ethics through `TIER.EXACT_ALTERNATIVE_LABEL`. Before this pin it resolved to the New Testament through `TITLE_PREFIX`, which is the failure ADR-0007 was written to close. `npm run verify` and `npm run validate:data` both pass on the new pin: 68,005 records valid, 204,364 pages built, all internal links valid. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CD9MxbT2jSZmJyR9ywJGEs
maehr
added a commit
that referenced
this pull request
Aug 25, 2026
Picks up four merged registry pull requests: - textrefs/registry#21 — document `alternative_labels` in AGENTS.md - textrefs/registry#29 — correct the Perseus editions, record two verified negatives (closes registry #22 and #24) - textrefs/registry#30 — drop the three Wikisource resolver targets - textrefs/registry#31 — seed alternative labels on all twelve works (closes registry #27) `/find/` now resolves `NE 1094a1` to the Nicomachean Ethics through `TIER.EXACT_ALTERNATIVE_LABEL`. Before this pin it resolved to the New Testament through `TITLE_PREFIX`, which is the failure ADR-0007 was written to close. `npm run verify` and `npm run validate:data` both pass on the new pin: 68,005 records valid, 204,364 pages built, all internal links valid. Claude-Session: https://claude.ai/code/session_01CD9MxbT2jSZmJyR9ywJGEs Co-authored-by: Moritz Mähr <14755525+maehr@users.noreply.github.com> Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Applies dependabot's pending main-targeted bumps (#16 dompurify, #17 astro, #18 actions/checkout) on staging so they ship with the release; the dependabot PRs auto-close when main catches up.
🤖 Generated with Claude Code