Commit e3f9157
authored
deps: bump the dependency-updates group with 8 updates (#1875)
Bumps the dependency-updates group with 8 updates:
| Package | From | To |
| --- | --- | --- |
| [@primer/react](https://github.com/primer/react) | `38.9.0` |
`38.10.0` |
| [framer-motion](https://github.com/motiondivision/motion) | `12.29.2`
| `12.33.0` |
|
[postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env)
| `11.1.2` | `11.1.3` |
|
[eslint-plugin-primer-react](https://github.com/primer/eslint-plugin-primer-react)
| `8.5.1` | `8.5.2` |
| [minimatch](https://github.com/isaacs/minimatch) | `10.1.1` | `10.1.2`
|
| [pacote](https://github.com/npm/pacote) | `21.1.0` | `21.2.0` |
| [semver](https://github.com/npm/node-semver) | `7.7.3` | `7.7.4` |
| [tap](https://github.com/tapjs/tapjs) | `21.5.0` | `21.5.1` |
Updates `@primer/react` from 38.9.0 to 38.10.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/primer/react/releases"><code>@primer/react</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@primer/react</code><a
href="https://github.com/38"><code>@38</code></a>.10.0</h2>
<h3>Minor Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/primer/react/pull/7488">#7488</a> <a
href="https://github.com/primer/react/commit/fe85519ff23c23294a524e2ddceef042eb3c3608"><code>fe85519</code></a>
Thanks <a
href="https://github.com/koesie10"><code>@koesie10</code></a>! -
DataTable: Add <code>externalSorting</code> prop to disable client-side
sorting</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/primer/react/commit/4a9b756ec228edaa7e10226c0b4483a92bb8beb5"><code>4a9b756</code></a>
Release tracking (<a
href="https://redirect.github.com/primer/react/issues/7496">#7496</a>)</li>
<li><a
href="https://github.com/primer/react/commit/4f43e8295c643780addfd01a8dcb011a59a5b6db"><code>4f43e82</code></a>
Remove deprecated component exports from
<code>@primer/styled-react</code> (<a
href="https://redirect.github.com/primer/react/issues/7499">#7499</a>)</li>
<li><a
href="https://github.com/primer/react/commit/fe85519ff23c23294a524e2ddceef042eb3c3608"><code>fe85519</code></a>
DataTable: Add externalSorting prop to disable client-side sorting (<a
href="https://redirect.github.com/primer/react/issues/7488">#7488</a>)</li>
<li><a
href="https://github.com/primer/react/commit/5516f3f84ab5dd8142fc077ea6d89796de2b3a96"><code>5516f3f</code></a>
Remove primer_react_action_list_item_as_button feature flag (<a
href="https://redirect.github.com/primer/react/issues/7477">#7477</a>)</li>
<li><a
href="https://github.com/primer/react/commit/ffceef548f2d9bf16406e249144c8a3407217959"><code>ffceef5</code></a>
Delete ExternalTooltipVersion_1 IconButton story (<a
href="https://redirect.github.com/primer/react/issues/7486">#7486</a>)</li>
<li>See full diff in <a
href="https://github.com/primer/react/compare/@primer/react@38.9.0...@primer/react@38.10.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `framer-motion` from 12.29.2 to 12.33.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/motiondivision/motion/blob/main/CHANGELOG.md">framer-motion's
changelog</a>.</em></p>
<blockquote>
<h2>[12.33.0] 2026-02-05</h2>
<h3>Added</h3>
<ul>
<li><code><motion /></code>: New <code>propagate.tap</code> prop
prevents tap gestures from propagating to parents.</li>
</ul>
<h2>[12.32.0] 2026-02-05</h2>
<h3>Added</h3>
<ul>
<li><code>transition.inherit</code>: When <code>true</code>, inherit
transition values from less-specific transitions.</li>
</ul>
<h2>[12.31.3] 2026-02-05</h2>
<h3>Fixed</h3>
<ul>
<li><code><motion /></code>: Ensure animation state is reset after
being re-suspended.</li>
<li>Prevent stale values when mixing <code>transitionEnd</code> and
<code>transition.type: false</code>.</li>
<li>Drag: Fix "sticky" throw velocity on initial
interaciton.</li>
<li>Drag: Ensure catching a thrown element kills its velocity.</li>
</ul>
<h2>[12.31.2] 2026-02-05</h2>
<h3>Fixed</h3>
<ul>
<li><code>onHoverStart</code> and <code>onHoverEnd</code> first argument
now correctly typed as <code>PointerEvent</code>.</li>
<li><code>whileHover</code>: No longer persists after drag end.</li>
<li><code>AnimatePresence</code>: Allow changing <code>mode</code>
prop.</li>
</ul>
<h2>[12.31.1] 2026-02-04</h2>
<h3>Added</h3>
<ul>
<li>Drag constraints updated even when draggable or constraints resize
outside of React renders.</li>
</ul>
<h2>[12.31.0] 2026-02-03</h2>
<h3>Added</h3>
<ul>
<li><code>animate</code>: Support for bi-directional callbacks within
animation sequences.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Ensure <code>onPan</code> never fires before
<code>onPanStart</code>.</li>
</ul>
<h2>[12.30.1] 2026-02-03</h2>
<h3>Fixed</h3>
<ul>
<li>Allow drag to be initiated by child <code>a</code> and
<code>button</code> elements.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/motiondivision/motion/commit/fde47ac120d6f82ef676318c1801b952fe10493a"><code>fde47ac</code></a>
v12.33.0</li>
<li><a
href="https://github.com/motiondivision/motion/commit/4849b3af9a7980b2a759c5ed9b32366812a35889"><code>4849b3a</code></a>
Updating changelog</li>
<li><a
href="https://github.com/motiondivision/motion/commit/6a1edd6bf4d14c5697ad201845df27f15b1b1916"><code>6a1edd6</code></a>
Merge pull request <a
href="https://redirect.github.com/motiondivision/motion/issues/3539">#3539</a>
from motiondivision/event-propagation</li>
<li><a
href="https://github.com/motiondivision/motion/commit/0fec416782a9fbd6c6f7f393e4594292284981b1"><code>0fec416</code></a>
Adding changelog updates</li>
<li><a
href="https://github.com/motiondivision/motion/commit/b962d0976dea946db43fcf49a66861b205116ec4"><code>b962d09</code></a>
v12.32.0</li>
<li><a
href="https://github.com/motiondivision/motion/commit/69b1c9714bd5e65f2a64bfb7d979911af4d65107"><code>69b1c97</code></a>
Updating changelog</li>
<li><a
href="https://github.com/motiondivision/motion/commit/972e55621947dc5b627ab2c649105c4b0ab1501c"><code>972e556</code></a>
Merge pull request <a
href="https://redirect.github.com/motiondivision/motion/issues/3538">#3538</a>
from motiondivision/motion-config-merge-transition</li>
<li><a
href="https://github.com/motiondivision/motion/commit/d4c0bcd51a90a77be35c933ba984c286f6153ae4"><code>d4c0bcd</code></a>
refactor(gestures): Rename stopTapPropagation to propagate={{ tap: false
}}</li>
<li><a
href="https://github.com/motiondivision/motion/commit/cd4ec2310b101fb8c86a520ec51aa944d51f2187"><code>cd4ec23</code></a>
v12.31.3</li>
<li><a
href="https://github.com/motiondivision/motion/commit/461273f1004bffe275f4693d6957e1a7649aed82"><code>461273f</code></a>
Updating changelog</li>
<li>Additional commits viewable in <a
href="https://github.com/motiondivision/motion/compare/v12.29.2...v12.33.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `postcss-preset-env` from 11.1.2 to 11.1.3
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md">postcss-preset-env's
changelog</a>.</em></p>
<blockquote>
<h3>11.1.3</h3>
<p><em>February 6, 2026</em></p>
<ul>
<li>Updated <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand"><code>@csstools/postcss-text-decoration-shorthand</code></a>
to <a
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand/CHANGELOG.md#502"><code>5.0.2</code></a>
(patch)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env">compare
view</a></li>
</ul>
</details>
<br />
Updates `eslint-plugin-primer-react` from 8.5.1 to 8.5.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/primer/eslint-plugin-primer-react/releases">eslint-plugin-primer-react's
releases</a>.</em></p>
<blockquote>
<h2>v8.5.2</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/primer/eslint-plugin-primer-react/pull/488">#488</a>
<a
href="https://github.com/primer/eslint-plugin-primer-react/commit/e27c83b392a2c947b07cd40edce5c8fc587e36dd"><code>e27c83b</code></a>
Thanks <a
href="https://github.com/siddharthkp"><code>@siddharthkp</code></a>! -
utils/casing-matches: Prevent ReDoS vulnerability</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/primer/eslint-plugin-primer-react/blob/main/CHANGELOG.md">eslint-plugin-primer-react's
changelog</a>.</em></p>
<blockquote>
<h2>8.5.2</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/primer/eslint-plugin-primer-react/pull/488">#488</a>
<a
href="https://github.com/primer/eslint-plugin-primer-react/commit/e27c83b392a2c947b07cd40edce5c8fc587e36dd"><code>e27c83b</code></a>
Thanks <a
href="https://github.com/siddharthkp"><code>@siddharthkp</code></a>! -
utils/casing-matches: Prevent ReDoS vulnerability</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/primer/eslint-plugin-primer-react/commit/19185581433c50af4a107ded6205395f428a2155"><code>1918558</code></a>
Version Packages (<a
href="https://redirect.github.com/primer/eslint-plugin-primer-react/issues/489">#489</a>)</li>
<li><a
href="https://github.com/primer/eslint-plugin-primer-react/commit/daec60a97f37c624ee569069a5f70182f9b5cd12"><code>daec60a</code></a>
Bump <code>@typescript-eslint/rule-tester</code> from 8.53.1 to 8.54.0
(<a
href="https://redirect.github.com/primer/eslint-plugin-primer-react/issues/494">#494</a>)</li>
<li><a
href="https://github.com/primer/eslint-plugin-primer-react/commit/013510fdb6bfb2d96970b0aeb67bb2c537e6d003"><code>013510f</code></a>
Bump <code>@typescript-eslint/rule-tester</code> from 8.53.0 to 8.53.1
(<a
href="https://redirect.github.com/primer/eslint-plugin-primer-react/issues/491">#491</a>)</li>
<li><a
href="https://github.com/primer/eslint-plugin-primer-react/commit/8a81dbb339f4d2990503d77283d3b0e4d28911fe"><code>8a81dbb</code></a>
Bump globals from 17.0.0 to 17.1.0 (<a
href="https://redirect.github.com/primer/eslint-plugin-primer-react/issues/492">#492</a>)</li>
<li><a
href="https://github.com/primer/eslint-plugin-primer-react/commit/e27c83b392a2c947b07cd40edce5c8fc587e36dd"><code>e27c83b</code></a>
casing-matches.ts: Fix regex warnings from code scanning (<a
href="https://redirect.github.com/primer/eslint-plugin-primer-react/issues/488">#488</a>)</li>
<li>See full diff in <a
href="https://github.com/primer/eslint-plugin-primer-react/compare/v8.5.1...v8.5.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `minimatch` from 10.1.1 to 10.1.2
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/isaacs/minimatch/commit/fde70d1bfbe84069e025e58131b8efa1c50602c2"><code>fde70d1</code></a>
10.1.2</li>
<li><a
href="https://github.com/isaacs/minimatch/commit/05210d8249922bf76ac9eff457e717bcd2f8d434"><code>05210d8</code></a>
update deps</li>
<li><a
href="https://github.com/isaacs/minimatch/commit/ba4093ca1ca31684e32ab14e61780daacc8bc233"><code>ba4093c</code></a>
update workflows and package stuff</li>
<li>See full diff in <a
href="https://github.com/isaacs/minimatch/compare/v10.1.1...v10.1.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `pacote` from 21.1.0 to 21.2.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/npm/pacote/releases">pacote's
releases</a>.</em></p>
<blockquote>
<h2>v21.2.0</h2>
<h2><a
href="https://github.com/npm/pacote/compare/v21.1.0...v21.2.0">21.2.0</a>
(2026-02-06)</h2>
<h3>Features</h3>
<ul>
<li><a
href="https://github.com/npm/pacote/commit/db21624fd9ee8fe3ccea5f671f2e39c7f68546eb"><code>db21624</code></a>
<a href="https://redirect.github.com/npm/pacote/pull/442">#442</a>
implement gitSubdir according to npa spec (<a
href="https://redirect.github.com/npm/pacote/issues/442">#442</a>) (<a
href="https://github.com/Kakadus"><code>@Kakadus</code></a>)</li>
<li><a
href="https://github.com/npm/pacote/commit/c2a4217fc8b49d58c4bafd41ec1127105a37ae05"><code>c2a4217</code></a>
<a href="https://redirect.github.com/npm/pacote/pull/443">#443</a> add
allowRemote, allowFile, allowDirectory (<a
href="https://redirect.github.com/npm/pacote/issues/443">#443</a>) (<a
href="https://github.com/wraithgar"><code>@wraithgar</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/npm/pacote/blob/main/CHANGELOG.md">pacote's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/npm/pacote/compare/v21.1.0...v21.2.0">21.2.0</a>
(2026-02-06)</h2>
<h3>Features</h3>
<ul>
<li><a
href="https://github.com/npm/pacote/commit/db21624fd9ee8fe3ccea5f671f2e39c7f68546eb"><code>db21624</code></a>
<a href="https://redirect.github.com/npm/pacote/pull/442">#442</a>
implement gitSubdir according to npa spec (<a
href="https://redirect.github.com/npm/pacote/issues/442">#442</a>) (<a
href="https://github.com/Kakadus"><code>@Kakadus</code></a>)</li>
<li><a
href="https://github.com/npm/pacote/commit/c2a4217fc8b49d58c4bafd41ec1127105a37ae05"><code>c2a4217</code></a>
<a href="https://redirect.github.com/npm/pacote/pull/443">#443</a> add
allowRemote, allowFile, allowDirectory (<a
href="https://redirect.github.com/npm/pacote/issues/443">#443</a>) (<a
href="https://github.com/wraithgar"><code>@wraithgar</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/npm/pacote/commit/27cc5e11c8c1f515f3c96abcaefab702ffcce2b3"><code>27cc5e1</code></a>
chore: release 21.2.0 (<a
href="https://redirect.github.com/npm/pacote/issues/444">#444</a>)</li>
<li><a
href="https://github.com/npm/pacote/commit/db21624fd9ee8fe3ccea5f671f2e39c7f68546eb"><code>db21624</code></a>
feat: implement gitSubdir according to npa spec (<a
href="https://redirect.github.com/npm/pacote/issues/442">#442</a>)</li>
<li><a
href="https://github.com/npm/pacote/commit/c2a4217fc8b49d58c4bafd41ec1127105a37ae05"><code>c2a4217</code></a>
feat: add allowRemote, allowFile, allowDirectory (<a
href="https://redirect.github.com/npm/pacote/issues/443">#443</a>)</li>
<li>See full diff in <a
href="https://github.com/npm/pacote/compare/v21.1.0...v21.2.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `semver` from 7.7.3 to 7.7.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/npm/node-semver/releases">semver's
releases</a>.</em></p>
<blockquote>
<h2>v7.7.4</h2>
<h2><a
href="https://github.com/npm/node-semver/compare/v7.7.3...v7.7.4">7.7.4</a>
(2026-01-16)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><a
href="https://github.com/npm/node-semver/commit/a29faa5f3309a01c8e5aeb965fb5c02c4c4e80e2"><code>a29faa5</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/835">#835</a>
cli: pass options to semver.valid() for loose version validation (<a
href="https://redirect.github.com/npm/node-semver/issues/835">#835</a>)
(<a
href="https://github.com/mldangelo"><code>@mldangelo</code></a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li><a
href="https://github.com/npm/node-semver/commit/1d28d5e82de16163daf721a7c76fff93e0d333ab"><code>1d28d5e</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/836">#836</a>
fix typos and update -n CLI option documentation (<a
href="https://redirect.github.com/npm/node-semver/issues/836">#836</a>)
(<a
href="https://github.com/mldangelo"><code>@mldangelo</code></a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li><a
href="https://github.com/npm/node-semver/commit/120968b76760cb0db85a72bde2adedd0e9628793"><code>120968b</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/840">#840</a>
<code>@npmcli/template-oss@4.29.0</code> (<a
href="https://redirect.github.com/npm/node-semver/issues/840">#840</a>)</li>
</ul>
<h3>Chores</h3>
<ul>
<li><a
href="https://github.com/npm/node-semver/commit/44d7130c60cedd3703048aa671bb1d659b79ab07"><code>44d7130</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/824">#824</a>
bump <code>@npmcli/eslint-config</code> from 5.1.0 to 6.0.0 (<a
href="https://redirect.github.com/npm/node-semver/issues/824">#824</a>)
(<a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot])</li>
<li><a
href="https://github.com/npm/node-semver/commit/70735767b68a1775eb67ac816b183b4a422101f4"><code>7073576</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/820">#820</a>
reorder parameters in invalid-versions.js test (<a
href="https://redirect.github.com/npm/node-semver/issues/820">#820</a>)
(<a href="https://github.com/reggi"><code>@reggi</code></a>)</li>
<li><a
href="https://github.com/npm/node-semver/commit/5816d4cfd6d85169527a2bc22fbd5bf4c64f34e3"><code>5816d4c</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/829">#829</a>
bump <code>@npmcli/template-oss</code> from 4.28.0 to 4.28.1 (<a
href="https://redirect.github.com/npm/node-semver/issues/829">#829</a>)
(<a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot],
<a
href="https://github.com/npm-cli-bot"><code>@npm-cli-bot</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/npm/node-semver/blob/main/CHANGELOG.md">semver's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/npm/node-semver/compare/v7.7.3...v7.7.4">7.7.4</a>
(2026-01-16)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><a
href="https://github.com/npm/node-semver/commit/a29faa5f3309a01c8e5aeb965fb5c02c4c4e80e2"><code>a29faa5</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/835">#835</a>
cli: pass options to semver.valid() for loose version validation (<a
href="https://redirect.github.com/npm/node-semver/issues/835">#835</a>)
(<a
href="https://github.com/mldangelo"><code>@mldangelo</code></a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li><a
href="https://github.com/npm/node-semver/commit/1d28d5e82de16163daf721a7c76fff93e0d333ab"><code>1d28d5e</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/836">#836</a>
fix typos and update -n CLI option documentation (<a
href="https://redirect.github.com/npm/node-semver/issues/836">#836</a>)
(<a
href="https://github.com/mldangelo"><code>@mldangelo</code></a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li><a
href="https://github.com/npm/node-semver/commit/120968b76760cb0db85a72bde2adedd0e9628793"><code>120968b</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/840">#840</a>
<code>@npmcli/template-oss@4.29.0</code> (<a
href="https://redirect.github.com/npm/node-semver/issues/840">#840</a>)</li>
</ul>
<h3>Chores</h3>
<ul>
<li><a
href="https://github.com/npm/node-semver/commit/44d7130c60cedd3703048aa671bb1d659b79ab07"><code>44d7130</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/824">#824</a>
bump <code>@npmcli/eslint-config</code> from 5.1.0 to 6.0.0 (<a
href="https://redirect.github.com/npm/node-semver/issues/824">#824</a>)
(<a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot])</li>
<li><a
href="https://github.com/npm/node-semver/commit/70735767b68a1775eb67ac816b183b4a422101f4"><code>7073576</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/820">#820</a>
reorder parameters in invalid-versions.js test (<a
href="https://redirect.github.com/npm/node-semver/issues/820">#820</a>)
(<a href="https://github.com/reggi"><code>@reggi</code></a>)</li>
<li><a
href="https://github.com/npm/node-semver/commit/5816d4cfd6d85169527a2bc22fbd5bf4c64f34e3"><code>5816d4c</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/829">#829</a>
bump <code>@npmcli/template-oss</code> from 4.28.0 to 4.28.1 (<a
href="https://redirect.github.com/npm/node-semver/issues/829">#829</a>)
(<a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot],
<a
href="https://github.com/npm-cli-bot"><code>@npm-cli-bot</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/npm/node-semver/commit/5993c2e42bdf17c5f03e6360da51bc707fcee460"><code>5993c2e</code></a>
chore: release 7.7.4 (<a
href="https://redirect.github.com/npm/node-semver/issues/839">#839</a>)</li>
<li><a
href="https://github.com/npm/node-semver/commit/120968b76760cb0db85a72bde2adedd0e9628793"><code>120968b</code></a>
deps: <code>@npmcli/template-oss</code><a
href="https://github.com/4"><code>@4</code></a>.29.0 (<a
href="https://redirect.github.com/npm/node-semver/issues/840">#840</a>)</li>
<li><a
href="https://github.com/npm/node-semver/commit/a29faa5f3309a01c8e5aeb965fb5c02c4c4e80e2"><code>a29faa5</code></a>
fix(cli): pass options to semver.valid() for loose version validation
(<a
href="https://redirect.github.com/npm/node-semver/issues/835">#835</a>)</li>
<li><a
href="https://github.com/npm/node-semver/commit/1d28d5e82de16163daf721a7c76fff93e0d333ab"><code>1d28d5e</code></a>
docs: fix typos and update -n CLI option documentation (<a
href="https://redirect.github.com/npm/node-semver/issues/836">#836</a>)</li>
<li><a
href="https://github.com/npm/node-semver/commit/5816d4cfd6d85169527a2bc22fbd5bf4c64f34e3"><code>5816d4c</code></a>
chore: bump <code>@npmcli/template-oss</code> from 4.28.0 to 4.28.1 (<a
href="https://redirect.github.com/npm/node-semver/issues/829">#829</a>)</li>
<li><a
href="https://github.com/npm/node-semver/commit/ab9e28a582f524e8d40157f3d2b75fcc764d0765"><code>ab9e28a</code></a>
chore: bump <code>@npmcli/template-oss</code> from 4.27.1 to 4.28.0 (<a
href="https://redirect.github.com/npm/node-semver/issues/827">#827</a>)</li>
<li><a
href="https://github.com/npm/node-semver/commit/44d7130c60cedd3703048aa671bb1d659b79ab07"><code>44d7130</code></a>
chore: bump <code>@npmcli/eslint-config</code> from 5.1.0 to 6.0.0 (<a
href="https://redirect.github.com/npm/node-semver/issues/824">#824</a>)</li>
<li><a
href="https://github.com/npm/node-semver/commit/70735767b68a1775eb67ac816b183b4a422101f4"><code>7073576</code></a>
chore: reorder parameters in invalid-versions.js test (<a
href="https://redirect.github.com/npm/node-semver/issues/820">#820</a>)</li>
<li><a
href="https://github.com/npm/node-semver/commit/16a35f5df4bb142d781229a09158c4e9970c1f5a"><code>16a35f5</code></a>
chore: bump <code>@npmcli/template-oss</code> from 4.26.0 to 4.27.1 (<a
href="https://redirect.github.com/npm/node-semver/issues/823">#823</a>)</li>
<li><a
href="https://github.com/npm/node-semver/commit/3a3459da45389bd024ac907cbc21ca5a24beaa05"><code>3a3459d</code></a>
chore: bump <code>@npmcli/template-oss</code> from 4.25.1 to 4.26.0 (<a
href="https://redirect.github.com/npm/node-semver/issues/818">#818</a>)</li>
<li>See full diff in <a
href="https://github.com/npm/node-semver/compare/v7.7.3...v7.7.4">compare
view</a></li>
</ul>
</details>
<br />
Updates `tap` from 21.5.0 to 21.5.1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tapjs/tapjs/commit/8dfae92d82d41448b15af6437b12291ce09661d4"><code>8dfae92</code></a>
update versions</li>
<li><a
href="https://github.com/tapjs/tapjs/commit/72c290e8f60a5a776e9a8428d10429c45da132c8"><code>72c290e</code></a>
lockfile update</li>
<li><a
href="https://github.com/tapjs/tapjs/commit/9711580a159616ea6a9921fa907776bc63b61976"><code>9711580</code></a>
update pagefind version</li>
<li><a
href="https://github.com/tapjs/tapjs/commit/d9f59700be37b0c5c660d756ba8d00c70e4b1d39"><code>d9f5970</code></a>
update tshy and foreground-child</li>
<li><a
href="https://github.com/tapjs/tapjs/commit/63521635dd32122a4c2fd2a93cd6a26d2d363f9c"><code>6352163</code></a>
update jackspeak and cliui</li>
<li>See full diff in <a
href="https://github.com/tapjs/tapjs/compare/tap@21.5.0...tap@21.5.1">compare
view</a></li>
</ul>
</details>
<br />
<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</summary>
| Dependency Name | Ignore Conditions |
| --- | --- |
| tap | [>= 18.a, < 19] |
| tap | [>= 19.a, < 20] |
</details>
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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 2613db0 commit e3f9157
1 file changed
+326
-245
lines changed
0 commit comments