[openstreetmap/openstreetmap-website] Bump the dependencies group across 1 directory with 4 updates (PR #6986)

dependabot[bot] notifications at github.com
Thu Apr 9 00:10:22 UTC 2026


Bumps the dependencies group with 4 updates in the / directory: [strong_migrations](https://github.com/ankane/strong_migrations), [libxml-ruby](https://xml4r.github.io/libxml-ruby/), [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) and [herb](https://github.com/marcoroth/herb).

Updates `strong_migrations` from 2.5.2 to 2.6.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md">strong_migrations's changelog</a>.</em></p>
<blockquote>
<h2>2.6.0 (2026-04-07)</h2>
<ul>
<li>Added check for <code>algorithm: :copy</code> with MySQL and MariaDB</li>
<li>Added check for <code>lock: :shared</code> and <code>lock: :exclusive</code> with MySQL and MariaDB</li>
<li>Dropped support for Ruby &lt; 3.3 and Active Record &lt; 7.2</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/ankane/strong_migrations/commit/a6aa09c717150590cb8beda9fcd4249dee1af69e"><code>a6aa09c</code></a> Version bump to 2.6.0 [skip ci]</li>
<li><a href="https://github.com/ankane/strong_migrations/commit/5934f9da30da8d535909ace7012d52163937e0d7"><code>5934f9d</code></a> Revert &quot;Updated lock check to only apply to adding an index&quot;</li>
<li><a href="https://github.com/ankane/strong_migrations/commit/bdc1b9c8b7797d6b4fe07f91dea2a7f0af602c92"><code>bdc1b9c</code></a> Updated lock check to only apply to adding an index</li>
<li><a href="https://github.com/ankane/strong_migrations/commit/3b05f52cfee239c3ae56236b0058abbb342af5dc"><code>3b05f52</code></a> Updated lock check to include add_reference method</li>
<li><a href="https://github.com/ankane/strong_migrations/commit/be09019a77e65e922048e8891d05ea29ef0d2aef"><code>be09019</code></a> Improved code [skip ci]</li>
<li><a href="https://github.com/ankane/strong_migrations/commit/b6e5cfc936a254f07d5646bab9514946fd79926c"><code>b6e5cfc</code></a> Improved code [skip ci]</li>
<li><a href="https://github.com/ankane/strong_migrations/commit/b683112726db10af10c8c1ac012466cb5ae39489"><code>b683112</code></a> Updated lock check to include index option of add_reference method</li>
<li><a href="https://github.com/ankane/strong_migrations/commit/76ada0bf0f3a1c346128b93e842ebff7bf94f0b9"><code>76ada0b</code></a> Added another test</li>
<li><a href="https://github.com/ankane/strong_migrations/commit/daa26b174130449b8c866a0aee73c53119a60278"><code>daa26b1</code></a> Updated algorithm check to include index option of add_reference method</li>
<li><a href="https://github.com/ankane/strong_migrations/commit/11729b4c6958cb3be76848b264e549beaa738081"><code>11729b4</code></a> Updated algorithm check to include add_reference method</li>
<li>Additional commits viewable in <a href="https://github.com/ankane/strong_migrations/compare/v2.5.2...v2.6.0">compare view</a></li>
</ul>
</details>
<br />

Updates `libxml-ruby` from 5.0.5 to 6.0.0

Updates `aws-sdk-s3` from 1.218.0 to 1.219.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md">aws-sdk-s3's changelog</a>.</em></p>
<blockquote>
<h2>1.219.0 (2026-04-07)</h2>
<ul>
<li>Feature - Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/aws/aws-sdk-ruby/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `herb` from 0.9.4 to 0.9.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/marcoroth/herb/releases">herb's releases</a>.</em></p>
<blockquote>
<h2>v0.9.5</h2>
<h3>Parser</h3>
<ul>
<li>Wrap <code>javascript_tag</code> content in <code>CDATANode</code> by <a href="https://github.com/marcoroth"><code>@​marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1574">marcoroth/herb#1574</a></li>
<li>Match Rails attribute ordering for Action View helpers by <a href="https://github.com/marcoroth"><code>@​marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1576">marcoroth/herb#1576</a></li>
<li>Always mark Action View helper attributes as quoted by <a href="https://github.com/marcoroth"><code>@​marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1577">marcoroth/herb#1577</a></li>
<li>Extend <code>ERBRenderNode</code> to handle blocks by <a href="https://github.com/marcoroth"><code>@​marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1583">marcoroth/herb#1583</a></li>
<li>Introduce <code>RubyParameterNode</code> and support block arguments by <a href="https://github.com/marcoroth"><code>@​marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1585">marcoroth/herb#1585</a></li>
<li>Properly transform nested <code>render</code> calls by <a href="https://github.com/marcoroth"><code>@​marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1588">marcoroth/herb#1588</a></li>
</ul>
<h3>Engine</h3>
<ul>
<li>Fix compilation of <code>CDATANode</code>s by <a href="https://github.com/marcoroth"><code>@​marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1575">marcoroth/herb#1575</a></li>
</ul>
<h3>Core</h3>
<ul>
<li>Introduce <code>isPrismNodeType</code> for Prism node type checks by <a href="https://github.com/marcoroth"><code>@​marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1582">marcoroth/herb#1582</a></li>
</ul>
<h3>Language Server</h3>
<ul>
<li>Restrict rewrite code actions to open tag range by <a href="https://github.com/marcoroth"><code>@​marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1592">marcoroth/herb#1592</a></li>
</ul>
<h3>Formatter</h3>
<ul>
<li>Fix trailing whitespace in <code>&lt;pre&gt;</code> with inline child elements by <a href="https://github.com/hakanensari"><code>@​hakanensari</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1571">marcoroth/herb#1571</a></li>
</ul>
<h3>Linter</h3>
<ul>
<li>Allow Turbo helpers 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/1586">marcoroth/herb#1586</a></li>
<li>Don't flag render block locals 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/1587">marcoroth/herb#1587</a></li>
<li>Fix <code>--upgrade</code> to not use parallel processing by <a href="https://github.com/marcoroth"><code>@​marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1589">marcoroth/herb#1589</a></li>
</ul>
<h3>Config</h3>
<ul>
<li>Use dynamic <code>import</code> for <code>tinyglobby</code> by <a href="https://github.com/marcoroth"><code>@​marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1591">marcoroth/herb#1591</a></li>
<li>Prefer <code>.herb.yml</code> over soft project indicators by <a href="https://github.com/marcoroth"><code>@​marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1602">marcoroth/herb#1602</a></li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>Bump lodash-es from 4.17.23 to 4.18.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/marcoroth/herb/pull/1579">marcoroth/herb#1579</a></li>
<li>Bump lodash from 4.17.23 to 4.18.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/marcoroth/herb/pull/1581">marcoroth/herb#1581</a></li>
<li>Bump oxlint from 1.57.0 to 1.58.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/marcoroth/herb/pull/1596">marcoroth/herb#1596</a></li>
<li>Bump rollup from 4.60.0 to 4.60.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/marcoroth/herb/pull/1599">marcoroth/herb#1599</a></li>
<li>Bump esbuild from 0.27.7 to 0.28.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/marcoroth/herb/pull/1601">marcoroth/herb#1601</a></li>
<li>Bump playwright from 1.58.2 to 1.59.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/marcoroth/herb/pull/1598">marcoroth/herb#1598</a></li>
<li>Bump node-addon-api from 8.6.0 to 8.7.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/marcoroth/herb/pull/1597">marcoroth/herb#1597</a></li>
<li>Bump nx from 22.6.3 to 22.6.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/marcoroth/herb/pull/1600">marcoroth/herb#1600</a></li>
</ul>
<h3>New Contributors</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/marcoroth/herb/commit/d5010894d6f0f4fcf7f85de4b4df2be2b7aac7b5"><code>d501089</code></a> <code>v0.9.5</code></li>
<li><a href="https://github.com/marcoroth/herb/commit/49addd1c6a2ff9cfbb3027fc146647bc8899b02c"><code>49addd1</code></a> Formatter: Fix trailing whitespace in <code>\&lt;pre&gt;</code> with inline child elements (<a href="https://redirect.github.com/marcoroth/herb/issues/1571">#1571</a>)</li>
<li><a href="https://github.com/marcoroth/herb/commit/9d1fe2c8e1f684ae11dd7c1e6a317a03a6573e81"><code>9d1fe2c</code></a> Config: Prefer <code>.herb.yml</code> over soft project indicators (<a href="https://redirect.github.com/marcoroth/herb/issues/1602">#1602</a>)</li>
<li><a href="https://github.com/marcoroth/herb/commit/8674857c6f3de9983b6a4c207fbaba43c0bf9fca"><code>8674857</code></a> Bump nx from 22.6.3 to 22.6.4 (<a href="https://redirect.github.com/marcoroth/herb/issues/1600">#1600</a>)</li>
<li><a href="https://github.com/marcoroth/herb/commit/5e0a18047e041a65e28d1be07b3103b96febf869"><code>5e0a180</code></a> Bump node-addon-api from 8.6.0 to 8.7.0 (<a href="https://redirect.github.com/marcoroth/herb/issues/1597">#1597</a>)</li>
<li><a href="https://github.com/marcoroth/herb/commit/c5bcca2eb4fbbe0205d821543fd9f75c4fa5da42"><code>c5bcca2</code></a> Bump playwright from 1.58.2 to 1.59.1 (<a href="https://redirect.github.com/marcoroth/herb/issues/1598">#1598</a>)</li>
<li><a href="https://github.com/marcoroth/herb/commit/8051cfa945067cc79a653dc112ac9a6aa5a697a0"><code>8051cfa</code></a> Bump esbuild from 0.27.7 to 0.28.0 (<a href="https://redirect.github.com/marcoroth/herb/issues/1601">#1601</a>)</li>
<li><a href="https://github.com/marcoroth/herb/commit/e066d188fe60487c18de391b8f739aa8d7bc80b2"><code>e066d18</code></a> Bump rollup from 4.60.0 to 4.60.1 (<a href="https://redirect.github.com/marcoroth/herb/issues/1599">#1599</a>)</li>
<li><a href="https://github.com/marcoroth/herb/commit/1cbf4a512452d9fc0c392d440a1af52297fc888b"><code>1cbf4a5</code></a> Bump oxlint from 1.57.0 to 1.58.0 (<a href="https://redirect.github.com/marcoroth/herb/issues/1596">#1596</a>)</li>
<li><a href="https://github.com/marcoroth/herb/commit/ef5ebc9843080373e9ce8db441e59357a64c5a17"><code>ef5ebc9</code></a> Language Server: Restrict rewrite code actions to open tag range (<a href="https://redirect.github.com/marcoroth/herb/issues/1592">#1592</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/marcoroth/herb/compare/v0.9.4...v0.9.5">compare view</a></li>
</ul>
</details>
<br />


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/6986

-- Commit Summary --

  * Bump the dependencies group across 1 directory with 4 updates

-- File Changes --

    M Gemfile.lock (14)

-- Patch Links --

https://github.com/openstreetmap/openstreetmap-website/pull/6986.patchhttps://github.com/openstreetmap/openstreetmap-website/pull/6986.diff
-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6986
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/6986 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260408/fc7d6a98/attachment-0001.htm>


More information about the rails-dev mailing list