Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump @11ty/eleventy-plugin-rss from 1.2.0 to 2.0.3 #4148

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 17, 2025

Bumps @11ty/eleventy-plugin-rss from 1.2.0 to 2.0.3.

Release notes

Sourced from @​11ty/eleventy-plugin-rss's releases.

Eleventy RSS v2.0.3

Eleventy RSS Plugin v2.0.2

  • 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

Eleventy RSS Plugin v2.0.1

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!

Eleventy RSS Plugin v2.0.0

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!

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@11ty/eleventy-plugin-rss](https://github.com/11ty/eleventy-plugin-rss) from 1.2.0 to 2.0.3.
- [Release notes](https://github.com/11ty/eleventy-plugin-rss/releases)
- [Commits](11ty/eleventy-plugin-rss@v1.2.0...v2.0.3)

---
updated-dependencies:
- dependency-name: "@11ty/eleventy-plugin-rss"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 17, 2025
@dependabot dependabot bot requested review from aomarks and dglazkov January 17, 2025 13:45
Copy link

changeset-bot bot commented Jan 17, 2025

⚠️ No Changeset found

Latest commit: 1800c6d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dglazkov dglazkov merged commit 2d18b63 into main Jan 17, 2025
10 checks passed
@dglazkov dglazkov deleted the dependabot/npm_and_yarn/11ty/eleventy-plugin-rss-2.0.3 branch January 17, 2025 17:12
dglazkov pushed a commit to paullewis/breadboard that referenced this pull request Jan 17, 2025
…readboard-ai#4148)

Bumps
[@11ty/eleventy-plugin-rss](https://github.com/11ty/eleventy-plugin-rss)
from 1.2.0 to 2.0.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/11ty/eleventy-plugin-rss/releases"><code>@​11ty/eleventy-plugin-rss</code>'s
releases</a>.</em></p>
<blockquote>
<h2>Eleventy RSS v2.0.3</h2>
<ul>
<li>Adds npm publishing provenance</li>
<li>Default branch for this project is now <code>main</code></li>
<li>Better error messaging for non-string collection names passed to
virtual template <a
href="https://redirect.github.com/11ty/eleventy-plugin-rss/issues/61">#61</a></li>
<li>Dependency upgrades, specifically for <a
href="https://github.com/11ty/eleventy-posthtml-urls/releases/tag/v1.0.1">https://github.com/11ty/eleventy-posthtml-urls/releases/tag/v1.0.1</a></li>
</ul>
<h2>Eleventy RSS Plugin v2.0.2</h2>
<ul>
<li><em>Compatibility with Eleventy core 3.0.0-alpha.15 or
newer</em></li>
<li>Fixes virtual feed plugin issue with <code>collections.all</code> <a
href="https://redirect.github.com/11ty/eleventy-plugin-rss/issues/54">#54</a></li>
<li>Fixes issue with virtual feed plugin used inside of a plugin <a
href="https://redirect.github.com/11ty/eleventy-plugin-rss/issues/52">#52</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/11ty/eleventy-plugin-rss/compare/v2.0.1...v2.0.2">https://github.com/11ty/eleventy-plugin-rss/compare/v2.0.1...v2.0.2</a>
<strong>Full Milestone</strong>: <a
href="https://github.com/11ty/eleventy-plugin-rss/milestone/8?closed=1">https://github.com/11ty/eleventy-plugin-rss/milestone/8?closed=1</a></p>
<h2>Eleventy RSS Plugin v2.0.1</h2>
<ul>
<li>Fix missing <code>head</code> filter when using virtual templates by
<a href="https://github.com/jeanremy"><code>@​jeanremy</code></a> (with
assist from <a
href="https://github.com/benjifs"><code>@​benjifs</code></a>) <a
href="https://redirect.github.com/11ty/eleventy-plugin-rss/issues/50">#50</a>
<a
href="https://redirect.github.com/11ty/eleventy-plugin-rss/issues/51">#51</a></li>
<li>Contributors: <a
href="https://github.com/jeanremy"><code>@​jeanremy</code></a> made
their first contribution in <a
href="https://redirect.github.com/11ty/eleventy-plugin-rss/pull/51">11ty/eleventy-plugin-rss#51</a></li>
</ul>
<p><strong>Milestone</strong>: <a
href="https://github.com/11ty/eleventy-plugin-rss/milestone/7?closed=1">https://github.com/11ty/eleventy-plugin-rss/milestone/7?closed=1</a>
<strong>Full Changelog</strong>: <a
href="https://github.com/11ty/eleventy-plugin-rss/compare/v2.0.0...v2.0.1">https://github.com/11ty/eleventy-plugin-rss/compare/v2.0.0...v2.0.1</a></p>
<h2>We need your help!</h2>
<p>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 <a
href="https://www.11ty.dev/blog/sustainability-fundraising/">more about
this fundraising push</a> or head directly to <a
href="https://opencollective.com/11ty">our Open Collective to start your
recurring contribution</a>!</p>
<h2>Eleventy RSS Plugin v2.0.0</h2>
<ul>
<li><em>Compatible with Eleventy v3.0.0-alpha.13 or newer.</em></li>
<li>Adds new Virtual Template method for easy Atom/RSS/JSON feed
creation <a
href="https://redirect.github.com/11ty/eleventy-plugin-rss/issues/47">#47</a>.
<ul>
<li>Docs: <a
href="https://www.11ty.dev/docs/plugins/rss/#virtual-template">https://www.11ty.dev/docs/plugins/rss/#virtual-template</a></li>
</ul>
</li>
<li>Build performance benefit reusing new HTML <code>&lt;base&gt;</code>
plugin filters <a
href="https://redirect.github.com/11ty/eleventy-plugin-rss/issues/38">#38</a></li>
<li>Refactor dateToRfc822 to use local timezone by <a
href="https://github.com/fliptopbox"><code>@​fliptopbox</code></a> in <a
href="https://redirect.github.com/11ty/eleventy-plugin-rss/pull/45">11ty/eleventy-plugin-rss#45</a></li>
<li>Removes incorrectly named <code>rssLastUpdatedDate</code> and
<code>rssDate</code> filters. Use <code>getNewestCollectionItemDate |
dateToRfc3339</code> and <code>dateToRfc3339</code> instead
(respectively). <a
href="https://redirect.github.com/11ty/eleventy-plugin-rss/issues/21">#21</a></li>
<li>JSON Feed <code>authors</code> fix by <a
href="https://github.com/uncenter"><code>@​uncenter</code></a> in <a
href="https://redirect.github.com/11ty/eleventy-plugin-rss/pull/41">11ty/eleventy-plugin-rss#41</a></li>
<li>🥳 New contributors: <a
href="https://github.com/uncenter"><code>@​uncenter</code></a> and <a
href="https://github.com/fliptopbox"><code>@​fliptopbox</code></a>!</li>
</ul>
<p><strong>Milestone</strong>: <a
href="https://github.com/11ty/eleventy-plugin-rss/milestone/3?closed=1">https://github.com/11ty/eleventy-plugin-rss/milestone/3?closed=1</a>
<strong>Full Changelog</strong>: <a
href="https://github.com/11ty/eleventy-plugin-rss/compare/v1.2.0...v2.0.0">https://github.com/11ty/eleventy-plugin-rss/compare/v1.2.0...v2.0.0</a></p>
<h2>We need your help!</h2>
<p>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 <a
href="https://www.11ty.dev/blog/sustainability-fundraising/">more about
this fundraising push</a> or head directly to <a
href="https://opencollective.com/11ty">our Open Collective to start your
recurring contribution</a>!</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/11ty/eleventy-plugin-rss/commit/a639e447d27edcc91fdc5d05b5453bd0c8b05b29"><code>a639e44</code></a>
v2.0.3</li>
<li><a
href="https://github.com/11ty/eleventy-plugin-rss/commit/45b8a85c1943f1b0dcb90df9bce6022dda02e6fa"><code>45b8a85</code></a>
Add npm release workflow</li>
<li><a
href="https://github.com/11ty/eleventy-plugin-rss/commit/396140f402c5d4da84cbde144815963ebaf421d1"><code>396140f</code></a>
Better error messaging for <a
href="https://redirect.github.com/11ty/eleventy-plugin-rss/issues/61">#61</a></li>
<li><a
href="https://github.com/11ty/eleventy-plugin-rss/commit/285161247dece92e111cb2a28afda5c2987f1c14"><code>2851612</code></a>
Upgrade deps</li>
<li><a
href="https://github.com/11ty/eleventy-plugin-rss/commit/76d452a847322d25c525d17dceb83eb07e9b9793"><code>76d452a</code></a>
v2.0.2</li>
<li><a
href="https://github.com/11ty/eleventy-plugin-rss/commit/d7b9715a70ae70757a23be689a00b3a4d065ab83"><code>d7b9715</code></a>
Reorg dev deps for testing</li>
<li><a
href="https://github.com/11ty/eleventy-plugin-rss/commit/a269cabf0c1a5d369dd5412893d3434442c4d7da"><code>a269cab</code></a>
Fixes <a
href="https://redirect.github.com/11ty/eleventy-plugin-rss/issues/52">#52</a></li>
<li><a
href="https://github.com/11ty/eleventy-plugin-rss/commit/49b08a5baf70ee5279ea60edcb659b1947dec943"><code>49b08a5</code></a>
Fixes <a
href="https://redirect.github.com/11ty/eleventy-plugin-rss/issues/54">#54</a></li>
<li><a
href="https://github.com/11ty/eleventy-plugin-rss/commit/0fdf8bfaab1b7d43968b8a38ae67cf6319423c69"><code>0fdf8bf</code></a>
v2.0.1</li>
<li><a
href="https://github.com/11ty/eleventy-plugin-rss/commit/f711ff70e0dbe5614eb54d04012a13fe62d79506"><code>f711ff7</code></a>
Rename <code>head</code> filter to avoid conflicts.</li>
<li>Additional commits viewable in <a
href="https://github.com/11ty/eleventy-plugin-rss/compare/v1.2.0...v2.0.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@11ty/eleventy-plugin-rss&package-manager=npm_and_yarn&previous-version=1.2.0&new-version=2.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant