martpie / next-transpile-modules

Next.js plugin to transpile code from node_modules. Please see: https://github.com/martpie/next-transpile-modules/issues/291
MIT License
1.13k stars 85 forks source link

chore(deps): updated enhanced-resolve to 5.8.2 #206

Closed belgattitude closed 3 years ago

belgattitude commented 3 years ago

Why not trying :smile: ?

Want to debug the source field support... if CI pass could be nice to add

Release notes: https://github.com/webpack/enhanced-resolve/releases

I haven't updated other packages, or security issues... that can be done separately.

martpie commented 3 years ago

Should not change anything, the latest dep will be installed automatically (^), you can check in your lock file which version is installed, and you can force the update with npm/yarn easily by removing your lockfile + node_modules and re-installing your deps ;)

belgattitude commented 3 years ago

I would keep that P/R though, imo it's good to have latest in lock. Just not acquainted yet to the project, so just updated the dep separately