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 commands and options
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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/fosrl/pangolin/pull/908
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 6/13/2025
**Status:** ✅ Merged
**Merged:** 6/13/2025
**Merged by:** [@oschwartz10612](https://github.com/oschwartz10612)
**Base:** `main` ← **Head:** `dependabot/npm_and_yarn/dev-patch-updates-e7885b43cc`
---
### 📝 Commits (1)
- [`3d4177b`](https://github.com/fosrl/pangolin/commit/3d4177bd937e2ab2f9b95e05f4a2eb48452e2ede) Bump the dev-patch-updates group across 1 directory with 5 updates
### 📊 Changes
**2 files changed** (+139 additions, -79 deletions)
<details>
<summary>View changed files</summary>
📝 `package-lock.json` (+136 -76)
📝 `package.json` (+3 -3)
</details>
### 📄 Description
Bumps the dev-patch-updates group with 4 updates in the / directory: [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss), [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react), [postcss](https://github.com/postcss/postcss) and [tsx](https://github.com/privatenumber/tsx).
Updates `@tailwindcss/postcss` from 4.1.8 to 4.1.10
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases"><code>@tailwindcss/postcss</code>'s releases</a>.</em></p>
<blockquote>
<h2>v4.1.10</h2>
<h3>Fixed</h3>
<ul>
<li>Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g. <code>w-[calc(100%-var(--offset))]</code>) (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18289">#18289</a>)</li>
</ul>
<h2>v4.1.9</h2>
<h3>Fixed</h3>
<ul>
<li>Correctly parse custom properties with strings containing semicolons (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18251">#18251</a>)</li>
<li>Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. <code>/[0.16]</code> → <code>/16</code>) (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18184">#18184</a>)</li>
<li>Upgrade: Migrate CSS variable shorthands where fallback value contains function call (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18184">#18184</a>)</li>
<li>Upgrade: Migrate negative arbitrary values to negative bare values (e.g. <code>mb-[-32rem]</code> → <code>-mb-128</code>) (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18212">#18212</a>)</li>
<li>Upgrade: Do not migrate <code>blur</code> in <code>wire:model.blur</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18216">#18216</a>)</li>
<li>Don't add spaces around CSS dashed idents when formatting math expressions (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18220">#18220</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md"><code>@tailwindcss/postcss</code>'s changelog</a>.</em></p>
<blockquote>
<h2>[4.1.10] - 2025-06-11</h2>
<h3>Fixed</h3>
<ul>
<li>Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g. <code>w-[calc(100%-var(--offset))]</code>) (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18289">#18289</a>)</li>
</ul>
<h2>[4.1.9] - 2025-06-11</h2>
<h3>Fixed</h3>
<ul>
<li>Correctly parse custom properties with strings containing semicolons (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18251">#18251</a>)</li>
<li>Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. <code>/[0.16]</code> → <code>/16</code>) (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18184">#18184</a>)</li>
<li>Upgrade: Migrate CSS variable shorthands where fallback value contains function call (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18184">#18184</a>)</li>
<li>Upgrade: Migrate negative arbitrary values to negative bare values (e.g. <code>mb-[-32rem]</code> → <code>-mb-128</code>) (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18212">#18212</a>)</li>
<li>Upgrade: Do not migrate <code>blur</code> in <code>wire:model.blur</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18216">#18216</a>)</li>
<li>Don't add spaces around CSS dashed idents when formatting math expressions (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18220">#18220</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tailwindlabs/tailwindcss/commit/d06bbb80daefb64401800edb82d84276c6022180"><code>d06bbb8</code></a> Prepare v4.1.10 (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss/issues/18290">#18290</a>)</li>
<li><a href="https://github.com/tailwindlabs/tailwindcss/commit/b88371a309652703e7341716f62b01289d5d423f"><code>b88371a</code></a> Prepare v4.1.9 (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss/issues/18285">#18285</a>)</li>
<li>See full diff in <a href="https://github.com/tailwindlabs/tailwindcss/commits/v4.1.10/packages/@tailwindcss-postcss">compare view</a></li>
</ul>
</details>
<br />
Updates `@types/react` from 19.1.7 to 19.1.8
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react">compare view</a></li>
</ul>
</details>
<br />
Updates `postcss` from 8.5.4 to 8.5.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p>
<blockquote>
<h2>8.5.5</h2>
<ul>
<li>Fixed <code>package.json</code>→<code>exports</code> compatibility with some tools (by <a href="https://github.com/JounQin"><code>@JounQin</code></a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p>
<blockquote>
<h2>8.5.5</h2>
<ul>
<li>Fixed <code>package.json</code>→<code>exports</code> compatibility with some tools (by <a href="https://github.com/JounQin"><code>@JounQin</code></a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/postcss/postcss/commit/c18159719e4a6d65ad7085edf1dc42e07814f683"><code>c181597</code></a> Release 8.5.5 version</li>
<li><a href="https://github.com/postcss/postcss/commit/c5523fbec5f32622e77103c643e1258007c2609d"><code>c5523fb</code></a> Update dependencies</li>
<li><a href="https://github.com/postcss/postcss/commit/2e3450c55f41e378e086f4f189e5243a573c3390"><code>2e3450c</code></a> refactor: <code>import</code> should be listed before <code>require</code> (<a href="https://redirect.github.com/postcss/postcss/issues/2052">#2052</a>)</li>
<li><a href="https://github.com/postcss/postcss/commit/4d720bd01adec2e8645bf91e725825bebb712e1b"><code>4d720bd</code></a> Update EM text</li>
<li>See full diff in <a href="https://github.com/postcss/postcss/compare/8.5.4...8.5.5">compare view</a></li>
</ul>
</details>
<br />
Updates `tailwindcss` from 4.1.8 to 4.1.10
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's releases</a>.</em></p>
<blockquote>
<h2>v4.1.10</h2>
<h3>Fixed</h3>
<ul>
<li>Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g. <code>w-[calc(100%-var(--offset))]</code>) (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18289">#18289</a>)</li>
</ul>
<h2>v4.1.9</h2>
<h3>Fixed</h3>
<ul>
<li>Correctly parse custom properties with strings containing semicolons (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18251">#18251</a>)</li>
<li>Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. <code>/[0.16]</code> → <code>/16</code>) (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18184">#18184</a>)</li>
<li>Upgrade: Migrate CSS variable shorthands where fallback value contains function call (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18184">#18184</a>)</li>
<li>Upgrade: Migrate negative arbitrary values to negative bare values (e.g. <code>mb-[-32rem]</code> → <code>-mb-128</code>) (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18212">#18212</a>)</li>
<li>Upgrade: Do not migrate <code>blur</code> in <code>wire:model.blur</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18216">#18216</a>)</li>
<li>Don't add spaces around CSS dashed idents when formatting math expressions (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18220">#18220</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md">tailwindcss's changelog</a>.</em></p>
<blockquote>
<h2>[4.1.10] - 2025-06-11</h2>
<h3>Fixed</h3>
<ul>
<li>Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g. <code>w-[calc(100%-var(--offset))]</code>) (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18289">#18289</a>)</li>
</ul>
<h2>[4.1.9] - 2025-06-11</h2>
<h3>Fixed</h3>
<ul>
<li>Correctly parse custom properties with strings containing semicolons (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18251">#18251</a>)</li>
<li>Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. <code>/[0.16]</code> → <code>/16</code>) (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18184">#18184</a>)</li>
<li>Upgrade: Migrate CSS variable shorthands where fallback value contains function call (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18184">#18184</a>)</li>
<li>Upgrade: Migrate negative arbitrary values to negative bare values (e.g. <code>mb-[-32rem]</code> → <code>-mb-128</code>) (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18212">#18212</a>)</li>
<li>Upgrade: Do not migrate <code>blur</code> in <code>wire:model.blur</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18216">#18216</a>)</li>
<li>Don't add spaces around CSS dashed idents when formatting math expressions (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18220">#18220</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tailwindlabs/tailwindcss/commit/d06bbb80daefb64401800edb82d84276c6022180"><code>d06bbb8</code></a> Prepare v4.1.10 (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/18290">#18290</a>)</li>
<li><a href="https://github.com/tailwindlabs/tailwindcss/commit/ddb0beff6626367cc75e4248e47ab2a04017bde6"><code>ddb0bef</code></a> Fix missing space around <code>-</code> when using <code>%</code> regression (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/18289">#18289</a>)</li>
<li><a href="https://github.com/tailwindlabs/tailwindcss/commit/b88371a309652703e7341716f62b01289d5d423f"><code>b88371a</code></a> Prepare v4.1.9 (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/18285">#18285</a>)</li>
<li><a href="https://github.com/tailwindlabs/tailwindcss/commit/aa817fb6de92a674867cdee80ec224dbc3d44b9e"><code>aa817fb</code></a> fix: don't break CSS keywords when formatting math expressions (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/18220">#18220</a>)</li>
<li><a href="https://github.com/tailwindlabs/tailwindcss/commit/bea843c90ab77b47622200daafb918f7044d9f88"><code>bea843c</code></a> CSS Parser: Handle string with semi-colon in custom properties. (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/18251">#18251</a>)</li>
<li><a href="https://github.com/tailwindlabs/tailwindcss/commit/8bfbac5d20d7a584744c2d860d095095fd1c1621"><code>8bfbac5</code></a> docs: fix typo in container.ts comment ("a the" -> "the") (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/18223">#18223</a>)</li>
<li>See full diff in <a href="https://github.com/tailwindlabs/tailwindcss/commits/v4.1.10/packages/tailwindcss">compare view</a></li>
</ul>
</details>
<br />
Updates `tsx` from 4.20.1 to 4.20.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/privatenumber/tsx/releases">tsx's releases</a>.</em></p>
<blockquote>
<h2>v4.20.3</h2>
<h2><a href="https://github.com/privatenumber/tsx/compare/v4.20.2...v4.20.3">4.20.3</a> (2025-06-13)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>revert v4.20 changes (<a href="https://github.com/privatenumber/tsx/commit/dadcf27b2e1721bd98e4e02d926180f060a5f48a">dadcf27</a>)</li>
</ul>
<hr />
<p>This release is also available on:</p>
<ul>
<li><a href="https://www.npmjs.com/package/tsx/v/4.20.3"><code>npm package (@latest dist-tag)</code></a></li>
</ul>
<h2>v4.20.2</h2>
<h2><a href="https://github.com/privatenumber/tsx/compare/v4.20.1...v4.20.2">4.20.2</a> (2025-06-12)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>support ambiguous package (<a href="https://redirect.github.com/privatenumber/tsx/issues/79">#79</a>) (<a href="https://github.com/privatenumber/tsx/commit/c1882680bce9df3052bef23dbed1b95728e802bb">c188268</a>)</li>
</ul>
<hr />
<p>This release is also available on:</p>
<ul>
<li><a href="https://www.npmjs.com/package/tsx/v/4.20.2"><code>npm package (@latest dist-tag)</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/privatenumber/tsx/commit/dadcf27b2e1721bd98e4e02d926180f060a5f48a"><code>dadcf27</code></a> fix: revert v4.20 changes</li>
<li><a href="https://github.com/privatenumber/tsx/commit/2d1aaee7b868820e051a097ec8b94399f0726e5b"><code>2d1aaee</code></a> chore: upgrade manten</li>
<li><a href="https://github.com/privatenumber/tsx/commit/c1882680bce9df3052bef23dbed1b95728e802bb"><code>c188268</code></a> fix: support ambiguous package (<a href="https://redirect.github.com/privatenumber/tsx/issues/79">#79</a>)</li>
<li><a href="https://github.com/privatenumber/tsx/commit/602f1b1c6d2d1cfd79757cc5ba0e4237e017bb08"><code>602f1b1</code></a> chore: debug to accept levels (<a href="https://redirect.github.com/privatenumber/tsx/issues/77">#77</a>)</li>
<li><a href="https://github.com/privatenumber/tsx/commit/5172c477e1a98ab2d2fdd63ac09292f6710860e9"><code>5172c47</code></a> test: log node-pty failure stdout</li>
<li><a href="https://github.com/privatenumber/tsx/commit/1e8f17b2b68e10cfc388de1a6f33e0ee1977d4bb"><code>1e8f17b</code></a> refactor: node-pty test code</li>
<li>See full diff in <a href="https://github.com/privatenumber/tsx/compare/v4.20.1...v4.20.3">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 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>
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/908
Author: @dependabot[bot]
Created: 6/13/2025
Status: ✅ Merged
Merged: 6/13/2025
Merged by: @oschwartz10612
Base:
main← Head:dependabot/npm_and_yarn/dev-patch-updates-e7885b43cc📝 Commits (1)
3d4177bBump the dev-patch-updates group across 1 directory with 5 updates📊 Changes
2 files changed (+139 additions, -79 deletions)
View changed files
📝
package-lock.json(+136 -76)📝
package.json(+3 -3)📄 Description
Bumps the dev-patch-updates group with 4 updates in the / directory: @tailwindcss/postcss, @types/react, postcss and tsx.
Updates
@tailwindcss/postcssfrom 4.1.8 to 4.1.10Release notes
Sourced from
@tailwindcss/postcss's releases.Changelog
Sourced from
@tailwindcss/postcss's changelog.Commits
d06bbb8Prepare v4.1.10 (#18290)b88371aPrepare v4.1.9 (#18285)Updates
@types/reactfrom 19.1.7 to 19.1.8Commits
Updates
postcssfrom 8.5.4 to 8.5.5Release notes
Sourced from postcss's releases.
Changelog
Sourced from postcss's changelog.
Commits
c181597Release 8.5.5 versionc5523fbUpdate dependencies2e3450crefactor:importshould be listed beforerequire(#2052)4d720bdUpdate EM textUpdates
tailwindcssfrom 4.1.8 to 4.1.10Release notes
Sourced from tailwindcss's releases.
Changelog
Sourced from tailwindcss's changelog.
Commits
d06bbb8Prepare v4.1.10 (#18290)ddb0befFix missing space around-when using%regression (#18289)b88371aPrepare v4.1.9 (#18285)aa817fbfix: don't break CSS keywords when formatting math expressions (#18220)bea843cCSS Parser: Handle string with semi-colon in custom properties. (#18251)8bfbac5docs: fix typo in container.ts comment ("a the" -> "the") (#18223)Updates
tsxfrom 4.20.1 to 4.20.3Release notes
Sourced from tsx's releases.
Commits
dadcf27fix: revert v4.20 changes2d1aaeechore: upgrade mantenc188268fix: support ambiguous package (#79)602f1b1chore: debug to accept levels (#77)5172c47test: log node-pty failure stdout1e8f17brefactor: node-pty test codeDependabot 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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.