Menu

#3228 Deprecated dependencies end up in user projects

closed
nobody
None
2024-04-25
2023-06-27
Anonymous
No

Originally created by: Artur-

Library Affected:
workbox-build@7

Browser & Platform:
All

Issue or Feature Request Description:
Installing workbox-build@7 results the deprecation warnings being printed:

npm WARN deprecated rollup-plugin-terser@7.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser
npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead

The first one would be solved by [#3170]

The second one has two causes, as shown by npm ls --all:

  ├─┬ @rollup/plugin-replace@2.4.2
   ├─┬ magic-string@0.25.9
    └── sourcemap-codec@1.4.8

  ├─┬ @surma/rollup-plugin-off-main-thread@2.2.3
   ├── magic-string@0.25.9 deduped

Related

Tickets: #3170
Tickets: #3451

Discussion

  • Anonymous

    Anonymous - 2024-04-17

    Originally posted by: pwbriggs

    Fixed in [#3170].

     

    Related

    Tickets: #3170

  • Anonymous

    Anonymous - 2024-04-25

    Ticket changed by: tomayac

    • status: open --> closed
     
  • Anonymous

    Anonymous - 2024-04-25

    Originally posted by: tomayac

    Hi there,

    Workbox is moving to a new engineering team within Google. As part of this move, we're declaring a partial bug bankruptcy to allow the new team to start fresh. We realize this isn't optimal, but realistically, this is the only way we see it working. For transparency, here're the criteria we applied:

    Thanks, and we hope for your understanding!
    The Workbox team

     

Log in to post a comment.