Skip to content

Commit 91a79da

Browse files
deps: bump the dependency-updates group with 6 updates (#1585)
Bumps the dependency-updates group with 6 updates: | Package | From | To | | --- | --- | --- | | [@primer/react](https://github.com/primer/react) | `37.23.0` | `37.24.0` | | [framer-motion](https://github.com/motiondivision/motion) | `12.11.4` | `12.12.1` | | [react-focus-on](https://github.com/theKashey/react-focus-on) | `3.9.4` | `3.10.0` | | [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `4.3.4` | `4.3.5` | | [eslint-mdx](https://github.com/mdx-js/eslint-mdx) | `3.4.1` | `3.4.2` | | [eslint-plugin-mdx](https://github.com/mdx-js/eslint-mdx) | `3.4.1` | `3.4.2` | Updates `@primer/react` from 37.23.0 to 37.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/37"><code>@​37</code></a>.24.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/primer/react/pull/5933">#5933</a> <a href="https://github.com/primer/react/commit/ed6e947e571873f5680b6c1a5d9ed2b137e12b9b"><code>ed6e947</code></a> Thanks <a href="https://github.com/jonrohan"><code>@​jonrohan</code></a>! - Remove the CSS modules feature flag from the SegmentedControl component</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/6022">#6022</a> <a href="https://github.com/primer/react/commit/1f53127e8990bebea4330451c5eaaa687105a0d1"><code>1f53127</code></a> Thanks <a href="https://github.com/jonrohan"><code>@​jonrohan</code></a>! - Remove the CSS modules feature flag from the ActionList.Divider component</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/6023">#6023</a> <a href="https://github.com/primer/react/commit/5e514f3d6d1f16a1dab1304c0481f1d929c94534"><code>5e514f3</code></a> Thanks <a href="https://github.com/jonrohan"><code>@​jonrohan</code></a>! - Remove the CSS modules feature flag from the ActionList.Group component</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5827">#5827</a> <a href="https://github.com/primer/react/commit/e76835c9d94fdd5aa2c8cdc947b69268297d8628"><code>e76835c</code></a> Thanks <a href="https://github.com/jonrohan"><code>@​jonrohan</code></a>! - Remove the CSS modules feature flag for Popover</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5997">#5997</a> <a href="https://github.com/primer/react/commit/882d9238b0028abbabff55cfa848ec9222bb2758"><code>882d923</code></a> Thanks <a href="https://github.com/jamieshark"><code>@​jamieshark</code></a>! - Remove CSS modules flag from Pagination.</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5910">#5910</a> <a href="https://github.com/primer/react/commit/cdd4253fccc62198dc270181541047d45b6806f1"><code>cdd4253</code></a> Thanks <a href="https://github.com/TylerJDev"><code>@​TylerJDev</code></a>! - ActionMenu: Adds new prop <code>onPositionChange</code> that is called when the position of the overlay is changed</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/6021">#6021</a> <a href="https://github.com/primer/react/commit/a37d54472d3e691778b20c05c3dc9846d52e2f7e"><code>a37d544</code></a> Thanks <a href="https://github.com/jonrohan"><code>@​jonrohan</code></a>! - Remove the CSS modules feature flag from the ActionList.TrailingAction component</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/6019">#6019</a> <a href="https://github.com/primer/react/commit/6c2c9994d199344224c1d50f1796957a2785ea85"><code>6c2c999</code></a> Thanks <a href="https://github.com/jonrohan"><code>@​jonrohan</code></a>! - Remove the CSS modules feature flag from the ActionList/List component</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/6014">#6014</a> <a href="https://github.com/primer/react/commit/2fc93275167ab3b5ce328e3f8dfcfbc9a9a4c802"><code>2fc9327</code></a> Thanks <a href="https://github.com/jonrohan"><code>@​jonrohan</code></a>! - Remove the CSS modules feature flag from the Token component</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/primer/react/pull/6036">#6036</a> <a href="https://github.com/primer/react/commit/21a3529f480f4ca5e7e7f0a0c7d4a4bae8d86281"><code>21a3529</code></a> Thanks <a href="https://github.com/francinelucca"><code>@​francinelucca</code></a>! - fix(Overlay): reset maxheight and maxwidth values when on fullscreen</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/6009">#6009</a> <a href="https://github.com/primer/react/commit/261732e045d8621d2d712ee7160c04a3ffbf0233"><code>261732e</code></a> Thanks <a href="https://github.com/francinelucca"><code>@​francinelucca</code></a>! - Fix extra padding on SelectPanel with groups</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/6032">#6032</a> <a href="https://github.com/primer/react/commit/e0ef7e1a06cee694418dc41b7657e5bbb443b070"><code>e0ef7e1</code></a> Thanks <a href="https://github.com/joshblack"><code>@​joshblack</code></a>! - Update the <code>Table.Container</code> component to place <code>className</code> on outermost element</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/primer/react/commit/d229c1043e4c65aec6d1f5dea9446069e3cc2bbf"><code>d229c10</code></a> Release tracking (<a href="https://redirect.github.com/primer/react/issues/6029">#6029</a>)</li> <li><a href="https://github.com/primer/react/commit/2ad94ccddc21ac4d19605f652d74276057f0014b"><code>2ad94cc</code></a> chore(deps): update <code>@​oddbird/popover-polyfill</code> to v0.5.2 (<a href="https://redirect.github.com/primer/react/issues/6053">#6053</a>)</li> <li><a href="https://github.com/primer/react/commit/0dbef0e4b886a096a637ae0291f3142367193159"><code>0dbef0e</code></a> refactor: remove unused React imports with jsx-runtime usage (<a href="https://redirect.github.com/primer/react/issues/6042">#6042</a>)</li> <li><a href="https://github.com/primer/react/commit/21a3529f480f4ca5e7e7f0a0c7d4a4bae8d86281"><code>21a3529</code></a> fix(Overlay): reset maxheight and maxwidth values when on fullscreen (<a href="https://redirect.github.com/primer/react/issues/6036">#6036</a>)</li> <li><a href="https://github.com/primer/react/commit/b148d1a8ef75ddfc48abe4a4e0f53008db696f31"><code>b148d1a</code></a> refactor(test): update BranchName, Breadcrumbs, ButtonGroup, CheckboxGroup, C...</li> <li><a href="https://github.com/primer/react/commit/cdd4253fccc62198dc270181541047d45b6806f1"><code>cdd4253</code></a> ActionMenu: Add position callback as prop (<a href="https://redirect.github.com/primer/react/issues/5910">#5910</a>)</li> <li><a href="https://github.com/primer/react/commit/9e006b30309e123f3cb7f81f453f18a2d7ea15e4"><code>9e006b3</code></a> test(Blankslate): add tests for Blankslate to vitest (<a href="https://redirect.github.com/primer/react/issues/6034">#6034</a>)</li> <li><a href="https://github.com/primer/react/commit/e0ef7e1a06cee694418dc41b7657e5bbb443b070"><code>e0ef7e1</code></a> fix(Table): update TableContainer to place <code>className</code> on outermost element (...</li> <li><a href="https://github.com/primer/react/commit/7ed7713542d249fa83a3cae9b8880617dd72a5ea"><code>7ed7713</code></a> chore(deps-dev): bump cssnano from 7.0.6 to 7.0.7 (<a href="https://redirect.github.com/primer/react/issues/6038">#6038</a>)</li> <li><a href="https://github.com/primer/react/commit/fc583d62c437ac39625e6c0d6727c298fa4669c6"><code>fc583d6</code></a> chore(deps-dev): bump <code>@​babel/cli</code> from 7.23.9 to 7.27.2 (<a href="https://redirect.github.com/primer/react/issues/6039">#6039</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 12.11.4 to 12.12.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.12.1] 2025-05-16</h2> <h3>Fixed</h3> <ul> <li>Checks for <code>instanceof HTMLElement</code> made compatible with dynamically generated <code>iframe</code>s.</li> </ul> <h2>[12.12.0] 2025-05-16</h2> <h3>Added</h3> <ul> <li><code>springValue</code></li> </ul> <h3>Fixed</h3> <ul> <li>Fixed various typos in the type definitions along with a stale documentation link.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/motiondivision/motion/commit/88761b3d127265d3ba7047093612d1fb8a55d2cd"><code>88761b3</code></a> v12.12.1</li> <li><a href="https://github.com/motiondivision/motion/commit/faa4fcc5d9221647f4245b636ee7cd02b75da6b5"><code>faa4fcc</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/a46b071baae837ae3a392b4e62e799332a2c3897"><code>a46b071</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3215">#3215</a> from motiondivision/fix/iframe-compatible-checks</li> <li><a href="https://github.com/motiondivision/motion/commit/a18e65cd651d6551a4917c3cd06699273ad441aa"><code>a18e65c</code></a> v12.12.0</li> <li><a href="https://github.com/motiondivision/motion/commit/eb52f9aa8fd06af88f3a3c9ed612c555d0fc76bf"><code>eb52f9a</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/7dba355dfb11a7cc80df3c54fa3ca3b581cc1bc5"><code>7dba355</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/d02c1491bdfcb5fcc5493589ad0e9c5285d037e9"><code>d02c149</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3218">#3218</a> from motiondivision/feature/spring-value</li> <li><a href="https://github.com/motiondivision/motion/commit/98a521d4046146473570b11905a6d141cc2b6c1f"><code>98a521d</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3220">#3220</a> from neontomo/fixing-a-few-typos-and-stale-link</li> <li><a href="https://github.com/motiondivision/motion/commit/bce16fcb0500e6ebd4a59046588d8fcdfac8f515"><code>bce16fc</code></a> adding changelog.md</li> <li><a href="https://github.com/motiondivision/motion/commit/2c25565293633f2ad9f3539a0919e71c18feeac9"><code>2c25565</code></a> fixed typos in the type definitions and a stale documentation link</li> <li>Additional commits viewable in <a href="https://github.com/motiondivision/motion/compare/v12.11.4...v12.12.1">compare view</a></li> </ul> </details> <br /> Updates `react-focus-on` from 3.9.4 to 3.10.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/theKashey/react-focus-on/releases">react-focus-on's releases</a>.</em></p> <blockquote> <h2>React 19 support</h2> <p>Never too late, right?</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/theKashey/react-focus-on/blob/master/CHANGELOG.md">react-focus-on's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/theKashey/react-focus-on/compare/v3.9.4...v3.10.0">3.10.0</a> (2025-05-18)</h1> <h3>Features</h3> <ul> <li>Support react 19. Bump all dependencies (<a href="https://github.com/theKashey/react-focus-on/commit/b2b6c23">b2b6c23</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/theKashey/react-focus-on/commit/1b1a635ef8e204ae043f95fe99f7fe3aa99d6a54"><code>1b1a635</code></a> 3.10.0</li> <li><a href="https://github.com/theKashey/react-focus-on/commit/b2b6c23b7066c189dcdded52fb9b9abe554d16e4"><code>b2b6c23</code></a> feat: Support react 19. Bump all dependencies</li> <li><a href="https://github.com/theKashey/react-focus-on/commit/e39d8aec90219c17e8010a8c4b3a0df372cbc714"><code>e39d8ae</code></a> Merge pull request <a href="https://redirect.github.com/theKashey/react-focus-on/issues/96">#96</a> from stil/portal-support</li> <li><a href="https://github.com/theKashey/react-focus-on/commit/77876ce3630b15226418fa84650b875535367c83"><code>77876ce</code></a> Fix <a href="https://redirect.github.com/theKashey/react-focus-on/issues/88">#88</a>, make it work with portalling to child DOM windows</li> <li>See full diff in <a href="https://github.com/theKashey/react-focus-on/compare/v3.9.4...v3.10.0">compare view</a></li> </ul> </details> <br /> Updates `eslint-import-resolver-typescript` from 4.3.4 to 4.3.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/import-js/eslint-import-resolver-typescript/releases">eslint-import-resolver-typescript's releases</a>.</em></p> <blockquote> <h2>v4.3.5</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/450">#450</a> <a href="https://github.com/import-js/eslint-import-resolver-typescript/commit/3f1aab1d5e916714678d5dc3e34644f4aaea4efc"><code>3f1aab1</code></a> Thanks <a href="https://github.com/JounQin"><code>@​JounQin</code></a>! - fix: remove buggy <code>module-sync</code> exports field</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.3.4...v4.3.5">https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.3.4...v4.3.5</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md">eslint-import-resolver-typescript's changelog</a>.</em></p> <blockquote> <h2>4.3.5</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/450">#450</a> <a href="https://github.com/import-js/eslint-import-resolver-typescript/commit/3f1aab1d5e916714678d5dc3e34644f4aaea4efc"><code>3f1aab1</code></a> Thanks <a href="https://github.com/JounQin"><code>@​JounQin</code></a>! - fix: remove buggy <code>module-sync</code> exports field</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/import-js/eslint-import-resolver-typescript/commit/c45039e5c310479c1e178c2180e054380facbadd"><code>c45039e</code></a> chore: release eslint-import-resolver-typescript (<a href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/451">#451</a>)</li> <li><a href="https://github.com/import-js/eslint-import-resolver-typescript/commit/3f1aab1d5e916714678d5dc3e34644f4aaea4efc"><code>3f1aab1</code></a> fix: remove buggy <code>module-sync</code> exports field (<a href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/450">#450</a>)</li> <li>See full diff in <a href="https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.3.4...v4.3.5">compare view</a></li> </ul> </details> <br /> Updates `eslint-mdx` from 3.4.1 to 3.4.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mdx-js/eslint-mdx/releases">eslint-mdx's releases</a>.</em></p> <blockquote> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/mdx-js/eslint-mdx/pull/577">#577</a> <a href="https://github.com/mdx-js/eslint-mdx/commit/b670ae4b6b8e509d278ab3a90834231666b98609"><code>b670ae4</code></a> Thanks <a href="https://github.com/JounQin"><code>@​JounQin</code></a>! - fix: take <code>cwd</code> into cache key account</p> </li> <li> <p><a href="https://redirect.github.com/mdx-js/eslint-mdx/pull/577">#577</a> <a href="https://github.com/mdx-js/eslint-mdx/commit/b670ae4b6b8e509d278ab3a90834231666b98609"><code>b670ae4</code></a> Thanks <a href="https://github.com/JounQin"><code>@​JounQin</code></a>! - fix: remove buggy <code>module-sync</code> entry</p> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.4.2">https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.4.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mdx-js/eslint-mdx/commit/d9dad32cc92a5bb627a106a6640a27920a82033d"><code>d9dad32</code></a> chore: release package(s) (<a href="https://redirect.github.com/mdx-js/eslint-mdx/issues/578">#578</a>)</li> <li><a href="https://github.com/mdx-js/eslint-mdx/commit/b670ae4b6b8e509d278ab3a90834231666b98609"><code>b670ae4</code></a> fix: take <code>cwd</code> into cache key account (<a href="https://redirect.github.com/mdx-js/eslint-mdx/issues/577">#577</a>)</li> <li><a href="https://github.com/mdx-js/eslint-mdx/commit/4661fe2287cc50f6823ebe5e310f553f8f5e5416"><code>4661fe2</code></a> chore(deps): update all dependencies (<a href="https://redirect.github.com/mdx-js/eslint-mdx/issues/575">#575</a>)</li> <li>See full diff in <a href="https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.4.2">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-mdx` from 3.4.1 to 3.4.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mdx-js/eslint-mdx/releases">eslint-plugin-mdx's releases</a>.</em></p> <blockquote> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/mdx-js/eslint-mdx/pull/577">#577</a> <a href="https://github.com/mdx-js/eslint-mdx/commit/b670ae4b6b8e509d278ab3a90834231666b98609"><code>b670ae4</code></a> Thanks <a href="https://github.com/JounQin"><code>@​JounQin</code></a>! - fix: remove buggy <code>module-sync</code> entry</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/mdx-js/eslint-mdx/commit/b670ae4b6b8e509d278ab3a90834231666b98609"><code>b670ae4</code></a>]:</p> <ul> <li>[email protected]</li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.4.2">https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.4.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mdx-js/eslint-mdx/commit/d9dad32cc92a5bb627a106a6640a27920a82033d"><code>d9dad32</code></a> chore: release package(s) (<a href="https://redirect.github.com/mdx-js/eslint-mdx/issues/578">#578</a>)</li> <li><a href="https://github.com/mdx-js/eslint-mdx/commit/b670ae4b6b8e509d278ab3a90834231666b98609"><code>b670ae4</code></a> fix: take <code>cwd</code> into cache key account (<a href="https://redirect.github.com/mdx-js/eslint-mdx/issues/577">#577</a>)</li> <li><a href="https://github.com/mdx-js/eslint-mdx/commit/4661fe2287cc50f6823ebe5e310f553f8f5e5416"><code>4661fe2</code></a> chore(deps): update all dependencies (<a href="https://redirect.github.com/mdx-js/eslint-mdx/issues/575">#575</a>)</li> <li>See full diff in <a href="https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.4.2">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 3aaf37e commit 91a79da

File tree

1 file changed

+61
-61
lines changed

1 file changed

+61
-61
lines changed

package-lock.json

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

0 commit comments

Comments
 (0)