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.
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