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: nock/nock
base: v13.1.4
Choose a base ref
...
head repository: nock/nock
compare: v13.2.0
Choose a head ref
  • 13 commits
  • 10 files changed
  • 6 contributors

Commits on Oct 19, 2021

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

Commits on Oct 31, 2021

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

Commits on Nov 7, 2021

  1. Configuration menu
    Copy the full SHA
    d393f93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fed118 View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump eslint from 7.25.0 to 7.32.0

    Bumps [eslint](https://github.com/eslint/eslint) from 7.25.0 to 7.32.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
    - [Commits](eslint/eslint@v7.25.0...v7.32.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and gr2m committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    93cfb5e View commit details
    Browse the repository at this point in the history
  4. build(package): lock file

    gr2m committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    3e5e6e5 View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump prettier from 2.2.1 to 2.4.1

    Bumps [prettier](https://github.com/prettier/prettier) from 2.2.1 to 2.4.1.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.2.1...2.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and gr2m committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    33498ac View commit details
    Browse the repository at this point in the history
  6. style: prettier

    gr2m committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    547008f View commit details
    Browse the repository at this point in the history
  7. chore(deps-dev): bump dtslint from 4.0.9 to 4.2.0

    Bumps [dtslint](https://github.com/Microsoft/dtslint) from 4.0.9 to 4.2.0.
    - [Release notes](https://github.com/Microsoft/dtslint/releases)
    - [Commits](https://github.com/Microsoft/dtslint/commits/v4.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: dtslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and gr2m committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    942d7e5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dcdc9aa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f596738 View commit details
    Browse the repository at this point in the history
  10. docs: add note on removeInterceptor usage (#2035)

    The fact that `removeInterceptor` works on some chains and doesn't work on other chains is very confusing because it means that existing code may break while the behavior is getting only extended (opposite to modified). Also, because documentation is not giving a clear difference on what chain methods returns what type of values. There are a bunch of issues on it:
    #1822
    #1117
    #600
    Alexsey committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    63a5482 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

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