[openstreetmap/openstreetmap-website] Bump @herb-tools/linter from 0.9.2 to 0.9.4 in the dependencies group (PR #6956)
dependabot[bot]
notifications at github.com
Thu Apr 2 03:36:58 UTC 2026
Bumps the dependencies group with 1 update: [@herb-tools/linter](https://github.com/marcoroth/herb/tree/HEAD/javascript/packages/linter).
Updates `@herb-tools/linter` from 0.9.2 to 0.9.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/marcoroth/herb/releases"><code>@herb-tools/linter</code>'s releases</a>.</em></p>
<blockquote>
<h2>v0.9.4</h2>
<h3>Parser</h3>
<ul>
<li>Allow analyzing <code><%%=</code> and <code><%%</code> tags by <a href="https://github.com/marcoroth"><code>@marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1562">marcoroth/herb#1562</a></li>
<li>Handle anonymous <code>**</code> in strict locals by <a href="https://github.com/marcoroth"><code>@marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1567">marcoroth/herb#1567</a></li>
</ul>
<h3>Engine</h3>
<ul>
<li>Introduce <code>GeneratorTemplateError</code> by <a href="https://github.com/marcoroth"><code>@marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1558">marcoroth/herb#1558</a></li>
<li>Fix leading whitespace before inline control tags after trimmed code lines by <a href="https://github.com/joelhawksley"><code>@joelhawksley</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1553">marcoroth/herb#1553</a></li>
<li>Fix right-trim on expression block opening tags by <a href="https://github.com/joelhawksley"><code>@joelhawksley</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1554">marcoroth/herb#1554</a></li>
</ul>
<h3>Linter</h3>
<h4>New Linter Rules</h4>
<ul>
<li>Implement <code>erb-prefer-direct-output</code> rule by <a href="https://github.com/marcoroth"><code>@marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1543">marcoroth/herb#1543</a></li>
</ul>
<h4>Updates Rules</h4>
<ul>
<li>Fix <code>erb-no-unused-literals</code> to handle all assignments by <a href="https://github.com/marcoroth"><code>@marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1549">marcoroth/herb#1549</a></li>
<li>Skip attribute values in <code>html-no-unescaped-entities</code> by <a href="https://github.com/marcoroth"><code>@marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1550">marcoroth/herb#1550</a></li>
<li>Allow <code>content_for</code> and <code>provide</code> in <code>erb-no-unused-expressions</code> by <a href="https://github.com/marcoroth"><code>@marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1559">marcoroth/herb#1559</a></li>
<li>Allow <code>return</code>/<code>break</code>/<code>next</code> in <code>erb-no-unused-literals</code> by <a href="https://github.com/marcoroth"><code>@marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1565">marcoroth/herb#1565</a></li>
<li>Respect SVG and MathML in <code>html-no-unknown-tag</code> by <a href="https://github.com/marcoroth"><code>@marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1568">marcoroth/herb#1568</a></li>
</ul>
<h3>Formatter</h3>
<ul>
<li>Don't produce indented lines with only whitespace by <a href="https://github.com/marcoroth"><code>@marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1552">marcoroth/herb#1552</a></li>
<li>Keep <code>herb:disable</code> on same line by <a href="https://github.com/marcoroth"><code>@marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1557">marcoroth/herb#1557</a></li>
</ul>
<h3>Config</h3>
<ul>
<li>New rules should be a enabled without a <code>version</code> key by <a href="https://github.com/marcoroth"><code>@marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1544">marcoroth/herb#1544</a></li>
</ul>
<h3>Commits</h3>
<p><strong>Full Changelog</strong>: <a href="https://github.com/marcoroth/herb/compare/v0.9.3...v0.9.4">https://github.com/marcoroth/herb/compare/v0.9.3...v0.9.4</a></p>
<h2>v0.9.3</h2>
<h3>New Packages</h3>
<ul>
<li>Implement <code>@herb-tools/language-service</code> package by <a href="https://github.com/marcoroth"><code>@marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1446">marcoroth/herb#1446</a></li>
</ul>
<h3>Engine</h3>
<ul>
<li>Allow <code>tag.attributes</code> in <code>SecurityValidator</code> by <a href="https://github.com/marcoroth"><code>@marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1483">marcoroth/herb#1483</a></li>
<li>Strip whitespace between consecutive end tags after expression blocks by <a href="https://github.com/joelhawksley"><code>@joelhawksley</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1492">marcoroth/herb#1492</a></li>
<li>Fix whitespace not trimmed between <code>-%></code> and indented control tag by <a href="https://github.com/joelhawksley"><code>@joelhawksley</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1493">marcoroth/herb#1493</a></li>
<li>Preserve leading whitespace before control tags with inline content by <a href="https://github.com/joelhawksley"><code>@joelhawksley</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1495">marcoroth/herb#1495</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/marcoroth/herb/commit/ff6738a63c27870f7aed5e9992a3e1e5a8c91b87"><code>ff6738a</code></a> <code>v0.9.4</code></li>
<li><a href="https://github.com/marcoroth/herb/commit/9634d152a1bbceeb1cee147de51e3c63c0c22dc4"><code>9634d15</code></a> Linter: Respect SVG and MathML in <code>html-no-unknown-tag</code> (<a href="https://github.com/marcoroth/herb/tree/HEAD/javascript/packages/linter/issues/1568">#1568</a>)</li>
<li><a href="https://github.com/marcoroth/herb/commit/23c5f3fd73166888e10cf23dccdc53cfcf67545e"><code>23c5f3f</code></a> Linter: Allow <code>return``break</code>/<code>next</code> in <code>erb-no-unused-literals</code> (<a href="https://github.com/marcoroth/herb/tree/HEAD/javascript/packages/linter/issues/1565">#1565</a>)</li>
<li><a href="https://github.com/marcoroth/herb/commit/192a8f210e34d61073004f8fe80e2c349a92d593"><code>192a8f2</code></a> Linter: Allow <code>content_for</code> and <code>provide</code> in <code>erb-no-unused-expressions</code> (<a href="https://github.com/marcoroth/herb/tree/HEAD/javascript/packages/linter/issues/1559">#1559</a>)</li>
<li><a href="https://github.com/marcoroth/herb/commit/03702ddb19c9f3cdfdf71498eaf08764da969d6e"><code>03702dd</code></a> Linter: Skip attribute values in <code>html-no-unescaped-entities</code> (<a href="https://github.com/marcoroth/herb/tree/HEAD/javascript/packages/linter/issues/1550">#1550</a>)</li>
<li><a href="https://github.com/marcoroth/herb/commit/122931fc9a46fea510f07950488eda72cb382bc7"><code>122931f</code></a> Config: New rules should be a enabled without a <code>version</code> key (<a href="https://github.com/marcoroth/herb/tree/HEAD/javascript/packages/linter/issues/1544">#1544</a>)</li>
<li><a href="https://github.com/marcoroth/herb/commit/6d482b97ef06cf5830ec483b026969cca51def53"><code>6d482b9</code></a> Linter: Fix <code>erb-no-unused-literals</code> to handle all assignments (<a href="https://github.com/marcoroth/herb/tree/HEAD/javascript/packages/linter/issues/1549">#1549</a>)</li>
<li><a href="https://github.com/marcoroth/herb/commit/62e94cd3d5fb2f8e4c8e614a6d855e99de205698"><code>62e94cd</code></a> Linter: Implement <code>erb-prefer-direct-output</code> rule (<a href="https://github.com/marcoroth/herb/tree/HEAD/javascript/packages/linter/issues/1543">#1543</a>)</li>
<li><a href="https://github.com/marcoroth/herb/commit/6640d7a6d6208ea1b9fab57fc88aa148aa0e64f1"><code>6640d7a</code></a> <code>v0.9.3</code></li>
<li><a href="https://github.com/marcoroth/herb/commit/4726c0f6f0d74073b80c0ae0166de3dddae75f47"><code>4726c0f</code></a> Linter: Fix <code>erb-no-unused-literals</code> false positives (<a href="https://github.com/marcoroth/herb/tree/HEAD/javascript/packages/linter/issues/1538">#1538</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/marcoroth/herb/commits/v0.9.4/javascript/packages/linter">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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions
</details>
You can view, comment on, or merge this pull request online at:
https://github.com/openstreetmap/openstreetmap-website/pull/6956?email_source=notifications&email_token=AAK2OLIS5Z5ZOFNOZI5ZQB34TXN5VA5CNFSNUABEM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UF4ZTIOBQGIYDOMRZGCTHEZLBONXW5KTTOVRHGY3SNFRGKZFFMV3GK3TUVVYHEX3POBSW4X3DNRUWG2Y
-- Commit Summary --
* Bump @herb-tools/linter from 0.9.2 to 0.9.4 in the dependencies group
-- File Changes --
M yarn.lock (106)
-- Patch Links --
https://github.com/openstreetmap/openstreetmap-website/pull/6956.patch?email_source=notifications&email_token=AAK2OLJ4LD766CLRH2COEJ34TXN5VA5CNFSNUABEM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UF4ZTIOBQGIYDOMRZGCTHEZLBONXW5KTTOVRHGY3SNFRGKZFFMV3GK3TUVZYHEX3QMF2GG2C7MNWGSY3Lhttps://github.com/openstreetmap/openstreetmap-website/pull/6956.diff?email_source=notifications&email_token=AAK2OLIJ6H6OJWI6SAMN2GL4TXN5VA5CNFSNUABEM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UF4ZTIOBQGIYDOMRZGCTHEZLBONXW5KTTOVRHGY3SNFRGKZFFMV3GK3TUVVYHEX3ENFTGMX3DNRUWG2Y
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6956
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6956 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260401/aada8553/attachment-0001.htm>
More information about the rails-dev
mailing list