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: chaijs/chai
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.2.0
Choose a base ref
...
head repository: chaijs/chai
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.2.1
Choose a head ref
  • 10 commits
  • 26 files changed
  • 5 contributors

Commits on Feb 18, 2025

  1. 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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    782bf80 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2025

  1. 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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 23, 2025
    Configuration menu
    Copy the full SHA
    d416a78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d22af3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97b218e View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. More typing (#1679)

    * convert Assertion function to a class
    
    * fix more types
    
    * format
    koddsson authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    ce4c403 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2025

  1. build(deps-dev): bump tar-fs from 3.0.6 to 3.0.8 (#1682)

    Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 3.0.6 to 3.0.8.
    - [Commits](mafintosh/tar-fs@v3.0.6...v3.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: tar-fs
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 29, 2025
    Configuration menu
    Copy the full SHA
    9ad4c77 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. build(deps-dev): bump tar-fs from 3.0.8 to 3.0.9 (#1688)

    Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 3.0.8 to 3.0.9.
    - [Commits](mafintosh/tar-fs@v3.0.8...v3.0.9)
    
    ---
    updated-dependencies:
    - dependency-name: tar-fs
      dependency-version: 3.0.9
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    3ac864e View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. chore: fix lint errors and add lint to CI (#1689)

    Fixes some leftover lint errors and adds lint to CI.
    43081j authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    63d203f View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. docs: update minimum node version in readme (#1691)

    * chore: update minimum node version in readme
    
    * Update README.md
    
    ---------
    
    Co-authored-by: Keith Cirkel <keithamus@users.noreply.github.com>
    SuperchupuDev and keithamus authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    aa13d6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    373c61a View commit details
    Browse the repository at this point in the history
Loading