Skip to content

Bump hexo-theme-reimu from 1.8.0 to 1.11.2#35

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

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

Conversation

@dependabot
Copy link
Contributor

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

Bumps hexo-theme-reimu from 1.8.0 to 1.11.2.

Release notes

Sourced from hexo-theme-reimu's releases.

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
          media: "(min-width: 800px)"
  • footersponsoricon.url 配置现在支持传递 false 来隐藏图标
    footer:
      icon:
        url: false  # 不显示图标
  • menu 中每个菜单项的 icon 配置现在支持传递 false 来隐藏图标
    menu:
      - name: home
        url: /
        icon: false  # 不显示图标
  • sidebar 新增 menu 配置用于控制是否显示侧边栏菜单按钮(移动端上将被忽略)
    sidebar:
      menu: true  # true | false
  • sidebar.article 新增 show_common 配置用于控制文章页是否显示通用侧边栏(移动端上将被忽略)
    sidebar:
      article:
        show_common: true  # true | false
  • 文章的分类标签现在显示在文章底部,与标签一起展示

重构

  • sidebar 配置结构发生变化,旧配置仍然兼容,但建议迁移到新配置
    # 旧配置(仍然支持)
    sidebar: right # left | right | false

... (truncated)

Commits
  • 83a875e chore: bump version
  • cee8d28 chore: update README
  • fa00082 feat: refactor sidebar configuration and rendering for improved flexibility a...
  • 1312f40 feat: add uppercase_capsule parameter for conditional text transformation in ...
  • ecbac9d feat: refactor article category and tag rendering for improved structure and ...
  • 890a33a feat: improve icon handling in footer, header, sponsor, and sidebar for bette...
  • 7958560 feat: refactor firework and live2d initialization for improved mobile handling
  • 3ba98cb feat: replace css helper with asyncCss in various tag scripts for improved lo...
  • c434ee8 fix: fix some errors in tags
  • d5d4708 feat: enhance banner source handling for responsive images
  • 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.11.2.
- [Release notes](https://github.com/D-Sketon/hexo-theme-reimu/releases)
- [Commits](D-Sketon/hexo-theme-reimu@v1.8.0...v1.11.2)

---
updated-dependencies:
- dependency-name: hexo-theme-reimu
  dependency-version: 1.11.2
  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 2, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 19, 2026

Superseded by #36.

@dependabot dependabot bot closed this Jan 19, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/hexo-theme-reimu-1.11.2 branch January 19, 2026 13:08
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