next-theme / hexo-filter-mathjax

💯 Server side MathJax renderer plugin for Hexo.
https://www.npmjs.com/package/hexo-filter-mathjax
MIT License
105 stars 6 forks source link

Update dependency hexo to v4.1.1 - autoclosed #7

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
hexo (source) devDependencies patch 4.1.0 -> 4.1.1

Release Notes

hexojs/hexo ### [`v4.1.1`](https://togithub.com/hexojs/hexo/releases/4.1.1) [Compare Source](https://togithub.com/hexojs/hexo/compare/4.1.0...4.1.1) ##### Feature - Add `trailing_html:` to [`pretty_urls:`](https://hexo.io/docs/configuration#URL) option to remove ".html" from url [#​3917] - Use the following config to remove the trailing ".html" from permalink [variables](https://hexo.io/docs/variables) ```yml _config.yml pretty_urls: trailing_html: false ``` - Example: `https://yoursite.com/page/about.html` -> `https://yoursite.com/page/about` ##### Fixes - Set default locales (in "language_TERRITORY" format) for [`og:locale`](https://ogp.me/#optional) Open Graph tag [#​3921] - Previously `og:locale` was inserted only if [`language:`](https://hexo.io/docs/configuration#Site) is configured in "language-TERRITORY" format - With this fix, if the language is "en", `og:locale` will default to "en_US". Refer to the pull request for the full list. - [`meta_generator()`](https://hexo.io/docs/helpers#meta-generator) helper should output the correct Hexo version [#​3925] - [`permalink_defaults:`](https://hexo.io/docs/configuration#URL) option should be parsed, not replaced [#​3926] - "node_modules/" and ".git/" folders in themes/ are now always ignored [#​3918] ##### Refactor - Further reduces lodash usage [#​3880]

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.