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.7.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.7.3
Choose a head ref
  • 13 commits
  • 40 files changed
  • 3 contributors

Commits on Aug 1, 2024

  1. ci: github actions workflow improvements (#5177)

    * ci: use `npm ci` consistently
    
    * ci: use `actions/setup-node` cache mechanism
    
    * ci: reusable workflow for DRY:er setup
    
    * ci: remove unused `delete-runs.yml`
    
    * ci: fix matrix definitions
    
    * ci: fix matrix definitions, take 2
    
    * ci: ensure they all scripts can use `npm run`
    
    See also #5128
    
    * ci: add node 22 to `test-node`
    
    * ci: have the coverage run always happen on `lts/*`
    
    * ci: set permissions
    
    * ci: lock down all non-github actions by hash
    
    * ci: use reusable workflow for full tests as well
    
    * ci: remove redundant activity types
    
    * ci: add one more permissions
    
    * ci: use full sha hashes for third party workflows
    
    * ci: be consistent in naming
    
    * ci: generate the coverage report using nps for now
    
    See #5126
    
    * ci: parallelize, run local browser test right away
    
    * ci: disable saucelabs for now, too noisy
    voxpelli authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    a8f8c8b View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. chore: more fully remove assetgraph-builder and canvas (#5175)

    * chore: more fully remove assetgraph-builder and canvas
    
    * fixed up images too
    
    * Remove last postbuild bit
    
    * fix: netlify build.publish trailing slash
    JoshuaKGoldberg authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    1883c41 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. chore: replace nps with npm scripts (#5128)

    * chore: WIP - replace `nps` with npm scripts
    
    Fixes #5126
    voxpelli authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    c44653a View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    ac5574e View commit details
    Browse the repository at this point in the history
  2. ci: automate releases (#5186)

    Fixes #5159
    voxpelli authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a777fd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c2989f View commit details
    Browse the repository at this point in the history
  4. fix: crash with --parallel and --retries both enabled (#5173)

    * test case: crash with --parallel and --retries both enabled
    
    * fix: crash with --parallel and --retries both enabled
    JoshuaKGoldberg authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d7013dd View commit details
    Browse the repository at this point in the history
  5. chore(main): release 10.7.1 (#5189)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    1528c42 View commit details
    Browse the repository at this point in the history
  6. docs: improve filtering (#5191)

    * fix: do not reload eleventy infinitely
    
    * docs: improve filtering
    voxpelli authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    1ac5b55 View commit details
    Browse the repository at this point in the history
  7. chore: fix failing markdown linting (#5193)

    Follow up to #5186 / #5189
    voxpelli authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    7e7a2ec View commit details
    Browse the repository at this point in the history
  8. chore(main): release 10.7.2 (#5192)

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

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    afd66ef View commit details
    Browse the repository at this point in the history
  2. chore(main): release 10.7.3 (#5195)

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