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

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@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
Owner

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/utils/redoc-2.2.0 branch from 9fa8314 to 5c03c35 Compare November 7, 2024 13:41
@DjordyKoert
Copy link
Owner

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/utils/redoc-2.2.0 branch from 5c03c35 to 5b4ebe9 Compare November 7, 2024 13:56
@DjordyKoert
Copy link
Owner

https://github.com/dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/utils/redoc-2.2.0 branch from 5b4ebe9 to 991d10f Compare November 7, 2024 14:06
@DjordyKoert
Copy link
Owner

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/utils/redoc-2.2.0 branch from 991d10f to 48f60c6 Compare November 7, 2024 14:10
@DjordyKoert
Copy link
Owner

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/utils/redoc-2.2.0 branch from 48f60c6 to 7aae95e Compare November 7, 2024 14:18
@DjordyKoert
Copy link
Owner

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/utils/redoc-2.2.0 branch from 7aae95e to 3c85555 Compare November 7, 2024 14:29
@DjordyKoert
Copy link
Owner

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/utils/redoc-2.2.0 branch from 3c85555 to d30d807 Compare November 7, 2024 14:32
@DjordyKoert
Copy link
Owner

@dependabot recreate

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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/utils/redoc-2.2.0 branch from a1d14f0 to a1ebb12 Compare November 7, 2024 14:38
DjordyKoert added a commit to nelmio/NelmioApiDocBundle that referenced this pull request Nov 7, 2024
## Description

Automate UI file updates with dependabot & github actions. This will
prevent outdated files and PR's like
#2378 will be done
automatically.

This will add a commit to every dependabot as can be seen here:
- Redoc: DjordyKoert#11
- Swagger: DjordyKoert#13
- github-actions (does not commit or error):
DjordyKoert#12

docs:
https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions

## 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 added a commit to nelmio/NelmioApiDocBundle that referenced this pull request Nov 8, 2024
## Description

Automate UI file updates with dependabot & github actions. This will
prevent outdated files and PR's like
#2378 will be done
automatically.

This will add a commit to every dependabot as can be seen here:
- Redoc: DjordyKoert#11
- Swagger: DjordyKoert#13
- github-actions (does not commit or error):
DjordyKoert#12

docs:
https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions

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