Skip to content

Commit e591570

Browse files
deps: bump the dependency-updates group with 2 updates (#1551)
Bumps the dependency-updates group with 2 updates: [@primer/react](https://github.com/primer/react) and [framer-motion](https://github.com/motiondivision/motion). Updates `@primer/react` from 37.18.0 to 37.19.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>.19.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/primer/react/pull/5900">#5900</a> <a href="https://github.com/primer/react/commit/ebc68133edd927072bca65e34147df2017e95a86"><code>ebc6813</code></a> Thanks <a href="https://github.com/jonrohan"><code>@​jonrohan</code></a>! - Remove the CSS modules feature flag from the ActionList.Heading component</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5830">#5830</a> <a href="https://github.com/primer/react/commit/f8760fecf9433e548e90ad7e6cf30d216122091d"><code>f8760fe</code></a> Thanks <a href="https://github.com/iansan5653"><code>@​iansan5653</code></a>! - Hide <code>TooltipV2</code> tooltips on <code>touchend</code> event</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5873">#5873</a> <a href="https://github.com/primer/react/commit/0a2e3f071fed8ff1109751c56faf4a92f8cf0542"><code>0a2e3f0</code></a> Thanks <a href="https://github.com/jonrohan"><code>@​jonrohan</code></a>! - Remove the CSS modules feature flag for the TextArea component</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5693">#5693</a> <a href="https://github.com/primer/react/commit/da851921e7e4cddba577d08da44ffbe32936c15b"><code>da85192</code></a> Thanks <a href="https://github.com/francinelucca"><code>@​francinelucca</code></a>! - chore(SkeletonBox): promote to Alpha</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5876">#5876</a> <a href="https://github.com/primer/react/commit/a78c820d9c5ac5c29fdccfd30e8dd1944653f1f4"><code>a78c820</code></a> Thanks <a href="https://github.com/jonrohan"><code>@​jonrohan</code></a>! - Remove the CSS modules feature flag from the SideNav component</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5882">#5882</a> <a href="https://github.com/primer/react/commit/6eecde60f93407dcc1d32fe81fb86229c04ad595"><code>6eecde6</code></a> Thanks <a href="https://github.com/francinelucca"><code>@​francinelucca</code></a>! - chore(SelectPanel): remove css modules feature flag</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5851">#5851</a> <a href="https://github.com/primer/react/commit/a812a868c8eb98c3a1ad6540806b7db2bb75aa0d"><code>a812a86</code></a> Thanks <a href="https://github.com/jamieshark"><code>@​jamieshark</code></a>! - Removes feature flag for FormControl</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5861">#5861</a> <a href="https://github.com/primer/react/commit/ecb449f41f8e2a16f3c547877f53208f6eef92eb"><code>ecb449f</code></a> Thanks <a href="https://github.com/jamieshark"><code>@​jamieshark</code></a>! - Changes argument signature for toggleSxComponent to simplify</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5836">#5836</a> <a href="https://github.com/primer/react/commit/c177e5e5b89ef7039dde039b5b2f4a925a3bdc24"><code>c177e5e</code></a> Thanks <a href="https://github.com/jamieshark"><code>@​jamieshark</code></a>! - Removes css module flag for UnderlinePanels and associated components.</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/primer/react/pull/5866">#5866</a> <a href="https://github.com/primer/react/commit/f9785343716435f43e3d82482b057a17bd345c25"><code>f978534</code></a> Thanks <a href="https://github.com/mperrotti"><code>@​mperrotti</code></a>! - Improves how we detect context for inactive item messaging by checking the <code>role</code> on <code>ActionList</code> instead of relying on parent components, making the logic more robust and consistent. It also fixes incorrect behavior in <code>NavList</code> and <code>SelectPanel</code>, and improves accessibility by correcting <code>aria</code> relationships on tooltip buttons.</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5912">#5912</a> <a href="https://github.com/primer/react/commit/81821db70b054c5d2f932b4fbb8642dfea9625f8"><code>81821db</code></a> Thanks <a href="https://github.com/francinelucca"><code>@​francinelucca</code></a>! - fix(SelectPanel): always show x button on single select</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5908">#5908</a> <a href="https://github.com/primer/react/commit/8e7bc0e4299b3c43ef128a9482bef4bb7f539a71"><code>8e7bc0e</code></a> Thanks <a href="https://github.com/francinelucca"><code>@​francinelucca</code></a>! - fix(SelectPanel): differentiate onCancel gesture from escape</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5904">#5904</a> <a href="https://github.com/primer/react/commit/a522fdb14562b6dff2f2382f20fc9aefc01a26bc"><code>a522fdb</code></a> Thanks <a href="https://github.com/francinelucca"><code>@​francinelucca</code></a>! - fix(SelectPanel): disable body scroll on full screen</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5906">#5906</a> <a href="https://github.com/primer/react/commit/8fa12ead9ec467293e6e6edb38c2ccc90da9fe5e"><code>8fa12ea</code></a> Thanks <a href="https://github.com/TylerJDev"><code>@​TylerJDev</code></a>! - SelectPanelV2: Add <code>deprecated</code> status to SelectPanelV2 docs and stories</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5881">#5881</a> <a href="https://github.com/primer/react/commit/ea1fb509f2b0f143a0f18be1882a4de665313679"><code>ea1fb50</code></a> Thanks <a href="https://github.com/emilybrick"><code>@​emilybrick</code></a>! - fix(SelectPanel): Add margin around notice styles</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/primer/react/commit/3d0668938905232d5cd71423f8817485f5e2d203"><code>3d06689</code></a> Release tracking (<a href="https://redirect.github.com/primer/react/issues/5863">#5863</a>)</li> <li><a href="https://github.com/primer/react/commit/81821db70b054c5d2f932b4fbb8642dfea9625f8"><code>81821db</code></a> fix(SelectPanel): always show x button on single select (<a href="https://redirect.github.com/primer/react/issues/5912">#5912</a>)</li> <li><a href="https://github.com/primer/react/commit/f9785343716435f43e3d82482b057a17bd345c25"><code>f978534</code></a> Correct inactive ActionList.Item behavior in NavList and SelectPanel contexts...</li> <li><a href="https://github.com/primer/react/commit/8e7bc0e4299b3c43ef128a9482bef4bb7f539a71"><code>8e7bc0e</code></a> fix(SelectPanel): differentiate onCancel gesture from escape (<a href="https://redirect.github.com/primer/react/issues/5908">#5908</a>)</li> <li><a href="https://github.com/primer/react/commit/8fa12ead9ec467293e6e6edb38c2ccc90da9fe5e"><code>8fa12ea</code></a> SelectPanelV2: Add <code>Deprecated</code> status to SelectPanelV2 docs, stories (<a href="https://redirect.github.com/primer/react/issues/5906">#5906</a>)</li> <li><a href="https://github.com/primer/react/commit/682814c4f069293dfa6aaaf84435835614cd9831"><code>682814c</code></a> Add Figma Code connect PageHeader (<a href="https://redirect.github.com/primer/react/issues/5757">#5757</a>)</li> <li><a href="https://github.com/primer/react/commit/a522fdb14562b6dff2f2382f20fc9aefc01a26bc"><code>a522fdb</code></a> fix(SelectPanel): disable body scroll on full screen (<a href="https://redirect.github.com/primer/react/issues/5904">#5904</a>)</li> <li><a href="https://github.com/primer/react/commit/0cd8dd19bed8a6e6198d7f89ad540a3e2db7d38c"><code>0cd8dd1</code></a> chore(deps-dev): bump rollup-plugin-esbuild from 6.1.1 to 6.2.1 (<a href="https://redirect.github.com/primer/react/issues/5891">#5891</a>)</li> <li><a href="https://github.com/primer/react/commit/1bec2ada5acc8b7c455a8b6b4179f736fd8bb833"><code>1bec2ad</code></a> chore(deps): bump actions/create-github-app-token from 1.12.0 to 2.0.2 (<a href="https://redirect.github.com/primer/react/issues/5886">#5886</a>)</li> <li><a href="https://github.com/primer/react/commit/ebc68133edd927072bca65e34147df2017e95a86"><code>ebc6813</code></a> chore(ActionList.Heading): Remove the CSS modules feature flag from the Actio...</li> <li>Additional commits viewable in <a href="https://github.com/primer/react/compare/@primer/react@37.18.0...@primer/react@37.19.0">compare view</a></li> </ul> </details> <br /> Updates `framer-motion` from 12.6.3 to 12.6.5 <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.6.5] 2025-04-11</h2> <h3>Fixed</h3> <ul> <li>Polyfilled <code>sync</code> and <code>cancelSync</code> exports.</li> </ul> <h2>[12.6.4] 2025-04-11</h2> <h3>Added</h3> <ul> <li>Global injection of <code>WillChangeMotionValue</code> for internal Framer use.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/motiondivision/motion/commit/419e1cb618ebe701ed0d11d1937a8e4bddeaadc4"><code>419e1cb</code></a> v12.6.5</li> <li><a href="https://github.com/motiondivision/motion/commit/f477099bf9bdb14779f71bc15d7a2b9e7654da50"><code>f477099</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/8432b254676bb6388f851d7c6db61e5fe09cf201"><code>8432b25</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3129">#3129</a> from motiondivision/feature/will-change-injection</li> <li><a href="https://github.com/motiondivision/motion/commit/2a54410a08bc43c275859b463cd5d47e4942d919"><code>2a54410</code></a> v12.6.4</li> <li><a href="https://github.com/motiondivision/motion/commit/d3495ae588348d97e78f6d68cc1fb5a952ab0cbc"><code>d3495ae</code></a> Replacing polyfilled exports</li> <li><a href="https://github.com/motiondivision/motion/commit/2000048ceec72fdbcafa5bcbf14d5ca373d909fb"><code>2000048</code></a> v12.6.3-alpha.0</li> <li><a href="https://github.com/motiondivision/motion/commit/57f693538e25e01669ce17b2dc8560f50e3443bf"><code>57f6935</code></a> Adding willChange injection</li> <li>See full diff in <a href="https://github.com/motiondivision/motion/compare/v12.6.3...v12.6.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b502952 commit e591570

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)