Skip to content

chore(deps): update dependency npm:@redocly/cli to v2.51.2 - #6

Open
renovate-iws[bot] wants to merge 1 commit into
mainfrom
renovate/npm-redocly-cli-2.x
Open

chore(deps): update dependency npm:@redocly/cli to v2.51.2#6
renovate-iws[bot] wants to merge 1 commit into
mainfrom
renovate/npm-redocly-cli-2.x

Conversation

@renovate-iws

@renovate-iws renovate-iws Bot commented Apr 20, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
npm:@redocly/cli 2.1.52.51.2 age confidence

Release Notes

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

v2.51.2

Compare Source

Patch Changes
  • Updated fast-uri to the 3.1.7 version to resolve CVE-2026-75931, CVE-2026-75975, CVE-2026-75899, and CVE-2026-76172.
  • Fixed drift and coverage failing to match a path template whose segment mixes literal text with parameters, such as /instances/{worldId}:{instanceId}.
  • Fixed an issue where Redocly config resolution failed when plugins used ESM syntax.
  • Updated @​redocly/openapi-core to v2.51.2.

v2.51.1

Compare Source

Patch Changes
  • Fixed an issue where generate-arazzo produced a malformed remote description URL in sourceDescriptions (https:// collapsed to https:/) when --output-file was provided.
  • Fixed an issue where $faker.string.email() used without options generated addresses at the undefined.com domain.
  • Updated @​redocly/respect-core to v2.51.1.
  • Updated @faker-js/faker to the 10.6.0 version to resolve the high severity advisory GHSA-qxc2-j82w-r537.

v2.51.0

Compare Source

Minor Changes
  • Enhanced the generate-arazzo command to print a ready-to-run respect command after generation, including an --input placeholder for every workflow input.
  • Added --with-ai, --ai-provider, --ai-model, --ai-concurrency, and --max-workflows options to the generate-arazzo command.
    --with-ai uses a local AI CLI (claude, codex, or cursor) and OpenAPI descriptions to redesign the generated one-workflow-per-operation skeleton into multi-step workflows.
    The AI designs at most --max-workflows workflows (default 10), and the generated file is marked as AI-inferred.
    For descriptions that don't fit a single prompt, the AI first selects scenarios from a compact operation index, then it designs each workflow separately.
Patch Changes
  • Fixed an issue where respect and the x-security-scheme-required-values rule incorrectly rejected x-security HTTP schemes written with non-lowercase casing (such as Basic, Bearer, or Digest).
    RFC 7235 scheme names are case-insensitive.
  • Updated @​redocly/openapi-core to v2.51.0.
  • Updated @​redocly/respect-core to v2.51.0.

v2.50.0

Compare Source

Minor Changes
  • Added a new schema assertion for configurable rules.
    The assertion validates a property value against a JSON Schema.
Patch Changes

v2.49.1

Compare Source

Patch Changes
  • Fixed an issue where rule incorrectly reported a duplicate parameter when two or more $refs pointed to the same path item.
  • Updated @​redocly/openapi-core to v2.49.1.

v2.49.0

Compare Source

Minor Changes
  • Added the no-illogical-composition-keywords rule.

    Note: the rule is set to warn in the recommended ruleset and to error in recommended-strict. Existing API descriptions may report new problems.

Patch Changes
  • Fixed an issue where telemetry silently failed to send when npm was not available.
  • Updated @​redocly/openapi-core to v2.49.0.

v2.48.0

Compare Source

Minor Changes
  • Added agent-friendly client generation: python, go, php, and cli generators beside the TypeScript client, each self-documenting with --docs, configurable per generator, and available as source in your own repository through eject-generator.
Patch Changes
  • Fixed an issue where the bundle command didn't resolve $refs inside an AsyncAPI 3 Multi Format Schema Object.
  • Fixed an issue where respect --har-output recorded an empty postData for every request.
    Request bodies are written to the HAR.
    Captures replayed through drift can have their request bodies validated instead of silently passing.
  • Updated @​redocly/client-generator to v0.4.0.
  • Updated @​redocly/openapi-core to v2.48.0.

v2.47.0

Compare Source

Minor Changes
  • Added a Vendor Extensions metric to the stats command that reports how many distinct x- extensions a description file uses and how often each one occurs.
Patch Changes
  • Fixed the stats command reporting wrong parameter count for AsyncAPI descriptions.
  • Updated @​redocly/openapi-core to v2.47.0.

v2.46.2

Compare Source

Patch Changes

v2.46.1

Compare Source

Patch Changes

v2.46.0

Compare Source

Minor Changes
  • Added the spec-ref-siblings rule that reports properties placed next to a $ref which the specification does not allow.
Patch Changes

v2.45.0

Compare Source

Minor Changes
  • Fixed the bundle command losing schema keywords (such as title, properties, or required) written next to a $ref when the referenced schemas started with their own $ref.
Patch Changes

v2.44.2

Compare Source

Patch Changes
  • Changed the severity of the security-defined rule for AsyncAPI 2.x and 3.x in the recommended ruleset from error to warn.
    AsyncAPI descriptions with undefined or unresolved security no longer fail linting by default.
  • Updated @​redocly/openapi-core to v2.44.2.

v2.44.1

Compare Source

Patch Changes
  • Updated undici to the 6.28.0 version.
  • Fixed an issue where the operation-4xx-problem-details-rfc7807 rule incorrectly reported the type and title properties inherited through allOf as missing.
  • Updated @​redocly/openapi-core to v2.44.1.

v2.44.0

Compare Source

Minor Changes
  • Added the no-duplicated-enum-values rule that requires all values in an enum to be unique.
    The rule is enabled at the warn level in the recommended ruleset.

    Note: linting output may include new warnings for API descriptions that contain duplicated enum values.

  • Added the no-unsafe-markdown rule that disallows potentially executable content in description fields.
    The rule is enabled at the warn level in the recommended ruleset.

    Note: linting output may include new warnings for description fields that contain potentially executable content.

Patch Changes

v2.43.3

Compare Source

Patch Changes

v2.43.2

Compare Source

Patch Changes

v2.43.1

Compare Source

Patch Changes

v2.43.0

Compare Source

Patch Changes

v2.42.0

Compare Source

Minor Changes
  • Added an experimental generate-client command that generates a typed, zero-dependency TypeScript client from an OpenAPI description — auth, retries, middleware, typed SSE streaming, pagination, and multipart included — plus optional companion generators for Zod validation, TanStack Query and SWR hooks, MSW mocks, and date transformers.
    See the generate-client command reference and the Use the generated client guide.
Patch Changes

v2.41.2

Compare Source

Patch Changes
  • Updated js-yaml from 5.2.1 to 5.2.2 to resolve a vulnerability in YAML parsing.

  • Added support for the Arazzo spec-compliant workflow reference form $sourceDescriptions.<name>.<workflowId> in dependsOn, step workflowId, and success/failure action workflowId.

    Unresolvable workflow references fail only the affected workflow with a clear error message, and no longer abort the whole run or pass unnoticed.

  • Updated @​redocly/openapi-core to v2.41.2.

  • Updated @​redocly/respect-core to v2.41.2.

v2.41.1

Compare Source

Patch Changes
  • Fixed an issue where the drift command's schema-consistency rule reported false-positive findings for oneOf schemas with a discriminator.
    Payloads are validated only against the branch selected by the discriminator value instead of every oneOf branch.
    Schemas whose discriminator does not meet Ajv's structural requirements keep the previous behavior.
  • Extended the drift command's built-in undocumented-header ignore list with x-amz-, x-amzn- and x-github- prefixes, and the x-hub-signature / x-hub-signature-256 webhook signature headers.

v2.41.0

Compare Source

Minor Changes
  • Added a new built-in rule security-scopes-defined that requires every scope used in a security requirement to be defined in the corresponding OAuth2 security scheme.
    The rule supports OpenAPI 2.0/3.x and AsyncAPI 2.6/3.0, suggests the closest defined scope for typos, and has an opt-in requireScopes option that requires OAuth2 security requirements to list at least one scope.
Patch Changes
  • Fixed an issue in respect where the execution of parent workflow's steps didn't halt after a step that referenced another workflow had failed.
  • Fixed an issue where the cursor AI provider of the generate-spec command sent only the instructions to the model and the operation to refine never reached it.
  • Updated @​redocly/openapi-core to v2.41.0.
  • Updated @​redocly/respect-core to v2.41.0.

v2.40.0

Compare Source

Minor Changes
  • Added an --ignore-headers option to the experimental drift and proxy commands.
    It takes a comma-separated list of header names to skip in undocumented-header checks, and a trailing * matches by prefix (for example x-consumer-*).
    Use it to silence headers a gateway or proxy adds that are not part of the API contract.
  • Added an experimental generate-spec command that infers an OpenAPI description from recorded HTTP traffic.
Patch Changes
  • Fixed the drift command's schema-consistency rule reporting false-positive "Undocumented query parameter" findings for deepObject-style query parameters.
    Traffic keys like namespace[id]=...&namespace[name]=... are now matched to the documented namespace parameter, and the reconstructed object is validated against the parameter schema.

  • Fixed an issue where the drift command's schema-consistency rule reported false-positive request findings for exchanges the server rejected with a 4xx client error.
    For example: missing required parameter, missing required body, request-body schema mismatch.
    A 4xx response means the server never accepted the request.
    Validating it against the operation's success-path contract flagged the server's own correct rejection as drift.
    Response-side validation still runs, so a documented error response whose shape differs from reality is still reported.

  • Fixed an issue where the join command silently dropped path-level x-* extensions with non-string values.

  • Updated js-yaml from 4.2.0 to 5.2.1.
    Fixed an issue where strings that look like numbers with underscores (for example '12_34') had quotation marks removed by the bundle command.
    These strings stay quoted in the output.

    Note: YAML parsing is stricter: a multi-line flow collection whose closing bracket is not indented deeper than its parent key is now a parse error.
    Parse errors are reported at the offending token instead of the end of the document.

  • Fixed an issue where the drift command's security-baseline rule reported false-positive "credential exposure over insecure HTTP transport" warnings for traffic captured against loopback hosts, for example: localhost, *.localhost, 127.0.0.0/8, [::1].
    Sandboxed recordings no longer produce transport warnings.

  • Fixed an issue where the bundle command rewrote internal $refs pointing to other $refs.
    The issue caused AsyncAPI 3 operation messages references to point to components instead of channel messages.

  • Updated @​redocly/openapi-core to v2.40.0.

v2.39.0

Compare Source

Minor Changes
  • Added support for AsyncAPI 3.1.0 descriptions.
  • Fixed the struct rule to validate the contents of AsyncAPI protocol-specific bindings.
    Added typed definitions for the sns, sqs, ibmmq, googlepubsub, pulsar and ros2 bindings.
Patch Changes

v2.38.0

Compare Source

Minor Changes
  • Added an experimental drift command that compares recorded HTTP traffic (HAR, Kong, Nginx/Apache JSON, NDJSON) against an OpenAPI description and reports undocumented endpoints, schema mismatches, and security findings.
  • Added an experimental proxy command that captures live HTTP traffic through a reverse proxy into a HAR file and optionally validates it against an OpenAPI description in real time.
Patch Changes

v2.37.0

Compare Source

Minor Changes
  • Added experimental support for linting GraphQL SDL schema files (.graphql / .gql).
Patch Changes

v2.36.0

Compare Source

Minor Changes
  • Added a Subresource Integrity (SRI) hash to the Redoc standalone script tag in the HTML produced by build-docs, ensuring the script's integrity.

v2.35.1

Compare Source

Patch Changes
  • Updated undici to the 6.27.0 version.

v2.35.0

Compare Source

Minor Changes
  • Added support for validating Arazzo 1.1.0 descriptions syntax in the lint command.
  • Added the spec-step-mutually-exclusive-fields Arazzo rule to flag steps that use more than one mutually exclusive operation field (operationId, operationPath, workflowId, channelPath, or x-operation).

v2.34.0

Compare Source

Minor Changes
  • Improved CLI install speed by bundling the CLI into a dependency-free package.

    Warning: The published package no longer ships runtime dependencies in node_modules.
    Plugins that relied on importing packages hoisted from the CLI (such as @redocly/openapi-core) must now declare those packages as their own dependencies.

v2.33.2

Compare Source

Patch Changes
  • Fixed a path traversal in the split command that might have written files outside the chosen --outDir.
  • Updated @​redocly/openapi-core to v2.33.2.

v2.33.1

Compare Source

Patch Changes

v2.33.0

Compare Source

Minor Changes
  • Added the --component-names-strategy option to the bundle command.
    This option allows a choice of how inline Schema components are named: basename (default) or title (from each schema's title field).
Patch Changes

v2.32.2

Compare Source

Patch Changes

v2.32.1

Compare Source

Patch Changes

v2.32.0

Compare Source

Minor Changes
  • Added support for junit output in the lint command.
Patch Changes

v2.31.6

Compare Source

Patch Changes
  • Fixed lint --format=checkstyle to produce a single combined XML document when multiple APIs are passed to the command, instead of concatenated per-file documents.
  • Updated redoc to v2.5.3, styled-components to v6.4.2, and react to v19.2.7.
  • Updated @​redocly/openapi-core to v2.31.6.

v2.31.5

Compare Source

Patch Changes
  • Updated the no-unused-components rule to validate unused security schemes.

  • Pinned the official Docker image base to node:24-alpine.

  • Fixed the remove-unused-components decorator to remove unused security schemes.

    Warning: The bundler may now remove more unused components than before.

  • Updated @​redocly/openapi-core to v2.31.5.

v2.31.4

Compare Source

Patch Changes

v2.31.3

Compare Source

Patch Changes
  • Fixed an issue where the Respect command did not honor the HTTP_PROXY, HTTPS_PROXY, and NO_PROXY environment variables when loading remote source descriptions or resolving external $refs.
    Proxy settings are consistently applied during reference resolution as well.
  • Updated @​redocly/openapi-core to v2.31.3.

v2.31.2

Compare Source

Patch Changes
  • Fixed the remove-unused-components decorator to remove unused components containing allOf keyword.

    Warning: The bundler may now remove more unused components than before.

  • Fixed the no-unused-components rule to highlight unused schemas containing allOf keyword.

  • Updated @​redocly/openapi-core to v2.31.2.

v2.31.1

Compare Source

Patch Changes

v2.31.0

Compare Source

Patch Changes

v2.30.6

Compare Source

Patch Changes
  • Fixed hard crash that happened when no API was provided either via the command argument or in the config.
  • Updated @​redocly/openapi-core to v2.30.6.

v2.30.5

Compare Source

Patch Changes
  • Fixed a status code mismatch that occurred when using the --har-output option in the respect command.
  • Updated @​redocly/openapi-core to v2.30.5.

v2.30.4

Compare Source

Patch Changes

v2.30.3

Compare Source

Patch Changes

v2.30.2

Compare Source

Patch Changes
  • Improved Redocly config validation: now the config checks for typos in built-in decorator names.
  • Updated @​redocly/openapi-core to v2.30.2.

v2.30.1

Compare Source

Patch Changes
  • Increased the default fetch timeout used by the push command to better support slower uploads.
  • Updated @​redocly/openapi-core to v2.30.1.

v2.30.0

Compare Source

Patch Changes

v2.29.2

Compare Source

Patch Changes
  • Resolved GHSA-xq3m-2v4x-88gg vulnerabilitiy by updating dependency versions.
  • Updated @​redocly/openapi-core to v2.29.2.

v2.29.1

Compare Source

Patch Changes
  • Fixed an issue where discriminator's mapping values written as bare local file names were not resolved during build.
  • Updated @​redocly/openapi-core to v2.29.1.

v2.29.0

Compare Source

Minor Changes
  • Added new score command that analyzes OpenAPI 3.x descriptions and produces an AI Agent Readiness score (0-100).
    Reports normalized subscores, raw per-operation metrics, and top hotspot operations with human-readable explanations. Supports --format=stylish (default) and --format=json output.
Patch Changes

v2.28.1

Compare Source

Patch Changes
  • Ordered top-level keys in AsyncAPI documents during bundling for improved consistency and readability.
  • Updated @​redocly/openapi-core to v2.28.1.

v2.28.0

Compare Source

Minor Changes
  • Moved the remove-unused-components decorator to the post-bundle phase so that components that become unused only after $ref resolution are correctly removed.
Patch Changes
  • Fixed an issue where the discriminator's defaultMapping property was not resolved when bundling.
  • Updated @​redocly/openapi-core to v2.28.0.

v2.27.1

Compare Source

Patch Changes
  • Fixed an issue where --component-renaming-conflicts-severity ignored conflicts when different files had components with the same name but different content.

    Warning: Autogenrated component names and $ref paths in bundled documents may differ from older releases.

  • Updated @​redocly/openapi-core to v2.27.1.

v2.27.0

Compare Source

Minor Changes
  • Added support for junit output in the scorecard-classic command.
  • Changed lint behavior with the --generate-ignore-file option.
    Now lint updates only the entries related to the file being linted.
    Other files' entries are unchanged.
Patch Changes

v2.26.0

Compare Source

Minor Changes
  • Added support for AsyncAPI v2 and v3 in the split command.
  • Added excludedPaths option to the no-http-verbs-in-paths rule, allowing specific paths to be excluded from evaluation.
Patch Changes
  • Fixed the no-required-schema-properties-undefined rule to report when a required property is not defined in every oneOf/anyOf branch.
  • Updated @​redocly/openapi-core to v2.26.0.

v2.25.4

Compare Source

Patch Changes

v2.25.3

Compare Source

Patch Changes
  • Fixed multiple issues in the spec-discriminator-defaultMapping rule that could cause crashes or incorrect validation results.
    The rule now correctly resolves existing schema names, traverses composite schemas (allOf, anyOf, oneOf) to find required properties, treats defaultMapping values as $refs to schemas, resolves $refs correctly across files, and handles cyclic schema dependencies.
  • Updated @​redocly/respect-core to v2.25.3.

v2.25.2

Compare Source

Patch Changes

v2.25.1

Compare Source

Patch Changes
  • Fixed an issue where a message about a missing configuration was shown even though the --extends option was provided.
  • Updated @​redocly/openapi-core to v2.25.1.

v2.25.0

Compare Source

Minor Changes
  • Added no-mixed-number-range-constraints rule for OpenAPI 3.1+, as well as for AsyncAPI and Arazzo.
    This rule warns when schemas use both maximum and exclusiveMaximum or both minimum and exclusiveMinimum keywords.
Patch Changes
  • Fixed an issue where invalid discriminator mapping values could cause linting to fail.
  • Resolved high severity audit vulnerabilities by updating dependency versions.
  • Updated @​redocly/openapi-core to v2.25.0.

v2.24.1

Compare Source

Patch Changes
  • Downgraded undici to resolve an issue where formData was being submitted empty.
  • Updated @​redocly/openapi-core to v2.24.1.

v2.24.0

Compare Source

Patch Changes

v2.23.0

Compare Source

Minor Changes
  • Added support of targets property in scorecardClassic.
    Use this property to override scorecardClassic rules for a specific API.
Patch Changes

v2.22.1

Compare Source

Patch Changes
  • Updated undici to the 6.24.1 version to ensure improved performance, security, and compatibility.
  • Updated @​redocly/openapi-core to v2.22.1.

v2.22.0

Compare Source

Minor Changes
  • Added support of checkstyle format for scorecard-classic command.
Patch Changes
  • Extended the nonEmpty assertion to support arrays.
    An empty array is now treated as empty during linting.
  • Updated @​redocly/openapi-core to v2.22.0.

v2.21.1

Compare Source

Patch Changes
  • Restricted scorecard-classic project URL to the .redocly.com domain only.
  • Fixed an issue where join --prefix-components-with-info-prop would incorrectly rewrite discriminator mapping refs.
    This issue occurred when schema names contained the same substring as the prefix.
  • Updated @​redocly/openapi-core to v2.21.1.

v2.21.0

Compare Source

Minor Changes
  • Added a new option to the filter-in decorator, allowing to filter through specific target nodes (PathItem or Operation).
  • Added a new option to the filter-out decorator, allowing to filter through specific target nodes (PathItem or Operation).
  • Added support for the NO_PROXY environment variable.
Patch Changes

v2.20.5

Compare Source

Patch Changes

v2.20.4

Compare Source

Patch Changes
  • Improved error messaging when a path parameter referenced via $ref is not used in the path.
  • Updated @​redocly/openapi-core to v2.20.4.

v2.20.3

Compare Source

Patch Changes

v2.20.2

Compare Source

Patch Changes
  • Add support for data: URLs (RFC 2397) in references.
    The resolver now handles inline base64-encoded and URL-encoded data in $ref fields, allowing schemas and other content to be embedded directly as data URLs.
  • Updated @​redocly/openapi-core to v2.20.2.

v2.20.1

Compare Source

Patch Changes

v2.20.0

Compare Source

Patch Changes

v2.19.2

Compare Source

Patch Changes

v2.19.1

Compare Source

Patch Changes

v2.19.0

Compare Source

Minor Changes
  • Added the spec-querystring-parameters rule (OpenAPI 3.2).
    This rule enforces that query and querystring are not mixed in the same operation/path parameter set, and that at most one querystring parameter is declared per operation or path.
Patch Changes
  • Fixed an issue where running CLI commands would result in "ReferenceError: React is not defined" message.
  • Updated @​redocly/respect-core to v2.19.0.

v2.18.2

Compare Source

Patch Changes
  • Fixed false positive errors in example validation for OpenAPI 3.0.x and OpenAPI 2.x.
  • Updated @​redocly/openapi-core to v2.18.2.

v2.18.1

Compare Source

Patch Changes
  • Fixed validation of examples where combining required with readOnly or writeOnly properties would incorrectly generate warnings.
  • Updated @​redocly/respect-core to v2.18.1.

v2.18.0

Compare Source

Patch Changes

v2.17.0

Compare Source

Minor Changes
  • Added support for Media Types in the Components model.
Patch Changes

v2.16.0

Compare Source

Minor Changes
  • Added a new --component-renaming-conflicts-severity option for the bundle command to control how naming conflicts are reported when bundling API descriptions with external references.
Patch Changes
  • Redirected bundling problems (such as lint errors and warnings) to stderr instead of stdout to avoid interfering with the bundled output.
  • Updated @​redocly/openapi-core to v2.16.0.

v2.15.2

Compare Source

Patch Changes
  • Fixed an issue where improperly structured OpenAPI examples caused the linter to fail.
  • Updated @​redocly/openapi-core to v2.15.2.

v2.15.1

Compare Source

Patch Changes

v2.15.0

Compare Source

Patch Changes

v2.14.9

Compare Source

Patch Changes

v2.14.8

Compare Source

Patch Changes
  • Fixed an issue where multi-line lint error messages could break Markdown formatting.
  • Updated @​redocly/openapi-core to v2.14.8.

v2.14.7

Compare Source

Patch Changes

v2.14.6

Compare Source

Patch Changes

v2.14.5

Compare Source

Patch Changes
  • Added an ajv npm alias dependency to satisfy peer dependency requirements and prevent installation warnings.
  • Updated @​redocly/openapi-core to v2.14.5.

v2.14.4

Compare Source

Patch Changes
  • Corrected an issue where Respect did not properly JSON-encode request bodies for custom content-types containing numbers.
  • Updated @​redocly/respect-core to v2.14.4.

v2.14.3

Compare Source

Patch Changes
  • Fixed the split command to properly handle root-level paths.
    Previously, the root path / was converted to an empty string as a filename, leading to incorrect file structure and broken links.
    Now, it correctly maps to the specified path separator.
  • Updated @​redocly/openapi-core to v2.14.3.

v2.14.2

Compare Source

Patch Changes

v2.14.1

Compare Source

Patch Changes

v2.14.0

Compare Source

Patch Changes

v2.13.0

Compare Source

Minor Changes
  • Implemented basic support for OpenRPC specification.
Patch Changes

v2.12.7

Compare Source

Patch Changes
  • Added scorecard-classic command to evaluate API descriptions against project scorecard configurations.
  • Updated @​redocly/openapi-core to v2.12.7.

v2.12.6

Compare Source

Patch Changes

v2.12.5

Compare Source

Patch Changes

v2.12.4

Compare Source

Patch Changes
  • Fixed a compatibility issue with HTTP_PROXY environment variable for the push command.
  • Updated @​redocly/openapi-core to v2.12.4.

v2.12.3

Compare Source

Patch Changes
  • Updated telemetry implementation to use standardized OpenTelemetry format.
  • Updated @​redocly/openapi-core to v2.12.3.

v2.12.2

Compare Source

Patch Changes
  • Fixed an issue where credentials reated by Redocly CLI login command were deleted by Redocly VS Code extension when opening VS Code.
  • Updated [@​redocly/o

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 6am on Monday"
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate CLI.

@renovate-iws
renovate-iws Bot force-pushed the renovate/npm-redocly-cli-2.x branch from b2fd064 to 24b85be Compare April 21, 2026 05:37
@renovate-iws renovate-iws Bot changed the title chore(deps): update dependency npm:@redocly/cli to v2.28.0 chore(deps): update dependency npm:@redocly/cli to v2.28.1 Apr 21, 2026
@renovate-iws
renovate-iws Bot force-pushed the renovate/npm-redocly-cli-2.x branch from 24b85be to 06105c4 Compare April 24, 2026 05:44
@renovate-iws renovate-iws Bot changed the title chore(deps): update dependency npm:@redocly/cli to v2.28.1 chore(deps): update dependency npm:@redocly/cli to v2.29.0 Apr 24, 2026
@renovate-iws
renovate-iws Bot force-pushed the renovate/npm-redocly-cli-2.x branch from 06105c4 to 9c76540 Compare April 26, 2026 05:49
@renovate-iws renovate-iws Bot changed the title chore(deps): update dependency npm:@redocly/cli to v2.29.0 chore(deps): update dependency npm:@redocly/cli to v2.29.1 Apr 26, 2026
@renovate-iws
renovate-iws Bot force-pushed the renovate/npm-redocly-cli-2.x branch from 9c76540 to 4531ec9 Compare April 27, 2026 06:11
@renovate-iws renovate-iws Bot changed the title chore(deps): update dependency npm:@redocly/cli to v2.29.1 chore(deps): update dependency npm:@redocly/cli to v2.29.2 Apr 27, 2026
@renovate-iws
renovate-iws Bot force-pushed the renovate/npm-redocly-cli-2.x branch from 4531ec9 to 02cc206 Compare April 28, 2026 06:14
@renovate-iws renovate-iws Bot changed the title chore(deps): update dependency npm:@redocly/cli to v2.29.2 chore(deps): update dependency npm:@redocly/cli to v2.30.0 Apr 28, 2026
@renovate-iws
renovate-iws Bot force-pushed the renovate/npm-redocly-cli-2.x branch from 02cc206 to 08afab1 Compare May 1, 2026 06:23
@renovate-iws renovate-iws Bot changed the title chore(deps): update dependency npm:@redocly/cli to v2.30.0 chore(deps): update dependency npm:@redocly/cli to v2.30.1 May 1, 2026
@renovate-iws
renovate-iws Bot force-pushed the renovate/npm-redocly-cli-2.x branch from 08afab1 to ef6746c Compare May 3, 2026 06:12
@renovate-iws renovate-iws Bot changed the title chore(deps): update dependency npm:@redocly/cli to v2.30.1 chore(deps): update dependency npm:@redocly/cli to v2.30.3 May 3, 2026
@renovate-iws
renovate-iws Bot force-pushed the renovate/npm-redocly-cli-2.x branch from ef6746c to 9f83d2a Compare May 11, 2026 06:49
@renovate-iws renovate-iws Bot changed the title chore(deps): update dependency npm:@redocly/cli to v2.30.3 chore(deps): update dependency npm:@redocly/cli to v2.30.4 May 11, 2026
@renovate-iws
renovate-iws Bot force-pushed the renovate/npm-redocly-cli-2.x branch from 9f83d2a to 9d0e48a Compare May 16, 2026 06:08
@renovate-iws renovate-iws Bot changed the title chore(deps): update dependency npm:@redocly/cli to v2.30.4 chore(deps): update dependency npm:@redocly/cli to v2.30.5 May 16, 2026
@renovate-iws
renovate-iws Bot force-pushed the renovate/npm-redocly-cli-2.x branch from 9d0e48a to b8cea5c Compare May 18, 2026 07:04
@renovate-iws renovate-iws Bot changed the title chore(deps): update dependency npm:@redocly/cli to v2.30.5 chore(deps): update dependency npm:@redocly/cli to v2.30.6 May 18, 2026
@renovate-iws
renovate-iws Bot force-pushed the renovate/npm-redocly-cli-2.x branch from b8cea5c to 17a2797 Compare May 22, 2026 06:56
@renovate-iws renovate-iws Bot changed the title chore(deps): update dependency npm:@redocly/cli to v2.30.6 chore(deps): update dependency npm:@redocly/cli to v2.31.1 May 22, 2026
@renovate-iws renovate-iws Bot changed the title chore(deps): update dependency npm:@redocly/cli to v2.31.1 chore(deps): update dependency npm:@redocly/cli to v2.31.2 May 23, 2026
@renovate-iws
renovate-iws Bot force-pushed the renovate/npm-redocly-cli-2.x branch 3 times, most recently from e7b1dac to e2565f5 Compare May 25, 2026 07:56
@renovate-iws renovate-iws Bot changed the title chore(deps): update dependency npm:@redocly/cli to v2.31.2 chore(deps): update dependency npm:@redocly/cli to v2.31.3 May 25, 2026
@renovate-iws
renovate-iws Bot force-pushed the renovate/npm-redocly-cli-2.x branch from e2565f5 to c798a8a Compare May 26, 2026 06:55
@renovate-iws renovate-iws Bot changed the title chore(deps): update dependency npm:@redocly/cli to v2.31.3 chore(deps): update dependency npm:@redocly/cli to v2.31.4 May 26, 2026
@renovate-iws
renovate-iws Bot force-pushed the renovate/npm-redocly-cli-2.x branch from c798a8a to 9bac1df Compare May 31, 2026 07:05
@renovate-iws
renovate-iws Bot force-pushed the renovate/npm-redocly-cli-2.x branch from da9afb4 to e4bdb98 Compare June 21, 2026 08:09
@renovate-iws renovate-iws Bot changed the title chore(deps): update dependency npm:@redocly/cli to v2.33.2 chore(deps): update dependency npm:@redocly/cli to v2.34.0 Jun 21, 2026
@renovate-iws
renovate-iws Bot force-pushed the renovate/npm-redocly-cli-2.x branch from e4bdb98 to a488b84 Compare June 29, 2026 08:24
@renovate-iws renovate-iws Bot changed the title chore(deps): update dependency npm:@redocly/cli to v2.34.0 chore(deps): update dependency npm:@redocly/cli to v2.35.1 Jun 29, 2026
@renovate-iws
renovate-iws Bot force-pushed the renovate/npm-redocly-cli-2.x branch from a488b84 to 156baee Compare July 4, 2026 06:28
@renovate-iws renovate-iws Bot changed the title chore(deps): update dependency npm:@redocly/cli to v2.35.1 chore(deps): update dependency npm:@redocly/cli to v2.36.0 Jul 4, 2026
@renovate-iws
renovate-iws Bot force-pushed the renovate/npm-redocly-cli-2.x branch from 156baee to 719555e Compare July 6, 2026 07:22
@renovate-iws renovate-iws Bot changed the title chore(deps): update dependency npm:@redocly/cli to v2.36.0 chore(deps): update dependency npm:@redocly/cli to v2.37.0 Jul 6, 2026
@renovate-iws
renovate-iws Bot force-pushed the renovate/npm-redocly-cli-2.x branch from 719555e to d7be608 Compare July 12, 2026 06:12
@renovate-iws renovate-iws Bot changed the title chore(deps): update dependency npm:@redocly/cli to v2.37.0 chore(deps): update dependency npm:@redocly/cli to v2.38.0 Jul 12, 2026
@renovate-iws
renovate-iws Bot force-pushed the renovate/npm-redocly-cli-2.x branch from d7be608 to 7a1f3b1 Compare July 17, 2026 05:50
@renovate-iws renovate-iws Bot changed the title chore(deps): update dependency npm:@redocly/cli to v2.38.0 chore(deps): update dependency npm:@redocly/cli to v2.39.0 Jul 17, 2026
@renovate-iws
renovate-iws Bot force-pushed the renovate/npm-redocly-cli-2.x branch from 7a1f3b1 to d717850 Compare July 25, 2026 05:50
@renovate-iws renovate-iws Bot changed the title chore(deps): update dependency npm:@redocly/cli to v2.39.0 chore(deps): update dependency npm:@redocly/cli to v2.40.0 Jul 25, 2026
@renovate-iws
renovate-iws Bot force-pushed the renovate/npm-redocly-cli-2.x branch from d717850 to c1d38cc Compare July 31, 2026 06:22
@renovate-iws renovate-iws Bot changed the title chore(deps): update dependency npm:@redocly/cli to v2.40.0 chore(deps): update dependency npm:@redocly/cli to v2.41.0 Jul 31, 2026
@renovate-iws
renovate-iws Bot force-pushed the renovate/npm-redocly-cli-2.x branch from c1d38cc to b1c4bf0 Compare August 1, 2026 06:12
@renovate-iws renovate-iws Bot changed the title chore(deps): update dependency npm:@redocly/cli to v2.41.0 chore(deps): update dependency npm:@redocly/cli to v2.41.1 Aug 1, 2026
@renovate-iws
renovate-iws Bot force-pushed the renovate/npm-redocly-cli-2.x branch from b1c4bf0 to ffa2650 Compare August 2, 2026 06:17
@renovate-iws renovate-iws Bot changed the title chore(deps): update dependency npm:@redocly/cli to v2.41.1 chore(deps): update dependency npm:@redocly/cli to v2.41.2 Aug 2, 2026
@renovate-iws
renovate-iws Bot force-pushed the renovate/npm-redocly-cli-2.x branch from ffa2650 to ca8566c Compare August 3, 2026 06:33
@renovate-iws renovate-iws Bot changed the title chore(deps): update dependency npm:@redocly/cli to v2.41.2 chore(deps): update dependency npm:@redocly/cli to v2.43.1 Aug 3, 2026
@renovate-iws
renovate-iws Bot force-pushed the renovate/npm-redocly-cli-2.x branch from ca8566c to 32e4f84 Compare August 4, 2026 06:03
@renovate-iws renovate-iws Bot changed the title chore(deps): update dependency npm:@redocly/cli to v2.43.1 chore(deps): update dependency npm:@redocly/cli to v2.43.2 Aug 4, 2026
@renovate-iws
renovate-iws Bot force-pushed the renovate/npm-redocly-cli-2.x branch from 32e4f84 to f03efd7 Compare August 7, 2026 05:01
@renovate-iws renovate-iws Bot changed the title chore(deps): update dependency npm:@redocly/cli to v2.43.2 chore(deps): update dependency npm:@redocly/cli to v2.43.3 Aug 7, 2026
@renovate-iws
renovate-iws Bot force-pushed the renovate/npm-redocly-cli-2.x branch from f03efd7 to 1c4a200 Compare August 8, 2026 04:20
@renovate-iws renovate-iws Bot changed the title chore(deps): update dependency npm:@redocly/cli to v2.43.3 chore(deps): update dependency npm:@redocly/cli to v2.44.1 Aug 8, 2026
@renovate-iws
renovate-iws Bot force-pushed the renovate/npm-redocly-cli-2.x branch from 1c4a200 to 43b2201 Compare August 9, 2026 04:35
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