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): bump redoc from 2.0.0 to 2.2.0 in /utils #2383

Merged
merged 2 commits into from
Nov 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 7, 2024

Bumps redoc from 2.0.0 to 2.2.0.

Release notes

Sourced from redoc's releases.

2.2.0

2.2.0 (2024-10-16)

Bug Fixes

Features

2.1.5

Bug Fixes

2.1.4

Bug Fixes

  • add deprecated css to clickable property name (#2526) (b0d03d0)
  • use h2/h3 for headings instead of h1/h2 for better seo (#2514) (2b72dc0)
  • security vulnerability (#2445) (1f11f5)

2.1.3

Bug Fixes

2.1.2

2.1.2 (2023-09-11)

Bug Fixes

  • react18 cli integration (#2404) (76edc15)
  • style RefreshToken URL as <code> in the authorization section (1d61001)

2.1.1

2.1.1 (2023-08-17)

Bug Fixes

... (truncated)

Changelog

Sourced from redoc's changelog.

2.2.0 (2024-10-16)

Bug Fixes

Features

2.1.5 (2024-06-10)

Bug Fixes

2.1.4 (2024-04-25)

Bug Fixes

  • add deprecated css to clickable property name (#2526) (b0d03d0)
  • use h2/h3 for headings instead of h1/h2 for better seo (#2514) (2b72dc0)
  • security vulnerability (#2445) (1f11f5)

2.1.3 (2023-10-24)

Bug Fixes

2.1.2 (2023-09-11)

Bug Fixes

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 7, 2024
@DjordyKoert
Copy link
Collaborator

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/utils/redoc-2.2.0 branch from 566de6c to e1e5fd0 Compare November 7, 2024 15:14
@DjordyKoert
Copy link
Collaborator

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/utils/redoc-2.2.0 branch from 7424ba2 to 4a4030c Compare November 7, 2024 15:16
DjordyKoert added a commit that referenced this pull request Nov 7, 2024
## Description

@dependabot does not have access to the `CODECOV_TOKEN` which is causing
the codecov job to fail in
#2383 for example.


https://docs.github.com/en/code-security/dependabot/working-with-dependabot/configuring-access-to-private-registries-for-dependabot#adding-an-organization-secret-for-dependabot

## What type of PR is this? (check all applicable)
- [ ] Bug Fix
- [ ] Feature
- [ ] Refactor
- [ ] Deprecation
- [ ] Breaking Change
- [ ] Documentation Update
- [x] CI

## Checklist
- [ ] I have made corresponding changes to the documentation (`docs/`)
- [ ] I have made corresponding changes to the changelog
(`CHANGELOG.md`)
@DjordyKoert
Copy link
Collaborator

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/utils/redoc-2.2.0 branch from 4237038 to eccca2d Compare November 7, 2024 15:42
@DjordyKoert
Copy link
Collaborator

@dependabot rebase

Bumps [redoc](https://github.com/Redocly/redoc) from 2.0.0 to 2.2.0.
- [Release notes](https://github.com/Redocly/redoc/releases)
- [Changelog](https://github.com/Redocly/redoc/blob/main/CHANGELOG.md)
- [Commits](Redocly/redoc@v2.0.0...v2.2.0)

---
updated-dependencies:
- dependency-name: redoc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/utils/redoc-2.2.0 branch from 02433e4 to 9e7a48b Compare November 7, 2024 15:45
@DjordyKoert DjordyKoert merged commit 2384711 into master Nov 7, 2024
@DjordyKoert DjordyKoert deleted the dependabot/npm_and_yarn/utils/redoc-2.2.0 branch November 7, 2024 15:46
DjordyKoert added a commit that referenced this pull request Nov 8, 2024
## Description

@dependabot does not have access to the `CODECOV_TOKEN` which is causing
the codecov job to fail in
#2383 for example.

https://docs.github.com/en/code-security/dependabot/working-with-dependabot/configuring-access-to-private-registries-for-dependabot#adding-an-organization-secret-for-dependabot

## What type of PR is this? (check all applicable)
- [ ] Bug Fix
- [ ] Feature
- [ ] Refactor
- [ ] Deprecation
- [ ] Breaking Change
- [ ] Documentation Update
- [x] CI

## Checklist
- [ ] I have made corresponding changes to the documentation (`docs/`)
- [ ] I have made corresponding changes to the changelog
(`CHANGELOG.md`)

(cherry picked from commit 56b7bb3)
DjordyKoert pushed a commit that referenced this pull request Nov 8, 2024
Bumps [redoc](https://github.com/Redocly/redoc) from 2.0.0 to 2.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Redocly/redoc/releases">redoc's
releases</a>.</em></p>
<blockquote>
<h2>2.2.0</h2>
<h1><a
href="https://github.com/Redocly/redoc/compare/v2.1.5...v2.2.0">2.2.0</a>
(2024-10-16)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>show siblings schema with oneOf (<a
href="https://redirect.github.com/Redocly/redoc/issues/2576">#2576</a>)
(<a
href="https://github.com/Redocly/redoc/commit/60d131b0a9dab4710e900323c9ba81160cecf7d8">60d131b</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>add support x-badges (<a
href="https://redirect.github.com/Redocly/redoc/issues/2605">#2605</a>)
(<a
href="https://github.com/Redocly/redoc/commit/64f18779e5fe7e03f25862463cbc5062e85c867c">64f1877</a>)</li>
</ul>
<h2>2.1.5</h2>
<h3>Bug Fixes</h3>
<ul>
<li>update react to 18 and react-tabs to 6 (<a
href="https://redirect.github.com/Redocly/redoc/issues/2547">#2547</a>)
(<a
href="https://github.com/Redocly/redoc/commit/c664dd0d56571ce799b8eadd081d86a6b2cdefae">c664dd0</a>)</li>
</ul>
<h2>2.1.4</h2>
<h3>Bug Fixes</h3>
<ul>
<li>add deprecated css to clickable property name (<a
href="https://redirect.github.com/Redocly/redoc/issues/2526">#2526</a>)
(<a
href="https://github.com/Redocly/redoc/commit/b0d03d02069c1508447ddebc2f8a3fffa9b03ce5">b0d03d0</a>)</li>
<li>use h2/h3 for headings instead of h1/h2 for better seo (<a
href="https://redirect.github.com/Redocly/redoc/issues/2514">#2514</a>)
(<a
href="https://github.com/Redocly/redoc/commit/2b72dc0e90f759a8ee2e47691c844e7f05928a24">2b72dc0</a>)</li>
<li>security vulnerability (<a
href="https://redirect.github.com/Redocly/redoc/pull/2445">#2445</a>)
(<a
href="https://github.com/Redocly/redoc/commit/1f11f597c4f10ddd601db247f5034052b6ca689f">1f11f5</a>)</li>
</ul>
<h2>2.1.3</h2>
<h3>Bug Fixes</h3>
<ul>
<li>default value as object in request body (<a
href="https://redirect.github.com/Redocly/redoc/issues/2437">#2437</a>)
(<a
href="https://github.com/Redocly/redoc/commit/b36a6e27bb3e03d39ee74c3e71f18a504539d91b">b36a6e2</a>)</li>
<li>display string pattern in array items (<a
href="https://redirect.github.com/Redocly/redoc/issues/2438">#2438</a>)
(<a
href="https://github.com/Redocly/redoc/commit/8ddeb6dfda686ec8a6948eb2d96efb99bf422429">8ddeb6d</a>)</li>
<li>hideRequestPayloadSample (<a
href="https://redirect.github.com/Redocly/redoc/issues/2436">#2436</a>)
(<a
href="https://github.com/Redocly/redoc/commit/bf960612a47bfe10ff205b9d78f3040515a5467d">bf96061</a>)</li>
<li>more cases for react18 and cli integration (<a
href="https://redirect.github.com/Redocly/redoc/issues/2416">#2416</a>)
(<a
href="https://github.com/Redocly/redoc/commit/26674e70c66b686d0f0baa569b186292c41e5726">26674e7</a>)</li>
</ul>
<h2>2.1.2</h2>
<h2><a
href="https://github.com/Redocly/redoc/compare/v2.1.1...v2.1.2">2.1.2</a>
(2023-09-11)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>react18 cli integration (<a
href="https://redirect.github.com/Redocly/redoc/issues/2404">#2404</a>)
(<a
href="https://github.com/Redocly/redoc/commit/76edc159399150778b384be87ee958a93e5c491c">76edc15</a>)</li>
<li>style RefreshToken URL as <code>&lt;code&gt;</code> in the
authorization section (<a
href="https://github.com/Redocly/redoc/commit/1d6100111a0f3b609dadbd706354ce6125947df2">1d61001</a>)</li>
</ul>
<h2>2.1.1</h2>
<h2><a
href="https://github.com/Redocly/redoc/compare/v2.1.0...v2.1.1">2.1.1</a>
(2023-08-17)</h2>
<h3>Bug Fixes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Redocly/redoc/blob/main/CHANGELOG.md">redoc's
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/Redocly/redoc/compare/v2.1.5...v2.2.0">2.2.0</a>
(2024-10-16)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>show siblings schema with oneOf (<a
href="https://redirect.github.com/Redocly/redoc/issues/2576">#2576</a>)
(<a
href="https://github.com/Redocly/redoc/commit/60d131b0a9dab4710e900323c9ba81160cecf7d8">60d131b</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>add support x-badges (<a
href="https://redirect.github.com/Redocly/redoc/issues/2605">#2605</a>)
(<a
href="https://github.com/Redocly/redoc/commit/64f18779e5fe7e03f25862463cbc5062e85c867c">64f1877</a>)</li>
</ul>
<h2><a
href="https://github.com/Redocly/redoc/compare/v2.1.4...v2.1.5">2.1.5</a>
(2024-06-10)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>update react to 18 and react-tabs to 6 (<a
href="https://redirect.github.com/Redocly/redoc/issues/2547">#2547</a>)
(<a
href="https://github.com/Redocly/redoc/commit/c664dd0d56571ce799b8eadd081d86a6b2cdefae">c664dd0</a>)</li>
</ul>
<h2><a
href="https://github.com/Redocly/redoc/compare/v2.1.3...v2.1.4">2.1.4</a>
(2024-04-25)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>add deprecated css to clickable property name (<a
href="https://redirect.github.com/Redocly/redoc/issues/2526">#2526</a>)
(<a
href="https://github.com/Redocly/redoc/commit/b0d03d02069c1508447ddebc2f8a3fffa9b03ce5">b0d03d0</a>)</li>
<li>use h2/h3 for headings instead of h1/h2 for better seo (<a
href="https://redirect.github.com/Redocly/redoc/issues/2514">#2514</a>)
(<a
href="https://github.com/Redocly/redoc/commit/2b72dc0e90f759a8ee2e47691c844e7f05928a24">2b72dc0</a>)</li>
<li>security vulnerability (<a
href="https://redirect.github.com/Redocly/redoc/pull/2445">#2445</a>)
(<a
href="https://github.com/Redocly/redoc/commit/1f11f597c4f10ddd601db247f5034052b6ca689f">1f11f5</a>)</li>
</ul>
<h2><a
href="https://github.com/Redocly/redoc/compare/v2.1.2...v2.1.3">2.1.3</a>
(2023-10-24)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>default value as object in request body (<a
href="https://redirect.github.com/Redocly/redoc/issues/2437">#2437</a>)
(<a
href="https://github.com/Redocly/redoc/commit/b36a6e27bb3e03d39ee74c3e71f18a504539d91b">b36a6e2</a>)</li>
<li>display string pattern in array items (<a
href="https://redirect.github.com/Redocly/redoc/issues/2438">#2438</a>)
(<a
href="https://github.com/Redocly/redoc/commit/8ddeb6dfda686ec8a6948eb2d96efb99bf422429">8ddeb6d</a>)</li>
<li>hideRequestPayloadSample (<a
href="https://redirect.github.com/Redocly/redoc/issues/2436">#2436</a>)
(<a
href="https://github.com/Redocly/redoc/commit/bf960612a47bfe10ff205b9d78f3040515a5467d">bf96061</a>)</li>
<li>more cases for react18 and cli integration (<a
href="https://redirect.github.com/Redocly/redoc/issues/2416">#2416</a>)
(<a
href="https://github.com/Redocly/redoc/commit/26674e70c66b686d0f0baa569b186292c41e5726">26674e7</a>)</li>
</ul>
<h2><a
href="https://github.com/Redocly/redoc/compare/v2.1.1...v2.1.2">2.1.2</a>
(2023-09-11)</h2>
<h3>Bug Fixes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Redocly/redoc/commit/1593d01936054e5633e4ca8c014f34d28d320813"><code>1593d01</code></a>
fix: docker build (<a
href="https://redirect.github.com/Redocly/redoc/issues/2607">#2607</a>)</li>
<li><a
href="https://github.com/Redocly/redoc/commit/4736c54eddeb06af8966d714bf94cdbd9701e6b2"><code>4736c54</code></a>
chore: v2.2.0 (<a
href="https://redirect.github.com/Redocly/redoc/issues/2606">#2606</a>)</li>
<li><a
href="https://github.com/Redocly/redoc/commit/64f18779e5fe7e03f25862463cbc5062e85c867c"><code>64f1877</code></a>
feat: add support x-badges (<a
href="https://redirect.github.com/Redocly/redoc/issues/2605">#2605</a>)</li>
<li><a
href="https://github.com/Redocly/redoc/commit/1cceed4b471a4530b648c00941e7201f656b5b72"><code>1cceed4</code></a>
chore(deps): bump dompurify from 3.0.6 to 3.1.3 (<a
href="https://redirect.github.com/Redocly/redoc/issues/2602">#2602</a>)</li>
<li><a
href="https://github.com/Redocly/redoc/commit/c0c68206de804d85b8bde32f1a2676f72abd0a8d"><code>c0c6820</code></a>
chore(deps): bump body-parser and express (<a
href="https://redirect.github.com/Redocly/redoc/issues/2603">#2603</a>)</li>
<li><a
href="https://github.com/Redocly/redoc/commit/d193dd2627b88309eca3cec4973ba5bea2906740"><code>d193dd2</code></a>
chore: Remove the sync job, we don't use it any more (<a
href="https://redirect.github.com/Redocly/redoc/issues/2591">#2591</a>)</li>
<li><a
href="https://github.com/Redocly/redoc/commit/c04b4c8fecbb07826cadf0ee599b82c11e2568a9"><code>c04b4c8</code></a>
docs: Remove the old zero-dependency claim for Redoc docs (<a
href="https://redirect.github.com/Redocly/redoc/issues/2590">#2590</a>)</li>
<li><a
href="https://github.com/Redocly/redoc/commit/c0203be04555883b4247c38c068fa1d55dd10483"><code>c0203be</code></a>
chore: upgrade node version for docker (<a
href="https://redirect.github.com/Redocly/redoc/issues/2589">#2589</a>)</li>
<li><a
href="https://github.com/Redocly/redoc/commit/c813eeac04da3434102a996f67ea7447ade3420f"><code>c813eea</code></a>
docs: fix http-server example from in-page feedback (<a
href="https://redirect.github.com/Redocly/redoc/issues/2580">#2580</a>)</li>
<li><a
href="https://github.com/Redocly/redoc/commit/60d131b0a9dab4710e900323c9ba81160cecf7d8"><code>60d131b</code></a>
fix: show siblings schema with oneOf (<a
href="https://redirect.github.com/Redocly/redoc/issues/2576">#2576</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/Redocly/redoc/compare/v2.0.0...v2.2.0">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=redoc&package-manager=npm_and_yarn&previous-version=2.0.0&new-version=2.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)

</details>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 2384711)
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant