Skip to content

Bump minimatch from 3.1.2 to 3.1.4#3510

Closed
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/minimatch-3.1.4
Closed

Bump minimatch from 3.1.2 to 3.1.4#3510
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/minimatch-3.1.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 25, 2026

Bumps minimatch from 3.1.2 to 3.1.4.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.2 to 3.1.4.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.1.2...v3.1.4)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 3.1.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the Rebuild Re-transpile JS & re-generate workflows label Feb 25, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 25, 2026 02:13
@github-actions github-actions bot added size/XS Should be very easy to review and removed Rebuild Re-transpile JS & re-generate workflows labels Feb 25, 2026
@github-actions
Copy link
Contributor

Pushed a commit to rebuild the Action. Please mark the PR as ready for review to trigger PR checks.

@github-actions github-actions bot marked this pull request as draft February 25, 2026 02:15
@henrymercer henrymercer marked this pull request as ready for review February 25, 2026 12:02
Copilot AI review requested due to automatic review settings February 25, 2026 12:02
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the minimatch dependency from version 3.1.2 to 3.1.4, incorporating upstream performance improvements and bug fixes related to glob pattern matching. The changes include improved handling of globstar (**) patterns with recursion limits and optimizations for consecutive star (*) characters.

Changes:

  • Updated minimatch from 3.1.2 to 3.1.4 in package-lock.json
  • Updated transitive dependencies (balanced-match, brace-expansion) to newer versions
  • Regenerated compiled JavaScript in lib/ directory to reflect the updated dependencies

Reviewed changes

Copilot reviewed 12 out of 13 changed files in this pull request and generated no comments.

File Description
package-lock.json Updated minimatch to 3.1.4 and related transitive dependencies; removed @isaacs/* scoped packages in favor of scoped versions under glob/node_modules
lib/*.js Automatically generated JavaScript files reflecting the updated minimatch dependency (not reviewed per repository guidelines)

@henrymercer
Copy link
Contributor

This looks to be due to a bug in minimatch: isaacs/minimatch#284

auto-merge was automatically disabled February 25, 2026 13:24

Pull request was closed

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 25, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minimatch-3.1.4 branch February 25, 2026 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS Should be very easy to review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants