-
Notifications
You must be signed in to change notification settings - Fork 14
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
fix: add peer dep pact-js v11 and nest-js v10 #47
fix: add peer dep pact-js v11 and nest-js v10 #47
Conversation
Oh I can see Matt triggered it :) Will take a look at the errors today |
Hey, if you could update the commit messages, to follow the commit convention as suggested by the latest error message. we will get a green build 👍🏾 |
I'll leave this with you so you can get attribution rather than merging the draft PR I created for testing. Cheers buddy |
00770df
to
bb4dedc
Compare
bb4dedc
to
452ca91
Compare
It's done all messages renamed according the convention. |
## [2.3.1](v2.3.0...v2.3.1) (2023-07-10) ### Bug Fixes * add peer dep pact-js v11 and nest-js v10 ([#47](#47)) ([d90cc37](d90cc37))
🎉 This PR is included in version 2.3.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Add Nest 10 and Pact 11 support
Description
As there is no impacting changes with the Nest 10 and Pact 11 releases for this package change the peerDependencies, to allow nest 10 to be used as a peer dependancy.
Also changed the fixed v10 pact version to any v10 and v11 (ok for v11 as I said before)
Motivation and Context
Make the package work for NestJS recent release 10 on
npm install
without errorConflicting peer dependency
.How Has This Been Tested?
In my fork branch of the
nestjs-pact
project:Then in the "final project" I try
npm install
after replacing in thepackage.json
:With
Check if installation pass, looks good, good to go.
Types of changes
Checklist: