rollup-plugin-off-main-thread icon indicating copy to clipboard operation
rollup-plugin-off-main-thread copied to clipboard

Update `magic-string`

Open rtritto opened this issue 2 years ago • 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

rtritto avatar Dec 04 '22 23:12 rtritto

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

imnasnainaec avatar Apr 27 '23 17:04 imnasnainaec

PR Reference: #57

What about creating a more maintained fork?

Trickfilm400 avatar May 16 '24 05:05 Trickfilm400