Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2025

Bumps js-yaml to 4.1.1 and updates ancestor dependencies js-yaml and openapi-to-postmanv2. These dependencies need to be updated together.

Updates js-yaml from 4.1.0 to 4.1.1

Changelog

Sourced from js-yaml's changelog.

[4.1.1] - 2025-11-12

Security

  • Fix prototype pollution issue in yaml merge (<<) operator.
Commits

Updates js-yaml from 3.14.1 to 3.14.2

Changelog

Sourced from js-yaml's changelog.

[4.1.1] - 2025-11-12

Security

  • Fix prototype pollution issue in yaml merge (<<) operator.
Commits

Updates openapi-to-postmanv2 from 4.8.0 to 4.25.0

Release notes

Sourced from openapi-to-postmanv2's releases.

v4.25.0

No release notes provided.

v4.24.0

No release notes provided.

v4.23.1

No release notes provided.

v4.23.0

No release notes provided.

v4.22.0

No release notes provided.

v4.21.0

No release notes provided.

v4.20.1

No release notes provided.

v4.20.0

No release notes provided.

v4.19.0

No release notes provided.

v4.18.0

No release notes provided.

v4.17.0

No release notes provided.

v4.16.0

No release notes provided.

v4.15.0

  • Added support for usage of XML examples of type string. by @​VShingala
  • Fixed issue where generated collection contained request and folder in incorrect order for v2 interface. by @​VShingala
  • Fixed issue where collection generation took very large time. by @​VShingala
  • Reduced collection size by keeping maximum generated elements for array as 1 for definitions with larger schemas. by @​VShingala

v4.14.0

  • postmanlabs/openapi-to-postman#451 Added new option alwaysInheritAuthentication to make use of collection auth in all request. by @​SahilChoudhary22
  • Added support for consumption of schema level examples while generating data from XML schemas. by @​VShingala
  • Fixed the default value of auth in the generated request when it is not resolved. by @​dhwaneetbhatt
  • Fixed issue where collection name was empty in cases where definition title was defined as empty string. by @​VShingala

v4.13.0

What's Changed

... (truncated)

Changelog

Sourced from openapi-to-postmanv2's changelog.

[v4.25.0] - 2025-01-15

[v4.24.0] - 2024-08-13

Added

  • #98 12255 Added support for readOnly and writeOnly properties to be correctly present in generated collection.

Chore

  • Replaced traverse with neotraverse.

[v4.23.1] - 2024-07-22

Added

  • Conversion - Added option to set preferred request body content-type and use the first mentioned content-type as request body.

Fixed

  • Fixed issue with getOptions() API where default module version was still v1.
  • Fix to convert "format:binary" to "type:file" for requests with formdata body.

[v4.22.0] - 2024-07-10

Chore

  • Updated postman-collection to v4.4.0.

[v4.21.0] - 2024-05-17

Added

  • Added support for simplified request and response body matching in case of multiple examples.

[v4.20.1] - 2024-03-27

Fixed

  • Fixed an issue where schemas under allOf keyword having additionalProperties set to false were not generating bodies correctly.

[v4.20.0] - 2024-02-15

Added

  • Added support for reporting UserErrors in case when OpenAPI definition to converted is invalid.

[v4.19.0] - 2024-01-18

[v4.18.0] - 2023-09-28

... (truncated)

Commits
  • 8beb95c Release version v4.25.0 (#838)
  • ba8a7a1 Merge pull request #821 from postmanlabs/release/v4.24.0
  • 58d8f83 Update CHANGELOG.md
  • d51ec4c Prepare release v4.24.0
  • 083b837 Merge pull request #807 from postmanlabs/feature/readonly-writeonly-support-v2
  • a0aa439 Merge branch 'develop' of github.com:postmanlabs/openapi-to-postman into feat...
  • 34f299e Merge pull request #815 from postmanlabs/feature/use-neotraverse
  • 3eddcaa Update neotraverse to latest version
  • 38ad4e9 Replace traverse with neotraverse
  • 8debe48 Merge pull request #813 from postmanlabs/release/v4.23.1
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ayush.shrivastav, a new releaser for openapi-to-postmanv2 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [js-yaml](https://github.com/nodeca/js-yaml) to 4.1.1 and updates ancestor dependencies [js-yaml](https://github.com/nodeca/js-yaml) and [openapi-to-postmanv2](https://github.com/postmanlabs/openapi-to-postman). These dependencies need to be updated together.


Updates `js-yaml` from 4.1.0 to 4.1.1
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@4.1.0...4.1.1)

Updates `js-yaml` from 3.14.1 to 3.14.2
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@4.1.0...4.1.1)

Updates `openapi-to-postmanv2` from 4.8.0 to 4.25.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.8.0...v4.25.0)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: direct:development
- dependency-name: js-yaml
  dependency-version: 3.14.2
  dependency-type: indirect
- dependency-name: openapi-to-postmanv2
  dependency-version: 4.25.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 17, 2025
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants