surma/rollup-plugin-off-main-thread

Update `magic-string`

rtritto opened this issue · 2 comments

Current version of magic-string 0.25.0 dependency use sourcemap-codec dependency that is deprecated.
In version 0.27.0 it's replaced with @jridgewell/sourcemap-codec.
magic-string dependency needs to be updated.

Steps to reproduce

  • yarn init -y
  • yarn set version canary
  • yarn add @surma/rollup-plugin-off-main-thread
  • Output:
➤ YN0000: ┌ Resolution step
➤ YN0061: │ sourcemap-codec@npm:1.4.8 is deprecated: Please use @jridgewell/sourcemap-codec instead
➤ YN0000: └ Completed
➤ YN0000: ┌ Fetch step
➤ YN0000: └ Completed
➤ YN0000: ┌ Link step
➤ YN0000: └ Completed
➤ YN0000: Done with warnings

@surma @RReverser Might one of you be available to bump the dependencies?

PR Reference: #57

What about creating a more maintained fork?