-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit 05efae1
authored
deps: bump the dependency-updates group across 1 directory with 5 updates (#1180)
Bumps the dependency-updates group with 5 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@primer/react](https://github.com/primer/react) | `36.22.0` |
`36.24.0` |
| [framer-motion](https://github.com/framer/motion) | `11.2.11` |
`11.2.12` |
| [@npmcli/eslint-config](https://github.com/npm/eslint-config) |
`4.0.4` | `4.0.5` |
|
[eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise)
| `6.2.0` | `6.4.0` |
| [minimatch](https://github.com/isaacs/minimatch) | `9.0.4` | `9.0.5` |
Updates `@primer/react` from 36.22.0 to 36.24.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/36"><code>@36</code></a>.24.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/primer/react/pull/4673">#4673</a> <a
href="https://github.com/primer/react/commit/eedc6b16ba3078025c636a8c1368f38f7f9b798d"><code>eedc6b16ba3078025c636a8c1368f38f7f9b798d</code></a>
Thanks <a
href="https://github.com/joshblack"><code>@joshblack</code></a>! - Add
experimental support for the AriaStatus, AriaAlert, and Announce
components</p>
</li>
<li>
<p><a
href="https://redirect.github.com/primer/react/pull/4691">#4691</a> <a
href="https://github.com/primer/react/commit/55e97a9027aafd0ee432d8d5c293d75792de96dc"><code>55e97a9027aafd0ee432d8d5c293d75792de96dc</code></a>
Thanks <a
href="https://github.com/joshblack"><code>@joshblack</code></a>! -
Update internal VisuallyHidden helper to use a <code>span</code> by
default over a <code>div</code> to support more nesting scenarios by
default</p>
</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/primer/react/pull/4699">#4699</a> <a
href="https://github.com/primer/react/commit/546803e66661d353450c9ef2fc8cbfd51ca18d41"><code>546803e66661d353450c9ef2fc8cbfd51ca18d41</code></a>
Thanks <a
href="https://github.com/siddharthkp"><code>@siddharthkp</code></a>! -
Overlay: Set <code>style</code> prop correctly</p>
</li>
<li>
<p><a
href="https://redirect.github.com/primer/react/pull/4669">#4669</a> <a
href="https://github.com/primer/react/commit/1403ef7e015165119b03b73832c5aa8b2f093021"><code>1403ef7e015165119b03b73832c5aa8b2f093021</code></a>
Thanks <a
href="https://github.com/broccolinisoup"><code>@broccolinisoup</code></a>!
- PageHeader: Resolve layout shift issues on Title and Actions</p>
</li>
</ul>
<h2><code>@primer/react</code><a
href="https://github.com/36"><code>@36</code></a>.23.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/primer/react/pull/4634">#4634</a> <a
href="https://github.com/primer/react/commit/db72a714211b1f2aa8ee0cebaca056c702963542"><code>db72a714211b1f2aa8ee0cebaca056c702963542</code></a>
Thanks <a href="https://github.com/khiga8"><code>@khiga8</code></a>! -
Introduce ActionList.TrailingAction to support secondary action on
ActionList.Item</p>
</li>
<li>
<p><a
href="https://redirect.github.com/primer/react/pull/4052">#4052</a> <a
href="https://github.com/primer/react/commit/e2f35e2eda04e2128aaaf98c188cc94a34de7aeb"><code>e2f35e2eda04e2128aaaf98c188cc94a34de7aeb</code></a>
Thanks <a
href="https://github.com/mperrotti"><code>@mperrotti</code></a>! - Adds
components to support skeleton loading states, and uses those components
to replace ad-hoc skeleton loading states in Primer React
components.</p>
<!-- raw HTML omitted -->
</li>
<li>
<p><a
href="https://redirect.github.com/primer/react/pull/4140">#4140</a> <a
href="https://github.com/primer/react/commit/c093411ec6caa4d4ce1720a68a22e492d5f39458"><code>c093411ec6caa4d4ce1720a68a22e492d5f39458</code></a>
Thanks <a
href="https://github.com/mperrotti"><code>@mperrotti</code></a>! - Adds
a prop, <code>srText</code>, to the Spinner component to convey a
loading message to assistive technologies such as screen readers.</p>
<!-- raw HTML omitted -->
</li>
<li>
<p><a
href="https://redirect.github.com/primer/react/pull/4272">#4272</a> <a
href="https://github.com/primer/react/commit/3c467efc794d47326613796149f422c24a9b3cb9"><code>3c467efc794d47326613796149f422c24a9b3cb9</code></a>
Thanks <a
href="https://github.com/TylerJDev"><code>@TylerJDev</code></a>! -
(Behind feature flag) ActionList: Utilizes <code><button></code>
inside of <code><li></code> for interactive items.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/primer/react/pull/4527">#4527</a> <a
href="https://github.com/primer/react/commit/623b16e9832173d418092e47a85fd0a0a0d895f8"><code>623b16e9832173d418092e47a85fd0a0a0d895f8</code></a>
Thanks <a
href="https://github.com/langermank"><code>@langermank</code></a>! -
Add <code>truncation</code> prop to <code>Button</code> to allow for
ellipses overflow or text wrapping for long button labels</p>
</li>
<li>
<p><a
href="https://redirect.github.com/primer/react/pull/4550">#4550</a> <a
href="https://github.com/primer/react/commit/3e493ba0723c9f0eadfacae6389959023561a700"><code>3e493ba0723c9f0eadfacae6389959023561a700</code></a>
Thanks <a
href="https://github.com/mperrotti"><code>@mperrotti</code></a>! - Adds
UnderlinePanels component. It's like UnderlineNav, but for rendering
semantic tabs instead of links.</p>
<!-- raw HTML omitted -->
</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/primer/react/pull/4651">#4651</a> <a
href="https://github.com/primer/react/commit/b13bbb33d547352926af5206741db123457a09a1"><code>b13bbb33d547352926af5206741db123457a09a1</code></a>
Thanks <a
href="https://github.com/mperrotti"><code>@mperrotti</code></a>! -
Prevents text color from changing on hover for "inactive"
ActionMenu.Items of the "danger" variant. Before this change,
the text color would change on hover. After this change, the text color
remains the same on hover.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/primer/react/pull/4695">#4695</a> <a
href="https://github.com/primer/react/commit/9ee8ec9a16d9a72e4723163115dd59ce7e8dce28"><code>9ee8ec9a16d9a72e4723163115dd59ce7e8dce28</code></a>
Thanks <a
href="https://github.com/TylerJDev"><code>@TylerJDev</code></a>! -
Fixes conditional in <code>ActionList.Item</code> that was dependent on
FF being active before applying forwarded ref.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/primer/react/commit/84f862c3ceeb112ec1a0f3818c46a2f61a621cda"><code>84f862c</code></a>
Version Packages (<a
href="https://redirect.github.com/primer/react/issues/4698">#4698</a>)</li>
<li><a
href="https://github.com/primer/react/commit/eedc6b16ba3078025c636a8c1368f38f7f9b798d"><code>eedc6b1</code></a>
refactor(live-region): update live region helpers to match ADR (<a
href="https://redirect.github.com/primer/react/issues/4673">#4673</a>)</li>
<li><a
href="https://github.com/primer/react/commit/93f2ac0d7918442314818cc10ff96dfb3aa28f07"><code>93f2ac0</code></a>
Fix remaining <code>Axe</code> errors in Storybook (<a
href="https://redirect.github.com/primer/react/issues/4704">#4704</a>)</li>
<li><a
href="https://github.com/primer/react/commit/897033ea11d177839e8a9ecca76fdcf09044bd47"><code>897033e</code></a>
[ADR] docs: add live-regions adr (<a
href="https://redirect.github.com/primer/react/issues/4611">#4611</a>)</li>
<li><a
href="https://github.com/primer/react/commit/55e97a9027aafd0ee432d8d5c293d75792de96dc"><code>55e97a9</code></a>
refactor(VisuallyHidden): update base element from div to span (<a
href="https://redirect.github.com/primer/react/issues/4691">#4691</a>)</li>
<li><a
href="https://github.com/primer/react/commit/546803e66661d353450c9ef2fc8cbfd51ca18d41"><code>546803e</code></a>
Overlay: Set style prop correctly (<a
href="https://redirect.github.com/primer/react/issues/4699">#4699</a>)</li>
<li><a
href="https://github.com/primer/react/commit/390511e52b06ecab43dc59e289242bee26823a9d"><code>390511e</code></a>
Bump release event tracking to 2.1.1 (<a
href="https://redirect.github.com/primer/react/issues/4700">#4700</a>)</li>
<li><a
href="https://github.com/primer/react/commit/1403ef7e015165119b03b73832c5aa8b2f093021"><code>1403ef7</code></a>
PageHeader: Fixes layout issues on title and sub components (<a
href="https://redirect.github.com/primer/react/issues/4669">#4669</a>)</li>
<li><a
href="https://github.com/primer/react/commit/dddd4772009a86f3a29c0de4f3cb4faeb2fb85e9"><code>dddd477</code></a>
Version Packages (<a
href="https://redirect.github.com/primer/react/issues/4674">#4674</a>)</li>
<li><a
href="https://github.com/primer/react/commit/a2224c5a2d7731b53663da450b609fac709e5721"><code>a2224c5</code></a>
docs(versioning): update guide with changes to event handlers (<a
href="https://redirect.github.com/primer/react/issues/4688">#4688</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/primer/react/compare/@primer/[email protected]...@primer/[email protected]">compare
view</a></li>
</ul>
</details>
<br />
Updates `framer-motion` from 11.2.11 to 11.2.12
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/framer/motion/blob/main/CHANGELOG.md">framer-motion's
changelog</a>.</em></p>
<blockquote>
<h2>[11.2.12] 2024-06-25</h2>
<h3>Fixed</h3>
<ul>
<li>Fixing <code>dragConstraints={ref}</code> mixed with layout
animations.</li>
</ul>
<h2>[11.2.10] 2024-05-31</h2>
<h3>Fixed</h3>
<ul>
<li>Changing invalid number interpolation from error to warning and
immediate mix.</li>
</ul>
<h2>[11.2.9] 2024-05-29</h2>
<h3>Fixed</h3>
<ul>
<li>Fixing animation of CSS variables when leading space is
present.</li>
</ul>
<h2>[11.2.8] 2024-05-29</h2>
<h3>Fixed</h3>
<ul>
<li>Ensuring instant animations return animation controls.</li>
</ul>
<h2>[11.2.7] 2024-05-29</h2>
<h3>Fixed</h3>
<ul>
<li>Only allow layout animations to cancel optimised appear animations
when on the same node or an ancestor.</li>
</ul>
<h2>[11.2.6] 2024-05-22</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed optimised appear animations interrupted by layout animations
triggered by a state update within <code>useLayoutEffect</code>.</li>
</ul>
<h2>[11.2.5] 2024-05-21</h2>
<h3>Fixed</h3>
<ul>
<li>Fixing layout animations within portals. Tag <code>motion</code>
root within portal with <code>data-framer-portal-id</code>
attribute.</li>
</ul>
<h2>[11.2.4] 2024-05-16</h2>
<h3>Fixed</h3>
<ul>
<li>Batching triggering animations with <code>useSpring</code>.</li>
</ul>
<h2>[11.2.3] 2024-05-16</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/framer/motion/commit/435843d7aa332820bb9d4a75cb9c96146b3af2d8"><code>435843d</code></a>
v11.2.12</li>
<li><a
href="https://github.com/framer/motion/commit/98874995ce316493f010b75ff093e1720fe95c47"><code>9887499</code></a>
Updating changelog</li>
<li><a
href="https://github.com/framer/motion/commit/98833d2e724d03aa54e4802f05d1c59edb529de4"><code>98833d2</code></a>
Merge pull request <a
href="https://redirect.github.com/framer/motion/issues/2707">#2707</a>
from framer/fix/drag-constraints</li>
<li><a
href="https://github.com/framer/motion/commit/a67bfdf77a7f5fabd3df1e59bb1cabf407e84c74"><code>a67bfdf</code></a>
Always remove transform on draggable elements</li>
<li><a
href="https://github.com/framer/motion/commit/1a9ba5c2e3413fdb4343d29533b8a2b9add40fdc"><code>1a9ba5c</code></a>
Updating PR</li>
<li><a
href="https://github.com/framer/motion/commit/3acbf0bdc3b6608b2f516bc31402dc14a79a92a8"><code>3acbf0b</code></a>
Fixing drag constraints with layout animations</li>
<li><a
href="https://github.com/framer/motion/commit/62d0d0a0534c518e07e94f0535541fcac4a1b34c"><code>62d0d0a</code></a>
Updating bundlesize</li>
<li><a
href="https://github.com/framer/motion/commit/3a6a6e20deb697df3a20201607a48150e2d77255"><code>3a6a6e2</code></a>
Removing webpack bundles</li>
<li><a
href="https://github.com/framer/motion/commit/69e3e05f368ab8129001afa390beb6d0e928df1c"><code>69e3e05</code></a>
Updating version</li>
<li>See full diff in <a
href="https://github.com/framer/motion/compare/v11.2.11...v11.2.12">compare
view</a></li>
</ul>
</details>
<br />
Updates `@npmcli/eslint-config` from 4.0.4 to 4.0.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/npm/eslint-config/releases"><code>@npmcli/eslint-config</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v4.0.5</h2>
<h2><a
href="https://github.com/npm/eslint-config/compare/v4.0.4...v4.0.5">4.0.5</a>
(2024-07-01)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><a
href="https://github.com/npm/eslint-config/commit/975e40c1b61ef09b180456d6e06ef2a886d13be3"><code>975e40c</code></a>
<a
href="https://redirect.github.com/npm/eslint-config/pull/114">#114</a>
remove import/no-unresolved (<a
href="https://redirect.github.com/npm/eslint-config/issues/114">#114</a>)
(<a
href="https://github.com/wraithgar"><code>@wraithgar</code></a>)</li>
</ul>
<h3>Chores</h3>
<ul>
<li><a
href="https://github.com/npm/eslint-config/commit/567d25825811c2ec7d61da0b4dc5c5ccb90cb6d0"><code>567d258</code></a>
<a
href="https://redirect.github.com/npm/eslint-config/pull/108">#108</a>
bump <code>@npmcli/template-oss</code> to 4.22.0 (<a
href="https://github.com/lukekarrys"><code>@lukekarrys</code></a>)</li>
<li><a
href="https://github.com/npm/eslint-config/commit/a92c2a3799dda5a9dd8618a1bc6b2bf4c2168ccd"><code>a92c2a3</code></a>
<a
href="https://redirect.github.com/npm/eslint-config/pull/108">#108</a>
postinstall for dependabot template-oss PR (<a
href="https://github.com/lukekarrys"><code>@lukekarrys</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/npm/eslint-config/blob/main/CHANGELOG.md"><code>@npmcli/eslint-config</code>'s
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/npm/eslint-config/compare/v4.0.4...v4.0.5">4.0.5</a>
(2024-07-01)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><a
href="https://github.com/npm/eslint-config/commit/975e40c1b61ef09b180456d6e06ef2a886d13be3"><code>975e40c</code></a>
<a
href="https://redirect.github.com/npm/eslint-config/pull/114">#114</a>
remove import/no-unresolved (<a
href="https://redirect.github.com/npm/eslint-config/issues/114">#114</a>)
(<a
href="https://github.com/wraithgar"><code>@wraithgar</code></a>)</li>
</ul>
<h3>Chores</h3>
<ul>
<li><a
href="https://github.com/npm/eslint-config/commit/567d25825811c2ec7d61da0b4dc5c5ccb90cb6d0"><code>567d258</code></a>
<a
href="https://redirect.github.com/npm/eslint-config/pull/108">#108</a>
bump <code>@npmcli/template-oss</code> to 4.22.0 (<a
href="https://github.com/lukekarrys"><code>@lukekarrys</code></a>)</li>
<li><a
href="https://github.com/npm/eslint-config/commit/a92c2a3799dda5a9dd8618a1bc6b2bf4c2168ccd"><code>a92c2a3</code></a>
<a
href="https://redirect.github.com/npm/eslint-config/pull/108">#108</a>
postinstall for dependabot template-oss PR (<a
href="https://github.com/lukekarrys"><code>@lukekarrys</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/npm/eslint-config/commit/b62fba5f6c7b0d2d65a61786e7d5704683d84445"><code>b62fba5</code></a>
chore: release 4.0.5 (<a
href="https://redirect.github.com/npm/eslint-config/issues/115">#115</a>)</li>
<li><a
href="https://github.com/npm/eslint-config/commit/975e40c1b61ef09b180456d6e06ef2a886d13be3"><code>975e40c</code></a>
fix: remove import/no-unresolved (<a
href="https://redirect.github.com/npm/eslint-config/issues/114">#114</a>)</li>
<li><a
href="https://github.com/npm/eslint-config/commit/a92c2a3799dda5a9dd8618a1bc6b2bf4c2168ccd"><code>a92c2a3</code></a>
chore: postinstall for dependabot template-oss PR</li>
<li><a
href="https://github.com/npm/eslint-config/commit/567d25825811c2ec7d61da0b4dc5c5ccb90cb6d0"><code>567d258</code></a>
chore: bump <code>@npmcli/template-oss</code> to 4.22.0</li>
<li>See full diff in <a
href="https://github.com/npm/eslint-config/compare/v4.0.4...v4.0.5">compare
view</a></li>
</ul>
</details>
<br />
Updates `eslint-plugin-promise` from 6.2.0 to 6.4.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eslint-community/eslint-plugin-promise/releases">eslint-plugin-promise's
releases</a>.</em></p>
<blockquote>
<h2>v6.4.0</h2>
<h1><a
href="https://github.com/eslint-community/eslint-plugin-promise/compare/v6.3.0...v6.4.0">6.4.0</a>
(2024-07-01)</h1>
<h3>Features</h3>
<ul>
<li>add support for flat config (<a
href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/479">#479</a>)
(<a
href="https://github.com/eslint-community/eslint-plugin-promise/commit/ecbce9faef0c8e05636287cf9c851949be6d70cc">ecbce9f</a>)</li>
</ul>
<h2>v6.3.0</h2>
<h1><a
href="https://github.com/eslint-community/eslint-plugin-promise/compare/v6.2.0...v6.3.0">6.3.0</a>
(2024-07-01)</h1>
<h3>Features</h3>
<ul>
<li>add support for eslint v9 (<a
href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/478">#478</a>)
(<a
href="https://github.com/eslint-community/eslint-plugin-promise/commit/4dfc8a77c0592a19d467a268708678114c3c7c2b">4dfc8a7</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/eslint-community/eslint-plugin-promise/commit/ecbce9faef0c8e05636287cf9c851949be6d70cc"><code>ecbce9f</code></a>
feat: add support for flat config (<a
href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/479">#479</a>)</li>
<li><a
href="https://github.com/eslint-community/eslint-plugin-promise/commit/4dfc8a77c0592a19d467a268708678114c3c7c2b"><code>4dfc8a7</code></a>
feat: add support for eslint v9 (<a
href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/478">#478</a>)</li>
<li><a
href="https://github.com/eslint-community/eslint-plugin-promise/commit/afbda82b8e6c2f3b905192d26e893a9d45bfc6a1"><code>afbda82</code></a>
chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (<a
href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/477">#477</a>)</li>
<li>See full diff in <a
href="https://github.com/eslint-community/eslint-plugin-promise/compare/v6.2.0...v6.4.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `minimatch` from 9.0.4 to 9.0.5
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/isaacs/minimatch/commit/0de7f45232cad5e3e49e4eb7cd9b6e124ed04b84"><code>0de7f45</code></a>
9.0.5</li>
<li><a
href="https://github.com/isaacs/minimatch/commit/d16b95c92eb20da549597242fb74beba4be63bf7"><code>d16b95c</code></a>
whitespace formatting</li>
<li><a
href="https://github.com/isaacs/minimatch/commit/f09ab6731ef71f24565025f8c207437a2f459807"><code>f09ab67</code></a>
fix: duplicated patterns in second phase preprocess loop</li>
<li><a
href="https://github.com/isaacs/minimatch/commit/d5ef89f0c9f479f1b82ea66b39a20273e4cda6fc"><code>d5ef89f</code></a>
docs: Fix typo</li>
<li>See full diff in <a
href="https://github.com/isaacs/minimatch/compare/v9.0.4...v9.0.5">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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 0a0a3a1 commit 05efae1Copy full SHA for 05efae1
File tree
Expand file treeCollapse file tree
1 file changed
+19
-19
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+19
-19
lines changed+19-19Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments