chore(deps): update dependency @astrojs/rss to v4.0.18#341
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @astrojs/rss to v4.0.18#341renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Deploying charlotte with
|
| Latest commit: |
9bd98ae
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://84481dab.charlotte-e3z.pages.dev |
| Branch Preview URL: | https://renovate-astrojs-rss-4-x-loc.charlotte-e3z.pages.dev |
There was a problem hiding this comment.
No issues found across 1 file
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Architecture diagram
sequenceDiagram
participant Client as Client/Static Build
participant Astro as Astro Engine
participant RSS as @astrojs/rss (v4.0.16)
participant Zod as Zod (v4 Internal)
participant XML as fast-xml-parser (v5.x)
participant Data as Content Collections
Note over Client,Data: RSS Feed Generation Flow
Client->>Astro: Request rss.xml / run build
Astro->>RSS: invoke getRSS()
RSS->>Data: Fetch items/posts
Data-->>RSS: raw content data
Note over RSS,Zod: CHANGED: Now uses internal Zod v4 dependency
RSS->>Zod: validate(items)
alt Validation Success
Zod-->>RSS: validated data
else Validation Error
Zod-->>RSS: throw ZodError
RSS-->>Astro: return error
end
Note over RSS,XML: CHANGED: Logic utilizes fast-xml-parser v5.3.6
RSS->>XML: parse/build XML string
XML-->>RSS: <rss>...</rss>
RSS-->>Astro: Response(xml)
Astro-->>Client: Serve rss.xml
✅ Deploy Preview for chuwublog ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
dab040b to
823df01
Compare
823df01 to
0f4c90e
Compare
0f4c90e to
4f0bcff
Compare
4f0bcff to
fc9bf23
Compare
fc9bf23 to
9bd98ae
Compare
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:
4.0.15→4.0.18Release Notes
withastro/astro (@astrojs/rss)
v4.0.18Compare Source
Patch Changes
fdd2c5aThanks @blimmer! - Unpinfast-xml-parserto^5.5.7to resolve entity expansion CVEsv4.0.17Compare Source
Patch Changes
8d3f3aaThanks @Princesseuh! - Pinfast-xml-parserto 5.4.1 in order to fix an upstream bugv4.0.16Compare Source
Patch Changes
#15187
bbb5811Thanks @matthewp! - Update to Astro 6 beta#14956
0ff51dfThanks @matthewp! - Updates usage of zod to own dependency rather than relying onastro/zod#15561
413b0f7Thanks @renovate! - Updatesfast-xml-parserto v5.3.6#15283
daf41c6Thanks @eldair! - Updates validation to use Zod v4#15373
14252b2Thanks @renovate! - Updates zod to v4Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.