pmmmwh / react-refresh-webpack-plugin

A Webpack plugin to enable "Fast Refresh" (also previously known as Hot Reloading) for React components.
MIT License
3.13k stars 192 forks source link

[jest] Some internal modules are deprecated. #844

Closed stein2nd closed 3 months ago

stein2nd commented 3 months ago

npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported @jestcore@29 7 0

pmmmwh commented 3 months ago

Unfortunately we cannot do anything to fix deprecated dependencies from downstream dependencies - once Jest v30 is stable we should be able to resolve this.