Hexo 6.0.0 发布

Hexo v6 需要 Node.js 12.13+。请使用 Node.js 12+。

要升级到 Hexo v6,请在你的 package.json 中更改以下行:

package.json
-  "hexo": "^5.4.1",
+ "hexo": "^6.0.0",

重大变更

安全

请查看更多详情: 公告:关于 CVE-2021-25987

新功能

性能

修复

重构

文档

依赖项

  • 清理 dependabot @tomap #4820
  • chore: 将 actions/stale 从 3 升级到 4 @dependabot #4828
  • chore: 将 sinon 从 11.1.2 升级到 12.0.1 @dependabot #4810
  • chore: 将 eslint 从 7.32.0 升级到 8.0.0 @dependabot #4799
  • chore: 将 hexo-log 从 2.0.0 升级到 3.0.0 @dependabot #4794
  • chore: 将 husky 从 4.3.8 升级到 7.0.2 @dependabot #4763
  • chore: 将 sinon 从 10.0.1 升级到 11.1.2 @dependabot #4747
  • chore: 将 mocha 从 8.4.0 升级到 9.1.1 @dependabot #4765
  • chore: 将 lint-staged 从 10.5.4 升级到 11.0.0 @dependabot #4697
  • 升级到 GitHub 原生 Dependabot @dependabot-preview #4689
  • chore(deps-dev): 将 sinon 从 9.2.4 升级到 10.0.0 @dependabot-preview #4670
  • chore(deps-dev): 将 hexo-renderer-marked 从 3.3.0 升级到 4.0.0 @dependabot-preview #4649

新贡献者

完整变更日志: https://github.com/hexojs/hexo/compare/5.4.0...6.0.0