Skip to content

chore(deps-dev): bump minimatch from 3.1.2 to 3.1.4#173

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/minimatch-3.1.4
Open

chore(deps-dev): bump minimatch from 3.1.2 to 3.1.4#173
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/minimatch-3.1.4

Conversation

@dependabot
Copy link

@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 dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 25, 2026
@sonarqubecloud
Copy link

SonarQube reviewer guide

Summary: Update dependency versions across the project, primarily upgrading multiple minimatch instances to newer versions and restructuring brace-expansion dependencies.

Review Focus:

  • The removal of @isaacs/balanced-match and @isaacs/brace-expansion packages and their replacement with standard balanced-match and brace-expansion versions in several dependency trees (glob, loopback-datasource-juggler, minimatch).
  • Significant cleanup of npm bundled dependencies, removing ~100 lines of unused npm CLI tooling packages.
  • Node engine compatibility changes from "20 || >=22" to "18 || 20 || >=22" in some packages, which may affect minimum Node version requirements.

Start review at: package-lock.json sections for glob/node_modules/ and minimatch/node_modules/. These are critical as they show the architectural shift from isaacs-scoped to standard brace-expansion packages, which could impact glob pattern matching behavior if there are API differences between versions.

💬 Please send your feedback

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants