Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mochajs/mocha
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.5.2
Choose a base ref
...
head repository: mochajs/mocha
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.7.0
Choose a head ref
  • 20 commits
  • 22 files changed
  • 6 contributors

Commits on Jul 2, 2024

  1. 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
    JoshuaKGoldberg authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    38695da View commit details
    Browse the repository at this point in the history
  2. feat: allow ^ versions for yargs packages (#5152)

    * fet: allow ^ versions for yargs packages
    
    * Use latest yargs-parser
    JoshuaKGoldberg authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    71e9fba View commit details
    Browse the repository at this point in the history
  3. feat: allow ^ versions for file matching packages (#5151)

    * feat: allow ^ versions for character encoding packages
    
    * Use latest minimatch
    JoshuaKGoldberg authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    be82606 View commit details
    Browse the repository at this point in the history
  4. feat: allow ^ versions for data serialization packages (#5153)

    * feat: allow ^ versions for data serialization packages
    
    * Use latest serialize-javascript
    JoshuaKGoldberg authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    514b83f View commit details
    Browse the repository at this point in the history
  5. feat: allow ^ versions for miscellaneous packages (#5154)

    * feat: allow ^ versions for miscellaneous packages
    
    * Use latest for several
    JoshuaKGoldberg authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    bb8d7b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    528836e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    021aa80 View commit details
    Browse the repository at this point in the history
  8. Release 10.6.0

    JoshuaKGoldberg committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    177732f View commit details
    Browse the repository at this point in the history
  9. 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]>
    mcdurdin and JoshuaKGoldberg authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    c43930c View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    f44e483 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d0ca3e View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    95772ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24560c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. 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]>
    boneskull and JoshuaKGoldberg authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    6d24689 View commit details
    Browse the repository at this point in the history
  2. 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
    JacobLey authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    579e047 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3855e66 View commit details
    Browse the repository at this point in the history
  4. Release v10.6.1

    JoshuaKGoldberg committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    9a1c458 View commit details
    Browse the repository at this point in the history
  5. 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]>
    ilgonmic and JoshuaKGoldberg authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    deb8679 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8711e72 View commit details
    Browse the repository at this point in the history
  7. Release v10.7.0

    JoshuaKGoldberg committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    9692b3a View commit details
    Browse the repository at this point in the history
Loading