zip-it-and-ship-it
zip-it-and-ship-it copied to clipboard
Update `glob` to v9
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
glob v9 only supports Node.js 16 or newer. So we have to wait until we can upgrade.