Skip to content

Build(deps): Bump astro from 7.1.4 to 7.1.5 in /docs - #49548

Merged
pelikhan merged 2 commits into
mainfrom
dependabot/npm_and_yarn/docs/astro-7.1.5
Aug 1, 2026
Merged

Build(deps): Bump astro from 7.1.4 to 7.1.5 in /docs#49548
pelikhan merged 2 commits into
mainfrom
dependabot/npm_and_yarn/docs/astro-7.1.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps astro from 7.1.4 to 7.1.5.

Release notes

Sourced from astro's releases.

astro@7.1.5

Patch Changes

  • #17524 7613030 Thanks @​matthewp! - Fixes a bug where an error while finalizing a request could prevent a response from being sent

  • #17480 f61ba9c Thanks @​florian-lefebvre! - Fixes a case where a custom logger.entrypoint failed to load at runtime in a built server bundle.

  • #17525 e614b7b Thanks @​matthewp! - Fixes action path resolution so that properties of a resolved action function are not treated as routable path segments

  • #17284 c775c1f Thanks @​matthewp! - Fixes a bug where the custom 404 (or 500) page was not rendered when a middleware rewrite targeted a route that returned an empty 404/500 response, and a blank page was returned instead

  • #17474 c895b12 Thanks @​nicksnyder! - Updates dependency js-yaml to v4.3.0

  • Updated dependencies [c895b12]:

    • @​astrojs/internal-helpers@​0.10.2
    • @​astrojs/markdown-remark@​7.2.2
    • @​astrojs/markdown-satteri@​0.3.5
Changelog

Sourced from astro's changelog.

7.1.5

Patch Changes

  • #17524 7613030 Thanks @​matthewp! - Fixes a bug where an error while finalizing a request could prevent a response from being sent

  • #17480 f61ba9c Thanks @​florian-lefebvre! - Fixes a case where a custom logger.entrypoint failed to load at runtime in a built server bundle.

  • #17525 e614b7b Thanks @​matthewp! - Fixes action path resolution so that properties of a resolved action function are not treated as routable path segments

  • #17284 c775c1f Thanks @​matthewp! - Fixes a bug where the custom 404 (or 500) page was not rendered when a middleware rewrite targeted a route that returned an empty 404/500 response, and a blank page was returned instead

  • #17474 c895b12 Thanks @​nicksnyder! - Updates dependency js-yaml to v4.3.0

  • Updated dependencies [c895b12]:

    • @​astrojs/internal-helpers@​0.10.2
    • @​astrojs/markdown-remark@​7.2.2
    • @​astrojs/markdown-satteri@​0.3.5
Commits
  • b0535ca [ci] release (#17528)
  • c895b12 Update js-yaml to 4.3.0 (#17474)
  • f61ba9c fix(logger): loading at runtime when entrypoint is a URL (#17480)
  • e614b7b fix(astro): do not resolve action function properties as path segments (#17525)
  • 7613030 Return a response when request finalization fails (#17524)
  • c775c1f Render the custom 404 page when a middleware rewrite dead-ends in an empty 40...
  • See full diff in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Generated by 👨‍🍳 PR Sous Chef · gpt54 · 13 AIC · ⌖ 6.64 AIC · ⊞ 8.1K ·
Comment /souschef to run again

Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 7.1.4 to 7.1.5.
- [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.1.5/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-version: 7.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 1, 2026
@gh-aw-bot

Copy link
Copy Markdown
Collaborator

@copilot quick triage for this PR:

  • This PR looks mergeable, but please do a final maintainer-facing pass: confirm there are no hidden blockers, refresh the branch if needed, and note anything still requiring attention.
  • Branch refresh: GitHub branch update was requested from this run.
  • Please run the pr-finisher skill before handoff and summarize whether maintainer action is still needed.

Generated by 👨🍳 PR Sous Chef
Comment /souschef to run again

Generated by 👨‍🍳 PR Sous Chef · gpt54 · 13 AIC · ⌖ 6.64 AIC · ⊞ 8.1K ·
Comment /souschef to run again

Copilot AI commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

@copilot quick triage for this PR:

  • This PR looks mergeable, but please do a final maintainer-facing pass: confirm there are no hidden blockers, refresh the branch if needed, and note anything still ...

Triage complete on a997908.

  • No unresolved review threads/comments requiring action.
  • Branch is already refreshed (merge from main is present at a997908), so no additional branch update was needed.
  • No hidden blockers found from PR state: PR is open/non-draft and currently mergeable pending checks.
  • Recent branch runs show one active Copilot run and two action_required workflow runs with no failed jobs reported.

Maintainer action still needed: confirm/re-trigger required CI checks for the current PR HEAD as needed, then merge when green.

Copilot AI requested a review from gh-aw-bot August 1, 2026 12:17
@pelikhan
pelikhan merged commit 6c4f819 into main Aug 1, 2026
1 check passed
@pelikhan
pelikhan deleted the dependabot/npm_and_yarn/docs/astro-7.1.5 branch August 1, 2026 19:57
@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.84.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants