11ty / eleventy-upgrade-help

Helper plugin when upgrading your Eleventy project to a new major version.
66 stars 3 forks source link

Plugin compatibility error #1

Closed AleksandrHovhannisyan closed 2 years ago

AleksandrHovhannisyan commented 2 years ago

I installed @11ty/eleventy-upgrade-help and added a config to my .eleventy.js like the README suggests. When I then attempted to upgrade 11ty, the new version installed just fine, but the plugin didn't provide any guidance, hints, or messages. On startup, the plugin also does not log anything, and my server crashes due to a breaking change in the upgrade. The errors are the same as without the plugin.

Am I doing something wrong? I also tried invoking the plugin directly with npx thinking maybe it's a standalone, but that doesn't appear to be the case.

zachleat commented 2 years ago

Howdy!

I see you also posted this comment: https://github.com/11ty/eleventy/issues/2000#issuecomment-937701815

I’ve pushed a 1.0.1 of this plugin which should resolve the plugin compatibility error you had there. Related: https://github.com/11ty/eleventy/issues/2001

Please retest and let me know!

zachleat commented 2 years ago

This is an automated message to let you know that a helpful response was posted to your issue and for the health of the repository issue tracker the issue will be closed. This is to help alleviate issues hanging open waiting for a response from the original poster.

If the response works to solve your problem—great! But if you’re still having problems, do not let the issue’s closing deter you if you have additional questions! Post another comment and we will reopen the issue. Thanks!

AleksandrHovhannisyan commented 2 years ago

Yup, I no longer see the warning. Thanks!

huphtur commented 1 year ago

Attempting to upgrade to 1.0.2, possible to update this plugin?