Skip to content

Commit c514c0b

Browse files
docs: mention explicit browser support range (#5354)
* docs: mention explicit browser support range * fix: pin dates back to 18.0.0
1 parent abf3dd9 commit c514c0b

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

docs-next/src/content/docs/running/browsers.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ A typical setup might look something like the following, where we call `mocha.se
3737
</html>
3838
```
3939

40+
Mocha supports the latest major versions of evergreen browsers available when Mocha's oldest supported Node.js major version was released.
41+
As of Mocha v11.0.0, that includes the following browser versions that were stable as of [Node.js 18.10.0](https://nodejs.org/en/blog/release/v18.0.0)'s release on April 19, 2022:
42+
43+
- [Chrome 100](https://developer.chrome.com/blog/new-in-chrome-100)
44+
- [Edge 100](https://learn.microsoft.com/en-us/deployedge/microsoft-edge-relnote-archive-stable-channel#version-1000118544-april-15)
45+
- [Firefox 99](https://www.mozilla.org/en-US/firefox/99.0/releasenotes)
46+
- [Safari 15.4](https://developer.apple.com/documentation/safari-release-notes/safari-15_4-release-notes)
47+
4048
## Grep
4149

4250
The browser may use the `--grep` as functionality.

docs/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2158,6 +2158,14 @@ A typical setup might look something like the following, where we call `mocha.se
21582158
</html>
21592159
```
21602160

2161+
Mocha supports the latest major versions of evergreen browsers available when Mocha's oldest supported Node.js major version was released.
2162+
As of Mocha v11.0.0, that includes the following browser versions that were stable as of [Node.js 18.10.0](https://nodejs.org/en/blog/release/v18.0.0)'s release on April 19, 2022:
2163+
2164+
- [Chrome 100](https://developer.chrome.com/blog/new-in-chrome-100)
2165+
- [Edge 100](https://learn.microsoft.com/en-us/deployedge/microsoft-edge-relnote-archive-stable-channel#version-1000118544-april-15)
2166+
- [Firefox 99](https://www.mozilla.org/en-US/firefox/99.0/releasenotes)
2167+
- [Safari 15.4](https://developer.apple.com/documentation/safari-release-notes/safari-15_4-release-notes)
2168+
21612169
### Grep
21622170

21632171
The browser may use the `--grep` as functionality. Append a query-string to your URL: `?grep=api`.

0 commit comments

Comments
 (0)