Skip to content

chore(deps): Bump minimatch and mocha#2186

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/multi-4b7cadc8ce
Open

chore(deps): Bump minimatch and mocha#2186
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/multi-4b7cadc8ce

Conversation

@dependabot
Copy link
Contributor

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

Bumps minimatch to 8.0.7 and updates ancestor dependencies minimatch and mocha. These dependencies need to be updated together.

Updates minimatch from 8.0.4 to 8.0.7

Commits
  • c11bafe 8.0.7
  • abf1900 docs: add warning about ReDoS
  • be84a30 fix partial matching of globstar patterns
  • a5f07f4 8.0.6
  • c42643a lock node to v16 in dev
  • 9bbb456 limit nested extglob recursion, flatten extglobs
  • f4ce011 8.0.5
  • 50c739a update CI matrix and actions
  • e16b0f0 update test expectations for coalesced consecutive stars
  • 5173367 coalesce consecutive non-globstar * characters
  • Additional commits viewable in compare view

Updates minimatch from 10.1.1 to 10.2.4

Commits
  • c11bafe 8.0.7
  • abf1900 docs: add warning about ReDoS
  • be84a30 fix partial matching of globstar patterns
  • a5f07f4 8.0.6
  • c42643a lock node to v16 in dev
  • 9bbb456 limit nested extglob recursion, flatten extglobs
  • f4ce011 8.0.5
  • 50c739a update CI matrix and actions
  • e16b0f0 update test expectations for coalesced consecutive stars
  • 5173367 coalesce consecutive non-globstar * characters
  • Additional commits viewable in compare view

Updates minimatch from 3.1.2 to 3.1.5

Commits
  • c11bafe 8.0.7
  • abf1900 docs: add warning about ReDoS
  • be84a30 fix partial matching of globstar patterns
  • a5f07f4 8.0.6
  • c42643a lock node to v16 in dev
  • 9bbb456 limit nested extglob recursion, flatten extglobs
  • f4ce011 8.0.5
  • 50c739a update CI matrix and actions
  • e16b0f0 update test expectations for coalesced consecutive stars
  • 5173367 coalesce consecutive non-globstar * characters
  • Additional commits viewable in compare view

Updates mocha from 8.4.0 to 11.7.5

Release notes

Sourced from mocha's releases.

v11.7.5

11.7.5 (2025-11-04)

🩹 Fixes

  • swallow more require errors from *ts files (#5498) (d89dbaf)

🧹 Chores

v11.7.4

11.7.4 (2025-10-01)

🩹 Fixes

📚 Documentation

  • migrate remaining legacy wiki pages to main documentation (#5465) (bff9166)

🧹 Chores

v11.7.3

11.7.3 (2025-09-30)

🩹 Fixes

  • use original require() error for TS files if ERR_UNKNOWN_FILE_EXTENSION (#5408) (ebdbc48)

📚 Documentation

🤖 Automation

... (truncated)

Changelog

Sourced from mocha's changelog.

11.7.5 (2025-11-04)

🩹 Fixes

  • swallow more require errors from *ts files (#5498) (d89dbaf)

🧹 Chores

11.7.4 (2025-10-01)

🩹 Fixes

📚 Documentation

  • migrate remaining legacy wiki pages to main documentation (#5465) (bff9166)

🧹 Chores

11.7.3 (2025-09-30)

🩹 Fixes

  • use original require() error for TS files if ERR_UNKNOWN_FILE_EXTENSION (#5408) (ebdbc48)

📚 Documentation

🤖 Automation

  • deps: bump actions/setup-node in the github-actions group (#5459) (48c6f40)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by voxpelli, a new releaser for mocha since your current version.


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) to 8.0.7 and updates ancestor dependencies [minimatch](https://github.com/isaacs/minimatch) and [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.


Updates `minimatch` from 8.0.4 to 8.0.7
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v8.0.4...v8.0.7)

Updates `minimatch` from 10.1.1 to 10.2.4
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v8.0.4...v8.0.7)

Updates `minimatch` from 3.1.2 to 3.1.5
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v8.0.4...v8.0.7)

Updates `mocha` from 8.4.0 to 11.7.5
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/v11.7.5/CHANGELOG.md)
- [Commits](mochajs/mocha@v8.4.0...v11.7.5)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 8.0.7
  dependency-type: indirect
- dependency-name: minimatch
  dependency-version: 10.2.4
  dependency-type: indirect
- dependency-name: minimatch
  dependency-version: 3.1.5
  dependency-type: indirect
- dependency-name: mocha
  dependency-version: 11.7.5
  dependency-type: direct:development
...

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 28, 2026
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