Skip to content

Commit 831c8d9

Browse files
Update dependency mocha to v11.7.5 (#27276)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [mocha](https://mochajs.org/) ([source](https://redirect.github.com/mochajs/mocha)) | [`11.7.3` → `11.7.5`](https://renovatebot.com/diffs/npm/mocha/11.7.3/11.7.5) | ![age](https://developer.mend.io/api/mc/badges/age/npm/mocha/11.7.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mocha/11.7.3/11.7.5?slim=true) | --- ### Release Notes <details> <summary>mochajs/mocha (mocha)</summary> ### [`v11.7.5`](https://redirect.github.com/mochajs/mocha/releases/tag/v11.7.5) [Compare Source](https://redirect.github.com/mochajs/mocha/compare/v11.7.4...v11.7.5) ##### 🩹 Fixes - swallow more `require` errors from \*ts files ([#&#8203;5498](https://redirect.github.com/mochajs/mocha/issues/5498)) ([d89dbaf](https://redirect.github.com/mochajs/mocha/commit/d89dbaf23d093c22ab72e124dcaed110f3b0228d)) ##### 🧹 Chores - run tests on PRs for and pushes to v11.x ([#&#8203;5525](https://redirect.github.com/mochajs/mocha/issues/5525)) ([8b21b38](https://redirect.github.com/mochajs/mocha/commit/8b21b3820e99d8c50c024ad1fbac8b78a3293d8d)) - setup release-please for v11 ([#&#8203;5522](https://redirect.github.com/mochajs/mocha/issues/5522)) ([663fff4](https://redirect.github.com/mochajs/mocha/commit/663fff4b06ed3a1c70483c6ed8911ff0b89fa7b5)) ### [`v11.7.4`](https://redirect.github.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1174-2025-10-01) [Compare Source](https://redirect.github.com/mochajs/mocha/compare/v11.7.3...v11.7.4) ##### 🩹 Fixes - watch mode using chokidar v4 ([#&#8203;5379](https://redirect.github.com/mochajs/mocha/issues/5379)) ([c2667c3](https://redirect.github.com/mochajs/mocha/commit/c2667c3b3fca33c21306f59a1cca55bb7e1dac1f)) ##### 📚 Documentation - migrate remaining legacy wiki pages to main documentation ([#&#8203;5465](https://redirect.github.com/mochajs/mocha/issues/5465)) ([bff9166](https://redirect.github.com/mochajs/mocha/commit/bff91660733b71b124aad939538dee7747cfbeb8)) ##### 🧹 Chores - remove trailing spaces ([#&#8203;5475](https://redirect.github.com/mochajs/mocha/issues/5475)) ([7f68e5c](https://redirect.github.com/mochajs/mocha/commit/7f68e5c1565606bcebeb715b8591c52973d00dff)) </details> --- ### Configuration 📅 **Schedule**: (in timezone Etc/UTC) - Branch creation - Only on Sunday and Saturday (`* * * * 0,6`) - Between 12:00 AM and 12:59 PM, only on Monday (`* 0-12 * * 1`) - Between 09:00 PM and 11:59 PM, Monday through Friday (`* 21-23 * * 1-5`) - Between 12:00 AM and 04:59 AM, Tuesday through Saturday (`* 0-4 * * 2-6`) - Automerge - Only on Sunday and Saturday (`* * * * 0,6`) - Between 12:00 AM and 12:59 PM, only on Monday (`* 0-12 * * 1`) - Between 10:00 PM and 11:59 PM, Monday through Friday (`* 22-23 * * 1-5`) - Between 12:00 AM and 04:59 AM, Tuesday through Saturday (`* 0-4 * * 2-6`) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/TryGhost/Ghost). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ae3720 commit 831c8d9

File tree

3 files changed

+2
-28
lines changed

3 files changed

+2
-28
lines changed

ghost/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
"inquirer": "8.2.7",
253253
"jwk-to-pem": "2.0.7",
254254
"jwks-rsa": "3.2.0",
255-
"mocha": "11.7.3",
255+
"mocha": "11.7.5",
256256
"mocha-slow-test-reporter": "0.1.2",
257257
"mock-knex": "TryGhost/mock-knex#68948e11b0ea4fe63456098dfdc169bea7f62009",
258258
"nock": "13.5.6",

ghost/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"c8": "10.1.3",
3535
"i18next-parser": "8.13.0",
36-
"mocha": "11.7.3"
36+
"mocha": "11.7.5"
3737
},
3838
"dependencies": {
3939
"i18next": "23.16.8"

yarn.lock

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -27081,32 +27081,6 @@ mocha-slow-test-reporter@0.1.2:
2708127081
text-table "^0.2.0"
2708227082
wordwrap "^1.0.0"
2708327083

27084-
mocha@11.7.3:
27085-
version "11.7.3"
27086-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.7.3.tgz#68ce010241557414a63137a32ca952613e1731a7"
27087-
integrity sha512-iorDKDzBKgVk/npVkW2S+b57ekA9+xKWijVvNpgPMl1odxeB4HavgiydLN54Lhyn/jpcM+Z/BohCzIvHmfaPCw==
27088-
dependencies:
27089-
browser-stdout "^1.3.1"
27090-
chokidar "^4.0.1"
27091-
debug "^4.3.5"
27092-
diff "^7.0.0"
27093-
escape-string-regexp "^4.0.0"
27094-
find-up "^5.0.0"
27095-
glob "^10.4.5"
27096-
he "^1.2.0"
27097-
js-yaml "^4.1.0"
27098-
log-symbols "^4.1.0"
27099-
minimatch "^9.0.5"
27100-
ms "^2.1.3"
27101-
picocolors "^1.1.1"
27102-
serialize-javascript "^6.0.2"
27103-
strip-json-comments "^3.1.1"
27104-
supports-color "^8.1.1"
27105-
workerpool "^9.2.0"
27106-
yargs "^17.7.2"
27107-
yargs-parser "^21.1.1"
27108-
yargs-unparser "^2.0.0"
27109-
2711027084
mocha@11.7.5:
2711127085
version "11.7.5"
2711227086
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.7.5.tgz#58f5bbfa5e0211ce7e5ee6128107cefc2515a627"

0 commit comments

Comments
 (0)