Skip to content

Commit 32f75ce

Browse files
deps: bump the dependency-updates group with 3 updates (#1562)
Bumps the dependency-updates group with 3 updates: [@primer/react](https://github.com/primer/react), [framer-motion](https://github.com/motiondivision/motion) and [eslint-plugin-primer-react](https://github.com/primer/eslint-plugin-primer-react). Updates `@primer/react` from 37.20.0 to 37.21.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>.21.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/primer/react/pull/5841">#5841</a> <a href="https://github.com/primer/react/commit/fe429d75e759b195ccacab80ef56e793a764e0ec"><code>fe429d7</code></a> Thanks <a href="https://github.com/dwsosa"><code>@​dwsosa</code></a>! - added default button type to switch button to prevent submit when included in form</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5929">#5929</a> <a href="https://github.com/primer/react/commit/294dac335a955b22f73c1427eef183bf4672a01b"><code>294dac3</code></a> Thanks <a href="https://github.com/hectahertz"><code>@​hectahertz</code></a>! - Add the framework required to run component stress tests</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5939">#5939</a> <a href="https://github.com/primer/react/commit/633fd39cd7fe55542782e3c4ad492e1ad2b435ab"><code>633fd39</code></a> Thanks <a href="https://github.com/hectahertz"><code>@​hectahertz</code></a>! - Implement the secondaryAction prop and deprecate footer</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5935">#5935</a> <a href="https://github.com/primer/react/commit/4f9aae7a22736dc46928920ad17cf4919bca0ea1"><code>4f9aae7</code></a> Thanks <a href="https://github.com/jonrohan"><code>@​jonrohan</code></a>! - Remove the CSS modules feature flag for the PageLayout component</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/primer/react/pull/5942">#5942</a> <a href="https://github.com/primer/react/commit/596388dd4f0dd5899d5fde88fcd6adf879a16f39"><code>596388d</code></a> Thanks <a href="https://github.com/hectahertz"><code>@​hectahertz</code></a>! - Improve PageLayout performance</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5962">#5962</a> <a href="https://github.com/primer/react/commit/196de0f290808bfa38c9f77d5ebfa473f17173f1"><code>196de0f</code></a> Thanks <a href="https://github.com/emilybrick"><code>@​emilybrick</code></a>! - Fix spacing for SelectPanel header on modal to better align with x button</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5958">#5958</a> <a href="https://github.com/primer/react/commit/9110f71b0fbc3e127e0e59418ac6e9800f274a8e"><code>9110f71</code></a> Thanks <a href="https://github.com/joshblack"><code>@​joshblack</code></a>! - Update ActionList.LinkItem to pass through the <code>variant</code> prop when the CSS Modules flag is disabled</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5956">#5956</a> <a href="https://github.com/primer/react/commit/5cb35f3f9050d3db5e101f799365f64e1cd2721c"><code>5cb35f3</code></a> Thanks <a href="https://github.com/hectahertz"><code>@​hectahertz</code></a>! - Introduce Save and close on SelectPanel</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/primer/react/commit/c2ef35b8fb99ecacbe10045f3c429b97694595b0"><code>c2ef35b</code></a> Release tracking (<a href="https://redirect.github.com/primer/react/issues/5952">#5952</a>)</li> <li><a href="https://github.com/primer/react/commit/196de0f290808bfa38c9f77d5ebfa473f17173f1"><code>196de0f</code></a> Fix spacing for SelectPanel header on modal to better align with x button (#...</li> <li><a href="https://github.com/primer/react/commit/5cb35f3f9050d3db5e101f799365f64e1cd2721c"><code>5cb35f3</code></a> Introduce Save and close on SelectPanel (<a href="https://redirect.github.com/primer/react/issues/5956">#5956</a>)</li> <li><a href="https://github.com/primer/react/commit/29ffc7fb321f2b5abc01975fe8fa0c4e2166a654"><code>29ffc7f</code></a> Don't fail stress tests on Alert (<a href="https://redirect.github.com/primer/react/issues/5961">#5961</a>)</li> <li><a href="https://github.com/primer/react/commit/633fd39cd7fe55542782e3c4ad492e1ad2b435ab"><code>633fd39</code></a> Implement the secondaryAction prop and deprecate footer (<a href="https://redirect.github.com/primer/react/issues/5939">#5939</a>)</li> <li><a href="https://github.com/primer/react/commit/596388dd4f0dd5899d5fde88fcd6adf879a16f39"><code>596388d</code></a> Improve PageLayout performance (<a href="https://redirect.github.com/primer/react/issues/5942">#5942</a>)</li> <li><a href="https://github.com/primer/react/commit/9110f71b0fbc3e127e0e59418ac6e9800f274a8e"><code>9110f71</code></a> fix(LinkItem): pass through variant prop when flag is disabled (<a href="https://redirect.github.com/primer/react/issues/5958">#5958</a>)</li> <li><a href="https://github.com/primer/react/commit/fe429d75e759b195ccacab80ef56e793a764e0ec"><code>fe429d7</code></a> added default button type to switch button to prevent submit when included in...</li> <li><a href="https://github.com/primer/react/commit/9471f70f5934a5027dbed4b91d3bcb244e5161d0"><code>9471f70</code></a> chore(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 (<a href="https://redirect.github.com/primer/react/issues/5888">#5888</a>)</li> <li><a href="https://github.com/primer/react/commit/a153704e0a7670e897c7e85bd19d16460d3586f4"><code>a153704</code></a> chore(deps-dev): bump the storybook group with 12 updates (<a href="https://redirect.github.com/primer/react/issues/5889">#5889</a>)</li> <li>Additional commits viewable in <a href="https://github.com/primer/react/compare/@primer/react@37.20.0...@primer/react@37.21.0">compare view</a></li> </ul> </details> <br /> Updates `framer-motion` from 12.8.0 to 12.9.1 <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.9.1] 2025-04-25</h2> <h3>Fixed</h3> <ul> <li>Restarting a finished main thread animation with a negative <code>.speed</code> now works as expected.</li> </ul> <h2>[12.9.0] 2025-04-24</h2> <h3>Added</h3> <ul> <li><code>styleEffect</code></li> </ul> <h2>[12.8.3] 2025-04-24</h2> <h3>Changed</h3> <ul> <li>Animating a <code>MotionValue</code> to its current value will skip creating the animation.</li> </ul> <h3>Fixed</h3> <ul> <li>Ensure <code>.then()</code> fires when <code>.stop()</code> or <code>.cancel()</code> are called. This is undesired but reverts the behaviour to before <code>12.7.5</code>.</li> </ul> <h2>[12.8.2] 2025-04-24</h2> <h3>Changed</h3> <ul> <li>Unifying <code>transform</code> behaviour for SVG and CSS switched from element measurements for <code>transform-box: fill-box</code>.</li> </ul> <h2>[12.8.1] 2025-04-23</h2> <h3>Fixed</h3> <ul> <li>Removing errant <code>console.trace</code> on <code>value.set(&quot;none&quot;)</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/motiondivision/motion/commit/e40a261879abab5756160cb8df66e1ffb7a607d7"><code>e40a261</code></a> v12.9.1</li> <li><a href="https://github.com/motiondivision/motion/commit/aab2c1484bf9fbf2a06add00a1c8089bc869ace5"><code>aab2c14</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/91df3d87aae858f515e6ff21f0e8e0e4629df903"><code>91df3d8</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3168">#3168</a> from motiondivision/fix/speed-finished</li> <li><a href="https://github.com/motiondivision/motion/commit/5bdcc756fc1531446aa9d6fe49ff5bfce6898e9a"><code>5bdcc75</code></a> Fixing reverse after setting speed on a finished animation</li> <li><a href="https://github.com/motiondivision/motion/commit/cbc2fc41e0beb97f133ad53e509b1595e9124610"><code>cbc2fc4</code></a> Updating test</li> <li><a href="https://github.com/motiondivision/motion/commit/bcd5405d6e9379025159ea63af3619c376d4e987"><code>bcd5405</code></a> v12.9.0</li> <li><a href="https://github.com/motiondivision/motion/commit/93f55ea87fd7b51503860696902e18b49ee378bc"><code>93f55ea</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3162">#3162</a> from motiondivision/feature/immediate-on-change</li> <li><a href="https://github.com/motiondivision/motion/commit/3aedbf947b618fa33441f49ffbe701fd06013eab"><code>3aedbf9</code></a> Updating tests</li> <li><a href="https://github.com/motiondivision/motion/commit/d93fd4b4aa2ec9fce738cf9fcdc44636aec4d297"><code>d93fd4b</code></a> Latest</li> <li><a href="https://github.com/motiondivision/motion/commit/89943d5ad0c8fffb774d0fb56a0a8aed3f81da68"><code>89943d5</code></a> Updating changelog</li> <li>Additional commits viewable in <a href="https://github.com/motiondivision/motion/compare/v12.8.0...v12.9.1">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-primer-react` from 7.0.0 to 7.0.1 <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>v7.0.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/primer/eslint-plugin-primer-react/pull/331">#331</a> <a href="https://github.com/primer/eslint-plugin-primer-react/commit/82a7d037b92c02126c6bf0daba060b233ef94262"><code>82a7d03</code></a> Thanks <a href="https://github.com/francinelucca"><code>@​francinelucca</code></a>! - Update message for no-deprecated-experimental-components rule</p> </li> <li> <p><a href="https://redirect.github.com/primer/eslint-plugin-primer-react/pull/333">#333</a> <a href="https://github.com/primer/eslint-plugin-primer-react/commit/c709c98a84dc1ce978575136292063f3821b47cc"><code>c709c98</code></a> Thanks <a href="https://github.com/francinelucca"><code>@​francinelucca</code></a>! - Update message for no-deprecated-experimental-components rule</p> </li> <li> <p><a href="https://redirect.github.com/primer/eslint-plugin-primer-react/pull/331">#331</a> <a href="https://github.com/primer/eslint-plugin-primer-react/commit/82a7d037b92c02126c6bf0daba060b233ef94262"><code>82a7d03</code></a> Thanks <a href="https://github.com/francinelucca"><code>@​francinelucca</code></a>! - Removes primer-react/enforce-css-module-identifier-casing, primer-react/enforce-css-module-default-import from recommended set of rules.</p> </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>7.0.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/primer/eslint-plugin-primer-react/pull/331">#331</a> <a href="https://github.com/primer/eslint-plugin-primer-react/commit/82a7d037b92c02126c6bf0daba060b233ef94262"><code>82a7d03</code></a> Thanks <a href="https://github.com/francinelucca"><code>@​francinelucca</code></a>! - Update message for no-deprecated-experimental-components rule</p> </li> <li> <p><a href="https://redirect.github.com/primer/eslint-plugin-primer-react/pull/333">#333</a> <a href="https://github.com/primer/eslint-plugin-primer-react/commit/c709c98a84dc1ce978575136292063f3821b47cc"><code>c709c98</code></a> Thanks <a href="https://github.com/francinelucca"><code>@​francinelucca</code></a>! - Update message for no-deprecated-experimental-components rule</p> </li> <li> <p><a href="https://redirect.github.com/primer/eslint-plugin-primer-react/pull/331">#331</a> <a href="https://github.com/primer/eslint-plugin-primer-react/commit/82a7d037b92c02126c6bf0daba060b233ef94262"><code>82a7d03</code></a> Thanks <a href="https://github.com/francinelucca"><code>@​francinelucca</code></a>! - Removes primer-react/enforce-css-module-identifier-casing, primer-react/enforce-css-module-default-import from recommended set of rules.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/primer/eslint-plugin-primer-react/commit/259b9ade8882230c39cb0cce9833661fb90454b8"><code>259b9ad</code></a> Version Packages (<a href="https://redirect.github.com/primer/eslint-plugin-primer-react/issues/332">#332</a>)</li> <li><a href="https://github.com/primer/eslint-plugin-primer-react/commit/c709c98a84dc1ce978575136292063f3821b47cc"><code>c709c98</code></a> Update no-deprecated-experimental-components.js (<a href="https://redirect.github.com/primer/eslint-plugin-primer-react/issues/333">#333</a>)</li> <li><a href="https://github.com/primer/eslint-plugin-primer-react/commit/82a7d037b92c02126c6bf0daba060b233ef94262"><code>82a7d03</code></a> Update recommended.js (<a href="https://redirect.github.com/primer/eslint-plugin-primer-react/issues/331">#331</a>)</li> <li>See full diff in <a href="https://github.com/primer/eslint-plugin-primer-react/compare/v7.0.0...v7.0.1">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 9f4a71b commit 32f75ce

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

package-lock.json

+18-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)