-
Notifications
You must be signed in to change notification settings - Fork 113
Comparing changes
Open a pull request
base repository: chaijs/chai-http
base: 4.4.0
head repository: chaijs/chai-http
compare: 5.0.0
- 19 commits
- 26 files changed
- 8 contributors
Commits on Jun 9, 2023
-
* 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)
Configuration menu - View commit details
-
Copy full SHA for 7b4c050 - Browse repository at this point
Copy the full SHA 7b4c050View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9637deb - Browse repository at this point
Copy the full SHA 9637debView commit details -
* 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 <keithamus@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d6f6060 - Browse repository at this point
Copy the full SHA d6f6060View commit details
Commits on Jun 19, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 4cb31ee - Browse repository at this point
Copy the full SHA 4cb31eeView commit details
Commits on Apr 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cc58a4b - Browse repository at this point
Copy the full SHA cc58a4bView commit details
Commits on Apr 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bc64cf1 - Browse repository at this point
Copy the full SHA bc64cf1View commit details
Commits on Apr 25, 2024
-
Merge pull request #317 from thomashohn/task-316-update-superagent-9
[TASK] Update to superagent^9
Kristján Oddsson authoredApr 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 6b50e3d - Browse repository at this point
Copy the full SHA 6b50e3dView commit details -
[TASK] Update low-hanging dependencies (#321)
BREAKING CHANGE: We no longer support nodejs 16 * [TASK] Update low-hanging dependencies * Updated node versions
Configuration menu - View commit details
-
Copy full SHA for 16e0d0b - Browse repository at this point
Copy the full SHA 16e0d0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0405a02 - Browse repository at this point
Copy the full SHA 0405a02View commit details -
[TASK] Updated npm-packages for releasing at raised node version to l… (
#323) * [TASK] Updated npm-packages for releasing at raised node version to latest 18 LTS version * Version to 18 * Node 18.20.0 instead
Configuration menu - View commit details
-
Copy full SHA for 0c4ad14 - Browse repository at this point
Copy the full SHA 0c4ad14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d8b1d2 - Browse repository at this point
Copy the full SHA 7d8b1d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e9229f - Browse repository at this point
Copy the full SHA 2e9229fView commit details -
BREAKING CHANGE: minimum supported node version is now 18
Configuration menu - View commit details
-
Copy full SHA for 5a1fa20 - Browse repository at this point
Copy the full SHA 5a1fa20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e11cd8 - Browse repository at this point
Copy the full SHA 9e11cd8View commit details
Commits on May 4, 2024
-
chore: update build pipeline to use v4 of github actions (#325)
Updates the CI pipelines to use the newer 4.x actions from github
Configuration menu - View commit details
-
Copy full SHA for e30a5b8 - Browse repository at this point
Copy the full SHA e30a5b8View commit details
Commits on May 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 62f521c - Browse repository at this point
Copy the full SHA 62f521cView commit details
Commits on May 22, 2024
-
* feat: change project to ESM loader Move from CJs to ESModule * move mocha options into package.json * remove requires from test bootstrap * test: fixed tests for chai@5 with new plugin syntax feat: update to latest chai version BREAKING CHANGE: updated typescript interface due to incompatible export changes with esm (cannot export default and object in parallel) * feat: updated non-breaking dependencies fix: move type dependencies to devDependencies * refactor: change var to const declarations * docs: readme.md * fix: make http properties required on type * docs: remove promise note (most clients should support it now) * build: update dependencies * ci: set setup-node to v4 --------- Co-authored-by: Kristján Oddsson <koddsson@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e5fddbb - Browse repository at this point
Copy the full SHA e5fddbbView commit details
Commits on May 23, 2024
-
style: add prettier and eslint (#328)
* style: execute prettier on all code files build: add prettier to devDependencies * refactor: var to const/let * build: add simple eslint config & packages * refactor: optimize re-export of "is-ip" * refactor: optimize re-export of "is-ip" * chore: update eslint config * style: execute prettier on all code files chore: update prettier config * build: remove eslint-plugin-prettier * chore: add editorconfig * chore: update npm eslint script and cleanup eslint config file
Configuration menu - View commit details
-
Copy full SHA for bd11864 - Browse repository at this point
Copy the full SHA bd11864View commit details -
feat: add publish workflows (#329)
Adds a publish workflow and updates a few dev scripts/dependencies to reduce the install size and security audit notices.
Configuration menu - View commit details
-
Copy full SHA for 3d1c5d1 - Browse repository at this point
Copy the full SHA 3d1c5d1View 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 4.4.0...5.0.0