Bump mocha from 8.1.3 to 9.1.0
Bumps mocha from 8.1.3 to 9.1.0.
Release notes
Sourced from mocha's releases.
v9.1.0
9.1.0 / 2021-08-20
Please also note our announcements.
🎉 Enhancements
- #4716: Add new option
--fail-zero
(@juergba
)- #4691: Add new option
--node-option
(@juergba
)- #4607: Add output option to
JSON
reporter (@dorny
)v9.0.3
9.0.3 / 2021-07-25
🐛 Fixes
#4702: Error rethrow from cwd-relative path while loading
.mocharc.js
(@kirill-golovan
)#4688: Usage of custom interface in parallel mode (
@juergba
)#4687: ESM: don't swallow
MODULE_NOT_FOUND
errors in case oftype:module
(@giltayar
)v9.0.2
9.0.2 / 2021-07-03
🐛 Fixes
- #4668: ESM: make
--require <dir>
work with newimport
-first loading (@giltayar
)
🔩 Otherv9.0.1
9.0.1 / 2021-06-18
🔩 OtherWe added a separate browser bundle
mocha-es2018.js
in javascript ES2018, as we skipped the transpilation down to ES5. This is an experimental step towards freezing Mocha's support of IE11.
- #4653: ESM: proper version check in
hasStableEsmImplementation
(@alexander-fenster
)v9.0.0
9.0.0 / 2021-06-07
💥 Breaking Changes
... (truncated)
Changelog
Sourced from mocha's changelog.
9.1.0 / 2021-08-20
🎉 Enhancements
- #4716: Add new option
--fail-zero
(@juergba
)- #4691: Add new option
--node-option
(@juergba
)- #4607: Add output option to
JSON
reporter (@dorny
)9.0.3 / 2021-07-25
🐛 Fixes
#4702: Error rethrow from cwd-relative path while loading
.mocharc.js
(@kirill-golovan
)#4688: Usage of custom interface in parallel mode (
@juergba
)#4687: ESM: don't swallow
MODULE_NOT_FOUND
errors in case oftype:module
(@giltayar
)9.0.2 / 2021-07-03
🐛 Fixes
- #4668: ESM: make
--require <dir>
work with newimport
-first loading (@giltayar
)
🔩 Other9.0.1 / 2021-06-18
🔩 OtherWe added a separate browser bundle
mocha-es2018.js
in javascript ES2018, as we skipped the transpilation down to ES5. This is an experimental step towards freezing Mocha's support of IE11.
- #4653: ESM: proper version check in
hasStableEsmImplementation
(@alexander-fenster
)9.0.0 / 2021-06-07
💥 Breaking Changes
#4635:
import
-first loading of test files (@giltayar
)Mocha is going ESM-first! This means that it will now use ESM
import(test_file)
to load the test files, instead of the CommonJSrequire(test_file)
. This is not a problem, asimport
can also load most files thatrequire
does. In the rare cases where this fails, it will fallback torequire(...)
. This ESM-first approach is the next step in Mocha's ESM migration, and allows ESM loaders to load and transform the test file.
... (truncated)
Commits
-
014e47a
build(v9.1.0): release -
3a14b28
build(v9.1.0): update CHANGELOG [ci skip] -
171e211
feat(reporter): add output option to 'JSON' (#4607) -
bbf0c11
feat: add new option 'fail-zero' (#4716) -
757b85d
docs: improve 'grep()' and clarify docs (#4714) -
f19d3ca
docs: remove unsupported 'no-timeout' option (#4719) [ci skip] -
9f82ccb
chore(gha): update 'stale.yml' (#4718) [ci skip] -
09ffc30
Set CSP on karma to prevent 'evalError' regression (#4706) -
02bf13d
Update devDep '@babel/preset-env
' and pin 'regenerator-runtime' (#4707) -
54a5788
Add new option "node-option" (#4691) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts