fix(deps): upgrading minimatch#3381
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
No new issues found.
TL;DR — Lockfile-only upgrade that consolidates transitive minimatch resolutions onto 10.2.5 and drops two now-unused @isaacs/* packages.
Key changes
- Consolidate
minimatchto10.2.5— both10.1.2and10.2.4resolutions collapse onto a single10.2.5entry across@eslint/config-array,@typescript-eslint/typescript-estree, and the ESLint snapshots. - Drop
@isaacs/balanced-matchand@isaacs/brace-expansion—minimatch@10.2.5depends on the standardbrace-expansion@5.0.5already present in the tree, removing the@isaacs/*fork variants.
Summary | 1 file | 1 commit | base: master ← up-minimatch-2026-05-10
Before: lockfile carried three
minimatchresolutions (10.1.2,10.2.4, plus the consolidated form) and the@isaacs/*brace-expansion fork.
After: singleminimatch@10.2.5entry across all consumers, withbrace-expansion@5.0.5as its sole dependency.
Patch-level bump of a transitive dep; engines remain 18 || 20 || >=22, which is compatible with this repo's Node matrix. No package.json change.
Claude Opus | 𝕏

No description provided.