Update dependency @11ty/eleventy-plugin-rss to v3 #16

Merged
buckbanzai merged 1 commit from renovate/11ty-eleventy-plugin-rss-3.x into main 2026-04-12 11:54:18 -07:00
Member

This PR contains the following updates:

Package Change Age Confidence
@11ty/eleventy-plugin-rss (source) ^2.0.4^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: https://github.com/11ty/eleventy-plugin-rss/compare/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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@11ty/eleventy-plugin-rss](https://www.11ty.dev/docs/plugins/rss/) ([source](https://github.com/11ty/eleventy-plugin-rss)) | [`^2.0.4` → `^3.0.0`](https://renovatebot.com/diffs/npm/@11ty%2feleventy-plugin-rss/2.0.4/3.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@11ty%2feleventy-plugin-rss/3.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@11ty%2feleventy-plugin-rss/2.0.4/3.0.0?slim=true) | --- ### Release Notes <details> <summary>11ty/eleventy-plugin-rss (@&#8203;11ty/eleventy-plugin-rss)</summary> ### [`v3.0.0`](https://github.com/11ty/eleventy-plugin-rss/releases/tag/v3.0.0): Feeds (RSS, Atom, JSON) v3.0.0 [Compare Source](https://github.com/11ty/eleventy-plugin-rss/compare/v2.0.4...v3.0.0) - **Breaking** this plugin is now ESM [#&#8203;72](https://github.com/11ty/eleventy-plugin-rss/pull/72) It now requires Eleventy v3 or newer. Read more about [how to use ESM plugins in your ESM or CommonJS configuration file](https://www.11ty.dev/docs/cjs-esm/#configuration). TL;DR: - ESM: `import rssPlugin from "@&#8203;11ty/eleventy-plugin-rss";` - CommonJS and Node 20.19+: `const rssPlugin = require("@&#8203;11ty/eleventy-plugin-rss");` - CommonJS and older versions of Node: `const { default: rssPlugin } = await import("@&#8203;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 [@&#8203;tomayac](https://github.com/tomayac) in [#&#8203;85](https://github.com/11ty/eleventy-plugin-rss/pull/85) - Fix a couple of RFC822 formatting issues by [@&#8203;sentience](https://github.com/sentience) in [#&#8203;70](https://github.com/11ty/eleventy-plugin-rss/pull/70) - Add icon and logo optional metadata to Virtual Template by [@&#8203;philipmw](https://github.com/philipmw) in [#&#8203;68](https://github.com/11ty/eleventy-plugin-rss/pull/68) - Add Atom/RSS post summary/description to Virtual Template via `post.data.summary` by [@&#8203;RyKilleen](https://github.com/RyKilleen) in [#&#8203;65](https://github.com/11ty/eleventy-plugin-rss/pull/65) Thank you to new contributions from [@&#8203;tomayac](https://github.com/tomayac), [@&#8203;sentience](https://github.com/sentience), [@&#8203;philipmw](https://github.com/philipmw), and [@&#8203;RyKilleen](https://github.com/RyKilleen)! **Milestone**: <https://github.com/11ty/eleventy-plugin-rss/milestone/9?closed=1> **Full Changelog**: <https://github.com/11ty/eleventy-plugin-rss/compare/v2.0.4...v3.0.0> </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44NC4xIiwidXBkYXRlZEluVmVyIjoiNDMuMTEwLjE1IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Update dependency @11ty/eleventy-plugin-rss to v3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
0f33e83016
MarkerBot force-pushed renovate/11ty-eleventy-plugin-rss-3.x from 0f33e83016
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
to 6b2e4c0143
All checks were successful
ci/woodpecker/pull_request_metadata/build Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pull_request_closed/build Pipeline was successful
2026-04-12 09:03:51 -07:00
Compare
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
MarkerMatic/site!16
No description provided.