-
-
Notifications
You must be signed in to change notification settings - Fork 702
Comparing changes
Open a pull request
base repository: chaijs/chai
base: v5.1.2
head repository: chaijs/chai
compare: main
- 13 commits
- 42 files changed
- 5 contributors
Commits on Jan 7, 2025
-
fix: ability to register more plugins inside a plugin (#1639)
Introduces the ability to chain `use` calls and use the `use` function within a `use` callback
Configuration menu - View commit details
-
Copy full SHA for 3bc02ee - Browse repository at this point
Copy the full SHA 3bc02eeView commit details
Commits on Jan 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c8dcd06 - Browse repository at this point
Copy the full SHA c8dcd06View commit details -
chore: introduce prettier and run it (#1660)
Adds prettier and a `format` script, and includes the results of the initial run.
Configuration menu - View commit details
-
Copy full SHA for 6d8d727 - Browse repository at this point
Copy the full SHA 6d8d727View commit details
Commits on Jan 20, 2025
-
chore: drop old CJS entrypoints (#1662)
Removes the old `register-*.cjs` entrypoints as they have been broken since we shipped ESM-only (since `chai.cjs` doesn't exist anymore).
Configuration menu - View commit details
-
Copy full SHA for 0fa4061 - Browse repository at this point
Copy the full SHA 0fa4061View commit details -
chore: enable eslint recommended config (#1659)
Enables the recommended lint rules from `eslint`. Also deletes `getEnumerableProperties.js` which is no longer referenced.
Configuration menu - View commit details
-
Copy full SHA for d044441 - Browse repository at this point
Copy the full SHA d044441View commit details
Commits on Jan 23, 2025
-
feat: integrated
chai-subset
and added assert-based negation to con……tainSubset (#1664) Adds the features of `chai-subset` to core.
Configuration menu - View commit details
-
Copy full SHA for da2e109 - Browse repository at this point
Copy the full SHA da2e109View commit details
Commits on Feb 3, 2025
-
Add coverage check to tests (#1669)
* check coverage * Just use `Number.isNaN` as it's widely available * add test for expected value error in `closeTo` * raise coverage number to 99
Configuration menu - View commit details
-
Copy full SHA for 25bcaab - Browse repository at this point
Copy the full SHA 25bcaabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93409cd - Browse repository at this point
Copy the full SHA 93409cdView commit details
Commits on Feb 18, 2025
-
build(deps): bump serialize-javascript and mocha (#1673)
Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) to 6.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `serialize-javascript` from 6.0.0 to 6.0.2 - [Release notes](https://github.com/yahoo/serialize-javascript/releases) - [Commits](yahoo/serialize-javascript@v6.0.0...v6.0.2) Updates `mocha` from 10.2.0 to 10.8.2 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v10.2.0...v10.8.2) --- updated-dependencies: - dependency-name: serialize-javascript dependency-type: indirect - dependency-name: mocha dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 782bf80 - Browse repository at this point
Copy the full SHA 782bf80View commit details
Commits on Feb 23, 2025
-
build(deps-dev): bump esbuild from 0.19.10 to 0.25.0 (#1671)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.19.10 to 0.25.0. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2023.md) - [Commits](evanw/esbuild@v0.19.10...v0.25.0) --- updated-dependencies: - dependency-name: esbuild dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d416a78 - Browse repository at this point
Copy the full SHA d416a78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d22af3 - Browse repository at this point
Copy the full SHA 9d22af3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97b218e - Browse repository at this point
Copy the full SHA 97b218eView commit details
Commits on Feb 24, 2025
-
* convert Assertion function to a class * fix more types * format
Configuration menu - View commit details
-
Copy full SHA for ce4c403 - Browse repository at this point
Copy the full SHA ce4c403View 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 v5.1.2...main