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-dev): Bump swagger-ui-dist from 5.10.5 to 5.11.2 #122

Merged
merged 2 commits into from
Jan 31, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2024

Bumps swagger-ui-dist from 5.10.5 to 5.11.2.

Release notes

Sourced from swagger-ui-dist's releases.

Swagger UI v5.11.2 Released!

5.11.2 (2024-01-29)

Bug Fixes

  • docker: disallow embedding SwaggerUI served from docker by default (#9520) (f9ecb01)

[!IMPORTANT]
This modification enhances security by implementing stricter default settings. However, full backward compatibility is still attainable by creating a Docker container with the EMBEDDING=true environment variable.

 $  docker run -d -p 80:8080 -e EMBEDDING=true swaggerapi/swagger-ui

Swagger UI v5.11.1 Released!

5.11.1 (2024-01-26)

Bug Fixes

  • oas31: make selectors always return expected shapes (#9519) (56c087c), closes #9517

Swagger UI v5.11.0 Released!

5.11.0 (2024-01-08)

Bug Fixes

  • swagger-ui-react: align React versions with swagger-ui (#9465) (532f8de)
  • use JavaScript default parameters instead React's defaultProps (#9453) (d5a5146)

Features


[!IMPORTANT] For those looking to integrate SwaggerUI with older versions of React, we have provided a comprehensive guide to assist you in this process. Please refer to our dedicated wiki page for detailed instructions and tips to ensure a smooth integration. Visit the guide here: Integrating SwaggerUI with Older Versions of React. This resource is tailored to help you navigate any compatibility issues and make the most out of SwaggerUI with earlier React versions. We encourage you to explore this guide and reach out to us if you need further assistance.

Commits
  • 0eddc15 chore(release): cut the v5.11.2 release
  • f9ecb01 fix(docker): disallow embedding SwaggerUI served from docker by default (#9520)
  • 8a53e7c chore(release): cut the v5.11.1 release
  • fff3cec chore(deps-dev): bump postcss-loader from 7.3.3 to 8.0.0 (#9506)
  • dc58777 chore(deps-dev): bump jsdom from 23.0.1 to 24.0.0 (#9507)
  • 56c087c fix(oas31): make selectors always return expected shapes (#9519)
  • a655020 chore(deps-dev): bump @​babel/core from 7.23.7 to 7.23.9 (#9518)
  • 1d3f3cd chore(deps-dev): bump @​commitlint/cli from 18.5.0 to 18.6.0 (#9514)
  • b58589d chore(deps-dev): bump css-loader from 6.9.0 to 6.9.1 (#9512)
  • 33b9f48 chore(deps-dev): bump @​commitlint/config-conventional (#9509)
  • Additional commits viewable in compare view

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 Jan 29, 2024
@Uzlopak
Copy link
Collaborator

Uzlopak commented Jan 29, 2024

@dependabot recreate

Bumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from 5.10.5 to 5.11.2.
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Changelog](https://github.com/swagger-api/swagger-ui/blob/master/.releaserc)
- [Commits](swagger-api/swagger-ui@v5.10.5...v5.11.2)

---
updated-dependencies:
- dependency-name: swagger-ui-dist
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/swagger-ui-dist-5.11.2 branch from 60d09c2 to b1243ad Compare January 29, 2024 22:28
@Uzlopak
Copy link
Collaborator

Uzlopak commented Jan 30, 2024

@mcollina
@gurgunday
@Eomm

I patched the logo swapper logic as it seems that the element is rendered with a delay. Please review and merge.

Using this logic from so
https://stackoverflow.com/a/61511955/4968833

Copy link
Member

@Eomm Eomm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@gurgunday gurgunday left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me

@Uzlopak Uzlopak merged commit 0d94fe3 into master Jan 31, 2024
23 checks passed
@Uzlopak Uzlopak deleted the dependabot/npm_and_yarn/swagger-ui-dist-5.11.2 branch January 31, 2024 11:29
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.

None yet

3 participants