Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Update glob to v9 #1459

Open
LekoArts opened this issue Jun 12, 2023 · 1 comment
Open

Update glob to v9 #1459

LekoArts opened this issue Jun 12, 2023 · 1 comment

Comments

@LekoArts
Copy link

In netlify/next-runtime#2154 (comment) I've discovered that ZISI's underlying glob dependency could be updated to v9 to allow escaping [] inside globs. This would benefit next-runtime as it would match less files.

Comment from glob author that it's supposed to be fixed in v9: isaacs/node-glob#277 (comment)

@danez
Copy link
Contributor

danez commented Jun 13, 2023

glob v9 only supports Node.js 16 or newer. So we have to wait until we can upgrade.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@danez @LekoArts and others