-
Notifications
You must be signed in to change notification settings - Fork 409
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
Updating fixed NPM dependency versions #3901
Comments
Specifically about OpenLayers: we already tested OpenLayers 5 (latest) for a customer, and the changes to MapStore code to make it work were trivial, so I am optimistic that we will update our dependency to openlayers 5 soon. |
As I mentioned on issue #3217 thread (which is closed), the list of deprecated dependencies is here:
And pushing a project generated via the |
…es (lodash and axios)
Description
Doing an
npm install
shows that many library versions labeled as deprecated are used. including theopenlayers
package, which has been deprecated in favor of a different package (ol
).Is there a plan to update to non-deprecated libraries? I see that a similar thing was raised last year (Issue #3217), but that the decision was NOT to update to newer versions of dependencies due to this effort involved.
Whilst this is understandable, is it not likely that MapStore will soon be using versions of libraries that are behind the current documented versions of libraries? I'm still trying to figure out MapStore - or more particularly, assess whether it's a good fit for a project. And this seems like a deal breaker... My understanding is that if I choose to use openlayers with MapStore then I will almost certainly need to work with the openlayers code directly (but I'm not sure on this yet), and that using a deprecated version of openlayers will be quite frustrating.
The text was updated successfully, but these errors were encountered: