Skip to content

Commit 9fa7e3b

Browse files
chore(deps): bump the npm_and_yarn group across 2 directories with 3 updates (#51)
Bumps the npm_and_yarn group with 3 updates in the /rescript-ecosystem/packages/core/compiler-source directory: [h3](https://github.com/h3js/h3), [picomatch](https://github.com/micromatch/picomatch) and [srvx](https://github.com/h3js/srvx). Bumps the npm_and_yarn group with 1 update in the /rescript-ecosystem/packages/core/compiler-source/packages/playground directory: [h3](https://github.com/h3js/h3). Updates `h3` from 2.0.1-rc.17 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> </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> </blockquote> </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>See full diff in <a href="https://github.com/h3js/h3/compare/v2.0.1-rc.17...v2.0.1-rc.18">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 /> Updates `h3` from 2.0.1-rc.17 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> </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> </blockquote> </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>See full diff in <a href="https://github.com/h3js/h3/compare/v2.0.1-rc.17...v2.0.1-rc.18">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 72ee7b8 commit 9fa7e3b

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

rescript-ecosystem/packages/core/compiler-source/packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@rollup/plugin-node-resolve": "^16.0.0",
18-
"h3": "2.0.1-rc.17",
18+
"h3": "2.0.1-rc.18",
1919
"rollup": "^4.32.0"
2020
}
2121
}

rescript-ecosystem/packages/core/compiler-source/yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1561,9 +1561,9 @@ __metadata:
15611561
languageName: node
15621562
linkType: hard
15631563

1564-
"h3@npm:2.0.1-rc.17":
1565-
version: 2.0.1-rc.17
1566-
resolution: "h3@npm:2.0.1-rc.17"
1564+
"h3@npm:2.0.1-rc.18":
1565+
version: 2.0.1-rc.18
1566+
resolution: "h3@npm:2.0.1-rc.18"
15671567
dependencies:
15681568
rou3: "npm:^0.8.1"
15691569
srvx: "npm:^0.11.12"
@@ -1574,7 +1574,7 @@ __metadata:
15741574
optional: true
15751575
bin:
15761576
h3: bin/h3.mjs
1577-
checksum: 10c0/89efeac7fd02088b2c1018e7e7e7dcfa3ed79d7e307346603537b44fae87260a38366270b026a4f44dcd1dbe1e8501c75b8fcb739d32c1c094c08cd10aa4a437
1577+
checksum: 10c0/3bab7c0f8c0f9df69985048a3c94c498d393d91dc42b53267b0278008f7eafd52f1f1f8cd36f951e188dda8866378a9e6d9b0f5cfc41f6305849aedc72ed2a24
15781578
languageName: node
15791579
linkType: hard
15801580

@@ -2385,9 +2385,9 @@ __metadata:
23852385
linkType: hard
23862386

23872387
"picomatch@npm:^4.0.2":
2388-
version: 4.0.2
2389-
resolution: "picomatch@npm:4.0.2"
2390-
checksum: 10c0/7c51f3ad2bb42c776f49ebf964c644958158be30d0a510efd5a395e8d49cb5acfed5b82c0c5b365523ce18e6ab85013c9ebe574f60305892ec3fa8eee8304ccc
2388+
version: 4.0.4
2389+
resolution: "picomatch@npm:4.0.4"
2390+
checksum: 10c0/e2c6023372cc7b5764719a5ffb9da0f8e781212fa7ca4bd0562db929df8e117460f00dff3cb7509dacfc06b86de924b247f504d0ce1806a37fac4633081466b0
23912391
languageName: node
23922392
linkType: hard
23932393

@@ -2406,7 +2406,7 @@ __metadata:
24062406
dependencies:
24072407
"@rescript/react": "npm:^0.14.0"
24082408
"@rollup/plugin-node-resolve": "npm:^16.0.0"
2409-
h3: "npm:2.0.1-rc.17"
2409+
h3: "npm:2.0.1-rc.18"
24102410
rescript: "npm:^12.0.0"
24112411
rollup: "npm:^4.32.0"
24122412
languageName: unknown
@@ -2881,11 +2881,11 @@ __metadata:
28812881
linkType: hard
28822882

28832883
"srvx@npm:^0.11.12":
2884-
version: 0.11.12
2885-
resolution: "srvx@npm:0.11.12"
2884+
version: 0.11.13
2885+
resolution: "srvx@npm:0.11.13"
28862886
bin:
28872887
srvx: bin/srvx.mjs
2888-
checksum: 10c0/b7edecbed95240e4691e3509aa522c015f04bee8c0fba75705d7c220e59f861cb07678446fc13ccda8504beba3185bd50f56e0a0ee5d890c9386a7d9abf97678
2888+
checksum: 10c0/571eb5463eee301a43cfd49b629145962f964a1c049454bd390267c3eae29261d5aee026aefe2ee42a66dbe2bf66db7853d2f8e2d247feea3a6032ba6286c8fd
28892889
languageName: node
28902890
linkType: hard
28912891

0 commit comments

Comments
 (0)