Skip to content

Commit bc442ed

Browse files
chore(deps): update dependency mocha to v11 (#949)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mocha](https://mochajs.org/) ([source](https://redirect.github.com/mochajs/mocha)) | [`^10.8.2` -> `^11.0.0`](https://renovatebot.com/diffs/npm/mocha/10.8.2/11.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/mocha/11.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mocha/11.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/mocha/10.8.2/11.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mocha/10.8.2/11.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mochajs/mocha (mocha)</summary> ### [`v11.0.1`](https://redirect.github.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1101-2024-12-02) [Compare Source](https://redirect.github.com/mochajs/mocha/compare/v11.0.0...v11.0.1) ##### 🌟 Features - bumped glob dependency from 8 to 10 ([#&#8203;5250](https://redirect.github.com/mochajs/mocha/issues/5250)) ([43c3157](https://redirect.github.com/mochajs/mocha/commit/43c3157c6ef4f2d4bfecf3ad3a42479fd64187b8)) ##### 📚 Documentation - fix examples for `linkPartialObjects` methods ([#&#8203;5255](https://redirect.github.com/mochajs/mocha/issues/5255)) ([34e0e52](https://redirect.github.com/mochajs/mocha/commit/34e0e52e047a9119aeae9cb5b660a8438656a1e0)) ### [`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 ([#&#8203;5216](https://redirect.github.com/mochajs/mocha/issues/5216)) ##### 🌟 Features - allow calling hook methods ([#&#8203;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 ([#&#8203;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 ([#&#8203;5245](https://redirect.github.com/mochajs/mocha/issues/5245)) ([eac87e1](https://redirect.github.com/mochajs/mocha/commit/eac87e10f49207a9b388f87d77d198583c6f889a)) </details> --- ### 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. --- - [ ] <!-- 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/sveltejs/eslint-plugin-svelte). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c053ad5 commit bc442ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin-svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"eslint-visitor-keys": "^4.2.0",
9292
"espree": "^10.3.0",
9393
"less": "^4.2.1",
94-
"mocha": "^10.8.2",
94+
"mocha": "^11.0.0",
9595
"postcss-nested": "^7.0.2",
9696
"sass": "^1.81.0",
9797
"source-map-js": "^1.2.1",

0 commit comments

Comments
 (0)