-
Notifications
You must be signed in to change notification settings - Fork 0
build(deps): bump hexo from 7.3.0 to 8.0.0 #239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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]>
There was a problem hiding this 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.
|
/gemini review |
There was a problem hiding this 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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| }, | ||
| "dependencies": { | ||
| "hexo": "^7.3.0", | ||
| "hexo": "^8.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
Superseded by #240. |
Bumps hexo from 7.3.0 to 8.0.0.
Release notes
Sourced from hexo's releases.
... (truncated)
Commits
44c8905release: 8.0.0 (#5675)493784eMerge pull request #5688 from hexojs/fix-include-code-tag844d363fix(plugins): Escape title incodetagc0fd112fix(plugins): Escape title ininclude_codetagd4abd99chore: bump actions/setup-node from 4 to 5 (#5687)531b790chore: bump strip-ansi from 6.0.1 to 7.1.0 (#5218)8db4c67chore(deps): bump actions/checkout from 4 to 5 (#5684)c87e805chore: drop Node.js 18 (#5674)ac0338cperf: faster text-table (#5665)8ae7aa8chore(lint): apply eslint to test files (#5655)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)