tea3 / hexo-related-popular-posts

A hexo plugin that generates a list of links to related posts and popular posts. Also , this plugin can get Visitor Counts (PV) on posts.
MIT License
109 stars 14 forks source link

Update dependencies #33

Open neverbot opened 6 months ago

neverbot commented 6 months ago

Hi @tea3!

I've updated some dependencies up to where it was possible (hasha cannot be updated beyond 5.2.2, as it is now an ES Module package).

With my Hexo v7 blog it is working, with >1k posts, generating the related popular posts info.

After accepting this PR, it is necessary to execute npm run eslint-fix, as eslint now has lots of new rules. I haven't done that in my PR, as it would change every js file, and the PR would be more difficult to evaluate.

neverbot commented 6 months ago

I leave this comment here to have a link to and from issue #32.