webpack-contrib / source-map-loader

extract sourceMappingURL comments from modules and offer it to webpack
MIT License
363 stars 84 forks source link

[3.0.2 or later] source-map-loader has deprecated methods. #225

Closed stein2nd closed 10 months ago

stein2nd commented 11 months ago

Bug report

npm WARN deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead

Actual Behavior

abab@2 0 6 deduped

Expected Behavior

How Do We Reproduce?

  1. Delete the "node_modules" folder and "package-lock.json".
  2. Execute "ncu", "ncu -u", "npm install --force" in order.

Please paste the results of npx webpack-cli info here, and mention other relevant information

System:

mbostwick commented 11 months ago

There are a couple of packages there that will still give that warning, However, I routed a PR to fix this locally. It would involved having atleast node 16. I just bumped the minor version though since version 16 is out of support, so supported node versions should be fine..