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-http
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.1.1
Choose a base ref
...
head repository: chaijs/chai-http
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.1.2
Choose a head ref
  • 20 commits
  • 7 files changed
  • 3 contributors

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    08daa24 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. fix: add superagent types as prod dependency (#347)

    We expose superagent's types in our own types, so this should be a
    production dependency. Otherwise, we will cause errors in the typescript
    builds of consumers (unless they skip lib check).
    
    It does mean we add an unnecessary dependency for non-ts people, but
    there's not any simple way around that.
    43081j authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    28f4426 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2025

  1. chore: add renovate (#349)

    43081j authored Jan 26, 2025
    Configuration menu
    Copy the full SHA
    28ea01a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. test: rework tests to node-only (#350)

    Long ago it seems we stopped testing in a browser, so this removes the
    associated switches in the test files and moves to a node-only suite.
    
    Meanwhile, this moves to using c8 for coverage and also reworks the
    tests to hit a local server rather than a real one (previously was
    hitting `chaijs.com` and another domain or two which changed underneath
    it over time).
    43081j authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    2ee73da View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. chore(deps): update dependency mocha to v11 (#352)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    12cf820 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency @types/chai to v5 (#351)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    d522c91 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency npm-run-all2 to v7 (#354)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    4c349aa View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. fix(deps): update dependencies (#356)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    4a6a3b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2025

  1. chore(deps): update dependencies (#357)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    1e621e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. chore(deps): update dependencies (#358)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    380ae5c View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. chore(deps): update dependencies (#359)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    9e304c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. chore(deps): update dependencies (#360)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    af1bf35 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. chore(deps): update dependencies (#361)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    b96f5cf View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. chore(deps): update dependencies (#362)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    63dd001 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. chore(deps): update dependencies to v9.25.0 (#363)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    f8a7a4c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2025

  1. chore(deps): update dependency eslint-plugin-mocha to v11 (#364)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 27, 2025
    Configuration menu
    Copy the full SHA
    ea62c9f View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

  1. chore(deps): update dependencies to v9.25.1 (#365)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    2b23a50 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. fix(deps): update dependency superagent to v10 (#355)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    1ebc305 View commit details
    Browse the repository at this point in the history
  2. chore: run audit fix (#367)

    Fixes a couple of audits, only really useful for maintainers.
    43081j authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    78ce5f0 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. fix: use default export (#368)

    We mistakenly left `import` in our export map, which means CJS consumers
    can't `require` chai-http right now.
    
    This should fix it.
    43081j authored May 2, 2025
    Configuration menu
    Copy the full SHA
    d286c49 View commit details
    Browse the repository at this point in the history
Loading