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

Open
MarkerBot wants to merge 1 commit from renovate/11ty-eleventy-plugin-rss-3.x into main
Member

This PR contains the following updates:

Package Type Update Change
@11ty/eleventy-plugin-rss (source) dependencies major ^2.0.4^3.0.0

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: 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 | Type | Update | Change | |---|---|---|---| | [@11ty/eleventy-plugin-rss](https://www.11ty.dev/docs/plugins/rss/) ([source](https://github.com/11ty/eleventy-plugin-rss)) | dependencies | major | [`^2.0.4` → `^3.0.0`](https://renovatebot.com/diffs/npm/@11ty%2feleventy-plugin-rss/2.0.4/3.0.0) | --- ### 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**: 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:eyJjcmVhdGVkSW5WZXIiOiI0My44NC4xIiwidXBkYXRlZEluVmVyIjoiNDMuODQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
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
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
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/11ty-eleventy-plugin-rss-3.x:renovate/11ty-eleventy-plugin-rss-3.x
git switch renovate/11ty-eleventy-plugin-rss-3.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/11ty-eleventy-plugin-rss-3.x
git switch renovate/11ty-eleventy-plugin-rss-3.x
git rebase main
git switch main
git merge --ff-only renovate/11ty-eleventy-plugin-rss-3.x
git switch renovate/11ty-eleventy-plugin-rss-3.x
git rebase main
git switch main
git merge --no-ff renovate/11ty-eleventy-plugin-rss-3.x
git switch main
git merge --squash renovate/11ty-eleventy-plugin-rss-3.x
git switch main
git merge --ff-only renovate/11ty-eleventy-plugin-rss-3.x
git switch main
git merge renovate/11ty-eleventy-plugin-rss-3.x
git push origin main
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.