Skip to content

Update dependency @redocly/cli to v1.34.3 #9378

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@redocly/cli 1.25.11 -> 1.34.3 age adoption passing confidence

Release Notes

Redocly/redocly-cli (@​redocly/cli)

v1.34.3

Compare Source

Patch Changes

v1.34.2

Compare Source

Patch Changes

v1.34.1

Compare Source

Patch Changes

v1.34.0

Compare Source

Minor Changes
  • Added global execution timeout timer to respect command execution to prevent infinite test runs. You can configure this timer using the RESPECT_TIMEOUT environment variable (defaults to 1 hour).
Patch Changes

v1.33.1

Compare Source

Patch Changes
  • Fixed generate-arazzo command to properly handle output file paths. The output-file parameter must have a value when provided.
  • Updated @​redocly/respect-core to v1.33.1.

v1.33.0

Compare Source

Minor Changes
  • Added support for generating workflows from OpenAPI operations without operationIds. The generate-arazzo command now automatically generates operationPaths using the URL pattern: {$sourceDescriptions.<name>.url}#/paths/<path>/<method>.
Patch Changes

v1.32.2

Compare Source

Patch Changes
  • Fixed step execution to respect severity levels when handling step failures. Previously, steps would always break workflow execution on failure when onFailure is omitted, but now they properly consider the configured severity level (e.g., warn | off severity allows subsequent steps to execute).
  • Updated @​redocly/openapi-core to v1.32.2.

v1.32.1

Compare Source

Patch Changes
  • Added support for basic, bearer, and apiKey security schemes in workflow generation with generate-arazzo command.
  • Updated @​redocly/openapi-core to v1.32.1.

v1.32.0

Compare Source

Minor Changes
  • Added support for linting, preprocessors, decorators, and type extensions for Overlay v1 documents.
Patch Changes
  • Updated OAS3 Schema type definition to correct type keyword enum, removed null.
  • Fixed an issue where JSON logs did not properly capture data from nested external workflows.
  • Updated @​redocly/openapi-core to v1.32.0.

v1.31.3

Compare Source

Patch Changes

v1.31.2

Compare Source

Patch Changes
  • Fixed sourceDescription name generation in generate-arazzo command when using OpenAPI files that contain multiple periods "." in their filenames.
  • Updated @​redocly/respect-core to v1.31.2.

v1.31.1

Compare Source

Patch Changes

v1.31.0

Compare Source

Minor Changes
  • Added the generate-arazzo command to scaffold Arazzo description templates out of OpenAPI descriptions.
  • Added the respect command to test APIs against Arazzo description files.
Patch Changes

v1.30.0

Compare Source

Minor Changes
Patch Changes
  • Updated operation-tag-defined built-in rule to verify tags are defined on the operation prior to matching them to a global tag.
  • Updated @​redocly/openapi-core to v1.30.0.

v1.29.0

Compare Source

Minor Changes
  • Added typings and interfaces for Overlay Specification v1.0.0.
Patch Changes
  • Fixed a problem where the split command produced backslashes instead of forward slashes in $refs on Windows.
  • Fixed an issue where the no-invalid-media-type-examples rule crashed instead of reporting an error when it failed to resolve an example from a $ref.
  • Updated @​redocly/openapi-core to v1.29.0.

v1.28.5

Compare Source

Patch Changes

v1.28.4

Compare Source

Patch Changes
  • Fixed an issue where the build-docs command failed when React 19 was installed in the project folder.
  • Updated @​redocly/openapi-core to v1.28.4.

v1.28.3

Compare Source

Patch Changes

v1.28.2

Compare Source

Patch Changes

v1.28.1

Compare Source

Patch Changes

v1.28.0

Compare Source

Minor Changes
  • Switched to using native fetch API instead of node-fetch dependency, improving performance and reducing bundle size.
Patch Changes

v1.27.2

Compare Source

Patch Changes
  • Updated the sideNavStyle configuration schema to include the path-only option.
  • Updated @​redocly/openapi-core to v1.27.2.

v1.27.1

Compare Source

Patch Changes
  • Fixed an issue where running the preview command failed because one of its dependencies could not be resolved.
    The issue occurred when Realm was not installed in the node_modules of the project.
  • Updated @​redocly/openapi-core to v1.27.1.

v1.27.0

Compare Source

Minor Changes
  • Added the ability to override default problem messages for built-in rules.
Patch Changes
  • Fixed an issue where apis' root in redocly.yaml was not resolved properly when the value of root was a URL.
  • Updated the Redocly CLI command redocly build-docs to use stdout instead of stderr for simple logs.
  • Updated @​redocly/openapi-core to v1.27.0.

v1.26.1

Compare Source

Patch Changes
  • Fixed an issue where an API alias's root path might be resolved incorrectly for configuration files located outside the root folder.
  • Updated @​redocly/openapi-core to v1.26.1.

v1.26.0

Compare Source

Minor Changes
  • Introduced the struct rule and deprecated the spec rule.
    Added the spec ruleset, which enforces compliance with the specifications.
Patch Changes
  • Fixed an issue where the CLI would fail to run on Windows due to a breaking change in the Node.js API.
  • Fixed an issue where join would throw an error when a glob pattern was provided.
  • Updated sourceDescriptions to enforce a valid type field, ensuring compliance with the Arazzo specification.
  • Updated @​redocly/openapi-core to v1.26.0.

v1.25.15

Compare Source

Patch Changes

v1.25.14

Compare Source

Patch Changes
  • Resolved an issue where overrides for the severity of configurable rules were ignored.
  • Updated @​redocly/openapi-core to v1.25.14.

v1.25.13

Compare Source

Patch Changes
  • Added the possibility to skip configurable rules using the --skip-rule option.
  • Updated @​redocly/openapi-core to v1.25.13.

v1.25.12

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 9am and before 12pm on monday,after 9am and before 12pm on tuesday,after 9am and before 12pm on wednesday,after 9am and before 12pm on thursday" in timezone Europe/London.

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from a team as code owners May 9, 2025 01:27
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch 7 times, most recently from 3334e9f to 7cbff49 Compare May 16, 2025 14:02
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch 8 times, most recently from bbf2c88 to 41b0769 Compare May 20, 2025 22:05
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from 41b0769 to 1cf7689 Compare May 21, 2025 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants