Skip to content

Dependency "test-exclude" outdated #331

@moritz-baecker-integra

Description

@moritz-baecker-integra

Describe the bug

The current version of vite-plugin-istanbul@6.0.2 is using outdated dependencies:

 vite-plugin-istanbul@6.0.2
  └─┬ test-exclude@6.0.0
    └─┬ glob@7.2.3
      └── inflight@1.0.6

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

npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated inflight@1.0.6: 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions