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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v14.0.11
Choose a base ref
...
head repository: nock/nock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v14.0.12
Choose a head ref
  • 5 commits
  • 8 files changed
  • 3 contributors

Commits on Feb 14, 2026

  1. chore(deps): bump actions/checkout from 5 to 6 (#2933)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      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>
    Co-authored-by: Michael Solomon <github@tltv.co.il>
    dependabot[bot] and mikicho authored Feb 14, 2026
    Configuration menu
    Copy the full SHA
    657d9a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2026

  1. chore(deps): bump qs and @definitelytyped/dtslint

    Removes [qs](https://github.com/ljharb/qs). It's no longer used after updating ancestor dependency [@definitelytyped/dtslint](https://github.com/microsoft/DefinitelyTyped-tools/tree/HEAD/packages/dtslint). These dependencies need to be updated together.
    
    
    Removes `qs`
    
    Updates `@definitelytyped/dtslint` from 0.0.163 to 0.2.39
    - [Release notes](https://github.com/microsoft/DefinitelyTyped-tools/releases)
    - [Changelog](https://github.com/microsoft/DefinitelyTyped-tools/blob/main/packages/dtslint/CHANGELOG.md)
    - [Commits](https://github.com/microsoft/DefinitelyTyped-tools/commits/@definitelytyped/dtslint@0.2.39/packages/dtslint)
    
    ---
    updated-dependencies:
    - dependency-name: qs
      dependency-version: 
      dependency-type: indirect
    - dependency-name: "@definitelytyped/dtslint"
      dependency-version: 0.2.39
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 12, 2026
    Configuration menu
    Copy the full SHA
    9ad19ea View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2026

  1. chore(deps-dev): bump minimatch from 3.1.2 to 3.1.5

    Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.2 to 3.1.5.
    - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
    - [Commits](isaacs/minimatch@v3.1.2...v3.1.5)
    
    ---
    updated-dependencies:
    - dependency-name: minimatch
      dependency-version: 3.1.5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    e899c49 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2026

  1. chore(deps): bump picomatch

    Bumps  and [picomatch](https://github.com/micromatch/picomatch). These dependencies needed to be updated together.
    
    Updates `picomatch` from 4.0.3 to 4.0.4
    - [Release notes](https://github.com/micromatch/picomatch/releases)
    - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
    - [Commits](micromatch/picomatch@4.0.3...4.0.4)
    
    Updates `picomatch` from 2.3.1 to 2.3.2
    - [Release notes](https://github.com/micromatch/picomatch/releases)
    - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
    - [Commits](micromatch/picomatch@4.0.3...4.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: picomatch
      dependency-version: 4.0.4
      dependency-type: indirect
    - dependency-name: picomatch
      dependency-version: 2.3.2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 3, 2026
    Configuration menu
    Copy the full SHA
    d00d371 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2026

  1. fix: prevent crash when query params have conflicting dot-notation ke…

    …ys (#2958)
    
    fix: return undefined from expand() when a path segment conflicts with a primitive
    
    Co-authored-by: Michael Solomon <github@tltv.co.il>
    ordinary9843 and mikicho authored Apr 5, 2026
    Configuration menu
    Copy the full SHA
    7ea9933 View commit details
    Browse the repository at this point in the history
Loading