Skip to content

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

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/11ty-eleventy-plugin-rss-3.x
Closed

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

Conversation

@renovate

@renovate renovate Bot commented Mar 21, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@11ty/eleventy-plugin-rss (source) ^1.2.0^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

v2.0.4: Eleventy RSS v2.0.4

Compare Source

  • Adds Node v24 to CI
  • Removes unnecessary url import.

Full Changelog: 11ty/eleventy-plugin-rss@v2.0.3...v2.0.4

v2.0.3: Eleventy RSS v2.0.3

Compare Source

v2.0.2: Eleventy RSS Plugin v2.0.2

Compare Source

  • Compatibility with Eleventy core 3.0.0-alpha.15 or newer
  • Fixes virtual feed plugin issue with collections.all #​54
  • Fixes issue with virtual feed plugin used inside of a plugin #​52

Full Changelog: 11ty/eleventy-plugin-rss@v2.0.1...v2.0.2
Full Milestone: https://github.com/11ty/eleventy-plugin-rss/milestone/8?closed=1

v2.0.1: Eleventy RSS Plugin v2.0.1

Compare Source

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

We need your help!

11ty is now operating independently, with full time development and maintenance funded by our Open Collective supporters. We need your help to keep going! We have a goal of $6000 USD recurring monthly budget. Read more about this fundraising push or head directly to our Open Collective to start your recurring contribution!

v2.0.0: Eleventy RSS Plugin v2.0.0

Compare Source

Milestone: https://github.com/11ty/eleventy-plugin-rss/milestone/3?closed=1
Full Changelog: 11ty/eleventy-plugin-rss@v1.2.0...v2.0.0

We need your help!

11ty is now operating independently, with full time development and maintenance funded by our Open Collective supporters. We need your help to keep going! We have a goal of $6000 USD recurring monthly budget. Read more about this fundraising push or head directly to our Open Collective to start your recurring contribution!


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 is behind base branch, 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.

@renovate
renovate Bot force-pushed the renovate/11ty-eleventy-plugin-rss-3.x branch 4 times, most recently from a4babcf to 0be5874 Compare April 3, 2026 16:47
@renovate
renovate Bot force-pushed the renovate/11ty-eleventy-plugin-rss-3.x branch 3 times, most recently from 47d8d37 to f49b123 Compare May 12, 2026 05:42
@renovate
renovate Bot force-pushed the renovate/11ty-eleventy-plugin-rss-3.x branch from f49b123 to 41ce72d Compare May 22, 2026 05:34
@marcoklein

Copy link
Copy Markdown
Owner

Superseded by #156 which consolidates all dependency upgrades.

@marcoklein marcoklein closed this May 26, 2026
@marcoklein
marcoklein deleted the renovate/11ty-eleventy-plugin-rss-3.x branch May 26, 2026 10:01
@renovate

renovate Bot commented May 26, 2026

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

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.

1 participant