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

Bump swagger-ui-react from 4.8.1 to 4.11.0 in /dashboard #4656

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2022

Bumps swagger-ui-react from 4.8.1 to 4.11.0.

Release notes

Sourced from swagger-ui-react's releases.

Swagger UI v4.11.0 Released!

4.11.0 (2022-05-05)

Features

  • swagger-ui-react: Add withCredentials prop (#7980) (31717db)

  • docs: minor documentation updates

Bug Fixes

  • remove leftover text in request snippets (#8011) (3aef3bf)

Swagger UI v4.10.3 Released!

4.10.3 (2022-04-01)

Bug Fixes

  • docker: Instruct browser not to cache swagger-initializer.js (#7960) (46c87bc)
  • fn: RandExp error should not cause UI to completely fail (#7940) (b825e44)
  • css: alignment of authorization btn (#7955) (ed344ff)
  • dev-helpers: restore default url setting (#7965) (496d53e)

Reverts

Note on revert

Per OpenAPI 3.0 spec here,

Throughout the specification description fields are noted as supporting CommonMark markdown formatting. Where OpenAPI tooling renders rich text it MUST support, at a minimum, markdown syntax as described by CommonMark 0.27.

If a 2-line rendering is desired, hard-line breaks should be used, e.g. 2 white spaces, or a "" char, at the end of the line.

Release version note

This release version, v4.10.3, is intended to immediately follow v4.10.0. The intermediate versions were failed releases.

Swagger UI v4.10.0 Released!

4.10.0 (2022-03-28)

Features

... (truncated)

Commits
  • 2e47194 chore(release): cut the v4.11.0 release
  • 3aef3bf fix: remove leftover text in request snippets (#8011)
  • 381017b docs: fix IU -> UI typo (#8001)
  • db2e854 docs: update standalone installation instruction (#7991)
  • 31717db feat(swagger-ui-react): Add withCredentials prop (#7980)
  • 630178f chore(deps): bump async from 2.6.3 to 2.6.4 (#8005)
  • 7260f96 chore(release): cut the v4.10.3 release
  • 75f690a chore(release): cut the v4.10.2 release
  • 97d048d chore(deps): bump ansi-regex from 3.0.0 to 3.0.1 (#7968)
  • ee1b265 chore(release): cut the v4.10.1 release
  • 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 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)

Bumps [swagger-ui-react](https://github.com/swagger-api/swagger-ui) from 4.8.1 to 4.11.0.
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Commits](swagger-api/swagger-ui@v4.8.1...v4.11.0)

---
updated-dependencies:
- dependency-name: swagger-ui-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 6, 2022
@antgamdia antgamdia mentioned this pull request May 9, 2022
13 tasks
@antgamdia
Copy link
Contributor

They finally fixed (4.10.x, swagger-api/swagger-ui#7946) the issue with CRA, however, it was still failing during the execution of the jest test suite. As usual, to get rid of the "Jest encountered an unexpected token" error, we just add the offending module to the transformIgnorePatterns property.
Specifically, I've added react-syntax-highlighter, swagger-client and swagger-ui-react. Let's see if now the tests are passing!

@antgamdia antgamdia merged commit 6009d08 into main May 9, 2022
@antgamdia antgamdia deleted the dependabot/npm_and_yarn/dashboard/swagger-ui-react-4.11.0 branch May 9, 2022 15: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.

1 participant