pact-foundation / jest-pact

A Pact adaptor for to allow you to easily run tests with Jest
https://pact.io
MIT License
80 stars 12 forks source link

feat: Bump pact to 12.0.0 #242

Closed sonallux closed 1 year ago

sonallux commented 1 year ago

Checklist

Description

Bump @pact-foundation/pact to 12.0.0 which was released yesterday.

mefellows commented 1 year ago

Thanks for raising this. Just note that the version change for Pact is likely going to require a similar major version bump, as it releases a breaking change (dropped support for node < 16).

sonallux commented 1 year ago

Thanks for raising this. Just note that the version change for Pact is likely going to require a similar major version bump, as it releases a breaking change (dropped support for node < 16).

Makes sense 👍 I have added a second commit to require at least node 16.

YOU54F commented 1 year ago

Released in 0.11.0

https://github.com/pact-foundation/jest-pact/releases/tag/v0.11.0 https://www.npmjs.com/package/jest-pact

Note: I would have expected this to have been a major bump 🤷🏾‍♂️

mefellows commented 1 year ago

Ah! It's still a 0.x.x release - this is still considered a pre-release and all bets are off versioning wise

Screenshot 2023-07-11 at 9 48 54 pm
YOU54F commented 1 year ago

ahhhhhh gotcha!

well I am kinda 😅 that it doesn't become a major. thanks for clarifying dude