8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Downgrade minimatch to v9.
minimatch
Version 0.7.0 introduced a dependency on minimatch@^10.0.1 which itself has a requirement of Node > 20. OpenTelemetry on the other hand still supports Node 18.
0.7.0
minimatch@^10.0.1
Downgrading to v9 of minimatch should not have impact on functionality.
No response
The text was updated successfully, but these errors were encountered:
feat: Downgrade minimatch to v9 to support node 16+
48ab94a
Closes: fastify#57
72e9153
Successfully merging a pull request may close this issue.
Prerequisites
🚀 Feature Proposal
Downgrade
minimatch
to v9.Motivation
Version
0.7.0
introduced a dependency onminimatch@^10.0.1
which itself has a requirement of Node > 20. OpenTelemetry on the other hand still supports Node 18.Downgrading to v9 of
minimatch
should not have impact on functionality.Example
No response
The text was updated successfully, but these errors were encountered: