chore(commonjs)!: bump glob's version#1695
Conversation
|
Hi any update on this? There is a vulnerability introduced thought this |
lukastaegert
left a comment
There was a problem hiding this comment.
It seems this update is breaking tests that rely on glob, so we need to figure out what the breaking changes were.
|
Hello, any updates on this? or is there a workaround
|
|
CI tests failed due to wrong order returned by |
|
@younggglcy I think this is good to merge, but please rebase/merge from master again. CI isn't happy. |
BREAKING CHANGES: Requires Node.js version >=16.0.0 or >= 14.17
fixed. |
* chore: bump glob's version BREAKING CHANGES: Requires Node.js version >=16.0.0 or >= 14.17 * fix: let glob match alphabetical order
Rollup Plugin Name:
@rollup/plugin-commonjsThis PR contains:
Are tests included?
Breaking Changes?
If yes, then include "BREAKING CHANGES:" in the first commit message body, followed by a description of what is breaking.
List any relevant issue numbers: resolves #1691
Description
BREAKING CHANGES: Requires Node.js version >=16.0.0 or >= 14.17, this is the same as glob's need.
both
globandshxhaveinflightin their deps, so this PR bumpsglobto the latest and removesshx, since it's not been used.