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): bump mkdocs-swagger-ui-tag from 0.6.0 to 0.6.1 #640

Merged
merged 1 commit into from
Mar 22, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2023

Bumps mkdocs-swagger-ui-tag from 0.6.0 to 0.6.1.

Release notes

Sourced from mkdocs-swagger-ui-tag's releases.

mkdocs-swagger-ui-tag-0.6.1

  • Supported custom dark mode scheme name for Material for MkDocs (#10)
Changelog

Sourced from mkdocs-swagger-ui-tag's changelog.

mkdocs-swagger-ui-tag 0.6.1 (2023-03-19)

* Supported custom dark mode scheme name for Material for MkDocs ([#10](https://github.com/Blueswen/mkdocs-swagger-ui-tag/issues/10))

mkdocs-swagger-ui-tag 0.6.0 (2023-03-10)

* Updated swagger-ui-dist to 5.0.0-alpha.0, which starting support OpenAPI 3.1

mkdocs-swagger-ui-tag 0.5.2 (20223-01-24)

* Fixed undefined function bug when using mkdocs-material instant loading feature ([#9](https://github.com/Blueswen/mkdocs-swagger-ui-tag/issues/9))

mkdocs-swagger-ui-tag 0.5.1 (2022-12-13)

* Fixed extra CSS files in Swagger UI iframe bug ([#7](https://github.com/Blueswen/mkdocs-swagger-ui-tag/issues/7))

mkdocs-swagger-ui-tag 0.5.0 (2022-12-03)

* Supported extra CSS files in Swagger UI iframe ([#7](https://github.com/Blueswen/mkdocs-swagger-ui-tag/issues/7))
* Fixed validatorUrl option not working issue
* Updated swagger-ui-dist to 4.15.5

mkdocs-swagger-ui-tag 0.4.3 (2022-08-31)

* Fixed [#6](https://github.com/Blueswen/mkdocs-swagger-ui-tag/issues/6): Incompatible with special character in path
* Updated swagger-ui-dist to 4.14.0
* Support authorize modal in iframe follow parent frame scroll ([#5](https://github.com/Blueswen/mkdocs-swagger-ui-tag/issues/5))

mkdocs-swagger-ui-tag 0.4.2 (2022-08-17)

* Support retrieving default oauth2-redirect.html absolute URL from relative URL ([#4](https://github.com/Blueswen/mkdocs-swagger-ui-tag/issues/4))

mkdocs-swagger-ui-tag 0.4.1 (2022-08-16)

* Added support for Swagger UI OAuth2 redirect with oauth2-redirect.html as default ([#4](https://github.com/Blueswen/mkdocs-swagger-ui-tag/issues/4))
* Updated swagger-ui-dist to 4.13.2

mkdocs-swagger-ui-tag 0.4.0 (2022-07-31)

* Added support for Swagger UI initOAuth method ([#4](https://github.com/Blueswen/mkdocs-swagger-ui-tag/issues/4))
* Updated swagger-ui-dist to 4.13.0

mkdocs-swagger-ui-tag 0.3.2 (2022-07-16)

* Fixed [#2](https://github.com/Blueswen/mkdocs-swagger-ui-tag/issues/2): Incompatible with mkdocs-material Instant loading feature

mkdocs-swagger-ui-tag 0.3.1 (2022-07-16)

* Fixed [#3](https://github.com/Blueswen/mkdocs-swagger-ui-tag/issues/3): Incompatible with "--no-directory-urls" 

... (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 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 [mkdocs-swagger-ui-tag](https://github.com/Blueswen/mkdocs-swagger-ui-tag) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/Blueswen/mkdocs-swagger-ui-tag/releases)
- [Changelog](https://github.com/blueswen/mkdocs-swagger-ui-tag/blob/main/CHANGELOG)
- [Commits](blueswen/mkdocs-swagger-ui-tag@v0.6.0...v0.6.1)

---
updated-dependencies:
- dependency-name: mkdocs-swagger-ui-tag
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from TomerFi as a code owner March 20, 2023 02:58
@dependabot dependabot bot added the type: dependencies Pull requests that update a dependency file label Mar 20, 2023
@pull-request-size pull-request-size bot added the size: xs Pull request has less then 10 lines label Mar 20, 2023
@auto-me-bot auto-me-bot bot added the status: needs review Pull request needs a review label Mar 20, 2023
@github-actions
Copy link

Test Results

36 tests   36 ✔️  1s ⏱️
  1 suites    0 💤
  1 files      0

Results for commit 4dfbca0.

@codecov
Copy link

codecov bot commented Mar 20, 2023

Codecov Report

Merging #640 (4dfbca0) into dev (40a6ac9) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##              dev     #640   +/-   ##
=======================================
  Coverage   97.66%   97.66%           
=======================================
  Files           1        1           
  Lines         171      171           
=======================================
  Hits          167      167           
  Misses          4        4           

@auto-me-bot auto-me-bot bot added status: approved Pull request is approved and removed status: needs review Pull request needs a review labels Mar 22, 2023
@TomerFi TomerFi merged commit 96df6ae into dev Mar 22, 2023
@TomerFi TomerFi deleted the dependabot/pip/mkdocs-swagger-ui-tag-0.6.1 branch March 22, 2023 10:47
@auto-me-bot auto-me-bot bot added status: merged Pull request merged and removed status: approved Pull request is approved labels Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: xs Pull request has less then 10 lines status: merged Pull request merged type: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant