Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2022

Bumps openapi-to-postmanv2 from 4.1.1 to 4.2.0.

Changelog

Sourced from openapi-to-postmanv2's changelog.

v4.2.0 (August 10, 2022)

  • Improved the way to detect a circular reference by adding a new condition
  • A schema that comes from an allOf parent then we now return the same schema instead of defaulting to a schema with type as object, and no other properties
  • The method resolveAllOf is executed when the current node is an allOf element.
  • Avoiding to set type as object when property's schema is an empty object.
  • Added OAuth2 flows and configuration support.
  • OAuth2 values now default to variables instead of hardcoded strings.
Commits
  • 707e42e Merge branch 'release/4.2.0'
  • 45acf3b Released v4.2.0
  • 7e8f26c Merge pull request #614 from postmanlabs/feature/oauth2-flows-support
  • 0e6ce7c Merge pull request #613 from postmanlabs/fix/mergeEmptyBodyWithDifferentInAll...
  • 70b42f9 Merge pull request #612 from postmanlabs/fix/allOfStringProp
  • 533e881 Merge pull request #609 from postmanlabs/fix/fixAllOfValidationIssue597
  • fa0c910 the default values for OAuth2 fields now point to a variable
  • 4836bd5 Merge pull request #616 from postmanlabs/release/4.1.1
  • 320a5d7 minor bug fixes, optimizations, added test cases
  • 49131c5 added tests with OAuth2 configuration data
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by sahil.choudhary, a new releaser for openapi-to-postmanv2 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 [openapi-to-postmanv2](https://github.com/postmanlabs/openapi-to-postman) from 4.1.1 to 4.2.0.
- [Release notes](https://github.com/postmanlabs/openapi-to-postman/releases)
- [Changelog](https://github.com/postmanlabs/openapi-to-postman/blob/develop/CHANGELOG.md)
- [Commits](postmanlabs/openapi-to-postman@4.1.1...4.2.0)

---
updated-dependencies:
- dependency-name: openapi-to-postmanv2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 11, 2022
@JaredCE JaredCE merged commit 37c3016 into main Aug 11, 2022
@JaredCE JaredCE deleted the dependabot/npm_and_yarn/openapi-to-postmanv2-4.2.0 branch August 11, 2022 08:52
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.

1 participant