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

build(deps): Upgrade @redocly/cli to v1.27.1 #799

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 28, 2024

This PR contains the following updates:

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

Release Notes

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

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.

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.

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.

Configuration

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

🚦 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 added the dependencies Pull requests that update a dependency file label Aug 28, 2024
Copy link
Contributor Author

renovate bot commented Aug 28, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

Copy link
Contributor

github-actions bot commented Aug 28, 2024

Coverage report

Caution

Test run failed

St.
Category Percentage Covered / Total
🟢 Statements 98.06% 1061/1082
🟢 Branches 96.07% 293/305
🟢 Functions 98.21% 219/223
🟢 Lines 98.28% 971/988

Test suite run failed

Failed tests: 5/331. Failed suites: 2/27.
  ● Audible Author HTML › When scraping Andy Weir from Audible › returned the correct genres

    expect(received).toEqual(expected) // deep equality

    - Expected  - 4
    + Received  + 4

    @@ -3,15 +3,15 @@
          "asin": "18580606011",
          "name": "Science Fiction & Fantasy",
          "type": "genre",
        },
        Object {
    -     "asin": "18574597011",
    -     "name": "Mystery, Thriller & Suspense",
    +     "asin": "18574426011",
    +     "name": "Literature & Fiction",
          "type": "genre",
        },
        Object {
    -     "asin": "18574426011",
    -     "name": "Literature & Fiction",
    +     "asin": "18574597011",
    +     "name": "Mystery, Thriller & Suspense",
          "type": "genre",
        },
      ]

      27 |
      28 | 		it('returned the correct genres', () => {
    > 29 | 			expect(response.genres).toEqual(authorParsedB00G0WYW92.genres)
         | 			                        ^
      30 | 		})
      31 |
      32 | 		it('returned the correct image', () => {

      at Object.<anonymous> (tests/audible/authors/scrape.test.ts:29:28)

  ● Audible Author HTML › When scraping an author with no description or image from Audible › returned the correct genres

    expect(received).toEqual(expected) // deep equality

    - Expected  - 12
    + Received  +  1

    - Array [
    -   Object {
    -     "asin": "18571951011",
    -     "name": "Biographies & Memoirs",
    -     "type": "genre",
    -   },
    -   Object {
    -     "asin": "18571910011",
    -     "name": "Arts & Entertainment",
    -     "type": "genre",
    -   },
    - ]
    + Array []

      63 |
      64 | 		it('returned the correct genres', () => {
    > 65 | 			expect(response.genres).toEqual(authorParsedB0034NFIOI.genres)
         | 			                        ^
      66 | 		})
      67 |
      68 | 		it('returned no image', () => {

      at Object.<anonymous> (tests/audible/authors/scrape.test.ts:65:28)


  ● Audible HTML › When scraping Project Hail Mary genres › returned the correct data

    Parsed is undefined

      20 | 			const fetched = await helper.fetchBook()
      21 | 			const parsed = await helper.parseResponse(fetched)
    > 22 | 			if (!parsed) throw new Error('Parsed is undefined')
         | 			                   ^
      23 | 			response = parsed
      24 | 		}, 10000)
      25 |

      at tests/audible/books/scrape.test.ts:22:23
      at fulfilled (tests/audible/books/scrape.test.ts:5:58)

  ● Audible HTML › When scraping Scorcerers Stone genres/series › returned the correct data

    Parsed is undefined

      36 | 			const fetched = await helper.fetchBook()
      37 | 			const parsed = await helper.parseResponse(fetched)
    > 38 | 			if (!parsed) throw new Error('Parsed is undefined')
         | 			                   ^
      39 | 			response = parsed
      40 | 		}, 10000)
      41 |

      at tests/audible/books/scrape.test.ts:38:23
      at fulfilled (tests/audible/books/scrape.test.ts:5:58)

  ● Audible HTML › When fetching The Coldest Case HTML › returned the correct data

    Parsed is undefined

      53 | 			const fetched = await helper.fetchBook()
      54 | 			const parsed = await helper.parseResponse(fetched)
    > 55 | 			if (!parsed) throw new Error('Parsed is undefined')
         | 			                   ^
      56 | 			response = parsed
      57 | 		}, 10000)
      58 |

      at tests/audible/books/scrape.test.ts:55:23
      at fulfilled (tests/audible/books/scrape.test.ts:5:58)

Report generated by 🧪jest coverage report action from ae01e60

@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from e9facc8 to d641318 Compare August 29, 2024 11:04
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.20.0 build(deps): Upgrade @redocly/cli to v1.20.1 Aug 29, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from d641318 to c34577d Compare August 30, 2024 09:39
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.20.1 build(deps): Upgrade @redocly/cli to v1.21.0 Aug 30, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from c34577d to 6855c6e Compare September 3, 2024 08:32
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.21.0 build(deps): Upgrade @redocly/cli to v1.21.1 Sep 3, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from 6855c6e to 1106dc5 Compare September 5, 2024 10:56
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.21.1 build(deps): Upgrade @redocly/cli to v1.22.0 Sep 5, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from 1106dc5 to fde69a3 Compare September 6, 2024 16:32
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.22.0 build(deps): Upgrade @redocly/cli to v1.22.1 Sep 6, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from fde69a3 to 7b814ed Compare September 13, 2024 12:24
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.22.1 build(deps): Upgrade @redocly/cli to v1.23.0 Sep 13, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from 7b814ed to 8601291 Compare September 13, 2024 20:21
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.23.0 build(deps): Upgrade @redocly/cli to v1.23.1 Sep 13, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from 8601291 to dd0e2fe Compare September 17, 2024 08:45
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.23.1 build(deps): Upgrade @redocly/cli to v1.24.0 Sep 17, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from dd0e2fe to 1907373 Compare September 18, 2024 09:11
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.24.0 build(deps): Upgrade @redocly/cli to v1.25.0 Sep 18, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from 1907373 to 9839ba8 Compare September 20, 2024 12:59
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.25.0 build(deps): Upgrade @redocly/cli to v1.25.1 Sep 20, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from 9839ba8 to 91bf15f Compare September 20, 2024 16:22
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.25.1 build(deps): Upgrade @redocly/cli to v1.25.2 Sep 20, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from 91bf15f to 78e4c27 Compare September 25, 2024 12:11
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.25.2 build(deps): Upgrade @redocly/cli to v1.25.3 Sep 25, 2024
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.25.3 build(deps): Upgrade @redocly/cli to v1.25.4 Oct 7, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch 2 times, most recently from 91046d9 to d3028f2 Compare October 11, 2024 14:28
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from 01af783 to c778d9a Compare October 23, 2024 14:43
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.25.6 build(deps): Upgrade @redocly/cli to v1.25.7 Oct 23, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from c778d9a to 26e97b0 Compare October 28, 2024 09:48
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.25.7 build(deps): Upgrade @redocly/cli to v1.25.8 Oct 28, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from 26e97b0 to e5b1c04 Compare November 2, 2024 17:19
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.25.8 build(deps): Upgrade @redocly/cli to v1.25.9 Nov 2, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from e5b1c04 to c27119a Compare November 7, 2024 13:10
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.25.9 build(deps): Upgrade @redocly/cli to v1.25.10 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from c27119a to 4ed1572 Compare November 11, 2024 14:15
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.25.10 build(deps): Upgrade @redocly/cli to v1.25.11 Nov 11, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch 3 times, most recently from ce1fbd9 to 24af28a Compare November 20, 2024 02:05
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from 24af28a to 2c11e11 Compare November 27, 2024 17:21
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.25.11 build(deps): Upgrade @redocly/cli to v1.25.12 Nov 27, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from 2c11e11 to 7d5bb6f Compare November 28, 2024 15:23
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.25.12 build(deps): Upgrade @redocly/cli to v1.25.13 Nov 28, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from 7d5bb6f to 6431ccb Compare December 2, 2024 16:52
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.25.13 build(deps): Upgrade @redocly/cli to v1.25.14 Dec 2, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from 6431ccb to 3ff73bb Compare December 6, 2024 16:30
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.25.14 build(deps): Upgrade @redocly/cli to v1.25.15 Dec 6, 2024
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.25.15 build(deps): Upgrade @redocly/cli to v1.26.0 Dec 16, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from 3ff73bb to 3e15e60 Compare December 16, 2024 13:20
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from 3e15e60 to ca1ad70 Compare December 25, 2024 15:48
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.26.0 build(deps): Upgrade @redocly/cli to v1.26.1 Dec 25, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from ca1ad70 to 0e8d03d Compare January 10, 2025 11:14
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.26.1 build(deps): Upgrade @redocly/cli to v1.27.0 Jan 10, 2025
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from 0e8d03d to ae01e60 Compare January 14, 2025 20:10
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.27.0 build(deps): Upgrade @redocly/cli to v1.27.1 Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants