Baroshem / nuxt-security

🛡 Automatically configure your app to follow OWASP security patterns and principles by using HTTP Headers and Middleware
https://nuxt-security.vercel.app/
MIT License
738 stars 56 forks source link

chore: bump unplugin-remove to fix sourcemap warnings #420

Closed Jesse1989pp closed 2 months ago

Jesse1989pp commented 2 months ago

Bump unplugin-remove to remove warning withing nuxt compilation

This was addressed today and the version was bumped to 1.0.2

Types of changes

Description

Recent bump of unplugin-remove returns a lot of warnings(hunderds in our case) during nuxt compilation: https://github.com/Talljack/unplugin-remove/issues/139

Warning: [plugin unplugin-remove-console-debugger] Sourcemap is likely to be incorrect: a plugin (unplugin-remove-console-debugger) was used to transform files, but didn't generate a sourcemap for the transformation. Consult the plugin documentation for help

Checklist:

I don't think anything of the checklist applies, regression should be covered in the current test.

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nuxt-security ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 9, 2024 10:53am
Jesse1989pp commented 2 months ago

@Baroshem not sure how you normally deal with these. Would this bump be viable for a version 1.3.2?

Baroshem commented 2 months ago

Hey @Jesse1989pp Thansk for that

As this package bump is used for fixing a bug, let's release it as a patch :)