Skip to content

chore(deps): update dependency @11ty/eleventy-plugin-rss to v3#771

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/11ty-eleventy-plugin-rss-3.x
Open

chore(deps): update dependency @11ty/eleventy-plugin-rss to v3#771
renovate[bot] wants to merge 1 commit intomainfrom
renovate/11ty-eleventy-plugin-rss-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 8, 2026

This PR contains the following updates:

Package Change Age Confidence
@11ty/eleventy-plugin-rss (source) ^2.0.2^3.0.0 age confidence

Release Notes

11ty/eleventy-plugin-rss (@​11ty/eleventy-plugin-rss)

v3.0.0: Feeds (RSS, Atom, JSON) v3.0.0

Compare Source

  • Breaking this plugin is now ESM #​72 It now requires Eleventy v3 or newer. Read more about how to use ESM plugins in your ESM or CommonJS configuration file. TL;DR:
    • ESM: import rssPlugin from "@​11ty/eleventy-plugin-rss";
    • CommonJS and Node 20.19+: const rssPlugin = require("@​11ty/eleventy-plugin-rss");
    • CommonJS and older versions of Node: const { default: rssPlugin } = await import("@​11ty/eleventy-plugin-rss"); in an async configuration callback.
  • Add script parameter to Virtual template so you can pass a URL for the XSLT polyfill by @​tomayac in #​85
  • Fix a couple of RFC822 formatting issues by @​sentience in #​70
  • Add icon and logo optional metadata to Virtual Template by @​philipmw in #​68
  • Add Atom/RSS post summary/description to Virtual Template via post.data.summary by @​RyKilleen in #​65

Thank you to new contributions from @​tomayac, @​sentience, @​philipmw, and @​RyKilleen!

Milestone: https://github.com/11ty/eleventy-plugin-rss/milestone/9?closed=1
Full Changelog: 11ty/eleventy-plugin-rss@v2.0.4...v3.0.0


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.

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