zikeji / node-hypixel

With thorough IntelliSense support & 100% 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 (and an OpenAPI 3.0 schema!), built-in rate-limit handling, flexible cache support, helper functions, and support for undocumented endpoints.
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.15.2 #420

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps swagger-ui from 3.45.1 to 4.15.2.

Release notes

Sourced from swagger-ui's releases.

Swagger UI v4.15.2 Released!

4.15.2 (2022-10-26)

Bug Fixes

  • ui: handle missing schema reference case for discriminant definitions (#8257) (b010b55)

Swagger UI v4.15.1 Released!

4.15.1 (2022-10-25)

Bug Fixes

  • oauth2: only display scopes relevant for current endpoint (#8229) (9457566), closes #8219
  • parameters: allowedValues for enum and boolean types (#8231) (2a967e9), closes #8218

Swagger UI v4.15.0 Released!

4.15.0 (2022-10-20)

Features

  • example: set discriminated properties to mapped value (#8213) (f5bb456)
  • try-it-out: display validation error messages (#8212) (130a1be)

Bug Fixes

  • ui: alignment of markdown description in parameter/response columns (#8214) (7936ec9)
  • ui: change input line-height to prevent clipped characters (#8216) (a43ae1c)

Swagger UI v4.14.3 Released!

4.14.3 (2022-10-11)

Swagger UI v4.14.2 Released!

4.14.2 (2022-09-29)

Bug Fixes

Swagger UI v4.14.1 Released!

4.14.1 (2022-09-22)

Bug Fixes

... (truncated)

Commits
  • 6ce6233 chore(release): cut the v4.15.2 release
  • b010b55 fix(ui): handle missing schema reference case for discriminant definitions (#...
  • 0e8a040 chore(deps-dev): bump @​babel/eslint-parser from 7.17.0 to 7.19.1 (#8258)
  • a44840c chore(release): cut the v4.15.1 release
  • 2a967e9 fix(parameters): allowedValues for enum and boolean types (#8231)
  • 99ef4b9 chore(deps-dev): bump express from 4.17.1 to 4.18.2 (#8253)
  • 8acb5d5 chore(deps-dev): bump terser-webpack-plugin from 5.3.1 to 5.3.6 (#8252)
  • 5ffe93c chore(deps): bump react-copy-to-clipboard and react-inspector for React 18 pe...
  • 9457566 fix(oauth2): only display scopes relevant for current endpoint (#8229)
  • 9546375 chore(deps): bump nginx from 1.23.1-alpine to 1.23.2-alpine (#8247)
  • 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 1 year ago

Superseded by #423.