Update dependency astro to v5.18.2 - abandoned - #409
Open
mend-for-github-com[bot] wants to merge 2 commits into
Open
Update dependency astro to v5.18.2 - abandoned#409mend-for-github-com[bot] wants to merge 2 commits into
mend-for-github-com[bot] wants to merge 2 commits into
Conversation
mend-for-github-com
Bot
force-pushed
the
whitesource-remediate/astro-5.x-lockfile
branch
from
August 3, 2026 20:28
b002107 to
ef45f34
Compare
mend-for-github-com
Bot
deleted the
whitesource-remediate/astro-5.x-lockfile
branch
August 3, 2026 20:39
mend-for-github-com
Bot
force-pushed
the
whitesource-remediate/astro-5.x-lockfile
branch
2 times, most recently
from
August 3, 2026 21:07
ef45f34 to
8ac9398
Compare
mend-for-github-com
Bot
force-pushed
the
whitesource-remediate/astro-5.x-lockfile
branch
from
August 4, 2026 01:29
8ac9398 to
7439872
Compare
Contributor
Author
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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.
This PR contains the following updates:
5.18.1→5.18.2By merging this PR, the issue #189 will be automatically resolved and closed:
Release Notes
withastro/astro (astro)
v5.18.2Compare Source
Patch Changes
8f7d8c4Thanks @matthewp! - Populates styles in the SSR manifest for prerendered routes. Previously, prerendered routes hadstyles: []in the manifest, making it impossible for workers or middleware to discover which CSS files a prerendered page uses.