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

Bump ajv, @pact-foundation/pact and @pact-foundation/pact-node #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 4, 2023

Bumps ajv to 8.12.0 and updates ancestor dependencies ajv, @pact-foundation/pact and @pact-foundation/pact-node. These dependencies need to be updated together.

Updates ajv from 5.5.2 to 8.12.0

Release notes

Sourced from ajv's releases.

v8.12.0

  • fix JTD serialisation (remove leading comma in objects with only optional properties) (#2190, @​piliugin-anton)
  • empty JTD "values" schema (#2191)
  • empty object to work with JTD utility type (#2158, @​erikbrinkman)
  • fix JTD "discriminator" schema for objects with more than 8 properties (#2194)
  • correctly narrow "number" type to "integer" (#2192, @​JacobLey)
  • update Node.js versions in CI to 14, 16, 18 and 19

v8.11.2

Update dependencies

Export ValidationError and MissingRefError (ajv-validator/ajv#1840, @​dannyb648)

v8.11.1

Update dependencies

Export ValidationError and MissingRefError (#1840, @​dannyb648)

v8.11.0

Use root schemaEnv when resolving references in oneOf (#1901, @​asprouse)

Only use equal function in generated code when it is used (#1922, @​bhvngt)

v8.10.0

uriResolver option (@​zekth, #1862)

v8.9.0

Option code.esm to generate ESM exports for standalone validation functions (@​rehanvdm, #1861) Support discriminator keyword with $ref in oneOf subschemas (@​dfeufel, #1815)

v8.8.2

Use full RegExp string (with flags) as cache key, related to ajv-validator/ajv-keywords#220

v8.8.1

Fix minContains: 0 (#1819)

v8.8.0

Fix browser bundles in cdnjs regExp option allowing to specify alternative RegExp engine, e.g. re2 (@​efebarlas)

v8.7.1

Publish Ajv bundle for JSON Schema 2020-12 to cdnjs.com

v8.7.0

Update JSON Schema Test Suite. Change minContains: 0 now correctly allows empty array.

v8.6.3

Fix $ref resolution for schemas without $id (@​rbuckton, #1725) Support standalone module import from ESM modules without using .default property (@​bhvngt, #1757)

... (truncated)

Commits

Updates @pact-foundation/pact from 8.2.6 to 11.0.2

Release notes

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

Release v11.0.2

11.0.2 (2023-03-09)

Fixes and Improvements

  • v4 response builder for non-plugin interface (4da4cb3), closes #1073

Release v11.0.1

11.0.1 (2023-03-09)

Fixes and Improvements

  • update to the latest @​pact-foundation/pact-core-13.13.5 (dd5b785)

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)

... (truncated)

Changelog

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

11.0.2 (2023-03-09)

Fixes and Improvements

  • v4 response builder for non-plugin interface (4da4cb3), closes #1073

11.0.1 (2023-03-09)

Fixes and Improvements

  • update to the latest @​pact-foundation/pact-core-13.13.5 (dd5b785)

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)

... (truncated)

Commits
  • 42968f4 chore(release): 11.0.2
  • d913c20 chore: allow release to be dispatched via GH UI
  • 4da4cb3 fix: v4 response builder for non-plugin interface
  • e31cf73 chore: 10.x.x -> 11.x.x in docs
  • d22ca5a Merge pull request #1072 from TimothyJones/gh-actions-deprecated
  • 5cb84e6 ci: Update github checkout action to v3 to avoid deprecation warnings
  • fa54e25 chore(release): 11.0.1
  • dd5b785 fix: update to the latest @​pact-foundation/pact-core-13.13.5
  • aaa8fb9 Merge pull request #1069 from jasonrowsell/chore/rename-uuid-jsdocs-param
  • fcb252d docs: update 9-10 migration guide
  • 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.


Updates @pact-foundation/pact-node from 8.6.2 to 10.17.7

Release notes

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

Release v10.12.1

10.12.1 (2021-03-31)

Fixes and Improvements

  • package.json & package-lock.json to reduce vulnerabilities (8d76550)
  • update standalone to 1.88.41 (3916c88)
  • update standalone to 1.88.45 (fcab9f8)

Release v10.12.0

10.12.0 (2021-03-05)

Features

  • package-name: Pact-node renamed to pact-core (700ad09)

Release v10.11.11

10.11.11 (2021-02-28)

Fixes and Improvements

  • update standalone to 1.88.40 (618fb9d)

Release v10.11.10

10.11.10 (2021-02-25)

Fixes and Improvements

  • update standalone to 1.88.38 (de4aaf2)

Release v10.11.9

10.11.9 (2021-02-24)

Fixes and Improvements

  • 🐛 only download binary if PACT_SKIP_BINARY_INSTALL is true (69cbba0)

Release v10.11.8

10.11.8 (2021-02-09)

Fixes and Improvements

  • install: Use the current working directory instead of the installed directory when finding package.json (Fixes #234) (30c41dc)

... (truncated)

Changelog

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

10.17.7 (2022-12-22)

Fixes and Improvements

  • Update pact-ruby-standalone to 1.91.0, shortening the path for windows users (7f5bd51)

10.17.6 (2022-07-06)

10.17.5 (2022-07-06)

Fixes and Improvements

  • update standalone to 1.89.02-rc1 (09631af)

10.17.4 (2022-06-15)

Fixes and Improvements

  • update standalone to 1.89.01-rc1 (e03fb70)

10.17.3 (2022-06-08)

Fixes and Improvements

  • update standalone to 1.88.91-rc4 (1f69723)

10.17.2 (2022-03-15)

Fixes and Improvements

  • update standalone to 1.88.82 (10bfc19)
  • update standalone to 1.88.83 (515110e)

10.17.1 (2021-12-16)

Fixes and Improvements

  • update standalone to 1.88.81 (c2bace9)

10.17.0 (2021-12-15)

Features

... (truncated)

Commits
  • 33d0ed4 chore(release): 10.17.7
  • 7f5bd51 fix: Update pact-ruby-standalone to 1.91.0, shortening the path for windows u...
  • 1d63450 chore: fix install tests
  • 55a7bdf chore(release): 10.17.6
  • 07a16ef chore(release): 10.17.5
  • 09631af fix: update standalone to 1.89.02-rc1
  • 7389571 chore(release): 10.17.4
  • e03fb70 fix: update standalone to 1.89.01-rc1
  • 546a060 chore(release): 10.17.3
  • 1f69723 fix: update standalone to 1.88.91-rc4
  • Additional commits viewable in compare view
Maintainer changes

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


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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [ajv](https://github.com/ajv-validator/ajv) to 8.12.0 and updates ancestor dependencies [ajv](https://github.com/ajv-validator/ajv), [@pact-foundation/pact](https://github.com/pact-foundation/pact-js) and [@pact-foundation/pact-node](https://github.com/pact-foundation/pact-node). These dependencies need to be updated together.


Updates `ajv` from 5.5.2 to 8.12.0
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v5.5.2...v8.12.0)

Updates `@pact-foundation/pact` from 8.2.6 to 11.0.2
- [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@v8.2.6...v11.0.2)

Updates `@pact-foundation/pact-node` from 8.6.2 to 10.17.7
- [Release notes](https://github.com/pact-foundation/pact-node/releases)
- [Changelog](https://github.com/pact-foundation/pact-js-core/blob/v10.17.7/CHANGELOG.md)
- [Commits](pact-foundation/pact-js-core@v8.6.2...v10.17.7)

---
updated-dependencies:
- dependency-name: ajv
  dependency-type: indirect
- dependency-name: "@pact-foundation/pact"
  dependency-type: direct:development
- dependency-name: "@pact-foundation/pact-node"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants