Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 22, 2024

This PR contains the following updates:

Package Change Age Confidence
@redocly/cli 1.19.01.34.6 age confidence

Release Notes

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

v1.34.6

Compare Source

Patch Changes

v1.34.5

Compare Source

Patch Changes

v1.34.4

Compare Source

Patch Changes
  • Resolved an issue where dotenv@16.6.0 injected an unintended message into the output.
  • Updated @​redocly/respect-core to v1.34.4.

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

v1.25.11

Compare Source

Patch Changes
  • Fixed an issue with the remove-x-internal decorator where bundling API descirptions containing discriminators could fail when using Node.js v17 or earlier.
  • Fixed API descriptions bundling. Previously, schemas containing nulls in examples were causing failures.
  • Updated @​redocly/openapi-core to v1.25.11.

v1.25.10

Compare Source

Patch Changes
  • Fixed component-name-unique problems to include correct location.
  • Fixed the remove-x-internal decorator, which was not removing the reference in the corresponding discriminator mapping while removing the original $ref.
  • Updated @​redocly/openapi-core to v1.25.10.

v1.25.9

Compare Source

Patch Changes

v1.25.8

Compare Source

Patch Changes
  • Added the REDOCLY_SUPPRESS_UPDATE_NOTICE environment variable so that users can skip version updates.
  • Fixed bundling with the --dereferenced option. Previously, references to external files were not substituted with references to components, causing them to become invalid.
  • Fixed an issue where using externalValue as a property name was causing the API description validation process to fail.
  • Updated @​redocly/openapi-core to v1.25.8.

v1.25.7

Compare Source

Patch Changes
  • Updated redoc to v2.2.0.
  • Removed the support of the x-inherit extension for Arazzo description files.
  • Updated @​redocly/openapi-core to v1.25.7.

v1.25.6

Compare Source

Patch Changes
  • Changed the x-operation extension in Arazzo, enabling users to make requests with this extension without an API description file.
  • Removed the support of the x-parameters extension for Arazzo description files.
  • Updated @​redocly/openapi-core to v1.25.6.

v1.25.5

Compare Source

Patch Changes
  • Fixed an issue where the bundle command did not resolve links in externalValue.
  • Fixed an issue where the plugins in external NPM packages could not be resolved if the CLI package was installed globally.
  • Updated @​redocly/openapi-core to v1.25.5.

v1.25.4

Compare Source

Patch Changes
  • Added a warning message to the push and push-status commands to notify users about upcoming or ongoing resource deprecation.
  • Updated @​redocly/openapi-core to v1.25.4.

v1.25.3

Compare Source

Patch Changes

v1.25.2

Compare Source

Patch Changes

v1.25.1

Compare Source

Patch Changes

v1.25.0

Compare Source

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

v1.24.0

Compare Source

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.

v1.23.1

Compare Source

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.

v1.23.0

Compare Source

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.

v1.22.1

Compare Source

Patch Changes

v1.22.0

Compare Source

Minor Changes
  • Updated the Arazzo validation types for workflows input, parameter objects, and criteria to match the specification.
  • Added Arazzo rulesets so that users can customize their linting rules for this format.
Patch Changes

v1.21.1

Compare Source

Patch Changes

v1.21.0

Compare Source

Minor Changes
  • Added the eject and translate commands for use with the new Reunite-hosted product family.
Patch Changes

v1.20.1

Compare Source

Patch Changes
  • Get more helpful error messages when there's a problem importing a plugin.
  • Updated @​redocly/openapi-core to v1.20.1.

v1.20.0

Compare Source

Minor Changes
  • Added support for ESM plugins and importing of plugins directly from npm package: @vendor/package/plugin.js instead of ./node_modules/@&#8203;vendor/package/plugin.js.
  • Added info-license-strict rule as a replacement of the info-license-url to support the OpenAPI 3.1 changes to allow identifier or URL license details.
  • Changed plugins format to export a function instead of an object for compatibility with other Redocly products. The backwards compatibility with an old format of plugins is maintained.
Patch Changes
  • Added support for webhooks in stats and fixed a crash that occurred when tags were not included in webhooks.
  • Updated @​redocly/openapi-core to v1.20.0.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 changed the title Update dependency @redocly/cli to v1.20.0 Update dependency @redocly/cli to v1.21.0 Aug 24, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x-lockfile branch from 26a882d to 7b61d74 Compare August 24, 2024 06:01
@renovate renovate bot changed the title Update dependency @redocly/cli to v1.21.0 Update dependency @redocly/cli to v1.21.1 Aug 27, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x-lockfile branch 3 times, most recently from cc3428f to 19b62e1 Compare August 29, 2024 20:33
@renovate renovate bot changed the title Update dependency @redocly/cli to v1.21.1 Update dependency @redocly/cli to v1.22.0 Aug 29, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x-lockfile branch from 19b62e1 to 992f1c2 Compare August 31, 2024 08:52
@renovate renovate bot changed the title Update dependency @redocly/cli to v1.22.0 Update dependency @redocly/cli to v1.22.1 Aug 31, 2024
@renovate renovate bot changed the title Update dependency @redocly/cli to v1.22.1 Update dependency @redocly/cli to v1.23.0 Sep 6, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x-lockfile branch 2 times, most recently from c4c729d to 73b782c Compare September 7, 2024 08:29
@renovate renovate bot changed the title Update dependency @redocly/cli to v1.23.0 Update dependency @redocly/cli to v1.23.1 Sep 7, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x-lockfile branch from 73b782c to 75fa990 Compare September 10, 2024 17:44
@renovate renovate bot changed the title Update dependency @redocly/cli to v1.23.1 Update dependency @redocly/cli to v1.24.0 Sep 10, 2024
@renovate renovate bot changed the title Update dependency @redocly/cli to v1.24.0 Update dependency @redocly/cli to v1.25.2 Sep 13, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x-lockfile branch from 75fa990 to c37cd35 Compare September 13, 2024 17:46
@renovate renovate bot changed the title Update dependency @redocly/cli to v1.25.2 Update dependency @redocly/cli to v1.25.3 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x-lockfile branch from c37cd35 to 33fe1e7 Compare September 19, 2024 05:46
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x-lockfile branch from 33fe1e7 to 1955459 Compare October 2, 2024 02:40
@renovate renovate bot changed the title Update dependency @redocly/cli to v1.25.3 Update dependency @redocly/cli to v1.25.4 Oct 2, 2024
@renovate renovate bot changed the title Update dependency @redocly/cli to v1.25.4 Update dependency @redocly/cli to v1.25.5 Oct 5, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x-lockfile branch 2 times, most recently from 9e96fac to a5bbcb3 Compare October 8, 2024 08:15
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x-lockfile branch from a5bbcb3 to d13e334 Compare October 15, 2024 02:40
@renovate renovate bot changed the title Update dependency @redocly/cli to v1.25.5 Update dependency @redocly/cli to v1.25.6 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x-lockfile branch from d13e334 to 5b1d57a Compare October 18, 2024 05:56
@renovate renovate bot changed the title Update dependency @redocly/cli to v1.25.6 Update dependency @redocly/cli to v1.25.7 Oct 18, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x-lockfile branch from 5b1d57a to c2800f2 Compare October 23, 2024 02:27
@renovate renovate bot changed the title Update dependency @redocly/cli to v1.25.7 Update dependency @redocly/cli to v1.25.8 Oct 23, 2024
@renovate renovate bot changed the title Update dependency @redocly/cli to v1.33.0 Update dependency @redocly/cli to v1.33.1 Mar 14, 2025
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x-lockfile branch from bff8cd8 to 32e4462 Compare March 21, 2025 19:53
@renovate renovate bot changed the title Update dependency @redocly/cli to v1.33.1 Update dependency @redocly/cli to v1.34.0 Mar 21, 2025
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x-lockfile branch from 32e4462 to f0e4473 Compare March 29, 2025 19:22
@renovate renovate bot changed the title Update dependency @redocly/cli to v1.34.0 Update dependency @redocly/cli to v1.34.1 Mar 29, 2025
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x-lockfile branch from f0e4473 to d6179ba Compare April 2, 2025 20:01
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x-lockfile branch from d6179ba to 2e6c281 Compare April 12, 2025 08:00
@renovate renovate bot changed the title Update dependency @redocly/cli to v1.34.1 Update dependency @redocly/cli to v1.34.2 Apr 12, 2025
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x-lockfile branch from 2e6c281 to ce23383 Compare April 26, 2025 23:40
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x-lockfile branch from ce23383 to 72269d8 Compare May 9, 2025 04:03
@renovate renovate bot changed the title Update dependency @redocly/cli to v1.34.2 Update dependency @redocly/cli to v1.34.3 May 9, 2025
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x-lockfile branch from 72269d8 to e4358a5 Compare May 24, 2025 19:37
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x-lockfile branch 2 times, most recently from 356cb7a to d7decaf Compare June 6, 2025 11:55
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x-lockfile branch from d7decaf to f811956 Compare June 28, 2025 08:12
@renovate renovate bot changed the title Update dependency @redocly/cli to v1.34.3 Update dependency @redocly/cli to v1.34.4 Jun 28, 2025
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x-lockfile branch from f811956 to 96f90cd Compare July 5, 2025 23:50
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x-lockfile branch from 96f90cd to ffa1719 Compare July 27, 2025 04:10
@renovate renovate bot changed the title Update dependency @redocly/cli to v1.34.4 Update dependency @redocly/cli to v1.34.5 Jul 27, 2025
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x-lockfile branch from ffa1719 to fc3bc5d Compare August 11, 2025 03:39
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x-lockfile branch from fc3bc5d to 04e47a2 Compare August 23, 2025 04:05
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x-lockfile branch from 04e47a2 to 35fe800 Compare September 1, 2025 12:04
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x-lockfile branch from 35fe800 to 55ec91a Compare September 26, 2025 23:40
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x-lockfile branch from 55ec91a to 4bddbff Compare October 25, 2025 07:16
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x-lockfile branch 2 times, most recently from efff18b to 0c97ff9 Compare November 19, 2025 19:32
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x-lockfile branch from 0c97ff9 to 97ceba5 Compare December 11, 2025 16:01
@renovate renovate bot changed the title Update dependency @redocly/cli to v1.34.5 Update dependency @redocly/cli to v1.34.6 Dec 11, 2025
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x-lockfile branch from 97ceba5 to a55dd28 Compare January 1, 2026 15:15
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.

1 participant