From 9981f014921f028b3f983db5b24c56ecd19b159e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 19:47:31 +0000 Subject: [PATCH] chore(deps): update dependency mocha to v11 (#674) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mocha](https://mochajs.org/) ([source](https://redirect.github.com/mochajs/mocha)) | [`^10.0.0` -> `^11.0.0`](https://renovatebot.com/diffs/npm/mocha/10.8.2/11.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/mocha/11.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mocha/11.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/mocha/10.8.2/11.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mocha/10.8.2/11.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
mochajs/mocha (mocha) ### [`v11.0.0`](https://redirect.github.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1100-2024-11-11) [Compare Source](https://redirect.github.com/mochajs/mocha/compare/v10.8.2...v11.0.0) ##### ⚠ BREAKING CHANGES - adapt new engine range for Mocha 11 ([#​5216](https://redirect.github.com/mochajs/mocha/issues/5216)) ##### 🌟 Features - allow calling hook methods ([#​5231](https://redirect.github.com/mochajs/mocha/issues/5231)) ([e3da641](https://redirect.github.com/mochajs/mocha/commit/e3da641b08bed20f12df524fc64cb9579f980c1e)) ##### 🩹 Fixes - adapt new engine range for Mocha 11 ([#​5216](https://redirect.github.com/mochajs/mocha/issues/5216)) ([80da25a](https://redirect.github.com/mochajs/mocha/commit/80da25a4132ca50d3ad35087cb62c9b0f8fc946a)) ##### 📚 Documentation - downgrade example/tests chai to 4.5.0 ([#​5245](https://redirect.github.com/mochajs/mocha/issues/5245)) ([eac87e1](https://redirect.github.com/mochajs/mocha/commit/eac87e10f49207a9b388f87d77d198583c6f889a))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **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. --- - [ ] 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/JoshuaKGoldberg/eslint-plugin-package-json). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- src/tests/__fixtures__/unalphabetized-collections/package.json | 2 +- .../gotcha/package.json/gotcha/package.json | 2 +- src/tests/__fixtures__/valid-local-dependency/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tests/__fixtures__/unalphabetized-collections/package.json b/src/tests/__fixtures__/unalphabetized-collections/package.json index ea4f74e9..506d62d0 100644 --- a/src/tests/__fixtures__/unalphabetized-collections/package.json +++ b/src/tests/__fixtures__/unalphabetized-collections/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "debug": "^4.1.0", - "mocha": "^10.0.0" + "mocha": "^11.0.0" } } diff --git a/src/tests/__fixtures__/valid-local-dependency/gotcha/package.json/gotcha/package.json b/src/tests/__fixtures__/valid-local-dependency/gotcha/package.json/gotcha/package.json index fad07a82..730ac987 100644 --- a/src/tests/__fixtures__/valid-local-dependency/gotcha/package.json/gotcha/package.json +++ b/src/tests/__fixtures__/valid-local-dependency/gotcha/package.json/gotcha/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "debug": "^4.1.0", - "mocha": "^10.0.0" + "mocha": "^11.0.0" } } diff --git a/src/tests/__fixtures__/valid-local-dependency/package.json b/src/tests/__fixtures__/valid-local-dependency/package.json index fad07a82..730ac987 100644 --- a/src/tests/__fixtures__/valid-local-dependency/package.json +++ b/src/tests/__fixtures__/valid-local-dependency/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "debug": "^4.1.0", - "mocha": "^10.0.0" + "mocha": "^11.0.0" } }