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

build(deps-dev): bump the npm-development group with 2 updates #162

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

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

Updates openapi-to-postmanv2 from 4.19.0 to 4.20.1

Changelog

Sourced from openapi-to-postmanv2's changelog.

[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.
Commits
  • d366111 Merge pull request #788 from postmanlabs/release/v4.20.1
  • 0128b3d Added changelogs
  • 3e1e4e8 Prepare release v4.20.1
  • ae1bf3e Merge pull request #787 from postmanlabs/feature/fix-allof-additional-props
  • e8046bc Fixed an issue where schemas under allOf keyword having additionalProperties ...
  • 4f1c537 Merge pull request #783 from postmanlabs/release/v4.20.0
  • 0b6503b Merge pull request #784 from postmanlabs/release/v4.20.0
  • 5dc28b1 Added changelogs
  • 158f9c5 Prepare release v4.20.0
  • dce4823 Merge pull request #782 from postmanlabs/feature/report-usererror-invalid-def...
  • Additional commits viewable in compare view

Updates @redocly/cli from 1.8.2 to 1.10.6

Release notes

Sourced from @​redocly/cli's releases.

@​redocly/cli@​1.10.6

Patch Changes

  • Added check-config command to validate a Redocly configuration file.
  • Updated @​redocly/openapi-core to v1.10.6.

@​redocly/cli@​1.10.5

Patch Changes

  • Updated license text for date and organization naming accuracy.
  • Updated @​redocly/openapi-core to v1.10.5.

@​redocly/cli@​1.10.4

Patch Changes

  • Fixed a problem with the preview command crashing on Windows by adding operating system detection for the correct npx executable to use.
  • Updated @​redocly/openapi-core to v1.10.4.

@​redocly/cli@​1.10.3

Patch Changes

  • Reverted "Users can run the CLI tool behind a proxy by using HTTP_PROXY or HTTPS_PROXY environment variables to configure the proxy settings" temporary.
  • Updated @​redocly/openapi-core to v1.10.3.

@​redocly/cli@​1.10.2

Patch Changes

  • Users can run the CLI tool behind a proxy by using HTTP_PROXY or HTTPS_PROXY environment variables to configure the proxy settings.
  • Updated @​redocly/openapi-core to v1.10.2.

@​redocly/cli@​1.10.1

Patch Changes

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

@​redocly/cli@​1.10.0

Minor Changes

  • Users can run the CLI tool behind a proxy by using HTTP_PROXY or HTTPS_PROXY environment variables to configure the proxy settings.

Patch Changes

  • Added inflection to the join command so that --prefix-components-with-info-prop replaces spaces with underscores to create less confusing $refs.
  • Updated @​redocly/openapi-core to v1.10.0.

@​redocly/cli@​1.9.1

Patch Changes

  • Adds support for using logical AND for the security schema so that the join command generates the correct schema.
  • Fixed a bug with resolving $refs to file names that contain the hash symbol.

... (truncated)

Changelog

Sourced from @​redocly/cli's changelog.

1.10.6 (2024-03-26)

Patch Changes

  • Added check-config command to validate a Redocly configuration file.
  • Updated @​redocly/openapi-core to v1.10.6.

1.10.5 (2024-03-19)

Patch Changes

  • Updated license text for date and organization naming accuracy.
  • Updated @​redocly/openapi-core to v1.10.5.

1.10.4 (2024-03-14)

Patch Changes

  • Fixed a problem with the preview command crashing on Windows by adding operating system detection for the correct npx executable to use.
  • Updated @​redocly/openapi-core to v1.10.4.

1.10.3 (2024-03-04)

Patch Changes

  • Reverted "Users can run the CLI tool behind a proxy by using HTTP_PROXY or HTTPS_PROXY environment variables to configure the proxy settings" temporary.
  • Updated @​redocly/openapi-core to v1.10.3.

1.10.2 (2024-03-04)

Patch Changes

  • Users can run the CLI tool behind a proxy by using HTTP_PROXY or HTTPS_PROXY environment variables to configure the proxy settings.
  • Updated @​redocly/openapi-core to v1.10.2.

1.10.1 (2024-02-29)

Patch Changes

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

1.10.0 (2024-02-29)

Minor Changes

  • Users can run the CLI tool behind a proxy by using HTTP_PROXY or HTTPS_PROXY environment variables to configure the proxy settings.

Patch Changes

  • Added inflection to the join command so that --prefix-components-with-info-prop replaces spaces with underscores to create less confusing $refs.

... (truncated)

Commits
  • a729953 chore: 🔖 release new versions (#1498)
  • 7ed4dd6 fix: add type tree for metadata-schema rule (#1504)
  • 652a4b2 docs: fixes spacing issue that cut budget table out of gsod proposal doc (#1505)
  • 268ea37 docs: adds gsod 2024 folder and proposal page (#1499)
  • bd82bcd feat: command for linting Redocly config itself (#1491)
  • 617ccff docs: update contributing guide (#1494)
  • d8d83ed Removing tabs from join command page (#1492)
  • a094e8e chore: 🔖 release new versions (#1489)
  • 4ea64ab chore: update the license (#1488)
  • 8cda648 removed two links to yaml spec as the site is down and it is breaking our pre...
  • Additional commits viewable in compare view

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

Bumps the npm-development group with 2 updates: [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.19.0 to 4.20.1
- [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.19.0...v4.20.1)

Updates `@redocly/cli` from 1.8.2 to 1.10.6
- [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 Apr 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 8, 2024

Superseded by #163.

@dependabot dependabot bot closed this Apr 8, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-development-8126281154 branch April 8, 2024 19:16
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