Commit 81e2da8
authored
chore(deps): bump the npm_and_yarn group across 1 directory with 4 updates (#52)
Bumps the npm_and_yarn group with 3 updates in the
/rescript-ecosystem/packages/core/compiler-source directory:
[h3](https://github.com/h3js/h3),
[brace-expansion](https://github.com/juliangruber/brace-expansion) and
[picomatch](https://github.com/micromatch/picomatch).
Updates `h3` from 2.0.1-rc.16 to 2.0.1-rc.18
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/h3js/h3/releases">h3's
releases</a>.</em></p>
<blockquote>
<h2>v2.0.1-rc.18</h2>
<p><a
href="https://github.com/h3js/h3/compare/v2.0.1-rc.17...v2.0.1-rc.18">compare
changes</a></p>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>utils:</strong> Prevent open redirect via protocol-relative
path in <code>redirectBack()</code> (<a
href="https://github.com/h3js/h3/commit/459a1c6">459a1c6</a>)</li>
<li><strong>cookie:</strong> Prevent unbounded chunked cookie count (<a
href="https://github.com/h3js/h3/commit/399257c">399257c</a>)</li>
</ul>
<h2>v2.0.1-rc.17</h2>
<p><a
href="https://github.com/h3js/h3/compare/v1.15.8...v2.0.1-rc.17">compare
changes</a></p>
<h3>🚀 Enhancements</h3>
<ul>
<li>Add redirectBack utility (<a
href="https://redirect.github.com/h3js/h3/pull/1329">#1329</a>)</li>
<li>Add <code>removeRoute</code> (<a
href="https://redirect.github.com/h3js/h3/pull/1331">#1331</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>cors:</strong> Preserve CORS headers on error responses (<a
href="https://redirect.github.com/h3js/h3/pull/1352">#1352</a>)</li>
<li><strong>sse:</strong> Mark writer as closed on write failure (<a
href="https://redirect.github.com/h3js/h3/pull/1322">#1322</a>)</li>
<li><strong>request:</strong> Include <code>Allow</code> header in 405
response (<a
href="https://redirect.github.com/h3js/h3/pull/1314">#1314</a>)</li>
<li><strong>sse:</strong> Sanitize carriage returns in event stream data
and comments (<a
href="https://github.com/h3js/h3/commit/79cabe3">79cabe3</a>)</li>
<li><strong>mount:</strong> Normalize percent-encoded pathname in
<code>requestWithBaseURL</code> (<a
href="https://github.com/h3js/h3/commit/0295f90">0295f90</a>)</li>
<li><strong>static:</strong> Prevent path traversal via double-encoded
dot segments (<a
href="https://github.com/h3js/h3/commit/8e9993f">8e9993f</a>)</li>
<li><strong>mount:</strong> Enforce path segment boundary in
<code>startsWith</code> check (<a
href="https://github.com/h3js/h3/commit/7ccc9e2">7ccc9e2</a>)</li>
</ul>
<h3>📖 Documentation</h3>
<ul>
<li>Fix typo (<a
href="https://redirect.github.com/h3js/h3/pull/1351">#1351</a>)</li>
<li>Improve security notes about proxy utils (<a
href="https://github.com/h3js/h3/commit/448e7eb">448e7eb</a>)</li>
</ul>
<h3>🏡 Chore</h3>
<ul>
<li>Enable type-aware linting with oxc-lint (<a
href="https://redirect.github.com/h3js/h3/pull/1349">#1349</a>)</li>
</ul>
<h3>❤️ Contributors</h3>
<ul>
<li>Pooya Parsa (<a
href="https://github.com/pi0"><code>@pi0</code></a>)</li>
<li>Wind (<a
href="https://github.com/productdevbook"><code>@productdevbook</code></a>)</li>
<li>Terminal Chai (<a
href="https://github.com/terminalchai"><code>@terminalchai</code></a>)</li>
<li>Nick Spaargaren (<a
href="https://github.com/nickspaargaren"><code>@nickspaargaren</code></a>)</li>
<li>Gabriel Trzimajewski (<a
href="https://github.com/Sn0wye"><code>@Sn0wye</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/h3js/h3/blob/main/CHANGELOG.md">h3's
changelog</a>.</em></p>
<blockquote>
<h2>v2.0.1-rc.18</h2>
<p><a
href="https://github.com/h3js/h3/compare/v2.0.1-rc.17...v2.0.1-rc.18">compare
changes</a></p>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>utils:</strong> Prevent open redirect via protocol-relative
path in <code>redirectBack()</code> (<a
href="https://github.com/h3js/h3/commit/459a1c6">459a1c6</a>)</li>
<li><strong>cookie:</strong> Prevent unbounded chunked cookie count (<a
href="https://github.com/h3js/h3/commit/399257c">399257c</a>)</li>
</ul>
<h3>❤️ Contributors</h3>
<ul>
<li>Pooya Parsa (<a
href="https://github.com/pi0"><code>@pi0</code></a>)</li>
</ul>
<h2>v2.0.1-rc.17</h2>
<p><a
href="https://github.com/h3js/h3/compare/v1.15.8...v2.0.1-rc.17">compare
changes</a></p>
<h3>🚀 Enhancements</h3>
<ul>
<li>Add redirectBack utility (<a
href="https://redirect.github.com/h3js/h3/pull/1329">#1329</a>)</li>
<li>Add <code>removeRoute</code> (<a
href="https://redirect.github.com/h3js/h3/pull/1331">#1331</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>cors:</strong> Preserve CORS headers on error responses (<a
href="https://redirect.github.com/h3js/h3/pull/1352">#1352</a>)</li>
<li><strong>sse:</strong> Mark writer as closed on write failure (<a
href="https://redirect.github.com/h3js/h3/pull/1322">#1322</a>)</li>
<li><strong>request:</strong> Include <code>Allow</code> header in 405
response (<a
href="https://redirect.github.com/h3js/h3/pull/1314">#1314</a>)</li>
<li><strong>sse:</strong> Sanitize carriage returns in event stream data
and comments (<a
href="https://github.com/h3js/h3/commit/79cabe3">79cabe3</a>)</li>
<li><strong>mount:</strong> Normalize percent-encoded pathname in
<code>requestWithBaseURL</code> (<a
href="https://github.com/h3js/h3/commit/0295f90">0295f90</a>)</li>
<li><strong>static:</strong> Prevent path traversal via double-encoded
dot segments (<a
href="https://github.com/h3js/h3/commit/8e9993f">8e9993f</a>)</li>
<li><strong>mount:</strong> Enforce path segment boundary in
<code>startsWith</code> check (<a
href="https://github.com/h3js/h3/commit/7ccc9e2">7ccc9e2</a>)</li>
</ul>
<h3>📖 Documentation</h3>
<ul>
<li>Fix typo (<a
href="https://redirect.github.com/h3js/h3/pull/1351">#1351</a>)</li>
<li>Improve security notes about proxy utils (<a
href="https://github.com/h3js/h3/commit/448e7eb">448e7eb</a>)</li>
</ul>
<h3>🏡 Chore</h3>
<ul>
<li>Enable type-aware linting with oxclint (<a
href="https://redirect.github.com/h3js/h3/pull/1349">#1349</a>)</li>
<li>Update deps (<a
href="https://github.com/h3js/h3/commit/28a3863">28a3863</a>)</li>
</ul>
<h3>✅ Tests</h3>
<ul>
<li>Update bundle tests (<a
href="https://github.com/h3js/h3/commit/44f295d">44f295d</a>)</li>
</ul>
<h3>❤️ Contributors</h3>
<ul>
<li>Pooya Parsa (<a
href="https://github.com/pi0"><code>@pi0</code></a>)</li>
<li>Wind (<a
href="https://github.com/productdevbook"><code>@productdevbook</code></a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/h3js/h3/commit/cb70e1ba513be827bb3698127bb7d06467412911"><code>cb70e1b</code></a>
chore(release): v2.0.1-rc.18</li>
<li><a
href="https://github.com/h3js/h3/commit/399257cb406fbeda313d88c1e288a15124fc82af"><code>399257c</code></a>
fix(cookie): prevent unbounded chunked cookie count</li>
<li><a
href="https://github.com/h3js/h3/commit/459a1c6593365b0810e9c502df7c3e82837321d7"><code>459a1c6</code></a>
fix(utils): prevent open redirect via protocol-relative path in
<code>redirectBack()</code></li>
<li><a
href="https://github.com/h3js/h3/commit/388b8f06e060a219d11bbc6be7f70f38d8bbea01"><code>388b8f0</code></a>
chore(release): v2.0.1-rc.17</li>
<li><a
href="https://github.com/h3js/h3/commit/28a386310482bc5a29723ac8e0d0f44be7ddfd0a"><code>28a3863</code></a>
chore: update deps</li>
<li><a
href="https://github.com/h3js/h3/commit/29728e9856bbb5ccf1870fa96b36e19d218fce7d"><code>29728e9</code></a>
sync docs</li>
<li><a
href="https://github.com/h3js/h3/commit/448e7ebaec00dead45416c8d4260da7c3ef1bbc7"><code>448e7eb</code></a>
docs: improve security notes about proxy utils</li>
<li><a
href="https://github.com/h3js/h3/commit/7ccc9e250164a1a08d31571e99cd2cbc7ab201e6"><code>7ccc9e2</code></a>
fix(mount): enforce path segment boundary in <code>startsWith</code>
check</li>
<li><a
href="https://github.com/h3js/h3/commit/8e9993fd43d7c25c72679508bbbec23db0cbe570"><code>8e9993f</code></a>
fix(static): prevent path traversal via double-encoded dot segments</li>
<li><a
href="https://github.com/h3js/h3/commit/0295f90318512b9fd43fbc1799601f614fa773d6"><code>0295f90</code></a>
fix(mount): normalize percent-encoded pathname in
<code>requestWithBaseURL</code></li>
<li>Additional commits viewable in <a
href="https://github.com/h3js/h3/compare/v2.0.1-rc.16...v2.0.1-rc.18">compare
view</a></li>
</ul>
</details>
<br />
Updates `brace-expansion` from 5.0.4 to 5.0.5
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/juliangruber/brace-expansion/commit/87939017c6cb6be56b98c6fa2059b073315cd534"><code>8793901</code></a>
5.0.5</li>
<li><a
href="https://github.com/juliangruber/brace-expansion/commit/9a02af5c5c80731fae470cc3218c16876bb25051"><code>9a02af5</code></a>
Merge commit from fork</li>
<li><a
href="https://github.com/juliangruber/brace-expansion/commit/daa71bcb4a30a2df9bcb7f7b8daaf2ab30e5794a"><code>daa71bc</code></a>
Bump tar from 7.5.10 to 7.5.11 (<a
href="https://redirect.github.com/juliangruber/brace-expansion/issues/92">#92</a>)</li>
<li><a
href="https://github.com/juliangruber/brace-expansion/commit/799e5f7a222b0ea29052090b80fab2125a846543"><code>799e5f7</code></a>
Bump tar from 7.5.9 to 7.5.10 (<a
href="https://redirect.github.com/juliangruber/brace-expansion/issues/90">#90</a>)</li>
<li>See full diff in <a
href="https://github.com/juliangruber/brace-expansion/compare/v5.0.4...v5.0.5">compare
view</a></li>
</ul>
</details>
<br />
Updates `picomatch` from 4.0.2 to 4.0.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/micromatch/picomatch/releases">picomatch's
releases</a>.</em></p>
<blockquote>
<h2>4.0.4</h2>
<p>This is a security release fixing several security relevant
issues.</p>
<h2>What's Changed</h2>
<ul>
<li>Fix for <a
href="https://github.com/micromatch/picomatch/security/advisories/GHSA-c2c7-rcm5-vvqj">CVE-2026-33671</a></li>
<li>Fix for <a
href="https://github.com/micromatch/picomatch/security/advisories/GHSA-3v7f-55p6-f55p">CVE-2026-33672</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/micromatch/picomatch/compare/4.0.3...4.0.4">https://github.com/micromatch/picomatch/compare/4.0.3...4.0.4</a></p>
<h2>4.0.3</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: exception when glob pattern contains <code>constructor</code>
by <a href="https://github.com/Jason3S"><code>@Jason3S</code></a> in <a
href="https://redirect.github.com/micromatch/picomatch/pull/144">micromatch/picomatch#144</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Jason3S"><code>@Jason3S</code></a> made
their first contribution in <a
href="https://redirect.github.com/micromatch/picomatch/pull/144">micromatch/picomatch#144</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/micromatch/picomatch/compare/4.0.2...4.0.3">https://github.com/micromatch/picomatch/compare/4.0.2...4.0.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/micromatch/picomatch/commit/e5474fc1a4d7991870058170407dda8a42be5334"><code>e5474fc</code></a>
Publish 4.0.4</li>
<li><a
href="https://github.com/micromatch/picomatch/commit/4516eb521f13a46b2fe1a1d2c9ef6b20ddc0e903"><code>4516eb5</code></a>
Merge commit from fork</li>
<li><a
href="https://github.com/micromatch/picomatch/commit/5eceecd27543b8e056b9307d69e105ea03618a7d"><code>5eceecd</code></a>
Merge commit from fork</li>
<li><a
href="https://github.com/micromatch/picomatch/commit/0db7dd70651ca7c8265601c0442a996ed32e3238"><code>0db7dd7</code></a>
Run benchmark again against latest minimatch version (<a
href="https://redirect.github.com/micromatch/picomatch/issues/161">#161</a>)</li>
<li><a
href="https://github.com/micromatch/picomatch/commit/95003777eb1c60dec09495a8231fa2ba4054d76a"><code>9500377</code></a>
docs: clarify what brace expansion syntax is and isn't supported (<a
href="https://redirect.github.com/micromatch/picomatch/issues/134">#134</a>)</li>
<li><a
href="https://github.com/micromatch/picomatch/commit/2661f23eca86c8b4a2b14815b9b2b3b74bd5a171"><code>2661f23</code></a>
fix typo in globstars.js test name (<a
href="https://redirect.github.com/micromatch/picomatch/issues/138">#138</a>)</li>
<li><a
href="https://github.com/micromatch/picomatch/commit/1798b07e9df59500b9cf567294d44d559032f4c7"><code>1798b07</code></a>
docs: fix <code>makeRe</code> example (<a
href="https://redirect.github.com/micromatch/picomatch/issues/143">#143</a>)</li>
<li><a
href="https://github.com/micromatch/picomatch/commit/9d76bc57a03b7f57cc4ca516c8071daf632bafd8"><code>9d76bc5</code></a>
chore: undocument removed options (<a
href="https://redirect.github.com/micromatch/picomatch/issues/146">#146</a>)</li>
<li><a
href="https://github.com/micromatch/picomatch/commit/e4d718bbfb47e4f030ab2612b5b04a9297fe272d"><code>e4d718b</code></a>
Remove unused time-require (<a
href="https://redirect.github.com/micromatch/picomatch/issues/160">#160</a>)</li>
<li><a
href="https://github.com/micromatch/picomatch/commit/38dffeb16221cc8eb8981524fb6895dd2aaaba76"><code>38dffeb</code></a>
chore(deps): pin dependencies (<a
href="https://redirect.github.com/micromatch/picomatch/issues/158">#158</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/micromatch/picomatch/compare/4.0.2...4.0.4">compare
view</a></li>
</ul>
</details>
<br />
Updates `srvx` from 0.11.12 to 0.11.13
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/h3js/srvx/releases">srvx's
releases</a>.</em></p>
<blockquote>
<h2>v0.11.13</h2>
<p><a
href="https://github.com/h3js/srvx/compare/v0.11.12...v0.11.13">compare
changes</a></p>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>url:</strong> Deopt absolute URIs in FastURL (<a
href="https://github.com/h3js/srvx/commit/de0d699">de0d699</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/h3js/srvx/blob/main/CHANGELOG.md">srvx's
changelog</a>.</em></p>
<blockquote>
<h2>v0.11.13</h2>
<p><a
href="https://github.com/h3js/srvx/compare/v0.11.12...v0.11.13">compare
changes</a></p>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>url:</strong> Deopt absolute URIs in FastURL (<a
href="https://github.com/h3js/srvx/commit/de0d699">de0d699</a>)</li>
</ul>
<h3>🏡 Chore</h3>
<ul>
<li>Update deps (<a
href="https://github.com/h3js/srvx/commit/4e6ace6">4e6ace6</a>)</li>
<li>Update deps (<a
href="https://github.com/h3js/srvx/commit/6a72a00">6a72a00</a>)</li>
<li>Fix type issue (<a
href="https://github.com/h3js/srvx/commit/ed8cc2b">ed8cc2b</a>)</li>
<li>Apply automated updates (<a
href="https://github.com/h3js/srvx/commit/7375fed">7375fed</a>)</li>
<li>Update deps (<a
href="https://github.com/h3js/srvx/commit/8f4bc4f">8f4bc4f</a>)</li>
</ul>
<h3>❤️ Contributors</h3>
<ul>
<li>Pooya Parsa (<a
href="https://github.com/pi0"><code>@pi0</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/h3js/srvx/commit/e19649a96a33012be5f5c201c11fb388940ade68"><code>e19649a</code></a>
chore(release): v0.11.13</li>
<li><a
href="https://github.com/h3js/srvx/commit/8f4bc4f2d00622d980f31b4ab205c6e5ad80c02f"><code>8f4bc4f</code></a>
chore: update deps</li>
<li><a
href="https://github.com/h3js/srvx/commit/7375fed4a2bf9fb4b64896ce868937eda7cf686f"><code>7375fed</code></a>
chore: apply automated updates</li>
<li><a
href="https://github.com/h3js/srvx/commit/ed8cc2b900e25da2f0ec1505da1e2edad867b4b6"><code>ed8cc2b</code></a>
chore: fix type issue</li>
<li><a
href="https://github.com/h3js/srvx/commit/6a72a0031063669d6f8320ad6c9a7cac3254fb41"><code>6a72a00</code></a>
chore: update deps</li>
<li><a
href="https://github.com/h3js/srvx/commit/de0d69901c357f36a39b7e13eebef6c930652baa"><code>de0d699</code></a>
fix(url): deopt absolute URIs in FastURL</li>
<li><a
href="https://github.com/h3js/srvx/commit/4e6ace6b55686acd6125f608ef6ab3ab1efb057f"><code>4e6ace6</code></a>
chore: update deps</li>
<li>See full diff in <a
href="https://github.com/h3js/srvx/compare/v0.11.12...v0.11.13">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
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/hyperpolymath/developer-ecosystem/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent b0296a9 commit 81e2da8
1 file changed
+10
-10
lines changedLines changed: 10 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
980 | 980 | | |
981 | 981 | | |
982 | 982 | | |
983 | | - | |
984 | | - | |
| 983 | + | |
| 984 | + | |
985 | 985 | | |
986 | 986 | | |
987 | | - | |
| 987 | + | |
988 | 988 | | |
989 | 989 | | |
990 | 990 | | |
| |||
2198 | 2198 | | |
2199 | 2199 | | |
2200 | 2200 | | |
2201 | | - | |
2202 | | - | |
2203 | | - | |
| 2201 | + | |
| 2202 | + | |
| 2203 | + | |
2204 | 2204 | | |
2205 | 2205 | | |
2206 | 2206 | | |
| |||
2219 | 2219 | | |
2220 | 2220 | | |
2221 | 2221 | | |
2222 | | - | |
| 2222 | + | |
2223 | 2223 | | |
2224 | 2224 | | |
2225 | 2225 | | |
| |||
2669 | 2669 | | |
2670 | 2670 | | |
2671 | 2671 | | |
2672 | | - | |
2673 | | - | |
| 2672 | + | |
| 2673 | + | |
2674 | 2674 | | |
2675 | 2675 | | |
2676 | | - | |
| 2676 | + | |
2677 | 2677 | | |
2678 | 2678 | | |
2679 | 2679 | | |
| |||
0 commit comments