Commit 6c6dc90
authored
build(deps): bump hexo from 7.3.0 to 8.0.0 (#122)
Bumps [hexo](https://github.com/hexojs/hexo) from 7.3.0 to 8.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hexojs/hexo/releases">hexo's
releases</a>.</em></p>
<blockquote>
<h2>v8.0.0</h2>
<h2>Breaking Changes</h2>
<ul>
<li>chore: drop Node.js 16 by <a
href="https://github.com/stevenjoezhang"><code>@stevenjoezhang</code></a>
in <a
href="https://redirect.github.com/hexojs/hexo/pull/5592">hexojs/hexo#5592</a></li>
<li>chore: drop Node.js 18 by <a
href="https://github.com/stevenjoezhang"><code>@stevenjoezhang</code></a>
in <a
href="https://redirect.github.com/hexojs/hexo/pull/5674">hexojs/hexo#5674</a></li>
</ul>
<h2>New Features</h2>
<ul>
<li>feat: bind hexo context to helper function callback by <a
href="https://github.com/dimaslanjaka"><code>@dimaslanjaka</code></a>
in <a
href="https://redirect.github.com/hexojs/hexo/pull/5555">hexojs/hexo#5555</a></li>
<li>feat: add url config validation by <a
href="https://github.com/ShaytonXu"><code>@ShaytonXu</code></a> in <a
href="https://redirect.github.com/hexojs/hexo/pull/5578">hexojs/hexo#5578</a></li>
<li>feat: add permalink variable <code>timestamp</code> by <a
href="https://github.com/uiolee"><code>@uiolee</code></a> in <a
href="https://redirect.github.com/hexojs/hexo/pull/5611">hexojs/hexo#5611</a></li>
<li>feat: Support additional options for Backtick Code Block by <a
href="https://github.com/D-Sketon"><code>@D-Sketon</code></a> in <a
href="https://redirect.github.com/hexojs/hexo/pull/5625">hexojs/hexo#5625</a></li>
<li>feat(load_config): enforce stricter extension checks by <a
href="https://github.com/stevenjoezhang"><code>@stevenjoezhang</code></a>
in <a
href="https://redirect.github.com/hexojs/hexo/pull/5591">hexojs/hexo#5591</a></li>
</ul>
<h2>Fixes</h2>
<ul>
<li>fix:changed the judgement of whether it has been injected by <a
href="https://github.com/mRNA16"><code>@mRNA16</code></a> in <a
href="https://redirect.github.com/hexojs/hexo/pull/5573">hexojs/hexo#5573</a></li>
<li>fix(escapeAllSwigTags): backtrack when tag is incomplete by <a
href="https://github.com/D-Sketon"><code>@D-Sketon</code></a> in <a
href="https://redirect.github.com/hexojs/hexo/pull/5618">hexojs/hexo#5618</a></li>
<li>fix: <code>hexo.locals.get('posts')</code> doesn't show all posts by
<a href="https://github.com/D-Sketon"><code>@D-Sketon</code></a> in <a
href="https://redirect.github.com/hexojs/hexo/pull/5612">hexojs/hexo#5612</a></li>
<li>fix: Parsing error for code blocks in list items by <a
href="https://github.com/D-Sketon"><code>@D-Sketon</code></a> in <a
href="https://redirect.github.com/hexojs/hexo/pull/5617">hexojs/hexo#5617</a></li>
<li>fix(open_graph): sort the tags by <a
href="https://github.com/stevenjoezhang"><code>@stevenjoezhang</code></a>
in <a
href="https://redirect.github.com/hexojs/hexo/pull/5656">hexojs/hexo#5656</a></li>
<li>Escape HTML in title of <code>code</code> and
<code>include_code</code> tags by <a
href="https://github.com/tommy351"><code>@tommy351</code></a> in <a
href="https://redirect.github.com/hexojs/hexo/pull/5688">hexojs/hexo#5688</a></li>
</ul>
<h2>Performances</h2>
<ul>
<li>perf(external_link): optimize external link filter by <a
href="https://github.com/D-Sketon"><code>@D-Sketon</code></a> in <a
href="https://redirect.github.com/hexojs/hexo/pull/5598">hexojs/hexo#5598</a></li>
<li>perf(PostCategory/PostTag): add binary relation index for
performance by <a
href="https://github.com/D-Sketon"><code>@D-Sketon</code></a> in <a
href="https://redirect.github.com/hexojs/hexo/pull/5605">hexojs/hexo#5605</a></li>
<li>perf(listArchives): add cache for posts by <a
href="https://github.com/D-Sketon"><code>@D-Sketon</code></a> in <a
href="https://redirect.github.com/hexojs/hexo/pull/5624">hexojs/hexo#5624</a></li>
<li>perf(escapeAllSwigTags): reducing GC overhead by <a
href="https://github.com/D-Sketon"><code>@D-Sketon</code></a> in <a
href="https://redirect.github.com/hexojs/hexo/pull/5620">hexojs/hexo#5620</a></li>
<li>perf: skip tag render when there is no swigTags by <a
href="https://github.com/D-Sketon"><code>@D-Sketon</code></a> in <a
href="https://redirect.github.com/hexojs/hexo/pull/5650">hexojs/hexo#5650</a></li>
<li>perf: faster text-table by <a
href="https://github.com/D-Sketon"><code>@D-Sketon</code></a> in <a
href="https://redirect.github.com/hexojs/hexo/pull/5665">hexojs/hexo#5665</a></li>
<li>warehouse6
<ul>
<li>perf(model): add caching for data keys by <a
href="https://github.com/D-Sketon"><code>@D-Sketon</code></a> in <a
href="https://redirect.github.com/hexojs/warehouse/pull/271">#271</a></li>
</ul>
</li>
</ul>
<h2>Refactor</h2>
<ul>
<li>refactor(common): delete unused function
<code>ignoreTmpAndHiddenFile</code> by <a
href="https://github.com/yoshinorin"><code>@yoshinorin</code></a> in <a
href="https://redirect.github.com/hexojs/hexo/pull/5600">hexojs/hexo#5600</a></li>
<li>delete scripts <code>pretest</code> by <a
href="https://github.com/uiolee"><code>@uiolee</code></a> in <a
href="https://redirect.github.com/hexojs/hexo/pull/5610">hexojs/hexo#5610</a></li>
<li>refactor(moment): remove unused timezone setting by <a
href="https://github.com/stevenjoezhang"><code>@stevenjoezhang</code></a>
in <a
href="https://redirect.github.com/hexojs/hexo/pull/5654">hexojs/hexo#5654</a></li>
</ul>
<h2>Test</h2>
<ul>
<li>test(box/file): extend the mocha timeout to prevent the async file
read test from failing by <a
href="https://github.com/yoshinorin"><code>@yoshinorin</code></a> in <a
href="https://redirect.github.com/hexojs/hexo/pull/5601">hexojs/hexo#5601</a></li>
<li>test: improve coverage by <a
href="https://github.com/D-Sketon"><code>@D-Sketon</code></a> in <a
href="https://redirect.github.com/hexojs/hexo/pull/5638">hexojs/hexo#5638</a></li>
</ul>
<h2>Depenrencies</h2>
<ul>
<li>chore(deps-dev): bump <code>@types/node</code> to ^20.16.10 by <a
href="https://github.com/uiolee"><code>@uiolee</code></a> in <a
href="https://redirect.github.com/hexojs/hexo/pull/5558">hexojs/hexo#5558</a></li>
<li>chore(deps): remove resolve by <a
href="https://github.com/stevenjoezhang"><code>@stevenjoezhang</code></a>
in <a
href="https://redirect.github.com/hexojs/hexo/pull/5594">hexojs/hexo#5594</a></li>
<li>chore(deps): update dependencies by <a
href="https://github.com/yoshinorin"><code>@yoshinorin</code></a> in <a
href="https://redirect.github.com/hexojs/hexo/pull/5597">hexojs/hexo#5597</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hexojs/hexo/commit/44c89053978b451167a945407f37aaa5fe4ca412"><code>44c8905</code></a>
release: 8.0.0 (<a
href="https://redirect.github.com/hexojs/hexo/issues/5675">#5675</a>)</li>
<li><a
href="https://github.com/hexojs/hexo/commit/493784e000c1f08d3b01a7b73858d50b903a1325"><code>493784e</code></a>
Merge pull request <a
href="https://redirect.github.com/hexojs/hexo/issues/5688">#5688</a>
from hexojs/fix-include-code-tag</li>
<li><a
href="https://github.com/hexojs/hexo/commit/844d363afb578f7de441728838f5cb9622b1e85b"><code>844d363</code></a>
fix(plugins): Escape title in <code>code</code> tag</li>
<li><a
href="https://github.com/hexojs/hexo/commit/c0fd1120a6a4baf5f617abfccc08530441838b5d"><code>c0fd112</code></a>
fix(plugins): Escape title in <code>include_code</code> tag</li>
<li><a
href="https://github.com/hexojs/hexo/commit/d4abd9948ad9f96427bd731aebb87d241892b325"><code>d4abd99</code></a>
chore: bump actions/setup-node from 4 to 5 (<a
href="https://redirect.github.com/hexojs/hexo/issues/5687">#5687</a>)</li>
<li><a
href="https://github.com/hexojs/hexo/commit/531b790c2007493e8fc4f91a969f2a51c2fc2fb7"><code>531b790</code></a>
chore: bump strip-ansi from 6.0.1 to 7.1.0 (<a
href="https://redirect.github.com/hexojs/hexo/issues/5218">#5218</a>)</li>
<li><a
href="https://github.com/hexojs/hexo/commit/8db4c67216b1434e2e65eed38bf14bde65fbd2c0"><code>8db4c67</code></a>
chore(deps): bump actions/checkout from 4 to 5 (<a
href="https://redirect.github.com/hexojs/hexo/issues/5684">#5684</a>)</li>
<li><a
href="https://github.com/hexojs/hexo/commit/c87e8059de72d9a0441ef1755ee0f3c0f48ddf55"><code>c87e805</code></a>
chore: drop Node.js 18 (<a
href="https://redirect.github.com/hexojs/hexo/issues/5674">#5674</a>)</li>
<li><a
href="https://github.com/hexojs/hexo/commit/ac0338c43d4586667ba3335e98a7475e9a89ef1d"><code>ac0338c</code></a>
perf: faster text-table (<a
href="https://redirect.github.com/hexojs/hexo/issues/5665">#5665</a>)</li>
<li><a
href="https://github.com/hexojs/hexo/commit/8ae7aa8d4ab1ec66e52ab847f6efa8cdfb6d5e4d"><code>8ae7aa8</code></a>
chore(lint): apply eslint to test files (<a
href="https://redirect.github.com/hexojs/hexo/issues/5655">#5655</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/hexojs/hexo/compare/v7.3.0...v8.0.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 4ef4fca commit 6c6dc90
4 files changed
+306
-169
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments