<p dir="auto">Bumps <a href="https://github.com/sparklemotion/nokogiri">nokogiri</a> from 1.16.0 to 1.16.2.</p>
<details>
<summary>Release notes</summary>
<p dir="auto"><em>Sourced from <a href="https://github.com/sparklemotion/nokogiri/releases">nokogiri's releases</a>.</em></p>
<blockquote>
<h2 dir="auto">v1.16.2 / 2024-02-04</h2>
<h3 dir="auto">Security</h3>
<ul dir="auto">
<li>[CRuby] Vendored libxml2 is updated to address <a title="CVE-2024-25062" data-hovercard-type="advisory" data-hovercard-url="/advisories/GHSA-x77r-6xxm-wjmx/hovercard" href="https://github.com/advisories/GHSA-x77r-6xxm-wjmx">CVE-2024-25062</a>. See <a href="https://github.com/sparklemotion/nokogiri/security/advisories/GHSA-xc9x-jj77-9p9j">GHSA-xc9x-jj77-9p9j</a> for more information.</li>
</ul>
<h3 dir="auto">Dependencies</h3>
<ul dir="auto">
<li>[CRuby] Vendored libxml2 is updated to <a href="https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.12.5" rel="nofollow">v2.12.5</a> from v2.12.4. (<a href="https://github.com/flavorjones"><code class="notranslate">@flavorjones</code></a>)</li>
</ul>
<hr>
<p dir="auto">sha256 checksums:</p>
<pre class="notranslate"><code class="notranslate">69ba15d2a2498324489ed63850997f0b8f684260114ea81116d3082f16551d2d nokogiri-1.16.2-aarch64-linux.gem
6a05ce42e3587a40cf8936ece0beaa5d32922254215d2e8cf9ad40588bb42e57 nokogiri-1.16.2-arm-linux.gem
c957226c8e36b31be6a3afb8602e2128282bf8b40ea51016c4cd21aa2608d3f8 nokogiri-1.16.2-arm64-darwin.gem
122652bfc338cd8a54a692ac035e245e41fd3b8283299202ca26e7a7d50db310 nokogiri-1.16.2-java.gem
7344b5072ca69fc5bedb61cb01a3b765b93a27aae5a2a845c2ba7200e4345074 nokogiri-1.16.2-x64-mingw-ucrt.gem
a2a5e184a424111a0d5b77947986484920ad708009c667f061e8d02035c562dd nokogiri-1.16.2-x64-mingw32.gem
833efddeb51a6c2c9f6356295623c2b2e0d50050d468695c59bd929162953323 nokogiri-1.16.2-x86-linux.gem
e67fc0418dffaff9dc8b1dc65f0605282c3fee9488832d0223b620b4319e0b53 nokogiri-1.16.2-x86-mingw32.gem
5def799e5f139f21a79d7cf71172313a7b6fb0e4b2a31ab9bd5d4ad305994539 nokogiri-1.16.2-x86_64-darwin.gem
5b146240ac6ec6c40fd4367623e74442bca45a542bd3282b1d4d18b07b8e5dfe nokogiri-1.16.2-x86_64-linux.gem
68922ee5cde27497d995c46f2821957bae961947644eed2822d173daf7567f9c nokogiri-1.16.2.gem
</code></pre>
<h2 dir="auto">v1.16.1 / 2024-02-03</h2>
<h3 dir="auto">Dependencies</h3>
<ul dir="auto">
<li>[CRuby] Vendored libxml2 is updated to <a href="https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.12.4" rel="nofollow">v2.12.4</a> from v2.12.3. (<a href="https://github.com/flavorjones"><code class="notranslate">@flavorjones</code></a>)</li>
</ul>
<h3 dir="auto">Fixed</h3>
<ul dir="auto">
<li>[CRuby] <code class="notranslate">XML::Reader</code> defaults the encoding to UTF-8 if it's not specified in either the document or as a method parameter. Previously non-ASCII characters were serialized as NCRs in this case. <a href="https://redirect.github.com/sparklemotion/nokogiri/issues/2891">#2891</a> (<a href="https://github.com/flavorjones"><code class="notranslate">@flavorjones</code></a>)</li>
<li>[CRuby] Restored support for compilation by GCC versions earlier than 4.6, which was broken in v1.15.0 (540e9aee). <a href="https://redirect.github.com/sparklemotion/nokogiri/issues/3090">#3090</a> (<a href="https://github.com/adfoster-r7"><code class="notranslate">@adfoster-r7</code></a>)</li>
<li>[CRuby] Patched upstream libxml2 to allow parsing HTML5 in the context of a namespaced node (e.g., foreign content like MathML). [<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="817829156" data-permission-text="Title is private" data-url="https://github.com/openstreetmap/openstreetmap-website/issues/3112" data-hovercard-type="pull_request" data-hovercard-url="/openstreetmap/openstreetmap-website/pull/3112/hovercard" href="https://github.com/openstreetmap/openstreetmap-website/pull/3112">#3112</a>, <a href="https://redirect.github.com/sparklemotion/nokogiri/issues/3116">#3116</a>] (<a href="https://github.com/flavorjones"><code class="notranslate">@flavorjones</code></a>)</li>
<li>[CRuby] Fixed a small memory leak in libgumbo (HTML5 parser) when the maximum tree depth limit is hit. [<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="809036374" data-permission-text="Title is private" data-url="https://github.com/openstreetmap/openstreetmap-website/issues/3098" data-hovercard-type="issue" data-hovercard-url="/openstreetmap/openstreetmap-website/issues/3098/hovercard" href="https://github.com/openstreetmap/openstreetmap-website/issues/3098">#3098</a>, <a href="https://redirect.github.com/sparklemotion/nokogiri/issues/3100">#3100</a>] (<a href="https://github.com/stevecheckoway"><code class="notranslate">@stevecheckoway</code></a>)</li>
</ul>
<hr>
<p dir="auto">sha256 checksums:</p>
<pre class="notranslate"><code class="notranslate">a541f35e5b9798a0c97300f9ee18f4217da2a2945a6d5499e4123b9018f9cafc nokogiri-1.16.1-aarch64-linux.gem
6b82affd195000ab2f9c36cc08744ec2d2fcf6d8da88d59a2db67e83211f7c69 nokogiri-1.16.1-arm-linux.gem
</tr></table>
</code></pre>
</blockquote>
<p dir="auto">... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p dir="auto"><em>Sourced from <a href="https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md">nokogiri's changelog</a>.</em></p>
<blockquote>
<h2 dir="auto">v1.16.2 / 2024-02-04</h2>
<h3 dir="auto">Security</h3>
<ul dir="auto">
<li>[CRuby] Vendored libxml2 is updated to address <a title="CVE-2024-25062" data-hovercard-type="advisory" data-hovercard-url="/advisories/GHSA-x77r-6xxm-wjmx/hovercard" href="https://github.com/advisories/GHSA-x77r-6xxm-wjmx">CVE-2024-25062</a>. See <a href="https://github.com/sparklemotion/nokogiri/security/advisories/GHSA-xc9x-jj77-9p9j">GHSA-xc9x-jj77-9p9j</a> for more information.</li>
</ul>
<h3 dir="auto">Dependencies</h3>
<ul dir="auto">
<li>[CRuby] Vendored libxml2 is updated to <a href="https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.12.5" rel="nofollow">v2.12.5</a> from v2.12.4. (<a href="https://github.com/flavorjones"><code class="notranslate">@flavorjones</code></a>)</li>
</ul>
<h2 dir="auto">v1.16.1 / 2024-02-03</h2>
<h3 dir="auto">Dependencies</h3>
<ul dir="auto">
<li>[CRuby] Vendored libxml2 is updated to <a href="https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.12.4" rel="nofollow">v2.12.4</a> from v2.12.3. (<a href="https://github.com/flavorjones"><code class="notranslate">@flavorjones</code></a>)</li>
</ul>
<h3 dir="auto">Fixed</h3>
<ul dir="auto">
<li>[CRuby] <code class="notranslate">XML::Reader</code> defaults the encoding to UTF-8 if it's not specified in either the document or as a method parameter. Previously non-ASCII characters were serialized as NCRs in this case. <a href="https://redirect.github.com/sparklemotion/nokogiri/issues/2891">#2891</a> (<a href="https://github.com/flavorjones"><code class="notranslate">@flavorjones</code></a>)</li>
<li>[CRuby] Restored support for compilation by GCC versions earlier than 4.6, which was broken in v1.15.0 (540e9aee). <a href="https://redirect.github.com/sparklemotion/nokogiri/issues/3090">#3090</a> (<a href="https://github.com/adfoster-r7"><code class="notranslate">@adfoster-r7</code></a>)</li>
<li>[CRuby] Patched upstream libxml2 to allow parsing HTML5 in the context of a namespaced node (e.g., foreign content like MathML). [<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="817829156" data-permission-text="Title is private" data-url="https://github.com/openstreetmap/openstreetmap-website/issues/3112" data-hovercard-type="pull_request" data-hovercard-url="/openstreetmap/openstreetmap-website/pull/3112/hovercard" href="https://github.com/openstreetmap/openstreetmap-website/pull/3112">#3112</a>, <a href="https://redirect.github.com/sparklemotion/nokogiri/issues/3116">#3116</a>] (<a href="https://github.com/flavorjones"><code class="notranslate">@flavorjones</code></a>)</li>
<li>[CRuby] Fixed a small memory leak in libgumbo (HTML5 parser) when the maximum tree depth limit is hit. [<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="809036374" data-permission-text="Title is private" data-url="https://github.com/openstreetmap/openstreetmap-website/issues/3098" data-hovercard-type="issue" data-hovercard-url="/openstreetmap/openstreetmap-website/issues/3098/hovercard" href="https://github.com/openstreetmap/openstreetmap-website/issues/3098">#3098</a>, <a href="https://redirect.github.com/sparklemotion/nokogiri/issues/3100">#3100</a>] (<a href="https://github.com/stevecheckoway"><code class="notranslate">@stevecheckoway</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul dir="auto">
<li><a href="https://github.com/sparklemotion/nokogiri/commit/673756fdd69d1036874b7d7250cc38a51fd4d7b8"><code class="notranslate">673756f</code></a> version bump to v1.16.2</li>
<li><a href="https://github.com/sparklemotion/nokogiri/commit/74ffd67a8efb9972657e5c4625fd8419bbccbe06"><code class="notranslate">74ffd67</code></a> dep: update libxml to 2.12.5 (branch v1.16.x) (<a href="https://redirect.github.com/sparklemotion/nokogiri/issues/3122">#3122</a>)</li>
<li><a href="https://github.com/sparklemotion/nokogiri/commit/0d4018dc7009580659c101fc41efb3babcfec229"><code class="notranslate">0d4018d</code></a> dep: update libxml2 to v2.12.5</li>
<li><a href="https://github.com/sparklemotion/nokogiri/commit/f33a25f4378df33912ebc6b4ebc0f9e8e80ddfa8"><code class="notranslate">f33a25f</code></a> dep: remove patch from <a href="https://redirect.github.com/sparklemotion/nokogiri/issues/3112">#3112</a> which has been released upstream</li>
<li><a href="https://github.com/sparklemotion/nokogiri/commit/e99416896a182bc520a7940bbe286ec33597ab2b"><code class="notranslate">e994168</code></a> version bump to v1.16.1</li>
<li><a href="https://github.com/sparklemotion/nokogiri/commit/77ea2f228c20e79c848ca2906813ea5b5010281b"><code class="notranslate">77ea2f2</code></a> dev: add files to manifest ignore list</li>
<li><a href="https://github.com/sparklemotion/nokogiri/commit/756f27c6b7a23294d84bdcca5e03a639d0dd7421"><code class="notranslate">756f27c</code></a> build(deps): bump actions/{download,upload}-artifact from 3 to 4</li>
<li><a href="https://github.com/sparklemotion/nokogiri/commit/464f8d41eb73ca9c6dae0b366afcf5f4e8bff342"><code class="notranslate">464f8d4</code></a> .gitignore: clangd-related files</li>
<li><a href="https://github.com/sparklemotion/nokogiri/commit/2beeb960691df28dd5ebf828192c65b60250670f"><code class="notranslate">2beeb96</code></a> doc: update CHANGELOG</li>
<li><a href="https://github.com/sparklemotion/nokogiri/commit/a26536d7a41fd40c52940e165bb5a4f6b4c39662"><code class="notranslate">a26536d</code></a> fix: apply upstream patch for in-context parsing (<a href="https://redirect.github.com/sparklemotion/nokogiri/issues/3116">#3116</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/sparklemotion/nokogiri/compare/v1.16.0...v1.16.2">compare view</a></li>
</ul>
</details>
<br>
<p dir="auto"><a href="https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores"><img src="https://camo.githubusercontent.com/bbb13ffe8d5afcea0684e42b60cac24efb1f3c5407084be3c0424fbf0c579d9d/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d6e6f6b6f67697269267061636b6167652d6d616e616765723d62756e646c65722670726576696f75732d76657273696f6e3d312e31362e30266e65772d76657273696f6e3d312e31362e32" alt="Dependabot compatibility score" data-canonical-src="https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nokogiri&package-manager=bundler&previous-version=1.16.0&new-version=1.16.2" style="max-width: 100%;"></a></p>
<p dir="auto">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 <code class="notranslate">@dependabot rebase</code>.</p>
<hr>
<details>
<summary>Dependabot commands and options</summary>
<br>
<p dir="auto">You can trigger Dependabot actions by commenting on this PR:</p>
<ul dir="auto">
<li><code class="notranslate">@dependabot rebase</code> will rebase this PR</li>
<li><code class="notranslate">@dependabot recreate</code> will recreate this PR, overwriting any edits that have been made to it</li>
<li><code class="notranslate">@dependabot merge</code> will merge this PR after your CI passes on it</li>
<li><code class="notranslate">@dependabot squash and merge</code> will squash and merge this PR after your CI passes on it</li>
<li><code class="notranslate">@dependabot cancel merge</code> will cancel a previously requested merge and block automerging</li>
<li><code class="notranslate">@dependabot reopen</code> will reopen this PR if it is closed</li>
<li><code class="notranslate">@dependabot close</code> will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually</li>
<li><code class="notranslate">@dependabot show <dependency name> ignore conditions</code> will show all of the ignore conditions of the specified dependency</li>
<li><code class="notranslate">@dependabot ignore this major version</code> will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)</li>
<li><code class="notranslate">@dependabot ignore this minor version</code> will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)</li>
<li><code class="notranslate">@dependabot ignore this dependency</code> will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)<br>
You can disable automated security fix PRs for this repo from the <a href="https://github.com/openstreetmap/openstreetmap-website/network/alerts">Security Alerts page</a>.</li>
</ul>
</details>
<hr>
<h4>You can view, comment on, or merge this pull request online at:</h4>
<p> <a href='https://github.com/openstreetmap/openstreetmap-website/pull/4508'>https://github.com/openstreetmap/openstreetmap-website/pull/4508</a></p>
<h4>Commit Summary</h4>
<ul>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/4508/commits/f51e4e49f7c27150d0154624085dd376dd395966" class="commit-link">f51e4e4</a> Bump nokogiri from 1.16.0 to 1.16.2</li>
</ul>
<h4 style="display: inline-block">File Changes </h4> <p style="display: inline-block">(<a href="https://github.com/openstreetmap/openstreetmap-website/pull/4508/files">1 file</a>)</p>
<ul>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/4508/files#diff-89cade48462044ee1b672dc5f4c3ec250fbd29effcd8932096a23c1283c6731f">Gemfile.lock</a>
(2)
</li>
</ul>
<h4>Patch Links:</h4>
<ul>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/4508.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/4508.patch</a></li>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/4508.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/4508.diff</a></li>
</ul>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/4508">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLNY3HIOUNHIXHASRJ3YSGSHZAVCNFSM6AAAAABC3IIASCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGEYTSOJQGUZTANY">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAK2OLMOPYPLMEGLIMEQNZDYSGSHZA5CNFSM6AAAAABC3IIASCWGG33NNVSW45C7OR4XAZNFJFZXG5LFVJRW63LNMVXHIX3JMTHH4WZQDM.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><openstreetmap/openstreetmap-website/pull/4508</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/4508",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/4508",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>