Skip to content

Commit 9318d32

Browse files
hainenbermark-wiemerJoshuaKGoldberg
authored
build(dev-deps): upgrade markdownlint-cli to latest v0.46.0 (#5560)
* build(dev-deps): upgrade `markdownlint-cli` to latest v0.46.0 Signed-off-by: hainenber <dotronghai96@gmail.com> * chore: resolve Markdown lint issues Signed-off-by: hainenber <dotronghai96@gmail.com> * Update .github/CONTRIBUTING.md Co-authored-by: Mark Wiemer <7833360+mark-wiemer@users.noreply.github.com> * chore: merge duplicate pre-v3 CHANGELOG entry Signed-off-by: hainenber <dotronghai96@gmail.com> * chore: ignore duplicate header for duplicate CHANGELOG header v1.22.1-3 Signed-off-by: hainenber <dotronghai96@gmail.com> * chore: ignore MD051/link-fragments for MD-to-HTML docs/index.md Signed-off-by: hainenber <dotronghai96@gmail.com> * Update README.md Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com> --------- Signed-off-by: hainenber <dotronghai96@gmail.com> Co-authored-by: Mark Wiemer <7833360+mark-wiemer@users.noreply.github.com> Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
1 parent cc241f6 commit 9318d32

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

changelogs/CHANGELOG_V3_older.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Thanks to all our contributors, sponsors and backers! Keep on the lookout for a
204204
- [#2315](https://github.com/mochajs/mocha/issues/2315): Fix uncaught TypeError thrown from callback stack ([@1999](https://github.com/1999))
205205
- Fix broken `only()`/`skip()` in IE7/IE8 ([@boneskull](https://github.com/boneskull))
206206
- [#2502](https://github.com/mochajs/mocha/issues/2502): Fix broken stack trace filter on Node.js under Windows ([@boneskull](https://github.com/boneskull))
207-
- [#2496](https://github.com/mochajs/mocha/issues/2496): Fix diff output for objects instantiated with `String` constructor ([more](https://youtrack.jetbrains.com/issue/WEB-23383)) ([@boneskull](https://github.com/boneskull))
207+
- [#2496](https://github.com/mochajs/mocha/issues/2496): Fix diff output for objects instantiated with `String` constructor ([YouTrack issue tracker](https://youtrack.jetbrains.com/issue/WEB-23383)) ([@boneskull](https://github.com/boneskull))
208208

209209
# 3.0.2 / 2016-08-08
210210

@@ -625,6 +625,7 @@ Thanks to everyone who contributed, and our fabulous [sponsors and backers](http
625625

626626
- fix: disabling timeouts with this.timeout(0) ([#1301](https://github.com/mochajs/mocha/issues/1301))
627627

628+
<!-- markdownlint-disable-next-line MD024 -->
628629
# 1.22.1-3 / 2014-07-27
629630

630631
- fix: local uis and reporters ([#1288](https://github.com/mochajs/mocha/issues/1288))

index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ title: "Mocha - the fun, simple, flexible JavaScript test framework"
44
description: "Mocha is a feature-rich JavaScript test framework running on Node.js and in the browser, making asynchronous testing simple and fun."
55
---
66

7+
<!-- Disable MD051 due to the rule not aware of this file is specifically converted to HTML -->
8+
<!--markdownlint-disable-file MD051 -->
9+
710
<div class="admonition">This site has a new look, try it out at <a href="next">mochajs.org/next</a>!</div>
811

912
Mocha is a feature-rich JavaScript test framework running on [Node.js][] and in the browser, making asynchronous testing _simple_ and _fun_. Mocha tests run serially, allowing for flexible and accurate reporting, while mapping uncaught exceptions to the correct test cases. Hosted on [GitHub][github-mocha].
@@ -2233,7 +2236,7 @@ To use a [cli option](#command-line-usage) that contains a "-", please convert t
22332236
#### Options that differ slightly from [cli options](#command-line-usage):
22342237

22352238
`reporter` _{string|constructor}_
2236-
You can pass a reporter's name or a custom reporter's constructor. You can find **recommended** reporters for the browser [here](#reporting). It is possible to use [built-in reporters](#reporters) as well. Their employment in browsers is neither recommended nor supported, open the console to see the test results.
2239+
You can pass a reporter's name or a custom reporter's constructor. You can find **recommended** reporters for the browser in [Reporting section](#reporting). It is possible to use [built-in reporters](#reporters) as well. Their employment in browsers is neither recommended nor supported, open the console to see the test results.
22372240

22382241
#### Options that _only_ function in browser context:
22392242

@@ -2305,7 +2308,7 @@ This also includes `spec`. For example, a `.mocharc.json` containing `"spec": ["
23052308

23062309
### Extending Configuration
23072310

2308-
Configurations can inherit from other modules using the `extends` keyword. See [here][yargs-configobject-extends] for more information.
2311+
Configurations can inherit from other modules using the `extends` keyword. For more information, please refer to [this section in yargs.js.org][yargs-configobject-extends]
23092312

23102313
### Configuration Format
23112314

@@ -2434,8 +2437,6 @@ or the [source](https://github.com/mochajs/mocha/blob/main/lib/mocha.js).
24342437
[//]: # "Cross reference section"
24352438
[bash-globbing]: https://www.gnu.org/software/bash/manual/html_node/The-Shopt-Builtin.html
24362439
[better-assert]: https://github.com/visionmedia/better-assert
2437-
[caniuse-notifications]: https://caniuse.com/#feat=notifications
2438-
[caniuse-promises]: https://caniuse.com/#feat=promises
24392440
[chai]: https://www.chaijs.com/
24402441
[connect-test-output]: https://github.com/senchalabs/connect/blob/90a725343c2945aaee637e799b1cd11e065b2bff/tests.md
24412442
[discord-mocha]: https://discord.gg/KeDn2uXhER
@@ -2466,7 +2467,6 @@ or the [source](https://github.com/mochajs/mocha/blob/main/lib/mocha.js).
24662467
[mdn-settimeout-maxdelay]: https://developer.mozilla.org/docs/Web/API/WindowTimers/setTimeout#Maximum_delay_value
24672468
[mocha-examples]: https://github.com/mochajs/mocha-examples
24682469
[mocha-teamcity-reporter]: https://github.com/travisjeffery/mocha-teamcity-reporter
2469-
[mocha-website]: https://mochajs.org/
24702470
[mocha-wiki]: https://github.com/mochajs/mocha/wiki
24712471
[mocha-wiki-compilers]: https://github.com/mochajs/mocha/wiki/compilers-deprecation
24722472
[mocha-wiki-more-reporters]: https://github.com/mochajs/mocha/wiki/Third-party-reporters

0 commit comments

Comments
 (0)