Skip to content
This repository was archived by the owner on Jun 5, 2024. It is now read-only.

Bump @pact-foundation/pact from 10.0.0-beta.36 to 11.0.0#1218

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/pact-foundation/pact-11.0.0
Closed

Bump @pact-foundation/pact from 10.0.0-beta.36 to 11.0.0#1218
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/pact-foundation/pact-11.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 2, 2023

Copy link
Copy Markdown
Contributor

Bumps @pact-foundation/pact from 10.0.0-beta.36 to 11.0.0.

Release notes

Sourced from @​pact-foundation/pact's releases.

Release v11.0.0

11.0.0 (2023-03-02)

⚠ 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)

Release v10.4.1

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)

Release v10.4.0

10.4.0 (2022-12-09)

Features

  • add support for rendering plugin content mismatches (2185693)
  • upgrade to latest pact-core (0b56823)

Fixes and Improvements

  • Export VerifierOptions as a root export (bbcccc8)
  • missing min in v3 eachLike pact-foundation/pact-js#958 (18dbfd4)
  • Remove unnecessary dependency @​types/bluebird (also removed bluebird internally) (56efeb3)
  • support multiple header values with matchers (ccd95bb), closes #964

Release v10.2.2

10.2.2 (2022-11-14)

Fixes and Improvements

  • remove all remaining absolute imports (1d16a76)

Release v10.2.1

... (truncated)

Changelog

Sourced from @​pact-foundation/pact's changelog.

11.0.0 (2023-03-02)

⚠ 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)

10.4.0 (2022-12-09)

Features

  • add support for rendering plugin content mismatches (2185693)
  • upgrade to latest pact-core (0b56823)

Fixes and Improvements

  • Export VerifierOptions as a root export (bbcccc8)
  • missing min in v3 eachLike pact-foundation/pact-js#958 (18dbfd4)
  • Remove unnecessary dependency @​types/bluebird (also removed bluebird internally) (56efeb3)
  • support multiple header values with matchers (ccd95bb), closes #964

10.3.1 (2022-11-30)

Fixes and Improvements

  • PactV4 feature flag check was causing import errors for all imports (8897da7)

10.3.0 (2022-11-29)

Features

... (truncated)

Commits
  • 9fbbdf9 chore(release): 11.0.0
  • 1241970 Merge pull request #1062 from TimothyJones/fix-message-types
  • 8173f5b chore: mocha test should use v2 spec
  • aba0595 Merge pull request #1061 from TimothyJones/master
  • acbb257 chore: add smartbear supported jira integration
  • 9be81ce fix!: Rename the message-pact state handler type to MessageStateHandlers fr...
  • c7edb7e fix: Remove all references to AnyTemplate and deprecate the type. See #1054...
  • 7b05230 chore: Add warning comment about incorrect matcher types
  • 0803cdf fix: Widen types for V3 matchers, avoiding AnyTemplate errors. This has the s...
  • f2e430f Merge pull request #1056 from drakulavich/drakulavich-patch-1
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by mfellows, a new releaser for @​pact-foundation/pact since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@pact-foundation/pact](https://github.com/pact-foundation/pact-js) from 10.0.0-beta.36 to 11.0.0.
- [Release notes](https://github.com/pact-foundation/pact-js/releases)
- [Changelog](https://github.com/pact-foundation/pact-js/blob/master/CHANGELOG.md)
- [Commits](pact-foundation/pact-js@v10.0.0-beta.36...v11.0.0)

---
updated-dependencies:
- dependency-name: "@pact-foundation/pact"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@sonarqubecloud

sonarqubecloud Bot commented Mar 2, 2023

Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@dependabot @github

dependabot Bot commented on behalf of github Oct 20, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #1252.

@dependabot dependabot Bot closed this Oct 20, 2023
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/pact-foundation/pact-11.0.0 branch October 20, 2023 22:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants