Skip to content

docs: mention explicit browser support range #5354

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs-next/src/content/docs/running/browsers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ A typical setup might look something like the following, where we call `mocha.se
</html>
```

Mocha supports the latest major versions of evergreen browsers available when Mocha's oldest supported Node.js version was released.
As of Mocha v11.0.0, that includes the following browser versions that were stable as of [Node.js 18.18.0](https://nodejs.org/en/blog/release/v18.18.0)'s release on September 18, 2023:

- [Chrome 117](https://developer.chrome.com/blog/new-in-chrome-117)
- [Edge 117](https://learn.microsoft.com/en-us/deployedge/microsoft-edge-relnote-archive-stable-channel#version-1170204531-september-15-2023)
- [Firefox 117](https://www.mozilla.org/en-US/firefox/117.0/releasenotes)
- [Safari 17](https://developer.apple.com/documentation/safari-release-notes/safari-17-release-notes)

## Grep

The browser may use the `--grep` as functionality.
Expand Down
8 changes: 8 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2158,6 +2158,14 @@ A typical setup might look something like the following, where we call `mocha.se
</html>
```

Mocha supports the latest major versions of evergreen browsers available when Mocha's oldest supported Node.js version was released.
As of Mocha v11.0.0, that includes the following browser versions that were stable as of [Node.js 18.18.0](https://nodejs.org/en/blog/release/v18.18.0)'s release on September 18, 2023:

- [Chrome 117](https://developer.chrome.com/blog/new-in-chrome-117)
- [Edge 117](https://learn.microsoft.com/en-us/deployedge/microsoft-edge-relnote-archive-stable-channel#version-1170204531-september-15-2023)
- [Firefox 117](https://www.mozilla.org/en-US/firefox/117.0/releasenotes)
- [Safari 17](https://developer.apple.com/documentation/safari-release-notes/safari-17-release-notes)

### Grep

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