-
-
Notifications
You must be signed in to change notification settings - Fork 745
Comparing changes
Open a pull request
base repository: nock/nock
base: v13.3.0
head repository: nock/nock
compare: v13.3.1
- 11 commits
- 9 files changed
- 4 contributors
Commits on Feb 1, 2023
-
chore(deps-dev): bump chai from 4.3.6 to 4.3.7
Bumps [chai](https://github.com/chaijs/chai) from 4.3.6 to 4.3.7. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/4.x.x/History.md) - [Commits](chaijs/chai@v4.3.6...v4.3.7) --- updated-dependencies: - dependency-name: chai dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0fb2e52 - Browse repository at this point
Copy the full SHA 0fb2e52View commit details -
chore(deps-dev): bump eslint-config-prettier from 8.5.0 to 8.6.0
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.5.0 to 8.6.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v8.5.0...v8.6.0) --- updated-dependencies: - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e67c33b - Browse repository at this point
Copy the full SHA e67c33bView commit details
Commits on Feb 3, 2023
-
chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6404ab0 - Browse repository at this point
Copy the full SHA 6404ab0View commit details
Commits on Mar 3, 2023
-
chore(deps-dev): bump eslint from 8.29.0 to 8.35.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.29.0 to 8.35.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.29.0...v8.35.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e15205e - Browse repository at this point
Copy the full SHA e15205eView commit details -
chore(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.27.5
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.26.0 to 2.27.5. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.26.0...v2.27.5) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7d22513 - Browse repository at this point
Copy the full SHA 7d22513View commit details
Commits on Apr 26, 2023
-
doc: axios adapter docs (#2469)
Axios stopped exporting the adapters (you will get `Cannot find module 'axios/lib/adapters/http'` errors) but you can now specify the adapter as a string.
Configuration menu - View commit details
-
Copy full SHA for 3a7c7c3 - Browse repository at this point
Copy the full SHA 3a7c7c3View commit details -
docs(README): Update Axios example (#2464)
* fix(README): Update axios example This was added with #1711 but [has changed with axios v1](axios/axios#5277)
Configuration menu - View commit details
-
Copy full SHA for 3feef40 - Browse repository at this point
Copy the full SHA 3feef40View commit details -
chore(deps): bump tar and @definitelytyped/dtslint (#2439)
* chore(deps): bump tar and @definitelytyped/dtslint Bumps [tar](https://github.com/npm/node-tar) to 6.1.13 and updates ancestor dependency [@definitelytyped/dtslint](https://github.com/microsoft/DefinitelyTyped-tools/tree/HEAD/packages/dtslint). These dependencies need to be updated together. Updates `tar` from 2.2.2 to 6.1.13 - [Release notes](https://github.com/npm/node-tar/releases) - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v2.2.2...v6.1.13) Updates `@definitelytyped/dtslint` from 0.0.112 to 0.0.142 - [Release notes](https://github.com/microsoft/DefinitelyTyped-tools/releases) - [Commits](https://github.com/microsoft/DefinitelyTyped-tools/commits/v0.0.142/packages/dtslint) --- updated-dependencies: - dependency-name: tar dependency-type: indirect - dependency-name: "@definitelytyped/dtslint" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * fix(types): update expect error comments for newer version of dtslint --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matt R. Wilson <matt.wilson@mantl.com>
Configuration menu - View commit details
-
Copy full SHA for 7726385 - Browse repository at this point
Copy the full SHA 7726385View commit details -
chore(deps-dev): bump @definitelytyped/dtslint from 0.0.112 to 0.0.159 (
#2459) Bumps [@definitelytyped/dtslint](https://github.com/microsoft/DefinitelyTyped-tools/tree/HEAD/packages/dtslint) from 0.0.112 to 0.0.159. - [Release notes](https://github.com/microsoft/DefinitelyTyped-tools/releases) - [Commits](https://github.com/microsoft/DefinitelyTyped-tools/commits/v0.0.159/packages/dtslint) --- updated-dependencies: - dependency-name: "@definitelytyped/dtslint" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b6b0f61 - Browse repository at this point
Copy the full SHA b6b0f61View commit details
Commits on Apr 27, 2023
-
chore(deps-dev): bump sinon from 15.0.1 to 15.0.4
Bumps [sinon](https://github.com/sinonjs/sinon) from 15.0.1 to 15.0.4. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](sinonjs/sinon@v15.0.1...v15.0.4) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cf86e1b - Browse repository at this point
Copy the full SHA cf86e1bView commit details -
fix: update Socket for Node 18 compat (#2467)
In Node 18+, Write Stream detection has changed. We needed to add a dummy `write` method to our `Socket` class in order to avoid the following error: > The "stream" argument must be an instance of ReadableStream, WritableStream, or Stream. Received an instance of Socket The minimum requirements for SSL certs also increased, so I was forced to update our certs used in testing.
Configuration menu - View commit details
-
Copy full SHA for f904406 - Browse repository at this point
Copy the full SHA f904406View 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 v13.3.0...v13.3.1