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.14.1 #406

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps swagger-ui from 3.45.1 to 4.14.1.

Release notes

Sourced from swagger-ui's releases.

Swagger UI v4.14.1 Released!

4.14.1 (2022-09-22)

Bug Fixes

  • expand model if depth <= defaultModelExpandDepth (#8186) (6c03465)
  • plugin: allow Topbar plugin to read url param on load (#8168) (94c70e2)

Swagger UI v4.14.0 Released!

4.14.0 (2022-08-17)

Features

  • Render external docs links and descriptions (#7559) (6ae2693)

Bug Fixes

  • auth: client_secret may appear in non-authcode flows while also using PKCE (#8146) (c63737d)
  • auth: define oauth2-redirect.html export in package.json (#7993) (a6e05e5)
  • oauth2: parse params properly for casdoor in redirect (#8149) (7e65155)

Swagger UI v4.13.2 Released!

4.13.2 (2022-08-02)

Bug Fixes

  • build: mitigate regressions to build framents in v4.13.1 (#8137) (9221ff8), closes #8136

Swagger UI v4.13.1 Released!

4.13.1 (2022-08-01)

Bug Fixes

  • ux: responsive ui display (#8132) (c36f240)
  • jsdom: cumulative Jest updates with support for TextEncoder/TextDecoder (#8111) (b89e885)
  • lint: upcoming eslint@8 reported errors (#8105) (d68b748)

Swagger UI v4.13.0 Released!

4.13.0 (2022-07-19)

Features

  • provide Topbar Logo as a wrappable component (#7521) (878e848)
  • ux: add copy to clipboard to operation summary (#8094) (0d5227b)

... (truncated)

Commits
  • 0b4426a chore(release): cut the v4.14.1 release
  • 6afa9a0 chore(deps-dev): bump prettier from 2.5.1 to 2.7.1 (#8193)
  • 82e3290 docs(samples-webpack): updated config and dependencies (#8184)
  • 6c03465 fix: expand model if depth <= defaultModelExpandDepth (#8186)
  • 5eeb98b chore(deps-dev): bump autoprefixer from 10.4.4 to 10.4.12 (#8190)
  • 0121b18 chore(deps-dev): bump sass-loader from 9.0.3 to 12.6.0 (#8191)
  • 64d270d chore(deps-dev): bump postcss-loader from 6.2.1 to 7.0.1 (#8113)
  • 2759da3 chore(deps-dev): bump release-it from 15.3.0 to 15.4.2 (#8189)
  • 94c70e2 fix(plugin): allow Topbar plugin to read url param on load (#8168)
  • 424d704 chore(release): cut the v4.14.0 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 1 year ago

Superseded by #408.