Vue version
3.2.45
Link to minimal reproduction
Ignore
Steps to reproduce
Install a package depending on @vue/reactivity-transform or @vue/compiler-sfc.
These two packages use magic-string of an old version which depends on deprecated sourcemap-codec
What is expected?
No warning
What is actually happening?
PNPM gives the following warning:
WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
System Info
No response
Any additional comments?
According to sxzz, require rollup/plugins#1373 to be merged
Vue version
3.2.45
Link to minimal reproduction
Ignore
Steps to reproduce
Install a package depending on
@vue/reactivity-transformor@vue/compiler-sfc.These two packages use
magic-stringof an old version which depends on deprecatedsourcemap-codecWhat is expected?
No warning
What is actually happening?
PNPM gives the following warning:
System Info
No response
Any additional comments?
According to sxzz, require rollup/plugins#1373 to be merged