-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Comparing changes
Open a pull request
base repository: mochajs/mocha
base: v10.5.2
head repository: mochajs/mocha
compare: v10.7.0
- 20 commits
- 22 files changed
- 6 contributors
Commits on Jul 2, 2024
-
feat: allow ^ versions for character encoding packages (#5150)
* feat: allow ^ versions for character encoding packages * escape-string-regexp too * npm install ansi-colors@^4.1.3 * ...but keep package.json"s dependencies entry the same * Updated to the latest ansi-colors per review
Configuration menu - View commit details
-
Copy full SHA for 38695da - Browse repository at this point
Copy the full SHA 38695daView commit details -
feat: allow ^ versions for yargs packages (#5152)
* fet: allow ^ versions for yargs packages * Use latest yargs-parser
Configuration menu - View commit details
-
Copy full SHA for 71e9fba - Browse repository at this point
Copy the full SHA 71e9fbaView commit details -
feat: allow ^ versions for file matching packages (#5151)
* feat: allow ^ versions for character encoding packages * Use latest minimatch
Configuration menu - View commit details
-
Copy full SHA for be82606 - Browse repository at this point
Copy the full SHA be82606View commit details -
feat: allow ^ versions for data serialization packages (#5153)
* feat: allow ^ versions for data serialization packages * Use latest serialize-javascript
Configuration menu - View commit details
-
Copy full SHA for 514b83f - Browse repository at this point
Copy the full SHA 514b83fView commit details -
feat: allow ^ versions for miscellaneous packages (#5154)
* feat: allow ^ versions for miscellaneous packages * Use latest for several
Configuration menu - View commit details
-
Copy full SHA for bb8d7b9 - Browse repository at this point
Copy the full SHA bb8d7b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 528836e - Browse repository at this point
Copy the full SHA 528836eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 021aa80 - Browse repository at this point
Copy the full SHA 021aa80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 177732f - Browse repository at this point
Copy the full SHA 177732fView commit details -
docs: Add warning about async callback for describe (#5046)
* docs: Add warning about async callback for describe I couldn"t find any reference to `describe` not supporting an async function. It seems like a natural idea given `it` and `before` do. I spent considerable time trying to figure out why an async test was failing before I discovered the reason deep in an issue discussion (#2975 (comment)), so hope that this helps others design their test suites! * Update docs/index.md Co-authored-by: Josh Goldberg ✨ <[email protected]> * Update docs/index.md Co-authored-by: Josh Goldberg ✨ <[email protected]> --------- Co-authored-by: Josh Goldberg ✨ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c43930c - Browse repository at this point
Copy the full SHA c43930cView commit details
Commits on Jul 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f44e483 - Browse repository at this point
Copy the full SHA f44e483View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d0ca3e - Browse repository at this point
Copy the full SHA 8d0ca3eView commit details
Commits on Jul 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 95772ef - Browse repository at this point
Copy the full SHA 95772efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24560c1 - Browse repository at this point
Copy the full SHA 24560c1View commit details
Commits on Jul 20, 2024
-
fix: do not exit when only unref"d timer is present in test code (#3825)
* do not exit when only unref"d timer is present in test code; closes #3817 Signed-off-by: Christopher Hiller <[email protected]> * git checkout master -- docs/example/tests.html * fix: still bail if self.timeout() === 0 * fix: unref timers implicitly scheduled for MAX_TIMEOUT * Revert "fix: unref timers implicitly scheduled for MAX_TIMEOUT" This reverts commit d4a65aa. * test: call .run() to not leave timer pending --------- Signed-off-by: Christopher Hiller <[email protected]> Co-authored-by: Josh Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d24689 - Browse repository at this point
Copy the full SHA 6d24689View commit details -
fix: support canonical module (#5040)
* fix: handle canonicalizing Module * fix: add tests for canonicalizing a module * fix: skip module serialization on browser * fix: handle more generic null prototype instead of Module * fix: simplify null prototype check
Configuration menu - View commit details
-
Copy full SHA for 579e047 - Browse repository at this point
Copy the full SHA 579e047View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3855e66 - Browse repository at this point
Copy the full SHA 3855e66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a1c458 - Browse repository at this point
Copy the full SHA 9a1c458View commit details -
feat: add option to not fail on failing test suite (#4771)
* Add option fail-on-failing-test-suite to not fail test run if there were no infrastructure problem * Add test on failOnFailingTestSuite * Use parameters which by default is false * Update docs/index.md * refactor: shared clampedCode --------- Co-authored-by: Josh Goldberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for deb8679 - Browse repository at this point
Copy the full SHA deb8679View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8711e72 - Browse repository at this point
Copy the full SHA 8711e72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9692b3a - Browse repository at this point
Copy the full SHA 9692b3aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v10.5.2...v10.7.0