8000 Comparing v10.8.0...v10.8.1 · mochajs/mocha · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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.8.0
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.8.1
Choose a head ref
  • 5 commits
  • 8 files changed
  • 5 contributors

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    0a7ee14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8ca270 View commit details
    Browse the repository at this point in the history
  3. fix: use accurate test links in HTML reporter (#5228)

    - Add '^' and ' ' for a suite link so that a link for `Case1` won't hit `Case10 test1`.
    - Add '^' and '$' for a test link so that a link for `CSS` won't hit `should fix invalid CSS`.
    danny0838 authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    68803b6 View commit details
    Browse the repository at this point in the history
  4. fix: handle case of invalid package.json with no explicit config (#5198)

    * fix: report syntax errors in package.json (fixes: #5141)
    
    * fix(tests): incorrect test (should use existing result)
    
    Since `readFileSync` is only stubbed `onFirstCall` we get a different answer
    the second time around which is probably Not What You Want.  But also we
    *already checked that config = false*.  So you could just remove this
    test, it does nothing useful.
    
    * fix: separate read and parse errors
    
    * fix: clarify invalid JSON
    
    Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
    
    * fix(test): expect only a SyntaxError nothing else
    
    ---------
    
    Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
    dhdaines and JoshuaKGoldberg authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    f72bc17 View commit details
    Browse the repository at this point in the history
  5. chore(main): release 10.8.1 (#5238)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    f44f71b View commit details
    Browse the repository at this point in the history
Loading
0