Skip to content

Commit c217601

Browse files
Update dependency mocha to v11 (#2008)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [mocha](https://mochajs.org/) ([source](https://redirect.github.com/mochajs/mocha)) | devDependencies | major | [`10.8.2` -> `11.1.0`](https://renovatebot.com/diffs/npm/mocha/10.8.2/11.1.0) | | [mocha](https://mochajs.org/) ([source](https://redirect.github.com/mochajs/mocha)) | devDependencies | major | [`7.2.0` -> `11.1.0`](https://renovatebot.com/diffs/npm/mocha/7.2.0/11.1.0) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>mochajs/mocha (mocha)</summary> ### [`v11.1.0`](https://redirect.github.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1110-2025-01-02) [Compare Source](https://redirect.github.com/mochajs/mocha/compare/v11.0.2...v11.1.0) ##### 🌟 Features - bump yargs to 17 ([#&#8203;5165](https://redirect.github.com/mochajs/mocha/issues/5165)) ([8f1c8d8](https://redirect.github.com/mochajs/mocha/commit/8f1c8d888b0104afcd95ca55a517320399755749)) - replace `strip-ansi` with `util.stripVTControlCharacters` ([#&#8203;5267](https://redirect.github.com/mochajs/mocha/issues/5267)) ([3c191c0](https://redirect.github.com/mochajs/mocha/commit/3c191c05d9db1e99aec9b600edac2ce10a6b6d71)), closes [#&#8203;5265](https://redirect.github.com/mochajs/mocha/issues/5265) ### [`v11.0.2`](https://redirect.github.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1102-2024-12-09) [Compare Source](https://redirect.github.com/mochajs/mocha/compare/v11.0.1...v11.0.2) ##### 🩹 Fixes - catch exceptions setting Error.stackTraceLimit ([#&#8203;5254](https://redirect.github.com/mochajs/mocha/issues/5254)) ([259f8f8](https://redirect.github.com/mochajs/mocha/commit/259f8f8ba5709b5d84fa66e17cd10560a11f45c9)) - error handling for unexpected numeric arguments passed to cli ([#&#8203;5263](https://redirect.github.com/mochajs/mocha/issues/5263)) ([210d658](https://redirect.github.com/mochajs/mocha/commit/210d658678a2ec3b6f85c59d4b300b4722671099)) ##### 📚 Documentation - correct outdated `status: accepting prs` link ([#&#8203;5268](https://redirect.github.com/mochajs/mocha/issues/5268)) ([f729cd0](https://redirect.github.com/mochajs/mocha/commit/f729cd09b61bb598409f19b3c76b9e9536812237)) - replace "New in" with "Since" in version annotations ([#&#8203;5262](https://redirect.github.com/mochajs/mocha/issues/5262)) ([6f10d12](https://redirect.github.com/mochajs/mocha/commit/6f10d12c6c6dfa4df7d5221a3ce688f687aaf320)) ### [`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 - "every weekday" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent 079fe47 commit c217601

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

classic-azure-ts-cosmosapp-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"devDependencies": {
55
"@types/mocha": "10.0.10",
66
"@types/node": "22.13.5",
7-
"mocha": "7.2.0",
7+
"mocha": "11.1.0",
88
"ts-node": "10.9.2"
99
},
1010
"dependencies": {

testing-unit-ts/mocha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "test-unit-ts",
33
"devDependencies": {
4-
"mocha": "10.8.2",
4+
"mocha": "11.1.0",
55
"ts-node": "10.9.2",
66
"typescript": "5.7.3"
77
},

0 commit comments

Comments
 (0)