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

fix(deps): Bump to [email protected] to resolve deprecated dependency warning #753

Merged
merged 3 commits into from
Jan 8, 2025

Conversation

Lms24
Copy link
Member

@Lms24 Lms24 commented Jan 7, 2025

This PR bumps the glob dependency from v8 to v9 to resolve a dependency deprecation warning about glob and inflight (a dependency of glob).

I was initially under the impression that we can only bump glob to v9 if we bump the wizard minimum node version to Node 16 due to the changelog entry. However, it seems like, glob@9 still supports Node 14.17.0 or higher as well.

I checked for our usages of glob and since we always use glob.sync and don't seem to use patterns ending with /, I think we shouldn't be exposed to breaking changes.

fixes #658

@Lms24 Lms24 force-pushed the lms/fix-deps-bump-glob-9 branch from 77c8750 to cfd682a Compare January 7, 2025 16:19
@Lms24 Lms24 self-assigned this Jan 7, 2025
@Lms24 Lms24 merged commit 1a6dfa7 into master Jan 8, 2025
17 checks passed
@Lms24 Lms24 deleted the lms/fix-deps-bump-glob-9 branch January 8, 2025 10:12
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.

Wizard for nextjs is using deprecated dependencies
2 participants