Barelydead / strapi-plugin-populate-deep

A Strapi plugin that makes it easier to populate deep content structures
172 stars 39 forks source link

Support Node v20 #40

Closed chohner closed 11 months ago

chohner commented 1 year ago

After https://github.com/strapi/strapi/pull/16557 (released in strapi v4.12.1), v20 is officially supported. There isn't anything in this package to not warrant supporting v20 afaik.

I left the lower bound in tact to keep supporting old versions

rafant97 commented 11 months ago

Yes, i tried to deploy my strapi project with this plugin but it gives me an error about the node version. It doesn´t support the 20 version

chohner commented 11 months ago

@Barelydead anything I can do to get this merged? :)

Barelydead commented 11 months ago

I'll make a new release with when i have some time

chohner commented 11 months ago

I'll make a new release with when i have some time

Great, thanks! Maybe a few other PRs are also worth merging before :)

rafant97 commented 11 months ago

When i try to deploy my project i have this error:

"error strapi-plugin-populate-deep@3.0.0: The engine "node" is incompatible with this module. Expected version ">=14.19.1 <=18.x.x". Got "20.8.0""

I hope it will be fixed soon 😅

rafant97 commented 10 months ago

Hello, i still have the shame error message to deploy my project. I realised my package.json is different than the new merge. This is my package.json: https://github.com/rafant97/portfolio-web/blob/main/package.json

Is there anything that i am missing about the plugin?

chohner commented 10 months ago

Hello, i still have the shame error message to deploy my project. I realised my package.json is different than the new merge. This is my package.json: https://github.com/rafant97/portfolio-web/blob/main/package.json

Is there anything that i am missing about the plugin?

afaik there has not been a release yet

rafant97 commented 10 months ago

Does anyone knows if it was updated?