zikeji / node-hypixel

With IntelliSense support & test coverage, this is an unopinionated async/await API wrapper for Hypixel's Public API. It is developed in TypeScript complete with documentation, typed interfaces for all API responses, built-in rate-limit handling, flexible cache support, and helper functions.
https://node-hypixel.zikeji.com
MIT License
19 stars 6 forks source link

build(deps-dev): bump swagger-ui from 3.45.1 to 4.11.1 #376

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps swagger-ui from 3.45.1 to 4.11.1.

Release notes

Sourced from swagger-ui's releases.

Swagger UI v4.11.1 Released!

4.11.1 (2022-05-13)

Bug Fixes

  • set yaml parser load option to JSON_SCHEMA (#8023) (41f84aa)
  • ui: avoid empty div when there are no externalDocs (#7997) (abeb168)

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

... (truncated)

Commits
  • c70b9d7 chore(release): cut the v4.11.1 release
  • 41f84aa fix: set yaml parser load option to JSON_SCHEMA (#8023)
  • abeb168 fix(ui): avoid empty div when there are no externalDocs (#7997)
  • 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
  • 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)
dependabot[bot] commented 2 years ago

Superseded by #382.