Conversation
Owner
Author
📚 Pull Request Stack
Managed by gh-stack |
Deploying modestbench with
|
| Latest commit: |
4e721ff
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b0b36d5f.modestbench.pages.dev |
| Branch Preview URL: | https://upgrade-minimatch.modestbench.pages.dev |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades the minimatch package from version 10.1.1 to 10.2.1 and adds npm overrides configuration to ensure all transitive dependencies use the same version, consolidating the dependency tree.
Changes:
- Upgraded
minimatchdirect dependency from 10.1.1 to 10.2.1 - Added npm overrides configuration to force all dependencies to use the root
minimatchversion - Consolidated dependency tree by removing multiple older versions of minimatch (3.1.2, 9.0.5) from nested node_modules
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updated minimatch version to 10.2.1 and added overrides configuration to consolidate all minimatch versions across the dependency tree |
| package-lock.json | Reflected the version upgrade and removed multiple older versions of minimatch and related packages from nested node_modules, consolidating to a single version |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.