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: pact-foundation/pact-js-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v14.3.6
Choose a base ref
...
head repository: pact-foundation/pact-js-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v14.3.7
Choose a head ref
  • 11 commits
  • 13 files changed
  • 4 contributors

Commits on Mar 16, 2024

  1. build(deps-dev): bump follow-redirects from 1.15.4 to 1.15.6

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.15.4...v1.15.6)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 16, 2024
    Configuration menu
    Copy the full SHA
    571c4bf View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. build(deps-dev): bump express from 4.17.3 to 4.19.2

    Bumps [express](https://github.com/expressjs/express) from 4.17.3 to 4.19.2.
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/master/History.md)
    - [Commits](expressjs/express@4.17.3...4.19.2)
    
    ---
    updated-dependencies:
    - dependency-name: express
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    695fe8e View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. build(deps-dev): bump protobufjs from 7.2.4 to 7.2.5

    Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.2.4 to 7.2.5.
    - [Release notes](https://github.com/protobufjs/protobuf.js/releases)
    - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
    - [Commits](protobufjs/protobuf.js@protobufjs-v7.2.4...protobufjs-v7.2.5)
    
    ---
    updated-dependencies:
    - dependency-name: protobufjs
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    0982278 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Merge pull request #498 from pact-foundation/dependabot/npm_and_yarn/…

    …protobufjs-7.2.5
    
    build(deps-dev): bump protobufjs from 7.2.4 to 7.2.5
    YOU54F authored May 9, 2024
    Configuration menu
    Copy the full SHA
    4a52caa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #497 from pact-foundation/dependabot/npm_and_yarn/…

    …express-4.19.2
    
    build(deps-dev): bump express from 4.17.3 to 4.19.2
    YOU54F authored May 9, 2024
    Configuration menu
    Copy the full SHA
    53ffa18 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #496 from pact-foundation/dependabot/npm_and_yarn/…

    …follow-redirects-1.15.6
    
    build(deps-dev): bump follow-redirects from 1.15.4 to 1.15.6
    YOU54F authored May 9, 2024
    Configuration menu
    Copy the full SHA
    f3ae4c4 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    e7872d2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #509 from pact-foundation/chore/upgrade-to-pact-ru…

    …by-standalone-2-4-4
    
    fix: update standalone to 2.4.4
    YOU54F authored May 16, 2024
    Configuration menu
    Copy the full SHA
    3515c11 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. fix: set process.stdout._handle.setBlocking(true) on ffi init (#510)

    fixes pact-foundation/pact-js#1216
    
    Large number of pact verifications fail when run in parallel
    YOU54F authored May 29, 2024
    Configuration menu
    Copy the full SHA
    af76abd View commit details
    Browse the repository at this point in the history
  2. fix: shell escaping (#511)

    * fix: shell escaping on non windows platforms
    
    * fix: refactor shell escaping, only on windows and escape cmd/pwsh args
    YOU54F authored May 29, 2024
    Configuration menu
    Copy the full SHA
    3829d20 View commit details
    Browse the repository at this point in the history
  3. chore(release): 14.3.7

    YOU54F committed May 29, 2024
    Configuration menu
    Copy the full SHA
    ead4097 View commit details
    Browse the repository at this point in the history
Loading