deprecated sourcemap-codec@1.4.8 due to an outdated magic-string version
Vue version
3.2.41
Link to minimal reproduction
https://github.com/vuejs/vue/blob/main/packages/compiler-sfc/package.json#L26
Steps to reproduce
npm i vue
What is expected?
No Warnings.
What is actually happening?
npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
System Info
No response
Any additional comments?
Please update this magic-string dependency version to the last version 0.27.0
as they have solved this issue here.