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

Override glob package version globally #15466

Closed
wants to merge 3 commits into from

Conversation

ThePlenkov
Copy link

Summary

I noticed that different jest modules give warnings described in #15173

Deprecated inflight dependency is introduced by outdated glob package, therefore upgrading it globally would possibly help to upgrade dependencies in published packages ( but I'm not sure! )

Test plan

Since is only a dependency upgrade i guess it's enough to run unit tests. However we need to validated that built packages contain a new version.

Copy link

linux-foundation-easycla bot commented Jan 17, 2025

CLA Signed

The committers listed above are authorized under a signed CLA.

Copy link

netlify bot commented Jan 17, 2025

Deploy Preview for jestjs ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 85b18ba
🔍 Latest deploy log https://app.netlify.com/sites/jestjs/deploys/678a2a631d88ff000822c5ad
😎 Deploy Preview https://deploy-preview-15466--jestjs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@jmengelle
Copy link

i would also like this update, for security reason, because of the inflight dependency.

@SimenB
Copy link
Member

SimenB commented Feb 12, 2025

We have already upgraded glob in #14509, we can't really do more in this repo. (any resolutions in this repo won't apply to your own project).

Note that jest@next still comes with text-exclude on an older version, but all other deps are updated.

I'll probably follow up 30 with 31 quite fast dropping Node 16 so we can update the dep

@SimenB SimenB closed this Feb 12, 2025
@ThePlenkov ThePlenkov deleted the bump-inflight-upgrade branch February 12, 2025 12:45
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

Successfully merging this pull request may close these issues.

3 participants