Skip to content

Commit

Permalink
chore(deps): update dependency mocha to v11 (#674)
Browse files Browse the repository at this point in the history
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

<details>
<summary>mochajs/mocha (mocha)</summary>

###
[`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/JoshuaKGoldberg/eslint-plugin-package-json).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent d415b67 commit 9981f01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
},
"dependencies": {
"debug": "^4.1.0",
"mocha": "^10.0.0"
"mocha": "^11.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
},
"dependencies": {
"debug": "^4.1.0",
"mocha": "^10.0.0"
"mocha": "^11.0.0"
}
}
2 changes: 1 addition & 1 deletion src/tests/__fixtures__/valid-local-dependency/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
},
"dependencies": {
"debug": "^4.1.0",
"mocha": "^10.0.0"
"mocha": "^11.0.0"
}
}

0 comments on commit 9981f01

Please sign in to comment.