-
-
Notifications
You must be signed in to change notification settings - Fork 705
Comparing changes
Open a pull request
base repository: chaijs/chai
base: v5.0.0
head repository: chaijs/chai
compare: v5.0.3
- 18 commits
- 20 files changed
- 7 contributors
Commits on Oct 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9d4635d - Browse repository at this point
Copy the full SHA 9d4635dView commit details
Commits on Nov 3, 2023
-
Kristján Oddsson authored
Nov 3, 2023 Configuration menu - View commit details
-
Copy full SHA for 04cba93 - Browse repository at this point
Copy the full SHA 04cba93View commit details -
remove chai version constant (#1550)
* remove chai version constant * remove version test
Kristján Oddsson authoredNov 3, 2023 Configuration menu - View commit details
-
Copy full SHA for c33cf63 - Browse repository at this point
Copy the full SHA c33cf63View commit details -
Kristján Oddsson authored
Nov 3, 2023 Configuration menu - View commit details
-
Copy full SHA for 84bd1f8 - Browse repository at this point
Copy the full SHA 84bd1f8View commit details
Commits on Dec 18, 2023
-
2
Configuration menu - View commit details
-
Copy full SHA for 843eb8d - Browse repository at this point
Copy the full SHA 843eb8dView commit details
Commits on Dec 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b4dd275 - Browse repository at this point
Copy the full SHA b4dd275View commit details -
build(deps): bump nanoid and mocha (#1558)
Bumps [nanoid](https://github.com/ai/nanoid) to 3.3.3 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `nanoid` from 3.1.20 to 3.3.3 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.1.20...3.3.3) Updates `mocha` from 8.4.0 to 10.2.0 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v8.4.0...v10.2.0) --- updated-dependencies: - dependency-name: nanoid 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 668d5b0 - Browse repository at this point
Copy the full SHA 668d5b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75a7bab - Browse repository at this point
Copy the full SHA 75a7babView commit details -
Update developer dependencies (#1560)
* update developer depenedencies * update CI tasks * update action versions * dont run browsers tests in node tests * actually run npm script
Kristján Oddsson authoredDec 28, 2023 Configuration menu - View commit details
-
Copy full SHA for c245af1 - Browse repository at this point
Copy the full SHA c245af1View commit details -
Kristján Oddsson authored
Dec 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 082c7e2 - Browse repository at this point
Copy the full SHA 082c7e2View commit details
Commits on Jan 12, 2024
-
fix: removes
??
for node compat (#1576)We shipped syntax which is beyond our `engine` constraint. `??` is available in node 14 but 4.x is node 4 and above, while 5.x is node 12 and above. This just dumbs it back down to `||` for now at least.
Configuration menu - View commit details
-
Copy full SHA for 2523cd7 - Browse repository at this point
Copy the full SHA 2523cd7View commit details
Commits on Jan 15, 2024
-
Update
loupe
to latest version (#1579)Kristján Oddsson authoredJan 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 33a4408 - Browse repository at this point
Copy the full SHA 33a4408View commit details
Commits on Jan 24, 2024
-
Re-enable some webkit tests (#1580)
Kristján Oddsson authoredJan 24, 2024 Configuration menu - View commit details
-
Copy full SHA for c22eb38 - Browse repository at this point
Copy the full SHA c22eb38View commit details -
Remove a bunch of if statements in test/should.js (#1581)
* Remove a bunch of if statements in test/should.js * Remove `typeof Proxy` check in `test/should.js`
Kristján Oddsson authoredJan 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 61dfca8 - Browse repository at this point
Copy the full SHA 61dfca8View commit details -
Remove a bunch of unused files (#1582)
Kristján Oddsson authoredJan 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 74b12ca - Browse repository at this point
Copy the full SHA 74b12caView commit details
Commits on Jan 25, 2024
-
* add function assertions * implement function checks in expect interface * fix flag message * correctly reference inspect * use existing assersions in asserts * Fix typo Co-authored-by: San Mônico <[email protected]> * Add `AsyncGeneratorFunction` assertion * update assertion messages * alias `isFunction` to `isCallable` * Square up boolean logic in `isCallable` function * Update callable JSDoc comment * Add error tests for function expect assertions * Add negation to other callable assertions * Convert expect calls in test to type string assertions * Remove assertion properties in favor of a normal type assertion * Remove `.is{FunctionType}` assert interfaces * Move `functionTypes` object * Add a bunch of tests * Move test * Add more tests to should interface * Revert formatting change * Add should test for `callable` --------- Co-authored-by: San Mônico <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57fef84 - Browse repository at this point
Copy the full SHA 57fef84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a4dca1 - Browse repository at this point
Copy the full SHA 1a4dca1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44b81df - Browse repository at this point
Copy the full SHA 44b81dfView 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.0.0...v5.0.3