-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Comparing changes
Open a pull request
base repository: mochajs/mocha
base: v10.3.0
head repository: mochajs/mocha
compare: v10.4.0
- 20 commits
- 32 files changed
- 8 contributors
Commits on Feb 8, 2024
-
chore: add mtfoley/pr-compliance-action (#5077)
* chore: add mtfoley/pr-compliance-action * master, as this repo is still on that for now
Configuration menu - View commit details
-
Copy full SHA for f9e87d6 - Browse repository at this point
Copy the full SHA f9e87d6View commit details
Commits on Feb 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 684f6f5 - Browse repository at this point
Copy the full SHA 684f6f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 728cfe8 - Browse repository at this point
Copy the full SHA 728cfe8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba37586 - Browse repository at this point
Copy the full SHA ba37586View commit details -
chore: migrate ESLint config to flat config (#5060)
* chore: migrate ESLint config to flat config * nit: fix job name to be 'lint'
Configuration menu - View commit details
-
Copy full SHA for 8317f90 - Browse repository at this point
Copy the full SHA 8317f90View commit details
Commits on Feb 15, 2024
-
chore: revert #5069 to restore Netlify builds (#5095)
`assetgraph-builder` is used through at least the `buildProduction` command This reverts commit 53a4baf.
Configuration menu - View commit details
-
Copy full SHA for 3345eff - Browse repository at this point
Copy the full SHA 3345effView commit details
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6531df8 - Browse repository at this point
Copy the full SHA 6531df8View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 3a4c4b7 - Browse repository at this point
Copy the full SHA 3a4c4b7View commit details
Commits on Feb 22, 2024
-
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'
Configuration menu - View commit details
-
Copy full SHA for 7f6f040 - Browse repository at this point
Copy the full SHA 7f6f040View commit details
Commits on Feb 27, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 51502ab - Browse repository at this point
Copy the full SHA 51502abView commit details -
Configuration menu - View commit details
-
Copy full SHA for b88978d - Browse repository at this point
Copy the full SHA b88978dView commit details
Commits on Mar 4, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 3735873 - Browse repository at this point
Copy the full SHA 3735873View commit details
Commits on Mar 8, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for a2e600d - Browse repository at this point
Copy the full SHA a2e600dView commit details
Commits on Mar 12, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for efbb147 - Browse repository at this point
Copy the full SHA efbb147View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5b5652 - Browse repository at this point
Copy the full SHA a5b5652View commit details
Commits on Mar 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6f3f45e - Browse repository at this point
Copy the full SHA 6f3f45eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 97dcbb2 - Browse repository at this point
Copy the full SHA 97dcbb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a2781c - Browse repository at this point
Copy the full SHA 7a2781cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 7ac67f3 - Browse repository at this point
Copy the full SHA 7ac67f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffd9557 - Browse repository at this point
Copy the full SHA ffd9557View 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.3.0...v10.4.0