Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 17, 2025

Bumps hexo from 7.3.0 to 8.0.0.

Release notes

Sourced from hexo's releases.

v8.0.0

Breaking Changes

New Features

Fixes

Performances

Refactor

Test

Depenrencies

... (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 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](https://github.com/hexojs/hexo) from 7.3.0 to 8.0.0.
- [Release notes](https://github.com/hexojs/hexo/releases)
- [Commits](hexojs/hexo@v7.3.0...v8.0.0)

---
updated-dependencies:
- dependency-name: hexo
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 17, 2025
@Zerohertz Zerohertz requested a review from Copilot September 17, 2025 05:45
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the Hexo static site generator from version 7.3.0 to 8.0.0, which is a major version upgrade that includes breaking changes such as dropping support for Node.js 16 and 18.

  • Updates Hexo dependency from ^7.3.0 to ^8.0.0
  • Introduces breaking changes including Node.js version requirements
  • Brings new features like helper function context binding and permalink timestamp variable

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@Zerohertz
Copy link
Owner

/gemini review

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request upgrades hexo to a new major version (v8.0.0). This is a significant update with important breaking changes that require your attention before merging.

Most critically, hexo v8.0.0 requires Node.js version 20.19.0 or newer. Please ensure your CI/CD pipeline and deployment environments are updated to a compatible Node.js version to prevent build or runtime failures. I have added a specific comment highlighting this in package-lock.json.

Additionally, the hexo.version field in package.json has not been updated by Dependabot. This should be manually changed from 7.3.0 to 8.0.0 to align with the new dependency version and avoid potential issues with Hexo's internal version tracking.

On a positive note, this upgrade also resolves a dependency on the cuid package, which is deprecated due to security concerns, replacing it with nanoid.

},
"engines": {
"node": ">=14"
"node": ">=20.19.0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

This is a critical breaking change introduced by hexo v8. The required Node.js version is now >=20.19.0. Your build and deployment environments must be updated to use a compatible Node.js version to avoid failures.

},
"dependencies": {
"hexo": "^7.3.0",
"hexo": "^8.0.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

While the hexo dependency is correctly updated here, the related hexo.version field on line 12 still shows 7.3.0. This should be manually updated to 8.0.0 to match the new version and prevent potential issues with Hexo's version tracking.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 27, 2025

Superseded by #240.

@dependabot dependabot bot closed this Oct 27, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/hexo-8.0.0 branch October 27, 2025 04:24
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.

2 participants