Skip to content

Conversation

@pactflow-renovate-bot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
@pact-foundation/pact (source) devDependencies major ^9.9.12 -> ^14.0.0

Release Notes

pact-foundation/pact-js (@​pact-foundation/pact)

v14.0.0

Compare Source

⚠ BREAKING CHANGES
  • deps: - Contains platform/architecture specific optional dependencies in pact-core v16+. Users should not need to do anything manually as long as they are running supported platforms
  • linux-x64-glibc
  • linux-arm64-glibc
  • linux-x64-musl
  • linux-arm64-musl
  • darwin-x64
  • darwin-arm64
  • windows-x64
  • deps: update pact-core to v16 (c5ca6ae)
Fixes and Improvements
  • code coverage (c0bb760)
  • deps: update dependency lodash.isfunction to v3.0.9 (#​1268) (fb08af3)
  • examples/graphql/package.json & examples/graphql/package-lock.json to reduce vulnerabilities (c9ed8fc)
  • package.json & package-lock.json to reduce vulnerabilities (3f535ed)

v13.2.0

Compare Source

Features
  • replace cli-color with chalk - sonatype-2022-2248 (2ad5e48)
13.1.5 (2024-11-14)
Fixes and Improvements
  • allow hooks to run only once per interaction (#​1243) (b238fd0)
  • package.json & package-lock.json to reduce vulnerabilities (99e101c)
  • replace basic auth pact broker with bearer token (0c1af06)
13.1.4 (2024-10-08)
Fixes and Improvements
13.1.3 (2024-09-12)
Fixes and Improvements
  • package.json & package-lock.json to reduce vulnerabilities (#​1238) (431219c)
13.1.2 (2024-08-15)
Fixes and Improvements
  • package.json & package-lock.json to reduce vulnerabilities (#​1234) (bc0bfdb)
13.1.1 (2024-07-15)
Fixes and Improvements

v13.1.5

Compare Source

v13.1.4

Compare Source

v13.1.3

Compare Source

v13.1.2

Compare Source

v13.1.1

Compare Source

v13.1.0

Compare Source

Features
  • support alpine via pact-js-core 15.1.0 (1d35c82)

v13.0.0

Compare Source

⚠ BREAKING CHANGES
Fixes and Improvements
12.5.2 (2024-05-30)
Fixes and Improvements
  • prevent non-number use in number matcher (d0ee6c4)
12.5.1 (2024-05-30)
Fixes and Improvements
  • prevent non-number use in number matcher (0db6f7f)

v12.5.2

Compare Source

v12.5.1

Compare Source

v12.5.0

Compare Source

Features
  • support matching numbers, bool in query strings (d2237bd)
Fixes and Improvements
  • broken eachLike V3 documentation. (68e5013)
  • package.json & package-lock.json to reduce vulnerabilities (7c2e119)
  • update to latest pact-core 14.3.4 (1b56a73)
  • updated deprecated eachLike V3 description. (1e7b7ae)

v12.4.0

Compare Source

Features
  • corporate proxy: support in verifier (f3ec1be)
12.3.1 (2024-03-25)
Fixes and Improvements
  • update to latest pact-core 14.3.3 (34d8a4b)

v12.3.1

Compare Source

v12.3.0

Compare Source

Features
  • allow v3 matchers in message metadata (58b1251)

v12.2.0

Compare Source

Features
  • remove feature flag for v4 (3d8eccc)
Fixes and Improvements
  • retire lodash omitby to fix vulnerability (fedcc2e)
  • revert test workaround / update to matt plugin 0.1.0 (f306c2b)
12.1.3 (2024-01-23)
Fixes and Improvements
  • ci: update matt plugin provider test (db37296)
  • support multiple states with same name (36dfb4f), closes #​848
12.1.2 (2024-01-07)
Fixes and Improvements
  • PactV4 should default to V4 spec (46acc70)
  • types: remove AnyTemplate references from DSL (4aa5c9b), closes #​1133
12.1.1 (2023-11-10)
Fixes and Improvements
  • allow re-use of PactV4 object (38a68fb)
  • MessageConsumerPact merge pact file correctly (6b5de27)
  • package.json & package-lock.json to reduce vulnerabilities (288bdfd)
  • return raw consumer mock server mismatch if structure unknown (17be53c)

v12.1.3

Compare Source

v12.1.2

Compare Source

v12.1.1

Compare Source

v12.1.0

Compare Source

Features
  • add eachKeyMatches + eachValueMatches matchers (0b2098b)
Fixes and Improvements

v12.0.0

Compare Source

⚠ BREAKING CHANGES
  • set node engines min version to 16
Fixes and Improvements
  • set node engines min version to 16 (85df5b7)
  • update to latest pact-core 13.14.0 (a3085d6)
11.0.2 (2023-03-09)
Fixes and Improvements
11.0.1 (2023-03-09)
Fixes and Improvements

v11.0.2

Compare Source

v11.0.1

Compare Source

v11.0.0

Compare Source

⚠ BREAKING CHANGES
  • Rename the message-pact state handler type to MessageStateHandlers from StateHandlers avoiding the conflicting type problem introduced in #​882. Fixes #​1057
Fixes and Improvements
  • Remove all references to AnyTemplate and deprecate the type. See #​1054 for details (c7edb7e)
  • Rename the message-pact state handler type to MessageStateHandlers from StateHandlers avoiding the conflicting type problem introduced in #​882. Fixes #​1057 (9be81ce)
  • Widen types for V3 matchers, avoiding AnyTemplate errors. This has the side effect that functions, Dates and other inappropriate types can now be passed to matchers, and the benefit that people using interfaces don't get spurious errors. Fixes #​1054 (0803cdf)
10.4.1 (2023-01-23)
Fixes and Improvements
  • accept multiple values for headers in V2 interface. Fixes #​1031 (229aadd)
  • disabled HTTP tracer as it causes the node process to hang (7de96ca)
  • update to latest pact-core 13.13.2 (671891b)

v10.4.1

Compare Source

v10.4.0

Compare Source

Features
  • add support for rendering plugin content mismatches (2185693)
  • upgrade to latest pact-core (0b56823)
Fixes and Improvements
10.3.1 (2022-11-30)
Fixes and Improvements
  • PactV4 feature flag check was causing import errors for all imports (8897da7)

v10.3.1

Compare Source

v10.3.0

Compare Source

Features
  • expose V4 public interface (047b61d)
Fixes and Improvements
  • add --detectOpenHandles to provider state tests (9f14582)
  • update to latest pact-core 13.12.2 (e54aa7a)
10.2.2 (2022-11-14)
Fixes and Improvements
  • remove all remaining absolute imports (1d16a76)
10.2.1 (2022-11-14)
Fixes and Improvements

v10.2.2

Compare Source

v10.2.1

Compare Source

v10.2.0

Compare Source

Features
  • support V4 Pact interface (beta) (7f87896)
Fixes and Improvements
  • Fix an issue where extractPayload would not work correctly with objects with a value key (469e6d3)
10.1.4 (2022-09-21)
Fixes and Improvements
  • Fix issue where MatchersV3.string() with no arguments would not correctly match strings (ed70734)
10.1.3 (2022-09-06)
Fixes and Improvements
  • PactV4 error handling logic (78ff0bf)
10.1.2 (2022-08-20)
Fixes and Improvements
  • binary matching via latest pact-core (887b312)
  • binary matching via latest pact-core (c201eca)
10.1.1 (2022-08-14)
Fixes and Improvements
  • print errors if fn passed to executeTest throws (8cfc8c7)

v10.1.4

Compare Source

v10.1.3

Compare Source

v10.1.2

Compare Source

v10.1.1

Compare Source

v10.1.0

Compare Source

Features
  • port extractPayload function from 9.x (1afef87)
10.0.2 (2022-08-08)
Fixes and Improvements
  • dsl/verifier - express import typescript error (60fa69f)
  • import clc from cli-colour (785b38c)
10.0.1 (2022-07-28)
Fixes and Improvements

v10.0.2

Compare Source

v10.0.1

Compare Source

v10.0.0

Compare Source

🎉 TL;DR - lots. See https://github.com/pact-foundation/pact-js/blob/master/docs/migrations/9-10.md for more!

9.18.1 (2022-06-28)
Fixes and Improvements
  • package.json & package-lock.json to reduce vulnerabilities (#​879) (5005463)

v9.18.1

Compare Source

v9.18.0

Compare Source

Features
  • drop support for pact web incl. karma examples (d45f898)
  • modify request body inside of verifier (#​873) (be8ed15)
Fixes and Improvements
  • nestjs example should use branches in workflow (a7adf07)
  • webpack on node 16 (903cf44)
9.17.3 (2022-03-16)
Fixes and Improvements
  • remove rust from v3 release build (2a5f65b)
  • The table on README.md is corrupted and unreadable (#​832) (b73fa05)
  • throw an error when pact spec version is not set to 2 (4186c22)
  • upgrade to latest pact-node (0d9b127)
  • verifier req/res logging on debug (#​835) (3edc5a0)

v9.17.3

Compare Source

v9.17.2

Compare Source

9.17.2 (2022-01-12)
Fixes and Improvements
  • All options are now passed down to pact-core in consumer pacts, allowing usage of the undocumented monkeypatch option (50f00b4)

v9.17.1

Compare Source

9.17.1 (2021-12-31)
Fixes and Improvements
  • Interaction response status can only be a number not a Matcher (Typescript type) (9904eca)

v9.17.0

Compare Source

Features
  • upgrade pact-node to support branches in verifications. Fixes #​750 (a5ef42e)

v9.16.5

Compare Source

9.16.5 (2021-10-24)
Fixes and Improvements
  • Bump version of pact-node to ensure the fix for the SSL certificate issue is included (20bbf7a)
  • consumer-tests: Further improve the error message when a consumer test doesn't seem to have the mock server running (c2d789c)

v9.16.4

Compare Source

9.16.4 (2021-10-10)
Fixes and Improvements
  • support null values in matchers (5bee9fc)

v9.16.3

Compare Source

9.16.3 (2021-10-01)
Fixes and Improvements
  • pact-node: bump dependency on pact-node (2ab2478)

v9.16.2

Compare Source

9.16.2 (2021-09-30)
Fixes and Improvements
  • give up on node 16 musl until we can remove neon (d2e2a7c)
  • Remove unused package (fixes #​752) (35584fb)

v9.16.1

Compare Source

9.16.1 (2021-09-08)
Fixes and Improvements
  • Add timeout option to PactOptions for waiting for the mock server to start (85c1d36)
  • bump dependency on pact-node to avoid broken 10.13.6 (de5db6b)
  • Bump version of pact-node to pick up less vulnerable dependencies (0ab095e)
  • update examples with path dependency (#​717) (7c91c33)

v9.16.0

Compare Source

Features
  • add withMutation alias for withQuery for graphql interactions (1564a76)
Fixes and Improvements
  • Print a much better error when the mock service fails to start (bbbc6f2)

v9.15.5

Compare Source

9.15.5 (2021-04-21)
Fixes and Improvements
  • pact-node: Fix for #​635 (issue with message pact not respecting matching rules) (5063b7e)

v9.15.4

Compare Source

9.15.4 (2021-03-31)
Fixes and Improvements
  • Bump pact-node version to get vulnerability fixes (bc0e7f0)

v9.15.3

Compare Source

<<<<<<< HEAD

  • package.json & package-lock.json to reduce vulnerabilities (aa8036c)

v9.15.2

Compare Source

v9.15.1

Compare Source

  • Bump pact-node version to get vulnerability fixes (bc0e7f0)

v9.15.0

Compare Source

Features
  • provider-states: Add beforeEach and afterEach hooks to provider verification (#​529) - Fixes #​526 (8147042)
9.14.2 (2021-01-28)
Fixes and Improvements
  • pact-node: Bump dependency on pact-node to avoid regression in query string matching (9c733ce)
  • pact-node: bump dependency on pact-node to get verbose logging in verification #​583 (66e9dca)
9.14.1 (2021-01-27)
Fixes and Improvements
  • set permissions for Ruby binaries on GH Actions (8881ee7)
  • set permissions for Ruby binaries on GH Actions (5701c0f)
  • logger: lowercase log level (8388776)
  • logger: replace bunyan with pino (fe6dd30)
  • pact-node: bump dependency on pact-node to get verbose logging in verification #​583 (8b26262)

v9.14.2

Compare Source

v9.14.1

Compare Source

v9.14.0

Compare Source

Features
  • add request/response tracing (37c3dc3)
Fixes and Improvements
  • logger: Message consumers now respect the specified log level (98e601c)
  • pact-web: Pact-web is now built using webpack 4. Please let us know if there are any issues (27fd1b5)
9.13.2 (2021-01-04)
Bug Fixes
  • popsicle: Increase maxBufferSize of requests to infinity (8fd751a)
  • small errors (076549e)

v9.13.2

Compare Source

v9.13.1

Compare Source

v9.13.0

Compare Source

Features
  • add flag to enable handling CORS pre-flight requests (0adb3fc)
Bug Fixes
  • correct Rust code after upgrade to upstream libs (aa6d803)
  • need .mocharc.json after merge from master (2525bf6)
  • package.json after merge from master (aef422b)

v9.12.2

Compare Source

v9.12.1

Compare Source

v9.12.0

Compare Source

Features
  • support MIME multipart form posts with binary files (d72a210)
  • support regex matcher with a regexp object (d92f6f5)
  • support text nodes configured from XML builder (a2a7f55)
  • support using matchers on XML text nodes (b3b5e62)
  • allow also WebDAV HTTP Requests (2ac811d)
Bug Fixes
  • correct the version of the pact_mock_server crate (a17f2bb)
  • date/time matchers were being skipped due to defect in upstream matching lib (dcc3a7f)
  • travis matrix was doubled up (fe08a70)
  • travis was not running the E2E tests after merge from master (73257dc)

v9.11.1

Compare Source

v9.11.0

Compare Source

Bug Fixes
  • dsl: Fix extractPayload so that it passes through object properties that are not matchers (fixes #​454) (c0f3d37)

v9.10.0

Compare Source

Features
  • remove need for pact-node in almost all uses, including examples (4e22828)
  • update PactWeb and MessageProviderPact interface (b82976f)
9.9.12 (2020-04-19)
9.9.11 (2020-04-19)
9.9.10 (2020-04-19)
9.9.9 (2020-04-19)
9.9.8 (2020-04-19)
9.9.7 (2020-04-19)
9.9.6 (2020-04-19)
9.9.5 (2020-04-16)
9.9.4 (2020-04-16)
9.9.3 (2020-04-10)
Bug Fixes
  • correct the path to the native lib in the NPM package (300d915)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@pactflow-renovate-bot pactflow-renovate-bot bot changed the title chore(deps): update dependency @pact-foundation/pact to v14 chore(deps): update dependency @pact-foundation/pact to v14 - autoclosed Feb 19, 2025
@pactflow-renovate-bot pactflow-renovate-bot bot deleted the gh-renovate/pact-foundation-pact-14.x branch February 19, 2025 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants