Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated dependencies end up in user projects #3228

Closed
Artur- opened this issue Jun 27, 2023 · 2 comments
Closed

Deprecated dependencies end up in user projects #3228

Artur- opened this issue Jun 27, 2023 · 2 comments

Comments

@Artur-
Copy link

Artur- commented Jun 27, 2023

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
@pwbriggs
Copy link

Fixed in #3170.

@tomayac
Copy link
Member

tomayac commented Apr 25, 2024

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

@tomayac tomayac closed this as completed Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants