Skip to content

Commit

Permalink
Bump liquidjs from 10.17.0 to 10.18.0 (#6155)
Browse files Browse the repository at this point in the history
Bumps [liquidjs](https://github.com/harttle/liquidjs) from 10.17.0 to
10.18.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/harttle/liquidjs/releases">liquidjs's
releases</a>.</em></p>
<blockquote>
<h2>v10.18.0</h2>
<h1><a
href="https://github.com/harttle/liquidjs/compare/v10.17.0...v10.18.0">10.18.0</a>
(2024-10-16)</h1>
<h3>Features</h3>
<ul>
<li>expose FilterToken to filter <code>this</code>, <a
href="https://redirect.github.com/harttle/liquidjs/issues/762">#762</a>
(<a
href="https://github.com/harttle/liquidjs/commit/d705888c8d46d9dd95fcb41c0fb7bfbaf647eddd">d705888</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/harttle/liquidjs/blob/master/CHANGELOG.md">liquidjs's
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/harttle/liquidjs/compare/v10.17.0...v10.18.0">10.18.0</a>
(2024-10-16)</h1>
<h3>Features</h3>
<ul>
<li>expose FilterToken to filter <code>this</code>, <a
href="https://redirect.github.com/harttle/liquidjs/issues/762">#762</a>
(<a
href="https://github.com/harttle/liquidjs/commit/d705888c8d46d9dd95fcb41c0fb7bfbaf647eddd">d705888</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/harttle/liquidjs/commit/09aca0d7b3a497879054873f426dcff9e7705803"><code>09aca0d</code></a>
chore(release): 10.18.0 [skip ci]</li>
<li><a
href="https://github.com/harttle/liquidjs/commit/d705888c8d46d9dd95fcb41c0fb7bfbaf647eddd"><code>d705888</code></a>
feat: expose FilterToken to filter <code>this</code>, <a
href="https://redirect.github.com/harttle/liquidjs/issues/762">#762</a></li>
<li><a
href="https://github.com/harttle/liquidjs/commit/59da3fa54378a4aea1af9c31100a3f3ac084ab16"><code>59da3fa</code></a>
docs: add Neamar as a contributor for doc (<a
href="https://redirect.github.com/harttle/liquidjs/issues/758">#758</a>)</li>
<li><a
href="https://github.com/harttle/liquidjs/commit/4490e4b7898538f1eae7cf9a74849418de0fde5a"><code>4490e4b</code></a>
Replace trimValue with trimOutput (<a
href="https://redirect.github.com/harttle/liquidjs/issues/757">#757</a>)</li>
<li>See full diff in <a
href="https://github.com/harttle/liquidjs/compare/v10.17.0...v10.18.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=liquidjs&package-manager=npm_and_yarn&previous-version=10.17.0&new-version=10.18.0)](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>
  • Loading branch information
dependabot[bot] authored Oct 17, 2024
1 parent 066ebd7 commit afcc04b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"hast-util-to-text": "^4.0.2",
"html-minifier-terser": "^7.2.0",
"js-yaml": "^4.1.0",
"liquidjs": "^10.17.0",
"liquidjs": "^10.18.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-attrs": "^4.2.0",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit afcc04b

Please sign in to comment.