KuibaGroup / Kuiba-Wiki.github.io-old

MIT License
0 stars 3 forks source link

Bump hexo-theme-next from 8.10.1 to 8.11.0 #136

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps hexo-theme-next from 8.10.1 to 8.11.0.

Release notes

Sourced from hexo-theme-next's releases.

v8.11.0

💥 Breaking Changes

  • Refactor sub-menu (#492)

⭐ Features

  • Support mermaid inside backtick code block (a396c61a0ad66d6e32bb59c23482987547199add)
```mermaid
graph TD
A[Hard] -->|Text| B(Round)
B --> C{Decision}
C -->|One| D[Result 1]
C -->|Two| E[Result 2]
```

🐞 Bug Fixes

  • Fix Microsoft Clarity Analytics (#480)
  • Fix tabs style issue (32892a688ef761925adbd0fcbe25aa465f45fdcd)
  • Support linebreaks inside a and img elements (edf3675f32e9bd33b5613e48d3d11bd56cdb5f0e)

🛠 Improvements

  • Fix Mist style with sub menu (#479)
  • Fix site-nav style issue (72c28e5e87a015abde1c1fbca5fcf31b6c8112a4)

🌀 External Changes

  • Update actions/labeler action to v4 (#478)
  • Update actions/checkout action to v3 (#476)
  • Update dependency eslint to v8.12.0 (#488)
  • Update dependency mocha to v9.2.2 (#487)
  • Update dependency hexo to v6.1.0 (#486)
  • Update avilability of pjax & local_search in vendors (#496)

🌍 Localization

  • New Crowdin updates (#483)

For full changes, see the comparison between v8.10.1 and v8.11.0

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)
dependabot[bot] commented 2 years ago

Superseded by #139.