Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Potential compatibility issue: This changes the
brace-expansionresolution from>=2.1.2 <3(v2.x) to^5.0.8(v5.x), which is a major version jump. Key consumers likeminimatch@^9.0.7(also listed in resolutions) depend onbrace-expansion@2.x. Forcing v5.x via resolutions may cause runtime breakage because the API between v2 and v5 could be incompatible.Please verify that all packages depending on
brace-expansion(e.g.,minimatch,@typescript-eslint/typescript-estree) are compatible withbrace-expansion@5.xbefore merging. If this was intended as a security fix, consider checking whether a patched v2.x release exists instead.