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.3.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.4.0
Choose a head ref
  • 20 commits
  • 32 files changed
  • 8 contributors

Commits on Feb 8, 2024

  1. chore: add mtfoley/pr-compliance-action (#5077)

    * chore: add mtfoley/pr-compliance-action
    
    * master, as this repo is still on that for now
    JoshuaKGoldberg authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    f9e87d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    684f6f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    728cfe8 View commit details
    Browse the repository at this point in the history
  3. Release v10.3.0

    JoshuaKGoldberg committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    ba37586 View commit details
    Browse the repository at this point in the history
  4. chore: migrate ESLint config to flat config (#5060)

    * chore: migrate ESLint config to flat config
    
    * nit: fix job name to be 'lint'
    JoshuaKGoldberg authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    8317f90 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. chore: revert #5069 to restore Netlify builds (#5095)

    `assetgraph-builder` is used through at least the `buildProduction` command
    
    This reverts commit 53a4baf.
    voxpelli authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    3345eff View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    6531df8 View commit details
    Browse the repository at this point in the history
  2. chore: add 'status: in triage' label to issue templates and docs (#5093)

    * docs: mention 10.3.0-prerelease in CHANGELOG.md
    
    * Release v10.3.0-preminor.0
    
    * docs: add 10.3.0 to CHANGELOG.md
    
    * Release v10.3.0
    
    * chore: add 'status: in triage' label to issue templates and docs
    JoshuaKGoldberg authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    3a4c4b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. docs: fix CHANGELOG.md headings to start with a root-level h1 (#5083)

    * docs: fix CHANGELOG.md headings to start with a root-level h1
    
    * Merge branch 'master'
    JoshuaKGoldberg authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    7f6f040 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. chore: fix header generation and production build crashes (#5100)

    * chore: use direct path to assetgraph-builder > buildProduction in nps
    
    * chore: switch NODE_VERSION to 20
    
    * chore: remove scripts/netlify-headers.js
    
    * chore: remove scripts/netlify-headers.js
    
    * git checkout master -- netlify.toml
    JoshuaKGoldberg authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    51502ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b88978d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. feat: include .cause stacks in the error stack traces (#4829)

    * Append the cause stacks to the main stack trace
    
    It would be great to get the full error stack chain for errors with causes, especially as all current browsers and Node.js >=16 supports it, see eg https://v8.dev/features/error-cause and https://dev.to/voxpelli/pony-cause-1-0-error-causes-2l2o
    
    Eg. `pino` merged support for this as well: pinojs/pino-std-serializers#78
    
    * Fix tests
    
    * Skip some string concatenation
    
    * Don't export needlessly + improve docs
    
    * Improved recursive filtering
    
    * Added loop protection
    
    * Same logic for "message" in cause trail as in top
    
    * Apply suggestions from code review
    
    Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
    
    * Revert "Apply suggestions from code review"
    
    This reverts commit 04f7008.
    
    ---------
    
    Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
    voxpelli and JoshuaKGoldberg authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3735873 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. fix: closes #5115 (#5116)

    Eleventy wasn't being able to parse the JSDocs for the returned type
    on the getFullErrorStack function. Defining it as a new type and then
    referencing it on the function fixes the issue
    LcsK authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    a2e600d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. feat: add file path to xunit reporter (#4985)

    * feat: add file path to xunit reporter
    
    * Update lib/reporters/xunit.js
    
    Co-authored-by: Ville Lahdenvuo <tuhoojabotti@gmail.com>
    
    * Revert "Update lib/reporters/xunit.js"
    
    This reverts commit 1245e7e.
    
    ---------
    
    Co-authored-by: Ville Lahdenvuo <tuhoojabotti@gmail.com>
    bmish and villelahdenvuo authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    efbb147 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5b5652 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    6f3f45e View commit details
    Browse the repository at this point in the history
  2. fix: harden error handling in lib/cli/run.js (#5074)

    * Bugfix: Output stacktrace to support typescript errors.
    
    Before this patch the errorhandling would fail with the error: "ERROR: null". Debug showed that the error "caught error sometime before command handler: TypeError: Cannot convert object to primitive value"
    
    * Update lib/cli/run.js
    
    Co-authored-by: Pelle Wessman <pelle@kodfabrik.se>
    
    * Fix minor typo.
    
    * Update lib/cli/run.js
    
    Do not change the original functionality.
    
    Co-authored-by: Pelle Wessman <pelle@kodfabrik.se>
    
    * Check that the toString method is available on the error.
    
    * Opting for a simplified solution
    
    * Fix tests
    
    ---------
    
    Co-authored-by: Pelle Wessman <pelle@kodfabrik.se>
    stalet and voxpelli authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    97dcbb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a2781c View commit details
    Browse the repository at this point in the history
  4. build(deps): bump the github-actions group with 2 updates (#5125)

    Bumps the github-actions group with 2 updates: [actions/cache](https://github.com/actions/cache) and [buildsville/add-remove-label](https://github.com/buildsville/add-remove-label).
    
    
    Updates `actions/cache` from 3 to 4
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v3...v4)
    
    Updates `buildsville/add-remove-label` from 2.0.0 to 2.0.1
    - [Release notes](https://github.com/buildsville/add-remove-label/releases)
    - [Commits](buildsville/add-remove-label@v2.0.0...v2.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: buildsville/add-remove-label
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    7ac67f3 View commit details
    Browse the repository at this point in the history
  5. Release v10.4.0

    voxpelli committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ffd9557 View commit details
    Browse the repository at this point in the history
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy