Releases: pact-foundation/nestjs-pact
Releases · pact-foundation/nestjs-pact
v2.3.2
What's Changed
- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #26
- chore(deps-dev): bump ts-jest from 29.0.3 to 29.1.1 by @dependabot in #49
- chore(deps-dev): bump eslint from 8.29.0 to 8.51.0 by @dependabot in #50
- chore(deps-dev): bump rimraf from 3.0.2 to 5.0.5 by @dependabot in #51
- chore(deps): bump semver from 5.7.1 to 5.7.2 by @dependabot in #52
- chore(deps): bump @babel/traverse from 7.20.5 to 7.23.2 by @dependabot in #53
- chore(deps-dev): bump husky from 8.0.2 to 8.0.3 by @dependabot in #30
- chore(deps): bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in #54
- chore(deps): bump follow-redirects from 1.15.2 to 1.15.4 by @dependabot in #68
- chore(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.29.1 by @dependabot in #65
- chore(deps-dev): bump eslint from 8.51.0 to 8.56.0 by @dependabot in #64
- chore(deps-dev): bump @semantic-release/changelog from 6.0.2 to 6.0.3 by @dependabot in #59
- chore(deps-dev): bump @typescript-eslint/parser from 5.46.0 to 5.62.0 by @dependabot in #56
- chore(deps): bump es5-ext from 0.10.62 to 0.10.64 by @dependabot in #73
- chore(deps): bump express from 4.18.2 to 4.19.2 by @dependabot in #72
- chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #71
- chore(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in #70
- fix(peer-deps): support pact v13.x & pact-cli for publisher interface by @YOU54F in #84
Full Changelog: v2.3.1...v2.3.2
v2.3.1
v2.3.0
2.3.0 (2023-01-17)
Bug Fixes
- add ; back in for index.ts (linting) (a530c63)
- add small comment to explain the try/catch for verifier (bb2a606)
- import/order linting rule, peerDepencency version for @pact-foundation/pact (da05e65)
- jest tests with mock modules now work (b50c702)
- make verifier a nestjs provider again (df4249d)
- remove lerna, and dont fail-fast (bf45577)
- revert to normal mocks for verifier test (153e5fb)
- verifier-service tests added back in (922258b)