-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit 360f51d
authored
deps: bump @primer/react from 37.15.0 to 37.16.0 in the dependency-updates group (#1520)
Bumps the dependency-updates group with 1 update:
[@primer/react](https://github.com/primer/react).
Updates `@primer/react` from 37.15.0 to 37.16.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/37"><code>@37</code></a>.16.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/primer/react/pull/5763">#5763</a> <a
href="https://github.com/primer/react/commit/d3926d183c690f4c3ca80c6f5de92a869688ead7"><code>d3926d1</code></a>
Thanks <a
href="https://github.com/hussam-i-am"><code>@hussam-i-am</code></a>! -
chore(Box): Mark Box and its props as deprecated</p>
</li>
<li>
<p><a
href="https://redirect.github.com/primer/react/pull/5772">#5772</a> <a
href="https://github.com/primer/react/commit/09704159839484eaa709f8db2261b38d713a8f1b"><code>0970415</code></a>
Thanks <a
href="https://github.com/jonrohan"><code>@jonrohan</code></a>! -
Removing the CSS modules feature flag from the SubNav component.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/primer/react/pull/5785">#5785</a> <a
href="https://github.com/primer/react/commit/fbd7fc9dbad337e6558d9628a9c21ff2a74200b1"><code>fbd7fc9</code></a>
Thanks <a
href="https://github.com/jonrohan"><code>@jonrohan</code></a>! - Remove
CSS modules feature flag from VisuallyHidden</p>
</li>
<li>
<p><a
href="https://redirect.github.com/primer/react/pull/5760">#5760</a> <a
href="https://github.com/primer/react/commit/8b492cfef0a086d95803e85c3fc63b4c07b58aa5"><code>8b492cf</code></a>
Thanks <a
href="https://github.com/TylerJDev"><code>@TylerJDev</code></a>! -
Radio: Removes <code>aria-invalid</code> and <code>aria-required</code>
from <code>Radio</code>, as they are not supported on the element's
role.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/primer/react/pull/5759">#5759</a> <a
href="https://github.com/primer/react/commit/76bf60d6772d39322def284d43d711480bcc5c81"><code>76bf60d</code></a>
Thanks <a
href="https://github.com/siddharthkp"><code>@siddharthkp</code></a>! -
AnchoredOverlay: Add prop to set responsive variant. Example:
<code>variant: {regular: 'anchored', narrow: 'anchored'}</code></p>
</li>
<li>
<p><a
href="https://redirect.github.com/primer/react/pull/5725">#5725</a> <a
href="https://github.com/primer/react/commit/d3b48b1cc2d4d5e23fbcdc4052e0db3bf03397ce"><code>d3b48b1</code></a>
Thanks <a
href="https://github.com/lukasoppermann"><code>@lukasoppermann</code></a>!
- Allow button count prop to accept a number or a string, to allow for
human format, like 3.2k</p>
</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/primer/react/pull/5768">#5768</a> <a
href="https://github.com/primer/react/commit/7b2eb4e71966321eed9f5b779bb5bbf997ca9191"><code>7b2eb4e</code></a>
Thanks <a
href="https://github.com/joshblack"><code>@joshblack</code></a>! -
Update CSS Custom Property used in skeletons to fix animation behind
feature flag.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/primer/react/pull/5773">#5773</a> <a
href="https://github.com/primer/react/commit/9e1856799e8d6f54262fec020635ba1ee0ed5ad0"><code>9e18567</code></a>
Thanks <a
href="https://github.com/lukasoppermann"><code>@lukasoppermann</code></a>!
- Update icon color for Blankslate to <code>--fgColor-muted</code> to
align with Figma and Primer ViewComponents</p>
</li>
<li>
<p><a
href="https://redirect.github.com/primer/react/pull/5764">#5764</a> <a
href="https://github.com/primer/react/commit/c63e80540f9be6debeb2bbab13979ab12099414c"><code>c63e805</code></a>
Thanks <a
href="https://github.com/joshblack"><code>@joshblack</code></a>! -
Update base component for Checkbox and Radio to pass along correct prop
type in React 19</p>
</li>
<li>
<p><a
href="https://redirect.github.com/primer/react/pull/5765">#5765</a> <a
href="https://github.com/primer/react/commit/86a6211656e991fbd1d202253636296351cc11d8"><code>86a6211</code></a>
Thanks <a
href="https://github.com/joshblack"><code>@joshblack</code></a>! -
Update ordering of selectors to improve rendering of checked Radio
options</p>
</li>
<li>
<p><a
href="https://redirect.github.com/primer/react/pull/5649">#5649</a> <a
href="https://github.com/primer/react/commit/63ca6f2796688d5777edf1dd568c8bd1bb337f11"><code>63ca6f2</code></a>
Thanks <a
href="https://github.com/joshblack"><code>@joshblack</code></a>! -
Update BaseStyles to set data-color-mode to auto when colorMode in
ThemeProvider is auto</p>
</li>
<li>
<p><a
href="https://redirect.github.com/primer/react/pull/5767">#5767</a> <a
href="https://github.com/primer/react/commit/e0c34d06b83d22776e22472fd9d9ee821ff14f44"><code>e0c34d0</code></a>
Thanks <a
href="https://github.com/mperrotti"><code>@mperrotti</code></a>! -
Upgrades tab-container-element</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/primer/react/commit/edc824a0ef21dfaa1e5e6711882d41a6ca2a8610"><code>edc824a</code></a>
Release tracking (<a
href="https://redirect.github.com/primer/react/issues/5769">#5769</a>)</li>
<li><a
href="https://github.com/primer/react/commit/09704159839484eaa709f8db2261b38d713a8f1b"><code>0970415</code></a>
Remove CSS modules feature flag from SubNav (<a
href="https://redirect.github.com/primer/react/issues/5772">#5772</a>)</li>
<li><a
href="https://github.com/primer/react/commit/fbd7fc9dbad337e6558d9628a9c21ff2a74200b1"><code>fbd7fc9</code></a>
Remove CSS modules feature flag from VisuallyHidden (<a
href="https://redirect.github.com/primer/react/issues/5785">#5785</a>)</li>
<li><a
href="https://github.com/primer/react/commit/fc10f292dcff6a5639714605ba3eb925d80382d6"><code>fc10f29</code></a>
Update adr-019-deprecating-props.md (<a
href="https://redirect.github.com/primer/react/issues/5782">#5782</a>)</li>
<li><a
href="https://github.com/primer/react/commit/774bbfa81cdd5aac5cfda7d9aa40c1d58db0bbc8"><code>774bbfa</code></a>
Update adr-017-interaction-tests-revisited.md (<a
href="https://redirect.github.com/primer/react/issues/5783">#5783</a>)</li>
<li><a
href="https://github.com/primer/react/commit/5fcc467d49ba876e7a724a6d695cd359557d757c"><code>5fcc467</code></a>
Update adr-020-live-regions.md (<a
href="https://redirect.github.com/primer/react/issues/5784">#5784</a>)</li>
<li><a
href="https://github.com/primer/react/commit/86ef211d459966c509c18b7fa9e82c2439280b2b"><code>86ef211</code></a>
chore(deps-dev): bump the storybook group with 12 updates (<a
href="https://redirect.github.com/primer/react/issues/5777">#5777</a>)</li>
<li><a
href="https://github.com/primer/react/commit/11e4263cf492ca304aac478c8f5283960c6d6683"><code>11e4263</code></a>
chore(deps): bump cross-spawn and <code>@changesets/cli</code> (<a
href="https://redirect.github.com/primer/react/issues/5781">#5781</a>)</li>
<li><a
href="https://github.com/primer/react/commit/b65628917416ed7edd6e9f949c34dbb184452c07"><code>b656289</code></a>
chore(deps-dev): bump change-case from 5.4.3 to 5.4.4 (<a
href="https://redirect.github.com/primer/react/issues/5778">#5778</a>)</li>
<li><a
href="https://github.com/primer/react/commit/906df79a4677ffad6d8c6bac7e976b26f6ba1f4c"><code>906df79</code></a>
chore(deps): bump next from 14.2.15 to 14.2.21 (<a
href="https://redirect.github.com/primer/react/issues/5752">#5752</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 />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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 b95540b commit 360f51dCopy full SHA for 360f51d
1 file changed
+4
-4
lines changed+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments