deps(deps): bump the other-deps group with 4 updates
Bumps the other-deps group with 4 updates: [feed](https://github.com/jpmonette/feed), [@parcel/watcher-wasm](https://github.com/parcel-bundler/watcher), [@parcel/watcher](https://github.com/parcel-bundler/watcher) and [detect-libc](https://github.com/lovell/detect-libc).
Updates `feed` from 5.1.0 to 5.2.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/jpmonette/feed/releases">feed's releases</a>.</em></p>
<blockquote>
<h2>5.2.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Set copyright as optional for feed by <a href="https://github.com/lluisemper"><code>@lluisemper</code></a> in <a href="https://redirect.github.com/jpmonette/feed/pull/217">jpmonette/feed#217</a></li>
<li>feat(rss): relax <!-- raw HTML omitted --> tag output condition to allow name-only by <a href="https://github.com/huanjuedadehen"><code>@huanjuedadehen</code></a> in <a href="https://redirect.github.com/jpmonette/feed/pull/220">jpmonette/feed#220</a></li>
<li>fix: treat description as optional rss2 to avoid "undefined" output by <a href="https://github.com/Krinkle"><code>@Krinkle</code></a> in <a href="https://redirect.github.com/jpmonette/feed/pull/223">jpmonette/feed#223</a></li>
<li>perf(rss/atom/json): Use <code>.forEach()</code> instead of <code>.map()</code> when resulting array is unused by <a href="https://github.com/Greenheart"><code>@Greenheart</code></a> in <a href="https://redirect.github.com/jpmonette/feed/pull/234">jpmonette/feed#234</a></li>
<li>docs: Show current default value for <code>generator</code> in example by <a href="https://github.com/Greenheart"><code>@Greenheart</code></a> in <a href="https://redirect.github.com/jpmonette/feed/pull/232">jpmonette/feed#232</a></li>
<li>fix: make copyright and id optional by <a href="https://github.com/dword-design"><code>@dword-design</code></a> in <a href="https://redirect.github.com/jpmonette/feed/pull/219">jpmonette/feed#219</a></li>
<li>Hotfix for allowing multiple atom:link tags in the RSS2 feed by <a href="https://github.com/aletorrado"><code>@aletorrado</code></a> in <a href="https://redirect.github.com/jpmonette/feed/pull/235">jpmonette/feed#235</a></li>
<li>Add stylesheet support to rss and atom by <a href="https://github.com/kunatastic"><code>@kunatastic</code></a> in <a href="https://redirect.github.com/jpmonette/feed/pull/216">jpmonette/feed#216</a></li>
<li>release 5.2.0 by <a href="https://github.com/jpmonette"><code>@jpmonette</code></a> in <a href="https://redirect.github.com/jpmonette/feed/pull/236">jpmonette/feed#236</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/lluisemper"><code>@lluisemper</code></a> made their first contribution in <a href="https://redirect.github.com/jpmonette/feed/pull/217">jpmonette/feed#217</a></li>
<li><a href="https://github.com/huanjuedadehen"><code>@huanjuedadehen</code></a> made their first contribution in <a href="https://redirect.github.com/jpmonette/feed/pull/220">jpmonette/feed#220</a></li>
<li><a href="https://github.com/Krinkle"><code>@Krinkle</code></a> made their first contribution in <a href="https://redirect.github.com/jpmonette/feed/pull/223">jpmonette/feed#223</a></li>
<li><a href="https://github.com/Greenheart"><code>@Greenheart</code></a> made their first contribution in <a href="https://redirect.github.com/jpmonette/feed/pull/234">jpmonette/feed#234</a></li>
<li><a href="https://github.com/dword-design"><code>@dword-design</code></a> made their first contribution in <a href="https://redirect.github.com/jpmonette/feed/pull/219">jpmonette/feed#219</a></li>
<li><a href="https://github.com/aletorrado"><code>@aletorrado</code></a> made their first contribution in <a href="https://redirect.github.com/jpmonette/feed/pull/235">jpmonette/feed#235</a></li>
<li><a href="https://github.com/kunatastic"><code>@kunatastic</code></a> made their first contribution in <a href="https://redirect.github.com/jpmonette/feed/pull/216">jpmonette/feed#216</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/jpmonette/feed/compare/5.1.0...5.2.0">https://github.com/jpmonette/feed/compare/5.1.0...5.2.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/jpmonette/feed/commit/0dd65a5ab683014b86775b1b39a3163f89fe9aed"><code>0dd65a5</code></a> release 5.2.0 (<a href="https://redirect.github.com/jpmonette/feed/issues/236">#236</a>)</li>
<li><a href="https://github.com/jpmonette/feed/commit/4b913e3600dcc9ac7bcb891e9030632d076e6e3e"><code>4b913e3</code></a> Add stylesheet support to rss and atom (<a href="https://redirect.github.com/jpmonette/feed/issues/216">#216</a>)</li>
<li><a href="https://github.com/jpmonette/feed/commit/6745292f715d7554333e7c769e86154d9b911316"><code>6745292</code></a> Hotfix for allowing multiple atom:link tags in the RSS2 feed (<a href="https://redirect.github.com/jpmonette/feed/issues/235">#235</a>)</li>
<li><a href="https://github.com/jpmonette/feed/commit/17d1013a6573259efad8b6e83c0125471b3941a9"><code>17d1013</code></a> fix: make copyright and id optional (<a href="https://redirect.github.com/jpmonette/feed/issues/219">#219</a>)</li>
<li><a href="https://github.com/jpmonette/feed/commit/8ba16759ffb932fee2cd1ada60fa420b781bf1ae"><code>8ba1675</code></a> Show current default value for <code>generator</code> in example (<a href="https://redirect.github.com/jpmonette/feed/issues/232">#232</a>)</li>
<li><a href="https://github.com/jpmonette/feed/commit/0e7456acf34ba98d9044c7ec28fb9ebe9d65b2aa"><code>0e7456a</code></a> perf(rss/atom/json): Use <code>.forEach()</code> instead of <code>.map()</code> when resulting arra...</li>
<li><a href="https://github.com/jpmonette/feed/commit/14e3fc6b987431d41f471e6e448351a29b641a87"><code>14e3fc6</code></a> fix: treat description as optional rss2 to avoid "undefined" output (<a href="https://redirect.github.com/jpmonette/feed/issues/223">#223</a>)</li>
<li><a href="https://github.com/jpmonette/feed/commit/fd99f18e2e2cc9901cfbda1848a24915fa67f99f"><code>fd99f18</code></a> feat(rss): relax <author> tag output condition to allow name-only (<a href="https://redirect.github.com/jpmonette/feed/issues/220">#220</a>)</li>
<li><a href="https://github.com/jpmonette/feed/commit/519d8e90a7b56677aed4756bab26b563d26d6526"><code>519d8e9</code></a> Set copyright as optional for feed (<a href="https://redirect.github.com/jpmonette/feed/issues/217">#217</a>)</li>
<li><a href="https://github.com/jpmonette/feed/commit/dcf9a8969799b368713a1c17fb0a0390b2403642"><code>dcf9a89</code></a> Update README.md</li>
<li>See full diff in <a href="https://github.com/jpmonette/feed/compare/5.1.0...5.2.0">compare view</a></li>
</ul>
</details>
<br />
Updates `@parcel/watcher-wasm` from 2.5.1 to 2.5.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/parcel-bundler/watcher/releases"><code>@parcel/watcher-wasm</code>'s releases</a>.</em></p>
<blockquote>
<h2>v2.5.4</h2>
<h2>What's Changed</h2>
<ul>
<li>patch: fix SEGV due to Static Initialization Order Fiasco bug by <a href="https://github.com/alichtman"><code>@alichtman</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/208">parcel-bundler/watcher#208</a></li>
<li>Resolve several BinSkim issues by <a href="https://github.com/rzhao271"><code>@rzhao271</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/202">parcel-bundler/watcher#202</a></li>
<li>upgrade detect-libc for better compatibility by <a href="https://github.com/nicksrandall"><code>@nicksrandall</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/200">parcel-bundler/watcher#200</a></li>
<li>Don't show error messages when checking if watchman is available by <a href="https://github.com/aptinio"><code>@aptinio</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/198">parcel-bundler/watcher#198</a></li>
<li>Add Meteor to list of users by <a href="https://github.com/harryadel"><code>@harryadel</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/214">parcel-bundler/watcher#214</a></li>
<li>Fix CI by <a href="https://github.com/tmm1"><code>@tmm1</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/213">parcel-bundler/watcher#213</a></li>
<li>Fix more SIOF / SDOF issues by <a href="https://github.com/alichtman"><code>@alichtman</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/216">parcel-bundler/watcher#216</a></li>
<li>Resolve more BinSkim issues by <a href="https://github.com/rzhao271"><code>@rzhao271</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/219">parcel-bundler/watcher#219</a></li>
<li>Remove <code>D_FORTIFY_SOURCE</code> flag by <a href="https://github.com/bpasero"><code>@bpasero</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/223">parcel-bundler/watcher#223</a></li>
<li>Fix use of delete operators by <a href="https://github.com/matttyson"><code>@matttyson</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/145">parcel-bundler/watcher#145</a></li>
<li>Some minor fixes found doing code review by <a href="https://github.com/bpasero"><code>@bpasero</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/222">parcel-bundler/watcher#222</a></li>
<li>Reduce dependencies by switching to picomatch by <a href="https://github.com/benmccann"><code>@benmccann</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/210">parcel-bundler/watcher#210</a></li>
<li>Fix glob tests on windows by going back to <code>picomatch@2.3.1</code> by <a href="https://github.com/bpasero"><code>@bpasero</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/224">parcel-bundler/watcher#224</a></li>
<li>v2.5.2 by <a href="https://github.com/bpasero"><code>@bpasero</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/225">parcel-bundler/watcher#225</a></li>
<li>eng - update actions versions by <a href="https://github.com/bpasero"><code>@bpasero</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/226">parcel-bundler/watcher#226</a></li>
<li>v2.5.3 by <a href="https://github.com/bpasero"><code>@bpasero</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/227">parcel-bundler/watcher#227</a></li>
<li>Test on current versions of Node.js by <a href="https://github.com/cclauss"><code>@cclauss</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/221">parcel-bundler/watcher#221</a></li>
<li>eng - try to fix release script to publish new NPM version by <a href="https://github.com/bpasero"><code>@bpasero</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/228">parcel-bundler/watcher#228</a></li>
<li>v2.5.4 by <a href="https://github.com/bpasero"><code>@bpasero</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/229">parcel-bundler/watcher#229</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/alichtman"><code>@alichtman</code></a> made their first contribution in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/208">parcel-bundler/watcher#208</a></li>
<li><a href="https://github.com/rzhao271"><code>@rzhao271</code></a> made their first contribution in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/202">parcel-bundler/watcher#202</a></li>
<li><a href="https://github.com/nicksrandall"><code>@nicksrandall</code></a> made their first contribution in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/200">parcel-bundler/watcher#200</a></li>
<li><a href="https://github.com/aptinio"><code>@aptinio</code></a> made their first contribution in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/198">parcel-bundler/watcher#198</a></li>
<li><a href="https://github.com/harryadel"><code>@harryadel</code></a> made their first contribution in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/214">parcel-bundler/watcher#214</a></li>
<li><a href="https://github.com/matttyson"><code>@matttyson</code></a> made their first contribution in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/145">parcel-bundler/watcher#145</a></li>
<li><a href="https://github.com/benmccann"><code>@benmccann</code></a> made their first contribution in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/210">parcel-bundler/watcher#210</a></li>
<li><a href="https://github.com/cclauss"><code>@cclauss</code></a> made their first contribution in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/221">parcel-bundler/watcher#221</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/parcel-bundler/watcher/compare/v2.5.1...v2.5.4">https://github.com/parcel-bundler/watcher/compare/v2.5.1...v2.5.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/parcel-bundler/watcher/commit/b790d3750a804efbbd70ca4b4b7af6131edfd76f"><code>b790d37</code></a> v2.5.4 (<a href="https://redirect.github.com/parcel-bundler/watcher/issues/229">#229</a>)</li>
<li><a href="https://github.com/parcel-bundler/watcher/commit/a6d72d4d34928aabc2030bb32298ff723bf9416f"><code>a6d72d4</code></a> eng - try to fix release script to publish new NPM version (<a href="https://redirect.github.com/parcel-bundler/watcher/issues/228">#228</a>)</li>
<li><a href="https://github.com/parcel-bundler/watcher/commit/633345d9264000fc47c502c56de1c05e27c70e8e"><code>633345d</code></a> Test on current versions of Node.js (<a href="https://redirect.github.com/parcel-bundler/watcher/issues/221">#221</a>)</li>
<li><a href="https://github.com/parcel-bundler/watcher/commit/e507365218aa354052f4d8d97b01bfd2714190e6"><code>e507365</code></a> v2.5.3 (<a href="https://redirect.github.com/parcel-bundler/watcher/issues/227">#227</a>)</li>
<li><a href="https://github.com/parcel-bundler/watcher/commit/dcb135b479e0223694c803861fb8e3b7eab2bcff"><code>dcb135b</code></a> eng - update actions versions (<a href="https://redirect.github.com/parcel-bundler/watcher/issues/226">#226</a>)</li>
<li><a href="https://github.com/parcel-bundler/watcher/commit/9f40134e8f3e70ed1bc591b64204dd0e1c098614"><code>9f40134</code></a> v2.5.2</li>
<li><a href="https://github.com/parcel-bundler/watcher/commit/7a9a5d6af0ce2a4d9b892cab3abb3a464373b105"><code>7a9a5d6</code></a> Fix <code>picomatch</code> usage on windows for glob matching</li>
<li><a href="https://github.com/parcel-bundler/watcher/commit/ee9365a5ca1e758701a8b787153bc59654b3ff22"><code>ee9365a</code></a> Reduce dependencies by switching to picomatch (<a href="https://redirect.github.com/parcel-bundler/watcher/issues/210">#210</a>)</li>
<li><a href="https://github.com/parcel-bundler/watcher/commit/b77320c3b4acace6f77cc4f05624d0e9257fd3cb"><code>b77320c</code></a> vscode - some minor fixes found doing code review (<a href="https://redirect.github.com/parcel-bundler/watcher/issues/222">#222</a>)</li>
<li><a href="https://github.com/parcel-bundler/watcher/commit/f503c6eb8df1e883f6989f11743232e43ccb90f6"><code>f503c6e</code></a> Fix use of delete operators (<a href="https://redirect.github.com/parcel-bundler/watcher/issues/145">#145</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/parcel-bundler/watcher/compare/v2.5.1...v2.5.4">compare view</a></li>
</ul>
</details>
<br />
Updates `@parcel/watcher` from 2.5.1 to 2.5.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/parcel-bundler/watcher/releases"><code>@parcel/watcher</code>'s releases</a>.</em></p>
<blockquote>
<h2>v2.5.4</h2>
<h2>What's Changed</h2>
<ul>
<li>patch: fix SEGV due to Static Initialization Order Fiasco bug by <a href="https://github.com/alichtman"><code>@alichtman</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/208">parcel-bundler/watcher#208</a></li>
<li>Resolve several BinSkim issues by <a href="https://github.com/rzhao271"><code>@rzhao271</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/202">parcel-bundler/watcher#202</a></li>
<li>upgrade detect-libc for better compatibility by <a href="https://github.com/nicksrandall"><code>@nicksrandall</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/200">parcel-bundler/watcher#200</a></li>
<li>Don't show error messages when checking if watchman is available by <a href="https://github.com/aptinio"><code>@aptinio</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/198">parcel-bundler/watcher#198</a></li>
<li>Add Meteor to list of users by <a href="https://github.com/harryadel"><code>@harryadel</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/214">parcel-bundler/watcher#214</a></li>
<li>Fix CI by <a href="https://github.com/tmm1"><code>@tmm1</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/213">parcel-bundler/watcher#213</a></li>
<li>Fix more SIOF / SDOF issues by <a href="https://github.com/alichtman"><code>@alichtman</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/216">parcel-bundler/watcher#216</a></li>
<li>Resolve more BinSkim issues by <a href="https://github.com/rzhao271"><code>@rzhao271</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/219">parcel-bundler/watcher#219</a></li>
<li>Remove <code>D_FORTIFY_SOURCE</code> flag by <a href="https://github.com/bpasero"><code>@bpasero</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/223">parcel-bundler/watcher#223</a></li>
<li>Fix use of delete operators by <a href="https://github.com/matttyson"><code>@matttyson</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/145">parcel-bundler/watcher#145</a></li>
<li>Some minor fixes found doing code review by <a href="https://github.com/bpasero"><code>@bpasero</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/222">parcel-bundler/watcher#222</a></li>
<li>Reduce dependencies by switching to picomatch by <a href="https://github.com/benmccann"><code>@benmccann</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/210">parcel-bundler/watcher#210</a></li>
<li>Fix glob tests on windows by going back to <code>picomatch@2.3.1</code> by <a href="https://github.com/bpasero"><code>@bpasero</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/224">parcel-bundler/watcher#224</a></li>
<li>v2.5.2 by <a href="https://github.com/bpasero"><code>@bpasero</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/225">parcel-bundler/watcher#225</a></li>
<li>eng - update actions versions by <a href="https://github.com/bpasero"><code>@bpasero</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/226">parcel-bundler/watcher#226</a></li>
<li>v2.5.3 by <a href="https://github.com/bpasero"><code>@bpasero</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/227">parcel-bundler/watcher#227</a></li>
<li>Test on current versions of Node.js by <a href="https://github.com/cclauss"><code>@cclauss</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/221">parcel-bundler/watcher#221</a></li>
<li>eng - try to fix release script to publish new NPM version by <a href="https://github.com/bpasero"><code>@bpasero</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/228">parcel-bundler/watcher#228</a></li>
<li>v2.5.4 by <a href="https://github.com/bpasero"><code>@bpasero</code></a> in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/229">parcel-bundler/watcher#229</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/alichtman"><code>@alichtman</code></a> made their first contribution in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/208">parcel-bundler/watcher#208</a></li>
<li><a href="https://github.com/rzhao271"><code>@rzhao271</code></a> made their first contribution in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/202">parcel-bundler/watcher#202</a></li>
<li><a href="https://github.com/nicksrandall"><code>@nicksrandall</code></a> made their first contribution in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/200">parcel-bundler/watcher#200</a></li>
<li><a href="https://github.com/aptinio"><code>@aptinio</code></a> made their first contribution in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/198">parcel-bundler/watcher#198</a></li>
<li><a href="https://github.com/harryadel"><code>@harryadel</code></a> made their first contribution in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/214">parcel-bundler/watcher#214</a></li>
<li><a href="https://github.com/matttyson"><code>@matttyson</code></a> made their first contribution in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/145">parcel-bundler/watcher#145</a></li>
<li><a href="https://github.com/benmccann"><code>@benmccann</code></a> made their first contribution in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/210">parcel-bundler/watcher#210</a></li>
<li><a href="https://github.com/cclauss"><code>@cclauss</code></a> made their first contribution in <a href="https://redirect.github.com/parcel-bundler/watcher/pull/221">parcel-bundler/watcher#221</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/parcel-bundler/watcher/compare/v2.5.1...v2.5.4">https://github.com/parcel-bundler/watcher/compare/v2.5.1...v2.5.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/parcel-bundler/watcher/commit/b790d3750a804efbbd70ca4b4b7af6131edfd76f"><code>b790d37</code></a> v2.5.4 (<a href="https://redirect.github.com/parcel-bundler/watcher/issues/229">#229</a>)</li>
<li><a href="https://github.com/parcel-bundler/watcher/commit/a6d72d4d34928aabc2030bb32298ff723bf9416f"><code>a6d72d4</code></a> eng - try to fix release script to publish new NPM version (<a href="https://redirect.github.com/parcel-bundler/watcher/issues/228">#228</a>)</li>
<li><a href="https://github.com/parcel-bundler/watcher/commit/633345d9264000fc47c502c56de1c05e27c70e8e"><code>633345d</code></a> Test on current versions of Node.js (<a href="https://redirect.github.com/parcel-bundler/watcher/issues/221">#221</a>)</li>
<li><a href="https://github.com/parcel-bundler/watcher/commit/e507365218aa354052f4d8d97b01bfd2714190e6"><code>e507365</code></a> v2.5.3 (<a href="https://redirect.github.com/parcel-bundler/watcher/issues/227">#227</a>)</li>
<li><a href="https://github.com/parcel-bundler/watcher/commit/dcb135b479e0223694c803861fb8e3b7eab2bcff"><code>dcb135b</code></a> eng - update actions versions (<a href="https://redirect.github.com/parcel-bundler/watcher/issues/226">#226</a>)</li>
<li><a href="https://github.com/parcel-bundler/watcher/commit/9f40134e8f3e70ed1bc591b64204dd0e1c098614"><code>9f40134</code></a> v2.5.2</li>
<li><a href="https://github.com/parcel-bundler/watcher/commit/7a9a5d6af0ce2a4d9b892cab3abb3a464373b105"><code>7a9a5d6</code></a> Fix <code>picomatch</code> usage on windows for glob matching</li>
<li><a href="https://github.com/parcel-bundler/watcher/commit/ee9365a5ca1e758701a8b787153bc59654b3ff22"><code>ee9365a</code></a> Reduce dependencies by switching to picomatch (<a href="https://redirect.github.com/parcel-bundler/watcher/issues/210">#210</a>)</li>
<li><a href="https://github.com/parcel-bundler/watcher/commit/b77320c3b4acace6f77cc4f05624d0e9257fd3cb"><code>b77320c</code></a> vscode - some minor fixes found doing code review (<a href="https://redirect.github.com/parcel-bundler/watcher/issues/222">#222</a>)</li>
<li><a href="https://github.com/parcel-bundler/watcher/commit/f503c6eb8df1e883f6989f11743232e43ccb90f6"><code>f503c6e</code></a> Fix use of delete operators (<a href="https://redirect.github.com/parcel-bundler/watcher/issues/145">#145</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/parcel-bundler/watcher/compare/v2.5.1...v2.5.4">compare view</a></li>
</ul>
</details>
<br />
Updates `detect-libc` from 1.0.3 to 2.1.2
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/lovell/detect-libc/blob/main/CHANGELOG.md">detect-libc's changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->2.1.2 (2025-10-05)<!-- raw HTML omitted --></h2>
<ul>
<li>Add semi-automated changelog <a href="https://redirect.github.com/lovell/detect-libc/issues/32">#32</a> (<a href="https://github.com/lovell/detect-libc/commit/a950b06">a950b06</a>), closes <a href="https://redirect.github.com/lovell/detect-libc/issues/32">#32</a></li>
<li>Ensure Node.js 10 and 12 can use async file-based detection methods (<a href="https://redirect.github.com/lovell/detect-libc/issues/33">#33</a>) (<a href="https://github.com/lovell/detect-libc/commit/a418065">a418065</a>), closes <a href="https://redirect.github.com/lovell/detect-libc/issues/33">#33</a></li>
</ul>
<h2><!-- raw HTML omitted -->2.1.1 (2025-09-24)<!-- raw HTML omitted --></h2>
<ul>
<li>Ensure Node.js 10 and 12 can use file-based detection methods (<a href="https://redirect.github.com/lovell/detect-libc/issues/30">#30</a>) (<a href="https://github.com/lovell/detect-libc/commit/e64be76">e64be76</a>), closes <a href="https://redirect.github.com/lovell/detect-libc/issues/30">#30</a></li>
</ul>
<h2>2.1.0 (2025-09-14)</h2>
<ul>
<li>CI: Add non-Linux integration tests for completeness (<a href="https://github.com/lovell/detect-libc/commit/f9b7639">f9b7639</a>)</li>
<li>Detect libc using the interpreter value from Node's ELF header (<a href="https://github.com/lovell/detect-libc/commit/4d6eafe">4d6eafe</a>)</li>
<li>CI: Publish tagged commits to npm (<a href="https://github.com/lovell/detect-libc/commit/08198d2">08198d2</a>)</li>
<li>CI: update integration test expectations (<a href="https://github.com/lovell/detect-libc/commit/3a1f323">3a1f323</a>)</li>
</ul>
<h2><!-- raw HTML omitted -->2.0.4 (2025-04-22)<!-- raw HTML omitted --></h2>
<ul>
<li>TypeScript: Add types field to package.json (<a href="https://redirect.github.com/lovell/detect-libc/issues/28">#28</a>) (<a href="https://github.com/lovell/detect-libc/commit/0362727">0362727</a>), closes <a href="https://redirect.github.com/lovell/detect-libc/issues/28">#28</a></li>
<li>CI: Add Node.js 20/22, remove CentOS (EOL) (<a href="https://github.com/lovell/detect-libc/commit/3ed5518">3ed5518</a>)</li>
<li>CI: remove Node.js 22 (<a href="https://github.com/lovell/detect-libc/commit/c04d3f2">c04d3f2</a>)</li>
</ul>
<h2><!-- raw HTML omitted -->2.0.3 (2024-03-19)<!-- raw HTML omitted --></h2>
<ul>
<li>Improve filesystem-based detection of glibc (<a href="https://redirect.github.com/lovell/detect-libc/issues/22">#22</a>) (<a href="https://github.com/lovell/detect-libc/commit/2642d96">2642d96</a>), closes <a href="https://redirect.github.com/lovell/detect-libc/issues/22">#22</a></li>
<li>Improve getReport performance (<a href="https://redirect.github.com/lovell/detect-libc/issues/21">#21</a>) (<a href="https://github.com/lovell/detect-libc/commit/5e1482d">5e1482d</a>), closes <a href="https://redirect.github.com/lovell/detect-libc/issues/21">#21</a></li>
<li>CI: bump unit test actions (<a href="https://github.com/lovell/detect-libc/commit/646230f">646230f</a>)</li>
<li>CI: Latest Void Linux provides glibc 2.39 (<a href="https://github.com/lovell/detect-libc/commit/2def922">2def922</a>)</li>
<li>CI: Update integration test environments/expectations (<a href="https://github.com/lovell/detect-libc/commit/e307a53">e307a53</a>)</li>
<li>Tests: include missing coverage in summary (<a href="https://github.com/lovell/detect-libc/commit/9117b83">9117b83</a>)</li>
<li>chore: refactor by removing a couple variables (<a href="https://redirect.github.com/lovell/detect-libc/issues/20">#20</a>) (<a href="https://github.com/lovell/detect-libc/commit/8cf409b">8cf409b</a>), closes <a href="https://redirect.github.com/lovell/detect-libc/issues/20">#20</a></li>
</ul>
<h2><!-- raw HTML omitted -->2.0.2 (2023-07-18)<!-- raw HTML omitted --></h2>
<ul>
<li>Add credit for e8c0afd (<a href="https://github.com/lovell/detect-libc/commit/a3f3efb">a3f3efb</a>)</li>
<li>Add SPDX identifiers to all source code files (<a href="https://github.com/lovell/detect-libc/commit/d4fd207">d4fd207</a>)</li>
<li>Attempt to use contents of /usr/bin/ldd file for greater performance (<a href="https://redirect.github.com/lovell/detect-libc/issues/19">#19</a>) (<a href="https://github.com/lovell/detect-libc/commit/e8c0afd">e8c0afd</a>), closes <a href="https://redirect.github.com/lovell/detect-libc/issues/19">#19</a></li>
<li>Ensure SPDX in header, correct grammar (<a href="https://github.com/lovell/detect-libc/commit/4140056">4140056</a>)</li>
<li>CI: Add tests for Node.js 20 (<a href="https://github.com/lovell/detect-libc/commit/a077cda">a077cda</a>)</li>
<li>Docs: clarify 'version numbers' refers to libc (and not this package) (<a href="https://github.com/lovell/detect-libc/commit/d49b8d3">d49b8d3</a>)</li>
<li>Test: (unit) add Node.js 18 (integration) add Fedora 38, Ubuntu 22.04 (<a href="https://github.com/lovell/detect-libc/commit/6761837">6761837</a>)</li>
</ul>
<h2><!-- raw HTML omitted -->2.0.1 (2022-02-14)<!-- raw HTML omitted --></h2>
<ul>
<li>Add Void Linux to integration tests (<a href="https://github.com/lovell/detect-libc/commit/cde9231">cde9231</a>)</li>
<li>Ensure TypeScript defs are valid, fixes initializer error (<a href="https://redirect.github.com/lovell/detect-libc/issues/15">#15</a>) (<a href="https://github.com/lovell/detect-libc/commit/e7c02a7">e7c02a7</a>), closes <a href="https://redirect.github.com/lovell/detect-libc/issues/15">#15</a></li>
<li>CI: Switch CentOS 8 (EOL) to Stream (<a href="https://github.com/lovell/detect-libc/commit/2bd0e69">2bd0e69</a>)</li>
</ul>
<h2>2.0.0 (2022-01-19)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/lovell/detect-libc/commit/98928b7d26bd5c50dee12af0e433b47825d84df0"><code>98928b7</code></a> Release v2.1.2</li>
<li><a href="https://github.com/lovell/detect-libc/commit/a4180654856a496f25fff0871ac71ba2edeb94ec"><code>a418065</code></a> Ensure Node.js 10 and 12 can use async file-based detection methods (<a href="https://redirect.github.com/lovell/detect-libc/issues/33">#33</a>)</li>
<li><a href="https://github.com/lovell/detect-libc/commit/a950b066d9da6376c13e1bbb908a221dcb919d5a"><code>a950b06</code></a> Add semi-automated changelog <a href="https://redirect.github.com/lovell/detect-libc/issues/32">#32</a></li>
<li><a href="https://github.com/lovell/detect-libc/commit/81ba74212869938d64e7ef870b2bcc2cd7250fae"><code>81ba742</code></a> Release v2.1.1</li>
<li><a href="https://github.com/lovell/detect-libc/commit/e64be762b74e7cbe4d20f70ecb2e2f54566166f7"><code>e64be76</code></a> Ensure Node.js 10 and 12 can use file-based detection methods (<a href="https://redirect.github.com/lovell/detect-libc/issues/30">#30</a>)</li>
<li><a href="https://github.com/lovell/detect-libc/commit/f74b3687a019783478c4ce79be4348ec2871febb"><code>f74b368</code></a> Release v2.1.0</li>
<li><a href="https://github.com/lovell/detect-libc/commit/f9b76397422c58488a1436c8b1cfcfff944e792b"><code>f9b7639</code></a> CI: Add non-Linux integration tests for completeness</li>
<li><a href="https://github.com/lovell/detect-libc/commit/41add954fcf558c112254dd7f5b56bcea37c0fee"><code>41add95</code></a> Prerelease v2.1.0-rc.0</li>
<li><a href="https://github.com/lovell/detect-libc/commit/08198d25321abd57318d0bd21e97824713a45378"><code>08198d2</code></a> CI: Publish tagged commits to npm</li>
<li><a href="https://github.com/lovell/detect-libc/commit/4d6eafecb2bd6c45f8a95822966cf7c08f79d21b"><code>4d6eafe</code></a> Detect libc using the interpreter value from Node's ELF header</li>
<li>Additional commits viewable in <a href="https://github.com/lovell/detect-libc/compare/v1.0.3...v2.1.2">compare view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for detect-libc since your current version.</p>
</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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@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>
authored by