Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency @pact-foundation/pact to v12 - autoclosed #2032

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 10, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@pact-foundation/pact (source) ^9.18.1 -> ^12.0.0 age adoption passing confidence

Release Notes

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

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)

Configuration

📅 Schedule: Branch creation - "after 9am every weekday,before 5pm every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner July 10, 2023 17:01
@renovate
Copy link
Contributor Author

renovate bot commented Jul 10, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn cli npm v10.7.0 does not support Node.js v16.20.2. This version of npm supports the following node versions: `^18.17.0 || >=20.5.0`. You can find the latest version at https://nodejs.org/.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: [email protected]
npm error Found: @pact-foundation/[email protected]
npm error node_modules/@pact-foundation/pact
npm error   dev @pact-foundation/pact@"^12.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @pact-foundation/pact@"^9.12.2" from [email protected]
npm error node_modules/jest-pact
npm error   dev jest-pact@"^0.9.4" from the root project
npm error
npm error Conflicting peer dependency: @pact-foundation/[email protected]
npm error node_modules/@pact-foundation/pact
npm error   peer @pact-foundation/pact@"^9.12.2" from [email protected]
npm error   node_modules/jest-pact
npm error     dev jest-pact@"^0.9.4" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-05-07T08_42_05_950Z-eresolve-report.txt

npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-05-07T08_42_05_950Z-debug-0.log

@renovate renovate bot force-pushed the renovate-pact-foundation-pact-12.x branch 6 times, most recently from a51ae2b to ef31341 Compare July 18, 2023 08:46
@renovate renovate bot force-pushed the renovate-pact-foundation-pact-12.x branch 8 times, most recently from 8f10086 to b9a9a89 Compare July 27, 2023 09:54
@renovate renovate bot force-pushed the renovate-pact-foundation-pact-12.x branch 9 times, most recently from e9b3545 to b411445 Compare August 4, 2023 09:09
@renovate renovate bot force-pushed the renovate-pact-foundation-pact-12.x branch 5 times, most recently from fbb1885 to 18f4001 Compare August 10, 2023 08:12
@renovate renovate bot force-pushed the renovate-pact-foundation-pact-12.x branch 4 times, most recently from d52e043 to 6c5a75c Compare April 19, 2024 08:50
@renovate renovate bot force-pushed the renovate-pact-foundation-pact-12.x branch 3 times, most recently from a51ecca to eff415d Compare April 30, 2024 16:53
@renovate renovate bot force-pushed the renovate-pact-foundation-pact-12.x branch from eff415d to f017e61 Compare May 7, 2024 08:42
@renovate renovate bot force-pushed the renovate-pact-foundation-pact-12.x branch from f017e61 to 43618dd Compare May 16, 2024 09:38
Copy link
Contributor Author

renovate bot commented May 16, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn cli npm v10.8.1 does not support Node.js v16.20.2. This version of npm supports the following node versions: `^18.17.0 || >=20.5.0`. You can find the latest version at https://nodejs.org/.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: [email protected]
npm error Found: @pact-foundation/[email protected]
npm error node_modules/@pact-foundation/pact
npm error   dev @pact-foundation/pact@"^12.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @pact-foundation/pact@"^9.12.2" from [email protected]
npm error node_modules/jest-pact
npm error   dev jest-pact@"^0.9.4" from the root project
npm error
npm error Conflicting peer dependency: @pact-foundation/[email protected]
npm error node_modules/@pact-foundation/pact
npm error   peer @pact-foundation/pact@"^9.12.2" from [email protected]
npm error   node_modules/jest-pact
npm error     dev jest-pact@"^0.9.4" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-06-17T13_52_12_987Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-06-17T13_52_12_987Z-debug-0.log

@renovate renovate bot force-pushed the renovate-pact-foundation-pact-12.x branch 4 times, most recently from e517937 to 47bc0aa Compare May 24, 2024 13:37
@renovate renovate bot force-pushed the renovate-pact-foundation-pact-12.x branch 5 times, most recently from 391d737 to 4c1b50c Compare June 4, 2024 12:31
@renovate renovate bot force-pushed the renovate-pact-foundation-pact-12.x branch 6 times, most recently from 15117af to 2c710ec Compare June 13, 2024 13:15
@renovate renovate bot force-pushed the renovate-pact-foundation-pact-12.x branch from 2c710ec to 2a21200 Compare June 17, 2024 13:52
@renovate renovate bot changed the title Update dependency @pact-foundation/pact to v12 Update dependency @pact-foundation/pact to v12 - autoclosed Jun 17, 2024
@renovate renovate bot closed this Jun 17, 2024
@renovate renovate bot deleted the renovate-pact-foundation-pact-12.x branch June 17, 2024 21:45
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