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

Glob Deprecated dependencies!! #3379

Open
leeobrum opened this issue Nov 28, 2024 · 1 comment
Open

Glob Deprecated dependencies!! #3379

leeobrum opened this issue Nov 28, 2024 · 1 comment
Labels
dependencies Pull requests that update a dependency file

Comments

@leeobrum
Copy link

workbox-build, do you have any idea about updating the glob library?

image

npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported

image

@leeobrum leeobrum changed the title Deprecated dependencies!! Glob Deprecated dependencies!! Nov 28, 2024
@azangru
Copy link

azangru commented Dec 15, 2024

I'd like to add another deprecated dependency to the list: sourcemap-codec.

npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Please use @jridgewell/sourcemap-codec instead

The dependency trees:

└─┬ [email protected]
  └─┬ [email protected]
    ├─┬ @rollup/[email protected]
    │ └─┬ [email protected]
    │   └── [email protected]
    └─┬ @surma/[email protected]
      └─┬ [email protected]
        └── [email protected] deduped

@westonruter westonruter added the dependencies Pull requests that update a dependency file label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

3 participants