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 vuepress-theme-hope from 1.13.3 to 1.27.1 #339

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps vuepress-theme-hope from 1.13.3 to 1.27.1.

Release notes

Sourced from vuepress-theme-hope's releases.

v1.27.1

Bug Fixes

  • fix missing deps (db5064d)
  • md-enhance: only import container styles when needed (5e13193)

Features

  • md-enhance: add option lazyLoad (dc16d34)

v1.27.0

Features

  • move CodeGroup to md-enhance and convert to container (a94a9d5)

BREAKING CHANGES

You should use

:::: code-group

::: code-group-item title1

code1

:::

::: code-group-item title2

code1

:::

::::

intead of <CodeGroup /> and <CodeGroupItem />, and it's controled by codegroup in vuepress-plugin-md-enhance.

v1.26.0

Bug Fixes

  • theme: fix autoExcerpt issues (c0c05a6)

... (truncated)

Commits
  • 8a1b0c7 chore(release): publish v1.27.1
  • 5102dcf chore(release): publish v1.27.0
  • d2e3c2c docs: update docs
  • 73226ed chore(release): publish v1.26.0
  • 0d51d2a fix(theme): add missing components
  • ea644f3 feat: stop reading themeConfig in plugins
  • 18f7bdb feat(feed): stop reading themeConfig
  • ea8eed2 feat(copy-code): stop reading themeConfig
  • c0c05a6 fix(theme): fix autoExcerpt issues
  • 6fc9ba9 fix(components): move icons
  • 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 #341.