Skip to content

Commit

Permalink
chore(deps-dev): bump hexo from 6.3.0 to 7.0.0 (#206)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump hexo from 6.3.0 to 7.0.0

Bumps [hexo](https://github.com/hexojs/hexo) from 6.3.0 to 7.0.0.
- [Release notes](https://github.com/hexojs/hexo/releases)
- [Commits](hexojs/hexo@6.3.0...v7.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* test: update to hexo v7

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: uiolee <[email protected]>
  • Loading branch information
dependabot[bot] and uiolee authored Nov 3, 2023
1 parent f94421c commit ca28135
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"cheerio": "^0.22.0",
"eslint": "^8.6.0",
"eslint-config-hexo": "^5.0.0",
"hexo": "^6.0.0",
"hexo": "^7.0.0",
"mocha": "^10.0.0",
"nyc": "^15.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe('Feed generator', () => {
const Post = hexo.model('Post');
const generator = require('../lib/generator').bind(hexo);

require('../node_modules/hexo/lib/plugins/helper')(hexo);
require('../node_modules/hexo/dist/plugins/helper')(hexo);

let posts = {};
let locals = {};
Expand Down Expand Up @@ -441,7 +441,7 @@ it('No posts', () => {
const Post = hexo.model('Post');
const generator = require('../lib/generator').bind(hexo);

require('../node_modules/hexo/lib/plugins/helper')(hexo);
require('../node_modules/hexo/dist/plugins/helper')(hexo);

hexo.config.feed = {
type: 'atom',
Expand Down

0 comments on commit ca28135

Please sign in to comment.