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

chore(deps): update dependency @redocly/openapi-core to v1.26.1 #4982

Open
wants to merge 1 commit into
base: mei-m544
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@redocly/openapi-core 1.11.0 -> 1.26.1 age adoption passing confidence

Release Notes

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

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.

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/@​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.

v1.19.0

Compare Source

Minor Changes
  • Added support for AsyncAPI 3.0 description linting.
Patch Changes
  • Fixed an issue where patternProperties incorrectly caused linting errors due to a missing PatternProperties node.
  • Updated @​redocly/openapi-core to v1.19.0.

v1.18.1

Compare Source

Patch Changes
  • Allowed the theme.openapi configuration option to accept settings specific to Redoc 2.x and earlier.
  • Fixed an issue in the OpenAPI spec rule where dependentSchemas was parsed as an array.
    It is now correctly parsed as a map.
  • Fixed bundling of $refs inside patternProperties.
  • Updated AsyncAPI v2 typings to abide by JSON Schema draft-07 specification.
  • Updated @​redocly/openapi-core to v1.18.1.

v1.18.0

Compare Source

Minor Changes
  • Added support for Arazzo description linting.
Patch Changes
  • Removed additionalItems from OAS 3.0.x typings. This keyword is not supported by the specification.
  • Updated @​redocly/openapi-core to v1.18.0.

v1.17.1

Compare Source

Patch Changes

v1.17.0

Compare Source

Minor Changes
  • Changed resolution process to include extendedTypes and plugins before linting.
Patch Changes
  • Added support for the contentSchema keyword to parse as a schema instance.
  • Replace path items emoji with 🔀 so the width is consistent.
  • Updated @​redocly/openapi-core to v1.17.0.

v1.16.0

Compare Source

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

v1.15.0

Compare Source

Minor Changes
  • Made redocly.yaml validation consistent with the general Redocly config.
Patch Changes
  • Updated Redoc to v2.1.5.
  • Fixed no-invalid-media-type-examples, no-invalid-parameter-examples, and no-invalid-schema-examples rules which allowed falsy example values to pass for any schema.
  • Updated @​redocly/openapi-core to v1.15.0.

v1.14.0

Compare Source

Minor Changes
  • Added the ability to exclude some operations or entire paths from the security-defined rule.
Patch Changes

v1.13.0

Compare Source

Minor Changes
  • Added support for the linting command to output markdown format.
Patch Changes

v1.12.2

Compare Source

Patch Changes

v1.12.1

Compare Source

Patch Changes

v1.12.0

Compare Source

Minor Changes
  • Added return values for the push and push-status commands.
Patch Changes

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 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/redocly-openapi-core-1.x branch from 5575399 to 102d6eb Compare July 22, 2024 15:02
@renovate renovate bot changed the title chore(deps): update dependency @redocly/openapi-core to v1.18.0 chore(deps): update dependency @redocly/openapi-core to v1.18.1 Jul 22, 2024
@renovate renovate bot changed the title chore(deps): update dependency @redocly/openapi-core to v1.18.1 chore(deps): update dependency @redocly/openapi-core to v1.19.0 Aug 1, 2024
@renovate renovate bot force-pushed the renovate/redocly-openapi-core-1.x branch from 102d6eb to 757a047 Compare August 1, 2024 14:01
@renovate renovate bot force-pushed the renovate/redocly-openapi-core-1.x branch from 757a047 to 4196093 Compare August 21, 2024 16:52
@renovate renovate bot changed the title chore(deps): update dependency @redocly/openapi-core to v1.19.0 chore(deps): update dependency @redocly/openapi-core to v1.20.0 Aug 21, 2024
@renovate renovate bot force-pushed the renovate/redocly-openapi-core-1.x branch from 4196093 to 81ede82 Compare August 22, 2024 08:36
@renovate renovate bot changed the title chore(deps): update dependency @redocly/openapi-core to v1.20.0 chore(deps): update dependency @redocly/openapi-core to v1.20.1 Aug 22, 2024
@renovate renovate bot force-pushed the renovate/redocly-openapi-core-1.x branch from 81ede82 to 8da0bef Compare August 23, 2024 08:36
@renovate renovate bot changed the title chore(deps): update dependency @redocly/openapi-core to v1.20.1 chore(deps): update dependency @redocly/openapi-core to v1.21.0 Aug 23, 2024
@renovate renovate bot changed the title chore(deps): update dependency @redocly/openapi-core to v1.21.0 chore(deps): update dependency @redocly/openapi-core to v1.21.1 Aug 27, 2024
@renovate renovate bot force-pushed the renovate/redocly-openapi-core-1.x branch 2 times, most recently from 746c20f to 6850162 Compare August 29, 2024 14:37
@renovate renovate bot changed the title chore(deps): update dependency @redocly/openapi-core to v1.21.1 chore(deps): update dependency @redocly/openapi-core to v1.22.0 Aug 29, 2024
@renovate renovate bot force-pushed the renovate/redocly-openapi-core-1.x branch from 6850162 to 874df4c Compare August 30, 2024 16:31
@renovate renovate bot changed the title chore(deps): update dependency @redocly/openapi-core to v1.22.0 chore(deps): update dependency @redocly/openapi-core to v1.22.1 Aug 30, 2024
@renovate renovate bot force-pushed the renovate/redocly-openapi-core-1.x branch from 874df4c to 6bfb7c5 Compare September 6, 2024 12:45
@renovate renovate bot changed the title chore(deps): update dependency @redocly/openapi-core to v1.22.1 chore(deps): update dependency @redocly/openapi-core to v1.23.0 Sep 6, 2024
@renovate renovate bot force-pushed the renovate/redocly-openapi-core-1.x branch from 6bfb7c5 to 860f46a Compare September 6, 2024 16:38
@renovate renovate bot changed the title chore(deps): update dependency @redocly/openapi-core to v1.23.0 chore(deps): update dependency @redocly/openapi-core to v1.23.1 Sep 6, 2024
@renovate renovate bot force-pushed the renovate/redocly-openapi-core-1.x branch from 860f46a to 137b1b2 Compare September 10, 2024 10:57
@renovate renovate bot changed the title chore(deps): update dependency @redocly/openapi-core to v1.23.1 chore(deps): update dependency @redocly/openapi-core to v1.24.0 Sep 10, 2024
@renovate renovate bot changed the title chore(deps): update dependency @redocly/openapi-core to v1.24.0 chore(deps): update dependency @redocly/openapi-core to v1.25.0 Sep 11, 2024
@renovate renovate bot force-pushed the renovate/redocly-openapi-core-1.x branch 2 times, most recently from 169363f to fe74531 Compare September 13, 2024 14:28
@renovate renovate bot changed the title chore(deps): update dependency @redocly/openapi-core to v1.25.0 chore(deps): update dependency @redocly/openapi-core to v1.25.1 Sep 13, 2024
@renovate renovate bot force-pushed the renovate/redocly-openapi-core-1.x branch from fe74531 to 660a71a Compare September 13, 2024 17:23
@renovate renovate bot changed the title chore(deps): update dependency @redocly/openapi-core to v1.25.1 chore(deps): update dependency @redocly/openapi-core to v1.25.2 Sep 13, 2024
@renovate renovate bot force-pushed the renovate/redocly-openapi-core-1.x branch from 660a71a to 59b84ba Compare September 18, 2024 10:48
@renovate renovate bot changed the title chore(deps): update dependency @redocly/openapi-core to v1.25.2 chore(deps): update dependency @redocly/openapi-core to v1.25.3 Sep 18, 2024
@renovate renovate bot changed the title chore(deps): update dependency @redocly/openapi-core to v1.25.5 chore(deps): update dependency @redocly/openapi-core to v1.25.6 Oct 14, 2024
@renovate renovate bot changed the title chore(deps): update dependency @redocly/openapi-core to v1.25.6 chore(deps): update dependency @redocly/openapi-core to v1.25.7 Oct 16, 2024
@renovate renovate bot force-pushed the renovate/redocly-openapi-core-1.x branch 2 times, most recently from 7d79277 to 9b37949 Compare October 21, 2024 10:03
@renovate renovate bot changed the title chore(deps): update dependency @redocly/openapi-core to v1.25.7 chore(deps): update dependency @redocly/openapi-core to v1.25.8 Oct 21, 2024
@renovate renovate bot force-pushed the renovate/redocly-openapi-core-1.x branch from 9b37949 to c5f54cf Compare October 25, 2024 15:08
@renovate renovate bot changed the title chore(deps): update dependency @redocly/openapi-core to v1.25.8 chore(deps): update dependency @redocly/openapi-core to v1.25.9 Oct 25, 2024
@renovate renovate bot force-pushed the renovate/redocly-openapi-core-1.x branch from c5f54cf to 826d2da Compare October 31, 2024 13:47
@renovate renovate bot changed the title chore(deps): update dependency @redocly/openapi-core to v1.25.9 chore(deps): update dependency @redocly/openapi-core to v1.25.10 Oct 31, 2024
@renovate renovate bot force-pushed the renovate/redocly-openapi-core-1.x branch from 826d2da to 18648eb Compare November 4, 2024 14:21
@renovate renovate bot changed the title chore(deps): update dependency @redocly/openapi-core to v1.25.10 chore(deps): update dependency @redocly/openapi-core to v1.25.11 Nov 4, 2024
@renovate renovate bot force-pushed the renovate/redocly-openapi-core-1.x branch from 18648eb to 7d4e8b0 Compare November 20, 2024 15:44
@renovate renovate bot changed the title chore(deps): update dependency @redocly/openapi-core to v1.25.11 chore(deps): update dependency @redocly/openapi-core to v1.25.12 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/redocly-openapi-core-1.x branch from 7d4e8b0 to 3fea2f0 Compare November 21, 2024 15:01
@renovate renovate bot changed the title chore(deps): update dependency @redocly/openapi-core to v1.25.12 chore(deps): update dependency @redocly/openapi-core to v1.25.13 Nov 21, 2024
@renovate renovate bot force-pushed the renovate/redocly-openapi-core-1.x branch from 3fea2f0 to af04a52 Compare November 25, 2024 17:15
@renovate renovate bot changed the title chore(deps): update dependency @redocly/openapi-core to v1.25.13 chore(deps): update dependency @redocly/openapi-core to v1.25.14 Nov 25, 2024
@renovate renovate bot force-pushed the renovate/redocly-openapi-core-1.x branch from af04a52 to 0889b13 Compare November 29, 2024 17:15
@renovate renovate bot changed the title chore(deps): update dependency @redocly/openapi-core to v1.25.14 chore(deps): update dependency @redocly/openapi-core to v1.25.15 Nov 29, 2024
@renovate renovate bot changed the title chore(deps): update dependency @redocly/openapi-core to v1.25.15 chore(deps): update dependency @redocly/openapi-core to v1.25.15 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/redocly-openapi-core-1.x branch December 8, 2024 18:31
@renovate renovate bot changed the title chore(deps): update dependency @redocly/openapi-core to v1.25.15 - autoclosed chore(deps): update dependency @redocly/openapi-core to v1.25.15 Dec 15, 2024
@renovate renovate bot reopened this Dec 15, 2024
@renovate renovate bot force-pushed the renovate/redocly-openapi-core-1.x branch from d8cfa11 to 0889b13 Compare December 15, 2024 18:17
@renovate renovate bot changed the title chore(deps): update dependency @redocly/openapi-core to v1.25.15 chore(deps): update dependency @redocly/openapi-core to v1.26.0 Dec 15, 2024
@renovate renovate bot force-pushed the renovate/redocly-openapi-core-1.x branch from 0889b13 to bd04d40 Compare December 15, 2024 21:11
@renovate renovate bot force-pushed the renovate/redocly-openapi-core-1.x branch from bd04d40 to e4d940e Compare December 18, 2024 17:31
@renovate renovate bot changed the title chore(deps): update dependency @redocly/openapi-core to v1.26.0 chore(deps): update dependency @redocly/openapi-core to v1.26.1 Dec 18, 2024
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