Thanks to visit codestin.com
Credit goes to github.com

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.1.1
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.1.2
Choose a head ref
  • 9 commits
  • 9 files changed
  • 4 contributors

Commits on May 9, 2024

  1. Fix secret name in publish action (#1614)

    Kristján Oddsson authored May 9, 2024
    Configuration menu
    Copy the full SHA
    14fcf6b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Publish npm packages with provenance (#1615)

    * Publish npm packages with provenance
    
    * Set version to 0.0.0 because we dynamically generate it now
    Kristján Oddsson authored May 10, 2024
    Configuration menu
    Copy the full SHA
    5ab5b86 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. build(deps-dev): bump braces from 3.0.2 to 3.0.3 (#1625)

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    ec18925 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    3ce5944 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump @75lb/deep-merge from 1.1.1 to 1.1.2 (#1636)

    Bumps [@75lb/deep-merge](https://github.com/75lb/deep-merge) from 1.1.1 to 1.1.2.
    - [Commits](75lb/deep-merge@v1.1.1...v1.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: "@75lb/deep-merge"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    ca5d462 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. build(deps): bump rollup from 4.9.1 to 4.22.4 (#1637)

    Bumps [rollup](https://github.com/rollup/rollup) from 4.9.1 to 4.22.4.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.9.1...v4.22.4)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    baf6ce9 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. chore: update deep dependencies (#1641)

    Updates a few deep dependencies to fix the various high level audits we
    have flagged.
    43081j authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    01ac941 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. chore: upgrade loupe (#1646)

    Bump loupe to the latest version.
    43081j authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    346421f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Support big int in approximently (#1606)

    * Add `numeric` assertion
    
    * Use `numeric` assertion in `approximately`
    
    * Use home-made `abs` to support BigInt in `approximately`
    
    * support bigint in "above" assertion
    
    * add bigint test for typeOf
    
    * add isNumeric and isNotNumeric to assert.js
    
    * support BigInt in `atLeast`
    
    * support bigint in `below`
    
    * add support for bigint in `atMost`
    
    * add bigint support to `within`
    koddsson authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    1b17805 View commit details
    Browse the repository at this point in the history
Loading