fix(deps): update dependency astro to v7.0.3 #801

Merged
davide merged 1 commit from renovate/astro-monorepo into main 2026-06-30 03:14:53 +00:00
Member

This PR contains the following updates:

Package Change Age Confidence
astro (source) 7.0.27.0.3 age confidence

Release Notes

withastro/astro (astro)

v7.0.3

Compare Source

Patch Changes
  • #​17189 24d2c9e Thanks @​astrobot-houston! - Fixes a bug where an error thrown inside one route's getStaticPaths() would prevent other valid routes from being matched in dev mode

  • #​16932 8f4a3db Thanks @​fkatsuhiro! - Fixes HMR for action files during development. Editing files in src/actions/ now takes effect on the next request without requiring a dev server restart.

  • #​17087 fb0ab02 Thanks @​jp-knj! - Fixes localized custom error pages in i18n projects so routes like /pt/404 are used for missing localized pages and return the correct status code


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [astro](https://astro.build) ([source](https://github.com/withastro/astro/tree/HEAD/packages/astro)) | [`7.0.2` → `7.0.3`](https://renovatebot.com/diffs/npm/astro/7.0.2/7.0.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/astro/7.0.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/astro/7.0.2/7.0.3?slim=true) | --- ### Release Notes <details> <summary>withastro/astro (astro)</summary> ### [`v7.0.3`](https://github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#703) [Compare Source](https://github.com/withastro/astro/compare/[email protected]@7.0.3) ##### Patch Changes - [#&#8203;17189](https://github.com/withastro/astro/pull/17189) [`24d2c9e`](https://github.com/withastro/astro/commit/24d2c9ec71ffcceb853762bb1295e1d893bdd4d6) Thanks [@&#8203;astrobot-houston](https://github.com/astrobot-houston)! - Fixes a bug where an error thrown inside one route's `getStaticPaths()` would prevent other valid routes from being matched in dev mode - [#&#8203;16932](https://github.com/withastro/astro/pull/16932) [`8f4a3db`](https://github.com/withastro/astro/commit/8f4a3db415f227b5c742c16ad18f764e952f91bd) Thanks [@&#8203;fkatsuhiro](https://github.com/fkatsuhiro)! - Fixes HMR for action files during development. Editing files in `src/actions/` now takes effect on the next request without requiring a dev server restart. - [#&#8203;17087](https://github.com/withastro/astro/pull/17087) [`fb0ab02`](https://github.com/withastro/astro/commit/fb0ab02f019efd222e6976d72bcd618fd915bc1d) Thanks [@&#8203;jp-knj](https://github.com/jp-knj)! - Fixes localized custom error pages in i18n projects so routes like `/pt/404` are used for missing localized pages and return the correct status code </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI0Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
fix(deps): update astro monorepo
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
check-commitizen.yaml / Check the PR title (pull_request) Successful in 2s
check-yamllint.yaml / Lint yaml files (pull_request) Successful in 3s
check-build.yaml / Check that project builds (pull_request) Successful in 46s
check-formatter.yaml / Checks with formatters (pull_request) Successful in 15s
check-linter.yaml / Checks with linters (pull_request) Successful in 16s
check-syntax.yaml / Checks with static tools (pull_request) Successful in 37s
5fca6d3268
renovate-bot force-pushed renovate/astro-monorepo from 5fca6d3268
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
check-commitizen.yaml / Check the PR title (pull_request) Successful in 2s
check-yamllint.yaml / Lint yaml files (pull_request) Successful in 3s
check-build.yaml / Check that project builds (pull_request) Successful in 46s
check-formatter.yaml / Checks with formatters (pull_request) Successful in 15s
check-linter.yaml / Checks with linters (pull_request) Successful in 16s
check-syntax.yaml / Checks with static tools (pull_request) Successful in 37s
to 6c98b7082c
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
check-yamllint.yaml / Lint yaml files (pull_request) Successful in 3s
check-commitizen.yaml / Check the PR title (pull_request) Successful in 2s
check-build.yaml / Check that project builds (pull_request) Successful in 45s
check-formatter.yaml / Checks with formatters (pull_request) Successful in 16s
check-linter.yaml / Checks with linters (pull_request) Successful in 17s
check-syntax.yaml / Checks with static tools (pull_request) Successful in 36s
2026-06-29 10:56:29 +00:00
Compare
renovate-bot changed title from fix(deps): update astro monorepo to fix(deps): update dependency astro to v7.0.3 2026-06-29 10:56:33 +00:00
davide scheduled this pull request to auto merge when all checks succeed 2026-06-29 10:57:47 +00:00
renovate-bot force-pushed renovate/astro-monorepo from 6c98b7082c
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
check-yamllint.yaml / Lint yaml files (pull_request) Successful in 3s
check-commitizen.yaml / Check the PR title (pull_request) Successful in 2s
check-build.yaml / Check that project builds (pull_request) Successful in 45s
check-formatter.yaml / Checks with formatters (pull_request) Successful in 16s
check-linter.yaml / Checks with linters (pull_request) Successful in 17s
check-syntax.yaml / Checks with static tools (pull_request) Successful in 36s
to 964fdd2d70
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
check-yamllint.yaml / Lint yaml files (pull_request) Successful in 3s
check-build.yaml / Check that project builds (pull_request) Successful in 47s
check-formatter.yaml / Checks with formatters (pull_request) Successful in 16s
check-linter.yaml / Checks with linters (pull_request) Successful in 17s
check-syntax.yaml / Checks with static tools (pull_request) Successful in 40s
2026-06-30 03:06:40 +00:00
Compare
davide merged commit f3be42b773 into main 2026-06-30 03:14:53 +00:00
davide deleted branch renovate/astro-monorepo 2026-06-30 03:14:54 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
university/notes!801
No description provided.