dependabot npm(deps-dev): bump mocha from 10.0.0 to 10.1.0
Bumps mocha from 10.0.0 to 10.1.0.
Release notes
Sourced from mocha's releases.
v10.1.0
10.1.0 / 2022-10-16
🎉 Enhancements
- #4896: Browser: add support for
prefers-color-scheme: dark
(@greggman
)
🔩 Other
- #4912: Browser: increase contrast for replay buttons (
@JoshuaKGoldberg
)- #4905: Use standard
Promise.allSettled
instead of polyfill (@outsideris
)- #4899: Upgrade official GitHub actions to latest (
@ddzz
)- #4770: Fix regex in function
clean
(@yetingli
)
Changelog
Sourced from mocha's changelog.
10.1.0 / 2022-10-16
🎉 Enhancements
- #4896: Browser: add support for
prefers-color-scheme: dark
(@greggman
)
🔩 Other
- #4912: Browser: increase contrast for replay buttons (
@JoshuaKGoldberg
)- #4905: Use standard
Promise.allSettled
instead of polyfill (@outsideris
)- #4899: Upgrade official GitHub actions to latest (
@ddzz
)- #4770: Fix regex in function
clean
(@yetingli
)
Commits
-
5f96d51
build(v10.1.0): release -
ed74f16
build(v10.1.0): update CHANGELOG -
51d4746
chore(devDeps): update 'ESLint' to v8 (#4926) -
4e06a6f
fix(browser): increase contrast for replay buttons (#4912) -
41567df
Support prefers-color-scheme: dark (#4896) -
61b4b92
fix the regular expression for functionclean
inutils.js
(#4770) -
77c18d2
chore: use standard 'Promise.allSettled' instead of polyfill (#4905) -
84b2f84
chore(ci): upgrade GH actions to latest versions (#4899) - See full diff in compare view