11ty / eleventy-plugin-rss

A pack of Eleventy plugins for generating an RSS feed.
https://www.11ty.dev/docs/plugins/rss/
MIT License
92 stars 22 forks source link

Update eleventy peer dependency #28

Closed paulrobertlloyd closed 2 years ago

paulrobertlloyd commented 2 years ago

11ty is at v1.0.0-beta, but this module requires >=0.11.0. Have to force install to get past this issue. The plugin works with v1.0.0 as far as I can tell.

zachleat commented 2 years ago

Going to solve this in core at https://github.com/11ty/eleventy/issues/2001

zachleat commented 2 years ago

Woops, this plugin isn’t using the 11ty compatibility check we have in place for the others. I’ll get it updated.

zachleat commented 2 years ago

As an example, the standard version checking approach: https://github.com/11ty/eleventy-navigation/blob/fccb334e0d7cad363bda691178cb53e35ee79981/package.json#L35 and https://github.com/11ty/eleventy-navigation/blob/fccb334e0d7cad363bda691178cb53e35ee79981/.eleventy.js#L6

zachleat commented 2 years ago

Oops, I didn’t link this one up but this is now solved with https://github.com/11ty/eleventy-plugin-rss/commit/d18b45ae0633951677567803d8f3f2341abc873f

Shipped with version 1.1.2