Update `glob` to v9
LekoArts opened this issue · 1 comments
LekoArts commented
In opennextjs/opennextjs-netlify#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 commented
glob v9 only supports Node.js 16 or newer. So we have to wait until we can upgrade.