chore(deps): Bump astro from 7.2.1 to 7.2.3 in /site - #552
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): Bump astro from 7.2.1 to 7.2.3 in /site#552dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 7.2.1 to 7.2.3. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@7.2.3/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 7.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
requested review from
Charles Lowell (chlowell),
Richard Park (richardpark-msft) and
Shayne Boyer (spboyer)
as code owners
August 22, 2026 09:53
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the site’s Astro dependency from 7.2.1 to 7.2.3.
Changes:
- Bumps Astro in
site/package.json. - Refreshes transitive dependencies and integrity hashes.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Summary |
|---|---|
site/package.json |
Updates the Astro dependency constraint. |
site/package-lock.json |
Locks Astro 7.2.3 and introduces undici@8.10.0, which requires Node >=22.19.0 while site workflows use 22.12.0. Update the workflow versions or constrain undici. |
Files not reviewed (1)
- site/package-lock.json: Generated file
Suppressed comments (1)
site/package.json:15
- This upgrade brings in
unifont@0.7.5, which resolvesundici@8.10.0declaringnode >=22.19.0(seesite/package-lock.json:6563-6570), but bothsite-ci.ymlandpages.ymlstill pin Node22.12.0. The site CI and deployment now run this dependency on an unsupported Node version; raise both workflow pins to at least 22.19.0 or retain a compatibleunifont/undiciresolution.
"astro": "^7.2.3",
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| "integrity": "sha512-HvltHd7avK13QIw/oLe4qoOLyoVSoafqJ2jYOrtMRBkbYT31eiBQ8O0ehRKZiEZCMEyLFQNIADpgCWC5fALvYQ==", | ||
| "license": "MIT", | ||
| "engines": { | ||
| "node": ">=22.19.0" |
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.
Bumps astro from 7.2.1 to 7.2.3.
Release notes
Sourced from astro's releases.
... (truncated)
Changelog
Sourced from astro's changelog.
... (truncated)
Commits
52e6c34[ci] release (#17691)97140b2fix(collections): chunk writing of collections (#17724)e28d227docs: fix the code snippets in the JSDoc for the configuration options (#17699)c3b9aedchore: remove unifont workaround (#17723)414fe28[ci] formatcf29becResolve content collection images without cloning entry data (#17631)9f15609Fix SSR full reload failing to re-import astro:server-app with third-party Vi...2066f39Fix crash on malformed port in Host header (#17572)089b5ec[ci] format51723b1Refactor internal request handling into a functional core (#17636)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)