mmisw / orr-portal

ORR Frontend component
Apache License 2.0
8 stars 5 forks source link

Upgrade deprecated dependencies #129

Open lewismc opened 5 years ago

lewismc commented 5 years ago
npm WARN deprecated angular-ui-router@0.2.18: This npm package 'angular-ui-router' has been renamed to '@uirouter/angularjs'. Please update your package.json. See https://ui-router.github.io/blog/uirouter-scoped-packages/
npm WARN deprecated gulp-util@2.2.20: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm WARN deprecated graceful-fs@3.0.11: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
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: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm WARN deprecated circular-json@0.5.9: CircularJSON is in maintenance only, flatted is its successor.
carueda commented 5 years ago

Yeah, I've noted these since I resumed some work on the ORR a couple of weeks ago.

Actually most of these only impact the dev environment itself (not the generated web app). I gave these upgrades a try a few days ago but it was starting to take much time, that unfortunately I don't have at the moment. Let me know how it goes if you want to go ahead with this.

carueda commented 5 years ago

Just lowered the priority a bit.