zip-it-and-ship-it icon indicating copy to clipboard operation
zip-it-and-ship-it copied to clipboard

Update `glob` to v9

Open LekoArts opened this issue 1 year ago • 1 comments

In https://github.com/netlify/next-runtime/pull/2154#discussion_r1226612965 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: https://github.com/isaacs/node-glob/issues/277#issuecomment-1449067157

LekoArts avatar Jun 12 '23 12:06 LekoArts

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

danez avatar Jun 13 '23 13:06 danez