Skip to content

chore(deps): update dependency @astrojs/rss to v4.0.18#341

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/astrojs-rss-4.x-lockfile
Open

chore(deps): update dependency @astrojs/rss to v4.0.18#341
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/astrojs-rss-4.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 10, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/rss (source) 4.0.154.0.18 age adoption passing confidence

Release Notes

withastro/astro (@​astrojs/rss)

v4.0.18

Compare Source

Patch Changes

v4.0.17

Compare Source

Patch Changes

v4.0.16

Compare Source

Patch Changes

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 was generated by Mend Renovate. View the repository job log.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Mar 10, 2026

Deploying charlotte with  Cloudflare Pages  Cloudflare Pages

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

View logs

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Loading

@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 10, 2026

Deploy Preview for chuwublog ready!

Name Link
🔨 Latest commit 9bd98ae
🔍 Latest deploy log https://app.netlify.com/projects/chuwublog/deploys/6a02fce583769a00070b79c9
😎 Deploy Preview https://deploy-preview-341--chuwublog.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 79
Accessibility: 97
Best Practices: 100
SEO: 99
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate Bot changed the title chore(deps): update dependency @astrojs/rss to v4.0.16 chore(deps): update dependency @astrojs/rss to v4.0.17 Mar 10, 2026
@renovate renovate Bot force-pushed the renovate/astrojs-rss-4.x-lockfile branch 2 times, most recently from dab040b to 823df01 Compare March 13, 2026 17:47
@renovate renovate Bot force-pushed the renovate/astrojs-rss-4.x-lockfile branch from 823df01 to 0f4c90e Compare March 26, 2026 17:08
@renovate renovate Bot changed the title chore(deps): update dependency @astrojs/rss to v4.0.17 chore(deps): update dependency @astrojs/rss to v4.0.18 Mar 26, 2026
@renovate renovate Bot force-pushed the renovate/astrojs-rss-4.x-lockfile branch from 0f4c90e to 4f0bcff Compare April 8, 2026 18:11
@renovate renovate Bot force-pushed the renovate/astrojs-rss-4.x-lockfile branch from 4f0bcff to fc9bf23 Compare April 29, 2026 13:42
@renovate renovate Bot force-pushed the renovate/astrojs-rss-4.x-lockfile branch from fc9bf23 to 9bd98ae Compare May 12, 2026 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants