jshint-loader icon indicating copy to clipboard operation
jshint-loader copied to clipboard

fix(security): update dependencies

Open boidolr opened this issue 7 years ago • 2 comments

This PR contains a:

  • [ ] bugfix
  • [ ] new feature
  • [x] code refactor
  • [ ] test update
  • [ ] typo fix
  • [ ] metadata update

Motivation / Use-Case

Currently there are several warnings for outdated libraries. These block further changes. See https://david-dm.org/webpack-contrib/jshint-loader

Breaking Changes

No breaking changes.

Additional Info

Unfortunately the handling of paths had to be changed, as the updated version of rcloader handles merging differently and would return objects containing the characters of the path otherwise ({ '0': 't', '1': 'e', '2': 's', '3': 't', '4': '/', '5': 'f', '6': 'i', '7': 'x', '8': 't', '9': 'u', '10': 'r', '11': 'e', '12': 's', '13': '/', ... }).

boidolr avatar Aug 05 '18 15:08 boidolr

CLA assistant check
All committers have signed the CLA.

jsf-clabot avatar Aug 05 '18 15:08 jsf-clabot

This looks like it should be good to merge. Any reason why there is a 6 month delay?

nullivex avatar Apr 05 '19 21:04 nullivex