Skip to content

Commit

Permalink
Update dependency @redocly/cli to ^1.16.0 (main) (elastic#187033)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@redocly/cli](https://togithub.com/Redocly/redocly-cli) | [`^1.12.0`
->
`^1.16.0`](https://renovatebot.com/diffs/npm/@redocly%2fcli/1.12.0/1.16.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@redocly%2fcli/1.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@redocly%2fcli/1.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@redocly%2fcli/1.12.0/1.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@redocly%2fcli/1.12.0/1.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>Redocly/redocly-cli (@&elastic#8203;redocly/cli)</summary>

###
[`v1.16.0`](https://togithub.com/Redocly/redocly-cli/releases/tag/%40redocly/cli%401.16.0)

[Compare
Source](https://togithub.com/Redocly/redocly-cli/compare/@redocly/[email protected]...@redocly/[email protected])

##### 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

- Updated
[@&elastic#8203;redocly/openapi-core](https://togithub.com/redocly/openapi-core)
to v1.16.0.

###
[`v1.15.0`](https://togithub.com/Redocly/redocly-cli/releases/tag/%40redocly/cli%401.15.0)

[Compare
Source](https://togithub.com/Redocly/redocly-cli/compare/@redocly/[email protected]...@redocly/[email protected])

##### 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
[@&elastic#8203;redocly/openapi-core](https://togithub.com/redocly/openapi-core)
to v1.15.0.

###
[`v1.14.0`](https://togithub.com/Redocly/redocly-cli/releases/tag/%40redocly/cli%401.14.0)

[Compare
Source](https://togithub.com/Redocly/redocly-cli/compare/@redocly/[email protected]...@redocly/[email protected])

##### Minor Changes

- Added the ability to exclude some operations or entire paths from the
`security-defined` rule.

##### Patch Changes

-   Improved error messages.
- Updated
[@&elastic#8203;redocly/openapi-core](https://togithub.com/redocly/openapi-core)
to v1.14.0.

###
[`v1.13.0`](https://togithub.com/Redocly/redocly-cli/releases/tag/%40redocly/cli%401.13.0)

[Compare
Source](https://togithub.com/Redocly/redocly-cli/compare/@redocly/[email protected]...@redocly/[email protected])

##### Minor Changes

-   Added support for the linting command to output markdown format.

##### Patch Changes

- Updated
[@&elastic#8203;redocly/openapi-core](https://togithub.com/redocly/openapi-core)
to v1.13.0.

###
[`v1.12.2`](https://togithub.com/Redocly/redocly-cli/releases/tag/%40redocly/cli%401.12.2)

[Compare
Source](https://togithub.com/Redocly/redocly-cli/compare/@redocly/[email protected]...@redocly/[email protected])

##### Patch Changes

- Updated
[@&elastic#8203;redocly/openapi-core](https://togithub.com/redocly/openapi-core)
to v1.12.2.

###
[`v1.12.1`](https://togithub.com/Redocly/redocly-cli/releases/tag/%40redocly/cli%401.12.1)

[Compare
Source](https://togithub.com/Redocly/redocly-cli/compare/@redocly/[email protected]...@redocly/[email protected])

##### Patch Changes

- Updated
[@&elastic#8203;redocly/openapi-core](https://togithub.com/redocly/openapi-core)
to v1.12.1.

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/elastic/kibana).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOkNvcmUiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 27, 2024
1 parent c9d2b70 commit bacc276
Show file tree
Hide file tree
Showing 2 changed files with 342 additions and 260 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,7 @@
"@mapbox/vector-tile": "1.3.1",
"@octokit/rest": "^17.11.2",
"@parcel/watcher": "^2.1.0",
"@redocly/cli": "^1.12.0",
"@redocly/cli": "^1.16.0",
"@statoscope/webpack-plugin": "^5.28.2",
"@storybook/addon-a11y": "^6.5.16",
"@storybook/addon-actions": "^6.5.16",
Expand Down
Loading

0 comments on commit bacc276

Please sign in to comment.