Skip to content

Bump hexo-generator-feed from 3.0.0 to 4.0.0#21

Merged
CoderJackZhu merged 1 commit intomainfrom
dependabot/npm_and_yarn/hexo-generator-feed-4.0.0
Mar 14, 2026
Merged

Bump hexo-generator-feed from 3.0.0 to 4.0.0#21
CoderJackZhu merged 1 commit intomainfrom
dependabot/npm_and_yarn/hexo-generator-feed-4.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps hexo-generator-feed from 3.0.0 to 4.0.0.

Release notes

Sourced from hexo-generator-feed's releases.

v4.0.0

Breaking Changes

New Features

Fixes

Refactors

Dependenceis

... (truncated)

Commits
  • a5b470d release: v4.0.0 (#257)
  • eee0d04 ci: verify tag version for trusted publishing (#258)
  • 7c457be chore(deps-dev): bump cheerio from 1.1.2 to 1.2.0 (#260)
  • f5e903d chore(deps): bump fast-xml-parser (#261)
  • 452c660 fix: Add language attribute for Atom feed generation (#262)
  • 8d2708d chore(deps): bump feedsmith from 2.8.0 to 2.9.0 (#259)
  • 003618a ci: enable OIDC publishing (#255)
  • b62cdf5 chore(deps): update, version pinning and add lockfile (#256)
  • 72d08c3 ci: add dependency-review action for vulnerability scanning (#254)
  • 799689a chore: remove ESLint configuration files and update package.json for reposito...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for hexo-generator-feed since your current version.


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 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-generator-feed](https://github.com/hexojs/hexo-generator-feed) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/hexojs/hexo-generator-feed/releases)
- [Commits](hexojs/hexo-generator-feed@3.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: hexo-generator-feed
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Mar 1, 2026
@CoderJackZhu CoderJackZhu requested a review from Copilot March 14, 2026 05:11
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

Updates the Hexo site’s RSS/Atom feed generator dependency to a newer major version, refreshing the lockfile to include new transitive packages required by the updated feed generator.

Changes:

  • Bump hexo-generator-feed from ^3.0.0 to ^4.0.0.
  • Update package-lock.json to reflect the new dependency graph (adds feedsmith, fast-xml-parser, etc.).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Updates the feed generator dependency version.
package-lock.json Locks hexo-generator-feed@4.0.0 and introduces its new transitive dependencies and engine constraints.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment on lines 19 to 23
"hexo-generator-archive": "^2.0.0",
"hexo-generator-category": "^2.0.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-feed": "^4.0.0",
"hexo-generator-index": "^3.0.0",
"hexo-generator-sitemap": "^3.0.1",
@CoderJackZhu CoderJackZhu merged commit a72fbbc into main Mar 14, 2026
6 of 7 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/hexo-generator-feed-4.0.0 branch March 14, 2026 05:24
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

Updates the Hexo feed generator dependency to the latest major version, refreshing the dependency graph for feed generation in this Hexo site.

Changes:

  • Bump hexo-generator-feed from ^3.0.0 to ^4.0.0 in package.json.
  • Update package-lock.json to reflect the new hexo-generator-feed@4.0.0 dependency tree (including new transitive deps and updated engine constraints).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Upgrades hexo-generator-feed to v4.
package-lock.json Locks v4 plus new transitive dependencies and updated engines requirements.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment on lines 20 to 22
"hexo-generator-category": "^2.0.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-feed": "^4.0.0",
"hexo-generator-index": "^3.0.0",
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