fix(deps): update dependency hexo to v4.2.1 #54
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.0.0
->4.2.1
Release Notes
hexojs/hexo
v4.2.1
Compare Source
Fix
v4.2.0
Compare Source
Features
min_depth:
option totoc()
helper [#3997]Fixes
Merges similar theme configs in main config and theme's config [#3967]
theme
variable should have,Fixes some caching issue [#3985]
Open Graph now applies all
pretty_urls
options toog:url
tag [#3983]Refactor
No longer uses lodash [#3969], [#3987], [#3753]
_
is still available as a global variable, usually utilized in theme layout.Completely drops cheerio [#3850], [#3677]
v4.1.1
Compare Source
Feature
trailing_html:
topretty_urls:
option to remove ".html" from url [#3917]https://yoursite.com/page/about.html
->https://yoursite.com/page/about
Fixes
og:locale
Open Graph tag [#3921]og:locale
was inserted only iflanguage:
is configured in "language-TERRITORY" formatog:locale
will default to "en_US". Refer to the pull request for the full list.meta_generator()
helper should output the correct Hexo version [#3925]permalink_defaults:
option should be parsed, not replaced [#3926]Refactor
v4.1.0
Compare Source
Breaking change
og:locale
Open Graph tag won't be inserted iflanguage:
(in config, front-matter of post/page oropen_graph()
helper) is not inlanguage-TERRITORY
format [#3808]en
is invaliden-GB
is validen-AU
is not valid), see official listog:locale
languages/
folder of installed theme before changing thelanguage:
configFeatures
https://yoursite.com/2019/12/09/23/59/a-post/
article:published_time
[#3674]article:author
[#3805] Open Graph tagslazyload
in iframe-related tag plugins [#3798]iframe
,jsfiddle
,vimeo
,youtube
tag pluginsmeta_generator
helper to insert metadata element tag [#3782]<head>
element of your theme layout,<meta name="generator" content="Hexo 4.1.0">
meta_generator
helper),meta_generator:
option should be disabled,js()
[#3681] andcss()
[#3690] helperswrap:
option to enable/disable wrapping backtick codeblock in<table>
element [#3827]line_number
also enables ithighlight:
codeblock()
tag plugin [#3848]Fixes
og_updated_time
Open Graph tag witharticle:modified_time
[#3674]keywords
Open Graph tag witharticle:tag
[#3805]<head>
that spans multiple lines [#3778]db.json
when runninghexo new
orhexo --help
[#3793]ignore:
option [#3797]node_modules
folder could cause some issuesexternal_link
filter should not process data URLs (e.g.mailto:
&javascript:
) [#3812] and<article>
element [#3895]-p
is alias of--path
-s
is alias of--slug
-r
is alias of--replace
include:
andexclude:
options to post's asset folder [#3882]ignore:
option should work for files, in addition to folders [#3878]Housekeeping
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.