fabric8-ui / fabric8-planner

https://fabric8-ui.github.io/fabric8-planner/
Apache License 2.0
26 stars 62 forks source link

Deprecated packages in the repo, needs updating #1919

Open debloper opened 7 years ago

debloper commented 7 years ago
npm WARN deprecated ng2-bootstrap@1.3.3: ng2-bootstrap was renamed to ngx-bootstrap, please update your dependencies
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN deprecated fs-promise@0.3.1: Use mz or fs-extra^3.0 with Promise Support
npm WARN deprecated npmconf@2.1.2: this package has been reintegrated into npm and is now out of date with respect to npm
npm WARN deprecated @bahmutov/parse-github-repo-url@0.1.2: All features were merged back into original parse-github-repo-url
npm WARN deprecated conventional-changelog@0.0.17: Please update conventional-changelog to >1.0.0. If you are running the cli, use conventional-changelog-cli
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
ppitonak commented 7 years ago

I agree that we should keep the dependencies updated but most of these are probably transitive deps so you need to provide more information which package needs to be updated (sometimes it might not be possible)

This will show you how minimatch got into fabric8-planner

npm ls minimatch