Skip to content

chore(deps): update external major (major) - #200

Merged
tripodsan merged 4 commits into
mainfrom
renovate-major-external-major
Dec 3, 2025
Merged

tripodsan merged 4 commits into
mainfrom
renovate-major-external-major

Conversation

@renovate

@renovate renovate Bot commented Nov 26, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@redocly/cli ^1.4.1 -> ^2.0.0 age confidence devDependencies major 2.12.1 (+1)
actions/checkout v4 -> v5 age confidence action major v6
actions/setup-node v5 -> v6 age confidence action major
c8 ^8.0.1 -> ^10.0.0 age confidence devDependencies major
codecov/codecov-action v4 -> v5 age confidence action major
mocha (source) ^10.2.0 -> ^11.0.0 age confidence devDependencies major

Release Notes

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

v2.11.1

Compare Source

Patch Changes
  • Fixed an issue where the content of $refs inside example values was erroneously resolved during bundling and linting.
  • Fixed no-invalid-media-type-examples for schemas using anyOf/oneOf.
  • Updated @​redocly/openapi-core to v2.11.1.

v2.11.0

Compare Source

Patch Changes

v2.10.0

Compare Source

Patch Changes

v2.9.0

Compare Source

Patch Changes
  • Fixed an issue where the mount-path option was not validated, leading to errors when used with an empty path or a path identical to the project path.
  • Updated @​redocly/openapi-core to v2.9.0.

v2.8.0

Compare Source

Minor Changes
  • Added the no-invalid-schema-examples and no-invalid-parameter-examples to the recommended ruleset.
    Added the no-duplicated-tag-names to the spec ruleset.
  • Added configuration of Respect mTLS certificates on a per-domain basis.
Patch Changes

v2.7.1

Compare Source

Patch Changes

v2.7.0

Compare Source

Patch Changes

v2.6.0

Compare Source

Minor Changes
  • Added new rules for validating OpenAPI 3.2 description files: spec-no-invalid-tag-parents, spec-example-values, spec-discriminator-defaultMapping, and spec-no-invalid-encoding-combinations.
    Deprecated the no-example-value-and-externalValue rule in favor of spec-example-values.
Patch Changes

v2.5.1

Compare Source

Patch Changes
  • Fixed an issue where the no-http-verbs-in-paths rule was incorrectly flagging path names containing the verb query.
  • Updated @​redocly/openapi-core to v2.5.1.

v2.5.0

Compare Source

Minor Changes
  • Added response size to the Respect terminal and JSON file outputs.
Patch Changes

v2.4.0

Compare Source

Minor Changes
  • Added the no-secrets-masking option to the respect command, allowing raw (unmasked) output to be generated.
Patch Changes

v2.3.1

Compare Source

Patch Changes
  • Fixed an issue where JSONPath-based success criteria did not support property names with hyphens in Respect.
  • Updated @​redocly/openapi-core to v2.3.1.

v2.3.0

Compare Source

Minor Changes
  • Added basic support for OpenAPI 3.2 specification.
Patch Changes

v2.2.3

Compare Source

Patch Changes
  • Fixed an issue where the Respect workflow separator did not render correctly in GitHub CI environments.
  • Added support for the verbose option in the login command to provide additional output during authentication.
  • Updated @​redocly/respect-core to v2.2.3.

v2.2.2

Compare Source

Patch Changes
  • Resolved an issue with CLI dependencies to ensure proper package resolution.
  • Updated @​redocly/openapi-core to v2.2.2.

v2.2.1

Compare Source

Patch Changes
  • Fixed an issue where the remove-unused-components decorator was not functioning when configured at the API level.
  • Updated @​redocly/openapi-core to v2.2.1.

v2.2.0

Compare Source

Minor Changes
  • Adjusted the calculation of Respect's workflow-level totalTimeMs to sum the network request times of all steps.
Patch Changes

v2.1.5

Compare Source

Patch Changes
  • Improved the message format for Respect's status code check.
  • Fixed handling of input parameters when invoking step target workflows in Respect.
  • Updated @​redocly/respect-core to v2.1.5.

v2.1.4

Compare Source

Patch Changes
  • Fixed undefined variable used in the remove-unused-components decorator, which prevented an invalid reference error from being reported.
  • Updated @​redocly/openapi-core to v2.1.4.

v2.1.3

Compare Source

Patch Changes
  • Updated authentication logic to get the residency from scorecard.fromProjectUrl.
  • Updated @​redocly/openapi-core to v2.1.3.

v2.1.2

Compare Source

Patch Changes

v2.1.1

Compare Source

Patch Changes

v2.1.0

Compare Source

Minor Changes
  • Updated authentication logic to ensure consistency with the VS Code extension's behavior.
Patch Changes
  • Improved error reporting and handling for Digest authentication failures in Respect. Now users receive clearer feedback when required headers or status codes are missing.
  • Fixed push and push-status commands mistakenly requiring the --max-execution-time option.
  • Fixed an issue where wildcard file patterns were not recognized in the Docker image.
  • Updated @​redocly/respect-core to v2.1.0.

v2.0.8

Compare Source

Patch Changes

v2.0.7

Compare Source

Patch Changes

v2.0.6

Compare Source

Patch Changes
  • Fixed an issue where files specified in decorators parameters were not always resolved correctly.
    The resolution logic now properly locates the specified files relative to the config file for info-description-override, media-type-examples-override, operation-description-override, and tag-description-override decorators.
  • Improved messaging to clarify when API alias configuration is implicitly applied during linting or bundling by filename.
  • Updated the retryAfter property in Respect to use seconds (instead of milliseconds) for consistency with the Arazzo specification.
  • Updated @​redocly/openapi-core to v2.0.6.

v2.0.5

Compare Source

Patch Changes
  • Fixed an issue where the root config was not properly merged with the apis config.
  • Resolved an issue that caused configuration parsing to fail when the config value was set to null.
  • Improved join command server handling for specifications with differing servers.
  • Updated @​redocly/respect-core to v2.0.5.

v2.0.4

Compare Source

Patch Changes
  • Fixed an issue where the openapi config options were ignored when running the build-docs command.
  • Ensure externalRefResolver option is correctly passed to nested workflow contexts.
  • Updated @​redocly/respect-core to v2.0.4.

v2.0.3

Compare Source

Patch Changes
  • Fixed type definitions for Respect input and server options to support both string and string[] values.
  • Fixed binary response data in Respect results by properly encoding it as base64.
  • Updated @​redocly/respect-core to v2.0.3.

v2.0.2

Compare Source

Patch Changes
  • Made executionTimeout parameter optional in the run function exported from respect-core.
  • Updated @​redocly/respect-core to v2.0.2.

v2.0.1

Compare Source

Patch Changes
  • Fixed an issue where the no-required-schema-properties-undefined rule incorrectly resolved nested $refs relative to the file in which they were defined.
  • Fixed an issue where multipart form-data parameters were not properly resolved and evaluated before sending requests.
  • Updated @​redocly/openapi-core to v2.0.1.

v2.0.0

Compare Source

Major Changes
  • Removed backward compatibility for the spec rule. Use struct instead.
  • Removed support for the deprecated apiDefinitions option in the Redocly config. Use apis instead.
    Removed the labels field within the apis section, which was associated with the legacy Redocly API Registry product.
  • Removed support for default config file names other than redocly.yaml.
  • Removed support for the deprecated features.openapi and features.mockServer configuration options. Use openapi and mockServer directly instead.
  • Removed backward compatibility for the deprecated lint and styleguide options in the Redocly config.
    Use rules, decorators and other related options on the root level instead.
  • Removed the deprecated disallowAdditionalProperties option support in rules. Use allowAdditionalProperties instead.
  • Removed support for the deprecated theme property of Redocly config.
    All the properties of theme are now available in the config root.
  • Removed the deprecated path-excludes-patterns and info-license-url rules.
  • Removed the deprecated undefined assertion. Use defined instead.
  • Removed support for the legacy Redocly API Registry in favor of the new Reunite platform.
    Reunite provides improved API management capabilities and better integration with Redocly's tooling ecosystem.
    Migrated the login and push commands to work exclusively with Reunite.
    Removed the preview-docs command as part of platform modernization.
    Use the preview command instead.
  • Removed support for the deprecated referenceDocs option, which was related to the legacy Reference docs product.
  • Removed support for the deprecated assert/ prefix in configurable rules. Use rule/ prefix instead.
  • Migrated the codebase to ES Modules from CommonJS, bringing improved code organization and better support for modern JavaScript features.
    Update to Node.js version 20.19.0+, 22.12.0+, or 23+.
Minor Changes
  • Added x-security extension for Respect that enables secure handling of authentication in Arazzo workflows.
    Use this extension to:

    • Define security schemes at the step level using either predefined schemes or inline definitions
    • Pass values of secrets (passwords, tokens, API keys)
    • Support multiple authentication types including API Key (query, header, or cookie), Basic Authentication, Bearer Token, Digest Authentication, OAuth2, and OpenID Connect
    • Automatically transform security parameters into appropriate HTTP headers or query parameters
  • Added environment variable support for CLI arguments using Yargs .env() method to parse environment variables with matching prefixes.

  • Added validation for JSON Schema format.

  • Extracted nullable validation from the struct rule into a new nullable-type-sibling rule for OpenAPI 3.0. This allows users to disable nullable validation separately from other structural checks.

  • Configured the spec ruleset for OpenAPI, AsyncAPI, Arazzo, and Overlay specifications.
    This ruleset is designed to strictly follow the specifications.

  • Added the no-duplicated-tag-names rule to check for duplications in the tags field in API descriptions.

  • Enabled no-required-schema-properties-undefined, no-schema-type-mismatch, and no-enum-type-mismatch rules for AsyncAPI and Arazzo specifications.
    Adjusted the rules' severities in the recommended and minimal rulesets. Refer to the following table:

    Rule \ Ruleset recommended minimal
    no-required-schema-properties-undefined off -> warn off -> warn
    no-enum-type-mismatch error warn
    no-schema-type-mismatch warn -> error off -> warn
  • Implemented automatic masking of sensitive fields (such as tokens and passwords) in response bodies to enhance security and prevent accidental exposure of secrets in logs and outputs.

  • Added new CLI options for the respect command to improve test execution control.

Patch Changes
  • Fixed plugins validation in config files referenced in the extends section.
  • Fixed no-undefined-server-variable crash when encountering null values in the server list.
  • Refactored @redocly/respect-core to eliminate Node.js-specific dependencies, improving cross-platform compatibility.
  • Updated Redoc to v2.5.0.
  • Fixed alias detection when using --config from a different folder than the current working directory.
  • Resolved an issue where dotenv@16.6.0 injected an unintended message into the output.
  • Fixed Redocly CLI to correctly read residency from the Redocly configuration file.
  • Improved Respect's error handling when server URLs are missing from both OpenAPI descriptions and CLI options.
  • Updated @​redocly/respect-core to v2.0.0.
actions/checkout (actions/checkout)

v5

Compare Source

actions/setup-node (actions/setup-node)

v6

Compare Source

bcoe/c8 (c8)

v10.1.3

Compare Source

Bug Fixes
  • deps: update bcoe/v8-coverage addressing v8 issue (#​552) (b32a563)

v10.1.2

Compare Source

Bug Fixes
  • deps: make monocart-coverage-reports an optional with meta defined (3b91fda)

v10.1.1

Compare Source

Bug Fixes

v10.1.0

Compare Source

Features

v10.0.0

Compare Source

⚠ BREAKING CHANGES
  • deps: Node 18 is now the minimum supported Node.js version
Bug Fixes
  • deps: update test-exclude with new glob / minimatch (#​531) (e33cf30)

v9.1.0

Compare Source

Features
Bug Fixes
  • refactor: remove stale check for createDynamicModule (5e18365)

v9.0.0

Compare Source

⚠ BREAKING CHANGES
  • build: minimum Node.js version is now 14.14.0
Features
  • build: minimum Node.js version is now 14.14.0 (2cdc86b)
  • deps: update foreground-child to promise API (#​512) (b46b640)
  • deps: use Node.js built in rm (2cdc86b)
codecov/codecov-action (codecov/codecov-action)

v5

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1

mochajs/mocha (mocha)

v11.7.5

Compare Source

🩹 Fixes
🧹 Chores

v11.7.4

Compare Source

🩹 Fixes
📚 Documentation
  • migrate remaining legacy wiki pages to main documentation (#​5465) (bff9166)
🧹 Chores

v11.7.3

Compare Source

🩹 Fixes
  • use original require() error for TS files if ERR_UNKNOWN_FILE_EXTENSION (#​5408) (ebdbc48)
📚 Documentation
🤖 Automation
  • deps: bump actions/setup-node in the github-actions group (#​5459) (48c6f40)

v11.7.2

Compare Source

🩹 Fixes
📚 Documentation
🧹 Chores
🤖 Automation
  • deps: bump actions/checkout in the github-actions group (#​5419) (03ac2d0)

v11.7.1

Compare Source

🩹 Fixes
🧹 Chores

v11.7.0

Compare Source

🌟 Features

v11.6.0

Compare Source

🌟 Features

v11.5.0

Compare Source

🌟 Features

v11.4.0

Compare Source

🌟 Features
📚 Documentation
  • added CHANGELOG.md note around 11.1 yargs-parser update (#​5362) (618415d)

v11.3.0

Compare Source

🌟 Features
📚 Documentation
🧹 Chores

v11.2.2

Compare Source

🩹 Fixes
📚 Documentation

v11.2.1

Compare Source

🩹 Fixes
📚 Documentation
🧹 Chores

v11.2.0

Compare Source

🌟 Features
📚 Documentation
🧹 Chores

v11.1.0

Compare Source

🌟 Features
  • bump yargs to 17 (#​5165) (8f1c8d8)
    • Note that this also included a version bump of yargs-parser from ^20.2.9 to ^21.1., which fixed a bug that caused extra quotes in file paths to be removed.
      See #​5341 for more information.
  • replace strip-ansi with util.stripVTControlCharacters (#​5267) (3c191c0), closes #​5265

v11.0.2

Compare Source

🩹 Fixes
  • catch exceptions setting Error.stackTraceLimit (#​5254) (259f8f8)
  • error handling for unexpected numeric arguments passed to cli (#​5263) (210d658)
📚 Documentation

v11.0.1

Compare Source

🌟 Features
📚 Documentation

v11.0.0

Compare Source

⚠ BREAKING CHANGES
  • adapt new engine range for Mocha 11 (#​5216)
🌟 Features
🩹 Fixes
📚 Documentation

Configuration

📅 Schedule: Branch creation - "after 2pm on Monday" in timezone Europe/Zurich, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@codecov

codecov Bot commented Nov 26, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@renovate
renovate Bot force-pushed the renovate-major-external-major branch 3 times, most recently from 1d5a43d to f719659 Compare November 27, 2025 22:51
@renovate
renovate Bot force-pushed the renovate-major-external-major branch from f719659 to 56a7371 Compare December 2, 2025 03:57
@renovate

renovate Bot commented Dec 2, 2025

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@tripodsan
tripodsan merged commit 74b9633 into main Dec 3, 2025
5 checks passed
@tripodsan
tripodsan deleted the renovate-major-external-major branch December 3, 2025 13:47
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