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

chore(deps-dev): bump the npm-development group across 1 directory with 2 updates #193

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps the npm-development group with 2 updates in the / directory: openapi-to-postmanv2 and @redocly/cli.

Updates openapi-to-postmanv2 from 4.21.0 to 4.24.0

Changelog

Sourced from openapi-to-postmanv2's changelog.

[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.
Commits
  • 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
  • 81aca56 Merge pull request #814 from postmanlabs/release/v4.23.1
  • Additional commits viewable in compare view

Updates @redocly/cli from 1.15.0 to 1.25.2

Release notes

Sourced from @​redocly/cli's releases.

@​redocly/cli@​1.25.2

Patch Changes

  • Fixed camelCase assertion for single-letter values.
  • Updated @​redocly/openapi-core to v1.25.2.

@​redocly/cli@​1.25.1

Patch Changes

  • Added additional checks to criteria-unique Arazzo rule.
  • Updated @​redocly/openapi-core to v1.25.1.

@​redocly/cli@​1.25.0

Minor Changes

  • Added a cache for resolved plugins to ensure that plugins are only instantiated once during a single execution.

Patch Changes

  • Updated @​redocly/openapi-core to v1.25.0.

@​redocly/cli@​1.24.0

Minor Changes

  • Added Spot and Arazzo rules: no-criteria-xpath, no-actions-type-end, criteria-unique.

Patch Changes

  • Fixed an issue where custom rules were not applied to Arazzo descriptions.
  • Updated @​redocly/openapi-core to v1.24.0.

@​redocly/cli@​1.23.1

Patch Changes

  • Fixed a bug where bundling multiple API description files specified as CLI arguments, along with the --output option, stored the result in a single file instead of a folder.
  • Updated @​redocly/openapi-core to v1.23.1.

@​redocly/cli@​1.23.0

Minor Changes

  • Added support for the output option in the per-API configuration so that the destination file can be specified in configuration.

Patch Changes

  • Fixed the absolute path for importing plugins in Windows.
  • Added the ability to run the eject command without specifying components, which displays a selectable list of all available components.
  • Updated @​redocly/openapi-core to v1.23.0.

@​redocly/cli@​1.22.1

Patch Changes

... (truncated)

Changelog

Sourced from @​redocly/cli's changelog.

1.25.2 (2024-09-13)

Patch Changes

  • Fixed camelCase assertion for single-letter values.
  • Updated @​redocly/openapi-core to v1.25.2.

1.25.1 (2024-09-13)

Patch Changes

  • Added additional checks to criteria-unique Arazzo rule.
  • Updated @​redocly/openapi-core to v1.25.1.

1.25.0 (2024-09-11)

Minor Changes

  • Added a cache for resolved plugins to ensure that plugins are only instantiated once during a single execution.

Patch Changes

  • Updated @​redocly/openapi-core to v1.25.0.

1.24.0 (2024-09-09)

Minor Changes

  • Added Spot and Arazzo rules: no-criteria-xpath, no-actions-type-end, criteria-unique.

Patch Changes

  • Fixed an issue where custom rules were not applied to Arazzo descriptions.
  • Updated @​redocly/openapi-core to v1.24.0.

1.23.1 (2024-09-06)

Patch Changes

  • Fixed a bug where bundling multiple API description files specified as CLI arguments, along with the --output option, stored the result in a single file instead of a folder.
  • Updated @​redocly/openapi-core to v1.23.1.

1.23.0 (2024-09-06)

Minor Changes

  • Added support for the output option in the per-API configuration so that the destination file can be specified in configuration.

Patch Changes

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…th 2 updates

Bumps the npm-development group with 2 updates in the / directory: [openapi-to-postmanv2](https://github.com/postmanlabs/openapi-to-postman) and [@redocly/cli](https://github.com/Redocly/redocly-cli).


Updates `openapi-to-postmanv2` from 4.21.0 to 4.24.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@v4.21.0...v4.24.0)

Updates `@redocly/cli` from 1.15.0 to 1.25.2
- [Release notes](https://github.com/Redocly/redocly-cli/releases)
- [Changelog](https://github.com/Redocly/redocly-cli/blob/main/docs/changelog.md)
- [Commits](https://github.com/Redocly/redocly-cli/compare/@redocly/[email protected]...@redocly/[email protected])

---
updated-dependencies:
- dependency-name: openapi-to-postmanv2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: "@redocly/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 16, 2024
@educhastenier educhastenier merged commit cedf728 into master Sep 19, 2024
3 checks passed
@educhastenier educhastenier deleted the dependabot/npm_and_yarn/npm-development-0e868e6e59 branch September 19, 2024 09:09
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.

1 participant