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: 4.4.0
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.0.0-alpha1
Choose a head ref
  • 4 commits
  • 9 files changed
  • 2 contributors

Commits on Jun 9, 2023

  1. Readme Link Updates (#307)

    * docs(readme): update links to match their redirects
    
    Added https to some links
    Updated links to the URL they redirect to
    
    * docs(readme): removed broken dependency badges
    
    removed dependency and devDependency badges because the site behind them is down (alanshaw/david#182)
    Trickfilm400 authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    7b4c050 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9637deb View commit details
    Browse the repository at this point in the history
  3. Dependency Updates (#308)

    * build(dev-deps): replace istanbul with nyc because its deprecated
    
    Replace coverage with nyc, as istanbul is deprecated (https://www.npmjs.com/package/istanbul)
    
    * build(dev-deps): update simplifyify
    
    Changelog: https://github.com/JS-DevTools/simplifyify/blob/master/CHANGELOG.md
    
    * build(dev-deps): update coveralls, npm-run-all
    
    * build(dev-deps): update es6-shim, http-server
    
    * build(dev-deps): update mocha to the highest node v10 supported version
    
    Never versions require higher nodejs versions
    
    * ci
    
    ---------
    
    Co-authored-by: Keith Cirkel <[email protected]>
    Trickfilm400 and keithamus authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    d6f6060 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Breaking: Set Node-Version to >=v16.20 (#309)

    * build(deps): set required version to node v16.20 and update (dev-)dependencies
    
    All dependencies have been updated except for "is-ip", because it would require ESM modules
    
    * build(deps): update mocha configuration to new version
    
    * test: fixing broken test
    
    (But I'm not sure, why this changed - is this an upstream change?)
    
    * ci: update node versions
    
    * ci: set node v18 for publish job
    
    * ci: add main branch for the release
    
    the last release failed because the main branch is not in the configuration (https://github.com/semantic-release/semantic-release/blob/01e85df88af418f4e504ca4bb45658118f391b61/docs/usage/configuration.md#branches)
    
    BREAKING CHANGE: This change drops support for Node.js versions less than v16.20
    Trickfilm400 authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    4cb31ee View commit details
    Browse the repository at this point in the history
Loading