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

[ava, xo] Some internal modules are deprecated. #160

Open
stein2nd opened this issue May 29, 2024 · 3 comments
Open

[ava, xo] Some internal modules are deprecated. #160

stein2nd opened this issue May 29, 2024 · 3 comments

Comments

@stein2nd
Copy link

For verification, we temporarily modernised package.json by running 'ncu' and 'ncu -u' under the ‘de’l installation folder.
graceful-fs

After running 'npm install --force', several internal modules still show a deprecated warning.

npm warn deprecated [email protected]:
Rimraf versions prior to v4 are no longer supported
rimraf@3 0 2

npm warn deprecated [email protected]:
Glob versions prior to v9 are no longer supported
T rimraf@3 0 2

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.
ava@6 1 3

npm warn deprecated [email protected]:
This package is no longer supported.
npmlog@5 0 1

npm warn deprecated [email protected]:
This package is no longer supported.
are-we-there-yet@2 0 0

npm warn deprecated [email protected]:
This package is no longer supported.
@mapboxnode-pre-gyp@1 0 11

System:

  • OS: macOS 14.5
  • CPU: (12) x64 Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
  • Memory: 202.00 MB / 32.00 GB
  • Shell: 3.2.57 - /bin/bash

Binaries:

  • Node: 22.2.0 - ~/.nodebrew/current/bin/node
  • Yarn: 1.22.22 - /usr/local/bin/yarn
  • npm: 10.8.0 - ~/.nodebrew/current/bin/npm

npmPackages:

  • ava: ^6.1.3 => 6.1.3
  • benchmark: ^2.1.4 => 2.1.4
  • globby: ^14.0.1 => 14.0.1
  • graceful-fs: ^4.2.11 => 4.2.11
  • is-glob: ^4.0.3 => 4.0.3
  • is-path-cwd: ^3.0.0 => 3.0.0
  • is-path-inside: ^4.0.0 => 4.0.0
  • make-dir: ^5.0.0 => 5.0.0
  • p-map: ^7.0.2 => 7.0.2
  • rimraf: ^5.0.7 => 5.0.7
  • slash: ^5.1.0 => 5.1.0
  • tempy: ^3.1.0 => 3.1.0
  • tsd: ^0.31.0 => 0.31.0
  • xo: ^0.58.0 => 0.58.0
@ajiho
Copy link

ajiho commented Jun 25, 2024

也许你可以发送一个pr,是rimraf的问题,更新它的版本号就可以了

@renkei
Copy link

renkei commented Sep 5, 2024

Please update to rimraf 6.x which requires glob 11.x

@fregante
Copy link

It sounds like most issues come from the vercel project so it would be good to open some PRs on that repo rather than here.

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

4 participants