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.2.2
Choose a base ref
...
head repository: nock/nock
compare: v13.2.3
Choose a head ref
  • 7 commits
  • 10 files changed
  • 5 contributors

Commits on Jan 24, 2022

  1. docs(RFC): fix typo in rfc-001.md (#2283)

    inadvertantly -> inadvertently
    eltociear committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    5b7c246 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. chore(deps-dev): bump sinon from 12.0.1 to 13.0.1 (#2289)

    Bumps [sinon](https://github.com/sinonjs/sinon) from 12.0.1 to 13.0.1.
    - [Release notes](https://github.com/sinonjs/sinon/releases)
    - [Changelog](https://github.com/sinonjs/sinon/blob/master/docs/changelog.md)
    - [Commits](sinonjs/sinon@v12.0.1...v13.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: sinon
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    cade86f View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @sinonjs/fake-timers from 8.1.0 to 9.0.0 (#2288)

    Bumps [@sinonjs/fake-timers](https://github.com/sinonjs/fake-timers) from 8.1.0 to 9.0.0.
    - [Release notes](https://github.com/sinonjs/fake-timers/releases)
    - [Changelog](https://github.com/sinonjs/fake-timers/blob/master/CHANGELOG.md)
    - [Commits](sinonjs/fake-timers@v8.1.0...v9.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@sinonjs/fake-timers"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    4c1fd6f View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump mocha from 9.1.3 to 9.2.0 (#2291)

    * chore(deps-dev): bump mocha from 9.1.3 to 9.2.0
    
    Bumps [mocha](https://github.com/mochajs/mocha) from 9.1.3 to 9.2.0.
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
    - [Commits](mochajs/mocha@v9.1.3...v9.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: mocha
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore(deps-dev): bump eslint from 7.3.1 to 8.8.0
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Matt R. Wilson <matt.wilson@mantl.com>
    dependabot[bot] and mastermatt committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    c9a301c View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Make replyContentLength to work on strings and buffers (#2294)

    Co-authored-by: Stefano Azzalini <stefano.azzalini@luminator.com>
    mastermatt and stfnzl committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    79ee042 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): migrate dtslint to @definitelytyped/dtslint (#2295)

    Same tool, DefinitelyTypes simply moved the project into their monorepo.
    
    I did attempt to move away from dtslint all together, in favor of ESLint, which is preferred for proper Typescript projects. However, ESLint still lacks a lot of functionality for only declaration files and tests, like Nock has. So dtslint is still the way to go (until we migrate Nock to TS :) ).
    mastermatt committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    51c9cf5 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

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