SoulDee / souldee.github.io

0 stars 0 forks source link

Bump hexo-theme-next from 8.5.0 to 8.8.0 #6

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

Bumps hexo-theme-next from 8.5.0 to 8.8.0.

Release notes

Sourced from hexo-theme-next's releases.

v8.8.0

⭐ Features

  • Dark mode support for theme_color (#378)
-# Android Chrome header panel color ($brand-bg / $headband-bg => $black-deep).
-android_chrome_color: "[#222](https://github.com/next-theme/hexo-theme-next/issues/222)"
+# Browser header panel color.
+theme_color:
+  light: "[#222](https://github.com/next-theme/hexo-theme-next/issues/222)"
+  dark: "[#222](https://github.com/next-theme/hexo-theme-next/issues/222)"
  • Make the nav bar of tabs with long content stick to the top (#361)
tabs:
+  # Make the nav bar of tabs with long content stick to the top.
+  sticky: false
  • Fix darkmode mermaid theme (debbe5bdc9b523b84071c0e421210b0c620b3d65)
mermaid:
-  theme: forest
+  theme:
+    light: default
+    dark: dark
  • Add an option to disable banner (9a313b23c38c545d6b29ca7f7805d0b8857864fd)

🐞 Bug Fixes

  • Execute unescapeHTML before encoding exturl (d1bf101cc101bff43a536df926bb66b549902cb0)
  • Do not restart Pace on every pushState event (0005c0367f5695c9762f4d63611989e3830cf247)
  • Fix calendar (53e540bc3b7f2601cf9abeb086f214e119e58099)

🛠 Improvements

  • Move local-search.js to hexo-generator-searchdb (#369)
  • Calculate --sidebar-wrapper-height in pure CSS (#360)

🌀 External Changes

  • Update dessant/lock-threads action to v3 (#380)
  • Update dependency mocha to v9.1.2 (#379)

📖 Documentation


... (truncated)

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