Skip to content

Commit 90b5784

Browse files
build(deps-dev): bump mocha from 11.4.0 to 11.5.0 (#319)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [mocha](https://github.com/mochajs/mocha) from 11.4.0 to 11.5.0. <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.5.0</h2> <h2><a href="https://github.com/mochajs/mocha/compare/v11.4.0...v11.5.0">11.5.0</a> (2025-05-22)</h2> <h3>🌟 Features</h3> <ul> <li>bump mimimatch from ^5.1.6 to ^9.0.5 (<a href="https://redirect.github.com/mochajs/mocha/issues/5349">#5349</a>) (<a href="https://github.com/mochajs/mocha/commit/a3dea85b316e229ea95f51c715ad61708e9ab9a3">a3dea85</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mochajs/mocha/blob/main/CHANGELOG.md">mocha's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/mochajs/mocha/compare/v11.4.0...v11.5.0">11.5.0</a> (2025-05-22)</h2> <h3>🌟 Features</h3> <ul> <li>bump mimimatch from ^5.1.6 to ^9.0.5 (<a href="https://redirect.github.com/mochajs/mocha/issues/5349">#5349</a>) (<a href="https://github.com/mochajs/mocha/commit/a3dea85b316e229ea95f51c715ad61708e9ab9a3">a3dea85</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mochajs/mocha/commit/a7ed005bf79656c28c6b6e65a197098cdd65d7f4"><code>a7ed005</code></a> chore(main): release 11.5.0 (<a href="https://redirect.github.com/mochajs/mocha/issues/5370">#5370</a>)</li> <li><a href="https://github.com/mochajs/mocha/commit/a3dea85b316e229ea95f51c715ad61708e9ab9a3"><code>a3dea85</code></a> feat: bump mimimatch from ^5.1.6 to ^9.0.5 (<a href="https://redirect.github.com/mochajs/mocha/issues/5349">#5349</a>)</li> <li>See full diff in <a href="https://github.com/mochajs/mocha/compare/v11.4.0...v11.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mocha&package-manager=npm_and_yarn&previous-version=11.4.0&new-version=11.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fc7ff22 commit 90b5784

File tree

2 files changed

+14
-25
lines changed

2 files changed

+14
-25
lines changed

package-lock.json

Lines changed: 13 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
"extract-zip": "^2.0.1",
180180
"glob": "^11.0.2",
181181
"minimatch": "^10.0.1",
182-
"mocha": "^11.4.0",
182+
"mocha": "^11.5.0",
183183
"sinon": "^20.0.0",
184184
"split2": "^4.2.0",
185185
"stacktrace-parser": "^0.1.11",

0 commit comments

Comments
 (0)