Skip to content

Bump hexo-theme-reimu from 1.8.0 to 1.12.0#36

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/hexo-theme-reimu-1.12.0
Open

Bump hexo-theme-reimu from 1.8.0 to 1.12.0#36
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/hexo-theme-reimu-1.12.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps hexo-theme-reimu from 1.8.0 to 1.12.0.

Release notes

Sourced from hexo-theme-reimu's releases.

v1.12.0

特性

  • 支持 Utterances 评论系统
    utterances:
      enable: true
      repo: "your-github-username/your-repo" # 用于存储评论的 GitHub 仓库
      issue_term: "title" # 用于匹配文章的 Issue 生成方式
      theme: "auto"
  • 更新默认 banner 图像
  • frontMatter 中的 outdated 字段支持传递 false 以关闭过期提示

Features

  • Added support for the Utterances comment system
    utterances:
      enable: true
      repo: "your-github-username/your-repo" # GitHub repository for storing comments
      issue_term: "title" # Method for matching articles to generate issues
      theme: "auto"
  • Updated the default banner image
  • The outdated field in frontMatter now supports passing false to disable the outdated notice

New Contributors

Full Changelog: D-Sketon/hexo-theme-reimu@v1.11.2...v1.12.0

v1.11.2 🎉Happy New Year🎉

特性

  • 新增 uppercase_capsule 配置用于控制分类和标签胶囊是否转换为大写,默认开启
    uppercase_capsule: true # true | false
  • banner_srcsetsrc 字段现在支持数组,可以按顺序尝试加载多个图片格式(如优先加载 AVIF,失败后回退到 WebP)
    banner_srcset:
      enable: true
      srcset:
        - src: 
          - "images/banner.avif"  # 优先尝试加载 AVIF
          - "images/banner.webp"  # 失败后加载 WebP

... (truncated)

Commits
  • 0e9d374 refactor: update default banner
  • 9164c4f refactor: optimize tab indicator logic and improve event handling
  • 46cd8f7 refactor: streamline lightbox initialization and remove redundant status updates
  • f6598be refactor: unify theme change events and improve theme handling
  • 3d4317f fix: prevent memory leak
  • 6eae017 feat: support outdated = false
  • 39158b4 feat: enhance utterances support with auto theme adaptation
  • a0ed2fc add utterances (#126)
  • 67f0fa1 style: prettier
  • 84580a5 fix: support htmlnano
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [hexo-theme-reimu](https://github.com/D-Sketon/hexo-theme-reimu) from 1.8.0 to 1.12.0.
- [Release notes](https://github.com/D-Sketon/hexo-theme-reimu/releases)
- [Commits](D-Sketon/hexo-theme-reimu@v1.8.0...v1.12.0)

---
updated-dependencies:
- dependency-name: hexo-theme-reimu
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants