[PR #678] Bump minimatch and mocha in /react-express-mysql/backend #1258

Open
opened 2026-03-07 21:31:25 -06:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/docker/awesome-compose/pull/678

State: open
Merged: No


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

Updates minimatch from 3.0.4 to 3.1.5

Commits

Updates mocha from 9.2.2 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.
**Original Pull Request:** https://github.com/docker/awesome-compose/pull/678 **State:** open **Merged:** No --- Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.5 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimatch` from 3.0.4 to 3.1.5 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/minimatch/commit/7bba97888a27a6162983056bcce2a6e28f668712"><code>7bba978</code></a> 3.1.5</li> <li><a href="https://github.com/isaacs/minimatch/commit/bd259425b2ca17b42897997f93e890314155522d"><code>bd25942</code></a> docs: add warning about ReDoS</li> <li><a href="https://github.com/isaacs/minimatch/commit/1a9c27c75725474dbde57db2995b6281b267756d"><code>1a9c27c</code></a> fix partial matching of globstar patterns</li> <li><a href="https://github.com/isaacs/minimatch/commit/1a2e084af579731af66c221214e3ca8222c9bf23"><code>1a2e084</code></a> 3.1.4</li> <li><a href="https://github.com/isaacs/minimatch/commit/ae24656237c3d58067442f790ce17eff84463a47"><code>ae24656</code></a> update lockfile</li> <li><a href="https://github.com/isaacs/minimatch/commit/b1003749228b2a79e1f237963a0d559ef7a0941e"><code>b100374</code></a> limit recursion for **, improve perf considerably</li> <li><a href="https://github.com/isaacs/minimatch/commit/26ffeaa091b9f660833e23f42e07165b33e85c13"><code>26ffeaa</code></a> lockfile update</li> <li><a href="https://github.com/isaacs/minimatch/commit/9eca892a4e5dbb20534f9f30483b85cdeee6c2eb"><code>9eca892</code></a> lock node version to 14</li> <li><a href="https://github.com/isaacs/minimatch/commit/00c323b188b704e5d4bc534ecec2268cfa70a32a"><code>00c323b</code></a> 3.1.3</li> <li><a href="https://github.com/isaacs/minimatch/commit/30486b2048929264f44d18822891cfffa02af78b"><code>30486b2</code></a> update CI matrix and actions</li> <li>Additional commits viewable in <a href="https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.5">compare view</a></li> </ul> </details> <br /> Updates `mocha` from 9.2.2 to 11.7.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mochajs/mocha/releases">mocha's releases</a>.</em></p> <blockquote> <h2>v11.7.5</h2> <h2><a href="https://github.com/mochajs/mocha/compare/v11.7.4...v11.7.5">11.7.5</a> (2025-11-04)</h2> <h3>🩹 Fixes</h3> <ul> <li>swallow more <code>require</code> errors from *ts files (<a href="https://redirect.github.com/mochajs/mocha/issues/5498">#5498</a>) (<a href="https://github.com/mochajs/mocha/commit/d89dbaf23d093c22ab72e124dcaed110f3b0228d">d89dbaf</a>)</li> </ul> <h3>🧹 Chores</h3> <ul> <li>run tests on PRs for and pushes to v11.x (<a href="https://redirect.github.com/mochajs/mocha/issues/5525">#5525</a>) (<a href="https://github.com/mochajs/mocha/commit/8b21b3820e99d8c50c024ad1fbac8b78a3293d8d">8b21b38</a>)</li> <li>setup release-please for v11 (<a href="https://redirect.github.com/mochajs/mocha/issues/5522">#5522</a>) (<a href="https://github.com/mochajs/mocha/commit/663fff4b06ed3a1c70483c6ed8911ff0b89fa7b5">663fff4</a>)</li> </ul> <h2>v11.7.4</h2> <h2><a href="https://github.com/mochajs/mocha/compare/v11.7.3...v11.7.4">11.7.4</a> (2025-10-01)</h2> <h3>🩹 Fixes</h3> <ul> <li>watch mode using chokidar v4 (<a href="https://redirect.github.com/mochajs/mocha/issues/5379">#5379</a>) (<a href="https://github.com/mochajs/mocha/commit/c2667c3b3fca33c21306f59a1cca55bb7e1dac1f">c2667c3</a>)</li> </ul> <h3>📚 Documentation</h3> <ul> <li>migrate remaining legacy wiki pages to main documentation (<a href="https://redirect.github.com/mochajs/mocha/issues/5465">#5465</a>) (<a href="https://github.com/mochajs/mocha/commit/bff91660733b71b124aad939538dee7747cfbeb8">bff9166</a>)</li> </ul> <h3>🧹 Chores</h3> <ul> <li>remove trailing spaces (<a href="https://redirect.github.com/mochajs/mocha/issues/5475">#5475</a>) (<a href="https://github.com/mochajs/mocha/commit/7f68e5c1565606bcebeb715b8591c52973d00dff">7f68e5c</a>)</li> </ul> <h2>v11.7.3</h2> <h2><a href="https://github.com/mochajs/mocha/compare/v11.7.2...v11.7.3">11.7.3</a> (2025-09-30)</h2> <h3>🩹 Fixes</h3> <ul> <li>use original require() error for TS files if ERR_UNKNOWN_FILE_EXTENSION (<a href="https://redirect.github.com/mochajs/mocha/issues/5408">#5408</a>) (<a href="https://github.com/mochajs/mocha/commit/ebdbc487693254498de62068c59e3e43d078eff1">ebdbc48</a>)</li> </ul> <h3>📚 Documentation</h3> <ul> <li>add security escalation policy (<a href="https://redirect.github.com/mochajs/mocha/issues/5466">#5466</a>) (<a href="https://github.com/mochajs/mocha/commit/4122c7d13d0941be451365397fbf43e1f3103027">4122c7d</a>)</li> <li>fix duplicate global leak documentation (<a href="https://redirect.github.com/mochajs/mocha/issues/5461">#5461</a>) (<a href="https://github.com/mochajs/mocha/commit/1164b9da895e56cf745acda2792e634080018ff6">1164b9d</a>)</li> <li>migrate third party UIs wiki page to docs (<a href="https://redirect.github.com/mochajs/mocha/issues/5434">#5434</a>) (<a href="https://github.com/mochajs/mocha/commit/66547045cb9bd2fa8209b34c36da2a5ef49d23fc">6654704</a>)</li> <li>update maintainer release notes for release-please (<a href="https://redirect.github.com/mochajs/mocha/issues/5453">#5453</a>) (<a href="https://github.com/mochajs/mocha/commit/185ae1eabe5c1e92c758bdfb398f7f47b6ef9483">185ae1e</a>)</li> </ul> <h3>🤖 Automation</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mochajs/mocha/blob/v11.7.5/CHANGELOG.md">mocha's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/mochajs/mocha/compare/v11.7.4...v11.7.5">11.7.5</a> (2025-11-04)</h2> <h3>🩹 Fixes</h3> <ul> <li>swallow more <code>require</code> errors from *ts files (<a href="https://redirect.github.com/mochajs/mocha/issues/5498">#5498</a>) (<a href="https://github.com/mochajs/mocha/commit/d89dbaf23d093c22ab72e124dcaed110f3b0228d">d89dbaf</a>)</li> </ul> <h3>🧹 Chores</h3> <ul> <li>run tests on PRs for and pushes to v11.x (<a href="https://redirect.github.com/mochajs/mocha/issues/5525">#5525</a>) (<a href="https://github.com/mochajs/mocha/commit/8b21b3820e99d8c50c024ad1fbac8b78a3293d8d">8b21b38</a>)</li> <li>setup release-please for v11 (<a href="https://redirect.github.com/mochajs/mocha/issues/5522">#5522</a>) (<a href="https://github.com/mochajs/mocha/commit/663fff4b06ed3a1c70483c6ed8911ff0b89fa7b5">663fff4</a>)</li> </ul> <h2><a href="https://github.com/mochajs/mocha/compare/v11.7.3...v11.7.4">11.7.4</a> (2025-10-01)</h2> <h3>🩹 Fixes</h3> <ul> <li>watch mode using chokidar v4 (<a href="https://redirect.github.com/mochajs/mocha/issues/5379">#5379</a>) (<a href="https://github.com/mochajs/mocha/commit/c2667c3b3fca33c21306f59a1cca55bb7e1dac1f">c2667c3</a>)</li> </ul> <h3>📚 Documentation</h3> <ul> <li>migrate remaining legacy wiki pages to main documentation (<a href="https://redirect.github.com/mochajs/mocha/issues/5465">#5465</a>) (<a href="https://github.com/mochajs/mocha/commit/bff91660733b71b124aad939538dee7747cfbeb8">bff9166</a>)</li> </ul> <h3>🧹 Chores</h3> <ul> <li>remove trailing spaces (<a href="https://redirect.github.com/mochajs/mocha/issues/5475">#5475</a>) (<a href="https://github.com/mochajs/mocha/commit/7f68e5c1565606bcebeb715b8591c52973d00dff">7f68e5c</a>)</li> </ul> <h2><a href="https://github.com/mochajs/mocha/compare/v11.7.2...v11.7.3">11.7.3</a> (2025-09-30)</h2> <h3>🩹 Fixes</h3> <ul> <li>use original require() error for TS files if ERR_UNKNOWN_FILE_EXTENSION (<a href="https://redirect.github.com/mochajs/mocha/issues/5408">#5408</a>) (<a href="https://github.com/mochajs/mocha/commit/ebdbc487693254498de62068c59e3e43d078eff1">ebdbc48</a>)</li> </ul> <h3>📚 Documentation</h3> <ul> <li>add security escalation policy (<a href="https://redirect.github.com/mochajs/mocha/issues/5466">#5466</a>) (<a href="https://github.com/mochajs/mocha/commit/4122c7d13d0941be451365397fbf43e1f3103027">4122c7d</a>)</li> <li>fix duplicate global leak documentation (<a href="https://redirect.github.com/mochajs/mocha/issues/5461">#5461</a>) (<a href="https://github.com/mochajs/mocha/commit/1164b9da895e56cf745acda2792e634080018ff6">1164b9d</a>)</li> <li>migrate third party UIs wiki page to docs (<a href="https://redirect.github.com/mochajs/mocha/issues/5434">#5434</a>) (<a href="https://github.com/mochajs/mocha/commit/66547045cb9bd2fa8209b34c36da2a5ef49d23fc">6654704</a>)</li> <li>update maintainer release notes for release-please (<a href="https://redirect.github.com/mochajs/mocha/issues/5453">#5453</a>) (<a href="https://github.com/mochajs/mocha/commit/185ae1eabe5c1e92c758bdfb398f7f47b6ef9483">185ae1e</a>)</li> </ul> <h3>🤖 Automation</h3> <ul> <li><strong>deps:</strong> bump actions/setup-node in the github-actions group (<a href="https://redirect.github.com/mochajs/mocha/issues/5459">#5459</a>) (<a href="https://github.com/mochajs/mocha/commit/48c6f4068b5d22ebc49220900f0b53f8ecdc2b74">48c6f40</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mochajs/mocha/commit/9a6a5db8401dec63ea81093dd862e9e9b13b44d0"><code>9a6a5db</code></a> chore(v11.x): release 11.7.5 (<a href="https://redirect.github.com/mochajs/mocha/issues/5523">#5523</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/8b21b3820e99d8c50c024ad1fbac8b78a3293d8d"><code>8b21b38</code></a> chore: run tests on PRs for and pushes to v11.x (<a href="https://redirect.github.com/mochajs/mocha/issues/5525">#5525</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/663fff4b06ed3a1c70483c6ed8911ff0b89fa7b5"><code>663fff4</code></a> chore: setup release-please for v11 (<a href="https://redirect.github.com/mochajs/mocha/issues/5522">#5522</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/8d972202fe4efd3f55ce35358b840d7ade0a1cf5"><code>8d97220</code></a> Update release-please to include v11.x and use Node ^22</li> <li><a href="https://github.com/mochajs/mocha/commit/d89dbaf23d093c22ab72e124dcaed110f3b0228d"><code>d89dbaf</code></a> fix: swallow more <code>require</code> errors from *ts files (<a href="https://redirect.github.com/mochajs/mocha/issues/5498">#5498</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/8649f394e469b0ec8612837b84707ac42ad2af62"><code>8649f39</code></a> chore(main): release 11.7.4 (<a href="https://redirect.github.com/mochajs/mocha/issues/5473">#5473</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/c2667c3b3fca33c21306f59a1cca55bb7e1dac1f"><code>c2667c3</code></a> fix: watch mode using chokidar v4 (<a href="https://redirect.github.com/mochajs/mocha/issues/5379">#5379</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/7f68e5c1565606bcebeb715b8591c52973d00dff"><code>7f68e5c</code></a> chore: remove trailing spaces (<a href="https://redirect.github.com/mochajs/mocha/issues/5475">#5475</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/bff91660733b71b124aad939538dee7747cfbeb8"><code>bff9166</code></a> Docs: migrate remaining legacy wiki pages to main documentation (<a href="https://redirect.github.com/mochajs/mocha/issues/5465">#5465</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/c8053277699b35854eb926ffa7b3b5bebcfbdd44"><code>c805327</code></a> chore(main): release 11.7.3 (<a href="https://redirect.github.com/mochajs/mocha/issues/5455">#5455</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mochajs/mocha/compare/v9.2.2...v11.7.5">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~voxpelli">voxpelli</a>, a new releaser for mocha since your current version.</p> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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](https://github.com/docker/awesome-compose/network/alerts). </details>
GiteaMirror added the pull-request label 2026-03-07 21:31:25 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#1258