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

Upgrade the version of glob #389

Open
ematipico opened this issue Feb 2, 2024 · 2 comments · May be fixed by #390
Open

Upgrade the version of glob #389

ematipico opened this issue Feb 2, 2024 · 2 comments · May be fixed by #390
Labels
dependencies Pull requests that update a dependency file

Comments

@ematipico
Copy link

ematipico commented Feb 2, 2024

The current version of glob uses an outdated - very outdated - version of minimatch. That version of micromatch is CommonJS only and it breaks production code when deployed to serverless function.

For more reading: withastro/astro#9935

@JasonTame
Copy link

Minor correction - it's minimatch that is outdated with the current version of glob, not micromatch

@styfle styfle linked a pull request Feb 2, 2024 that will close this issue
@styfle
Copy link
Member

styfle commented Feb 2, 2024

I started a PR here but looks like Windows is failing since glob has changed from backslash to forward slash

If someone who has windows wants to fix it, feel free.

@styfle styfle added the dependencies Pull requests that update a dependency file label Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants