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

Dependency "test-exclude" outdated #331

Open
4 tasks done
moritz-baecker-integra opened this issue Jan 16, 2025 · 3 comments
Open
4 tasks done

Dependency "test-exclude" outdated #331

moritz-baecker-integra opened this issue Jan 16, 2025 · 3 comments
Labels
bug Something isn't working

Comments

@moritz-baecker-integra
Copy link

Describe the bug

The current version of [email protected] is using outdated dependencies:

text-exclude causes the use of outdated glob and with that of outdated inflight.

npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
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.

Reproduction

https://stackblitz.com/edit/vitejs-vite-9ec6q4ue?file=index.html

Steps to reproduce

npm i -D vite-plugin-istanbul@latest

System Info

System:
    OS: Linux 5.0 undefined
    CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
    Memory: 0 Bytes / 0 Bytes
    Shell: 1.0 - /bin/jsh
  Binaries:
    Node: 18.20.3 - /usr/local/bin/node
    Yarn: 1.22.19 - /usr/local/bin/yarn
    npm: 10.2.3 - /usr/local/bin/npm
    pnpm: 8.15.6 - /usr/local/bin/pnpm
  npmPackages:
    vite: ^6.0.7 => 6.0.7 
    vite-plugin-istanbul: ^6.0.2 => 6.0.2

Used Package Manager

npm

Logs

No response

Validations

@moritz-baecker-integra moritz-baecker-integra added the bug Something isn't working label Jan 16, 2025
@iFaxity
Copy link
Owner

iFaxity commented Jan 17, 2025

Alright a package update should be pretty painless, can see if i can fix a PR for it in the weekend.

@moritz-baecker-integra
Copy link
Author

It seems like it is already updated in the "next" branch since June:
359f32f

@iFaxity
Copy link
Owner

iFaxity commented Jan 27, 2025

Yes it has. I will make a release during the week i tired last weekend but it seemed to be stuck on something. Will fix the issue and get it deployed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants