Commit 6df21b6
deps: bump the dependency-updates group across 1 directory with 6 updates (#1662)
Bumps the dependency-updates group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [framer-motion](https://github.com/motiondivision/motion) | `12.19.1` | `12.23.0` | | [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest) | `30.0.2` | `30.0.4` | | [eslint-mdx](https://github.com/mdx-js/eslint-mdx) | `3.5.0` | `3.6.0` | | [eslint-plugin-mdx](https://github.com/mdx-js/eslint-mdx) | `3.5.0` | `3.6.0` | | [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `30.0.3` | `30.0.4` | | [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) | `30.0.2` | `30.0.4` | Updates `framer-motion` from 12.19.1 to 12.23.0 <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.23.0] 2025-07-02</h2> <h3>Added</h3> <ul> <li>Add <code>.stop()</code> and <code>.cancel()</code> methods to <code>useDragControls()</code>.</li> </ul> <h2>[12.22.0] 2025-07-01</h2> <h3>Added</h3> <ul> <li>Allow <code>delayChildren</code> to accept <code>stagger()</code>. This enables <code>from</code> and <code>ease</code> options when staggering variant children.</li> </ul> <h3>Deprecated</h3> <ul> <li><code>staggerChildren</code> and <code>staggerDirection</code> options.</li> </ul> <h2>[12.21.0] 2025-07-01</h2> <h3>Added</h3> <ul> <li>Allow <code>distanceThreshold</code> to be configurable via <code>useDragControls</code>.</li> </ul> <h2>[12.20.5] 2025-07-01</h2> <h3>Fixed</h3> <ul> <li>Improve performance of projection styles by writing directly to <code>element.style</code>.</li> <li>Only block layout animations when window has changed width.</li> </ul> <h2>[12.20.4] 2025-07-01</h2> <h3>Fixed</h3> <ul> <li>Improve performance of render loop.</li> <li>Improve performance of types.</li> </ul> <h2>[12.20.3] 2025-07-01</h2> <h3>Fixed</h3> <ul> <li>Always skip layout animation check on tree mount.</li> </ul> <h2>[12.20.2] 2025-07-01</h2> <h3>Fixed</h3> <ul> <li>Updated <code>Transition</code> type to be more permissive.</li> </ul> <h2>[12.20.1] 2025-06-30</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/motiondivision/motion/commit/a373936bc35696ea3f7335d58aaa6b0be71a1fb7"><code>a373936</code></a> v12.23.0</li> <li><a href="https://github.com/motiondivision/motion/commit/5d6da7900820300b97ec5404bca9cc3cb9920c69"><code>5d6da79</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/f5cc9689e8d6f1613647745fac51813ef48d6345"><code>f5cc968</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3298">#3298</a> from motiondivision/feature/drag-controls-cancel-stop</li> <li><a href="https://github.com/motiondivision/motion/commit/d7188b6bb769f8e5a308431d4ead198765c18636"><code>d7188b6</code></a> Reverting more</li> <li><a href="https://github.com/motiondivision/motion/commit/6562aadae4c61ef37316461c1734e6ebf109de6d"><code>6562aad</code></a> Latest</li> <li><a href="https://github.com/motiondivision/motion/commit/391f5d9bb616ffccf135ab9eec7effacb4967912"><code>391f5d9</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3281">#3281</a> from KingSora/feat/more-powerful-drag-controls</li> <li><a href="https://github.com/motiondivision/motion/commit/17b2e79a8f6ae3f8d15e884fef821bfdeafc31c4"><code>17b2e79</code></a> v12.22.0</li> <li><a href="https://github.com/motiondivision/motion/commit/b5d3c074d88e7a98c61893f30cbaf63c7cdf5e5a"><code>b5d3c07</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/6273907173d57a8d40c63ed529d35bafb9942ff7"><code>6273907</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3294">#3294</a> from motiondivision/feature/delay-children</li> <li><a href="https://github.com/motiondivision/motion/commit/df42e6c3a26ec4431d387481f235f8813892f9c4"><code>df42e6c</code></a> Merge branch 'main' into feature/delay-children</li> <li>Additional commits viewable in <a href="https://github.com/motiondivision/motion/compare/v12.19.1...v12.23.0">compare view</a></li> </ul> </details> <br /> Updates `babel-jest` from 30.0.2 to 30.0.4 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jestjs/jest/blob/main/CHANGELOG.md">babel-jest's changelog</a>.</em></p> <blockquote> <h2>30.0.4</h2> <h3>Features</h3> <ul> <li><code>[expect]</code> The <code>Inverse</code> type is now exported (<a href="https://redirect.github.com/jestjs/jest/pull/15714">#15714</a>)</li> <li><code>[expect]</code> feat: support <code>async functions</code> in <code>toBe</code> (<a href="https://redirect.github.com/jestjs/jest/pull/15704">#15704</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[jest]</code> jest --onlyFailures --listTests now correctly lists only failed tests (<a href="https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest/issues/15700">#15700</a>)</li> <li><code>[jest-snapshot]</code> Handle line endings in snapshots (<a href="https://redirect.github.com/jestjs/jest/pull/15708">#15708</a>)</li> </ul> <h2>30.0.3</h2> <h3>Fixes</h3> <ul> <li><code>[jest-config]</code> Fix ESM TS config loading in a CJS project (<a href="https://redirect.github.com/jestjs/jest/pull/15694">#15694</a>)</li> <li><code>[jest-core]</code> jest --onlyFailures --listTests now correctly lists only failed tests(<a href="https://redirect.github.com/jestjs/jest/pull/15700">#15700</a>)</li> </ul> <h3>Features</h3> <ul> <li><code>[jest-diff]</code> Show non-printable control characters to diffs (<a href="https://redirect.github.com/facebook/jest/pull/15696">#15696</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jestjs/jest/commit/f4296d2bc85c1405f84ddf613a25d0bc3766b7e5"><code>f4296d2</code></a> v30.0.4</li> <li>See full diff in <a href="https://github.com/jestjs/jest/commits/v30.0.4/packages/babel-jest">compare view</a></li> </ul> </details> <br /> Updates `eslint-mdx` from 3.5.0 to 3.6.0 <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>eslint-mdx@3.6.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/mdx-js/eslint-mdx/pull/589">#589</a> <a href="https://github.com/mdx-js/eslint-mdx/commit/7b5e7489f59659df7cc8d03b5ed5354e0f8a452e"><code>7b5e748</code></a> Thanks <a href="https://github.com/JounQin"><code>@JounQin</code></a>! - feat: support specifying <code>remarkConfigPath</code> manually</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mdx-js/eslint-mdx/commit/51f359c5152ced8bb2450eb840d705a49e47821b"><code>51f359c</code></a> chore: release package(s) (<a href="https://redirect.github.com/mdx-js/eslint-mdx/issues/590">#590</a>)</li> <li><a href="https://github.com/mdx-js/eslint-mdx/commit/7b5e7489f59659df7cc8d03b5ed5354e0f8a452e"><code>7b5e748</code></a> feat: support specifying <code>remarkConfigPath</code> manually (<a href="https://redirect.github.com/mdx-js/eslint-mdx/issues/589">#589</a>)</li> <li><a href="https://github.com/mdx-js/eslint-mdx/commit/a51a0270bbf5a7769ba6509081ce3e1f34643b64"><code>a51a027</code></a> docs: remove blue underline from README.md (<a href="https://redirect.github.com/mdx-js/eslint-mdx/issues/588">#588</a>)</li> <li><a href="https://github.com/mdx-js/eslint-mdx/commit/2fd7907d17cc39a46eb8283a6f50102ac57c95a0"><code>2fd7907</code></a> docs: update funding info (<a href="https://redirect.github.com/mdx-js/eslint-mdx/issues/587">#587</a>)</li> <li><a href="https://github.com/mdx-js/eslint-mdx/commit/c10165e4f62cfa2261250783c632bf36bb55bc89"><code>c10165e</code></a> chore: bump all (dev)Dependencies (<a href="https://redirect.github.com/mdx-js/eslint-mdx/issues/586">#586</a>)</li> <li><a href="https://github.com/mdx-js/eslint-mdx/commit/6623c9b56f9d82593fbc6fcedc91edf57d3d9a25"><code>6623c9b</code></a> chore(deps): update all dependencies (<a href="https://redirect.github.com/mdx-js/eslint-mdx/issues/585">#585</a>)</li> <li><a href="https://github.com/mdx-js/eslint-mdx/commit/7a2f6f21ad18f48049ae8cf8373437fa78e121e4"><code>7a2f6f2</code></a> docs: update CHANGELOG</li> <li>See full diff in <a href="https://github.com/mdx-js/eslint-mdx/compare/eslint-mdx@3.5.0...eslint-mdx@3.6.0">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-mdx` from 3.5.0 to 3.6.0 <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>eslint-plugin-mdx@3.6.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/mdx-js/eslint-mdx/pull/589">#589</a> <a href="https://github.com/mdx-js/eslint-mdx/commit/7b5e7489f59659df7cc8d03b5ed5354e0f8a452e"><code>7b5e748</code></a> Thanks <a href="https://github.com/JounQin"><code>@JounQin</code></a>! - feat: support specifying <code>remarkConfigPath</code> manually</li> </ul> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/mdx-js/eslint-mdx/commit/7b5e7489f59659df7cc8d03b5ed5354e0f8a452e"><code>7b5e748</code></a>]: <ul> <li>eslint-mdx@3.6.0</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mdx-js/eslint-mdx/commit/51f359c5152ced8bb2450eb840d705a49e47821b"><code>51f359c</code></a> chore: release package(s) (<a href="https://redirect.github.com/mdx-js/eslint-mdx/issues/590">#590</a>)</li> <li><a href="https://github.com/mdx-js/eslint-mdx/commit/7b5e7489f59659df7cc8d03b5ed5354e0f8a452e"><code>7b5e748</code></a> feat: support specifying <code>remarkConfigPath</code> manually (<a href="https://redirect.github.com/mdx-js/eslint-mdx/issues/589">#589</a>)</li> <li><a href="https://github.com/mdx-js/eslint-mdx/commit/a51a0270bbf5a7769ba6509081ce3e1f34643b64"><code>a51a027</code></a> docs: remove blue underline from README.md (<a href="https://redirect.github.com/mdx-js/eslint-mdx/issues/588">#588</a>)</li> <li><a href="https://github.com/mdx-js/eslint-mdx/commit/2fd7907d17cc39a46eb8283a6f50102ac57c95a0"><code>2fd7907</code></a> docs: update funding info (<a href="https://redirect.github.com/mdx-js/eslint-mdx/issues/587">#587</a>)</li> <li><a href="https://github.com/mdx-js/eslint-mdx/commit/c10165e4f62cfa2261250783c632bf36bb55bc89"><code>c10165e</code></a> chore: bump all (dev)Dependencies (<a href="https://redirect.github.com/mdx-js/eslint-mdx/issues/586">#586</a>)</li> <li><a href="https://github.com/mdx-js/eslint-mdx/commit/6623c9b56f9d82593fbc6fcedc91edf57d3d9a25"><code>6623c9b</code></a> chore(deps): update all dependencies (<a href="https://redirect.github.com/mdx-js/eslint-mdx/issues/585">#585</a>)</li> <li><a href="https://github.com/mdx-js/eslint-mdx/commit/7a2f6f21ad18f48049ae8cf8373437fa78e121e4"><code>7a2f6f2</code></a> docs: update CHANGELOG</li> <li>See full diff in <a href="https://github.com/mdx-js/eslint-mdx/compare/eslint-plugin-mdx@3.5.0...eslint-plugin-mdx@3.6.0">compare view</a></li> </ul> </details> <br /> Updates `jest` from 30.0.3 to 30.0.4 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jestjs/jest/blob/main/CHANGELOG.md">jest's changelog</a>.</em></p> <blockquote> <h2>30.0.4</h2> <h3>Features</h3> <ul> <li><code>[expect]</code> The <code>Inverse</code> type is now exported (<a href="https://redirect.github.com/jestjs/jest/pull/15714">#15714</a>)</li> <li><code>[expect]</code> feat: support <code>async functions</code> in <code>toBe</code> (<a href="https://redirect.github.com/jestjs/jest/pull/15704">#15704</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[jest]</code> jest --onlyFailures --listTests now correctly lists only failed tests (<a href="https://github.com/jestjs/jest/tree/HEAD/packages/jest/issues/15700">#15700</a>)</li> <li><code>[jest-snapshot]</code> Handle line endings in snapshots (<a href="https://redirect.github.com/jestjs/jest/pull/15708">#15708</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jestjs/jest/commit/f4296d2bc85c1405f84ddf613a25d0bc3766b7e5"><code>f4296d2</code></a> v30.0.4</li> <li>See full diff in <a href="https://github.com/jestjs/jest/commits/v30.0.4/packages/jest">compare view</a></li> </ul> </details> <br /> Updates `jest-environment-jsdom` from 30.0.2 to 30.0.4 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jestjs/jest/blob/main/CHANGELOG.md">jest-environment-jsdom's changelog</a>.</em></p> <blockquote> <h2>30.0.4</h2> <h3>Features</h3> <ul> <li><code>[expect]</code> The <code>Inverse</code> type is now exported (<a href="https://redirect.github.com/jestjs/jest/pull/15714">#15714</a>)</li> <li><code>[expect]</code> feat: support <code>async functions</code> in <code>toBe</code> (<a href="https://redirect.github.com/jestjs/jest/pull/15704">#15704</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[jest]</code> jest --onlyFailures --listTests now correctly lists only failed tests (<a href="https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom/issues/15700">#15700</a>)</li> <li><code>[jest-snapshot]</code> Handle line endings in snapshots (<a href="https://redirect.github.com/jestjs/jest/pull/15708">#15708</a>)</li> </ul> <h2>30.0.3</h2> <h3>Fixes</h3> <ul> <li><code>[jest-config]</code> Fix ESM TS config loading in a CJS project (<a href="https://redirect.github.com/jestjs/jest/pull/15694">#15694</a>)</li> <li><code>[jest-core]</code> jest --onlyFailures --listTests now correctly lists only failed tests(<a href="https://redirect.github.com/jestjs/jest/pull/15700">#15700</a>)</li> </ul> <h3>Features</h3> <ul> <li><code>[jest-diff]</code> Show non-printable control characters to diffs (<a href="https://redirect.github.com/facebook/jest/pull/15696">#15696</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jestjs/jest/commit/f4296d2bc85c1405f84ddf613a25d0bc3766b7e5"><code>f4296d2</code></a> v30.0.4</li> <li>See full diff in <a href="https://github.com/jestjs/jest/commits/v30.0.4/packages/jest-environment-jsdom">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> Co-authored-by: Michael Smith <owlstronaut@github.com>1 parent e2e0d29 commit 6df21b6
File tree
31 files changed
+184
-243
lines changed- .github/workflows
- content
- cli
- v10
- commands
- configuring-npm
- v6/commands
- v7
- commands
- configuring-npm
- using-npm
- v8
- commands
- configuring-npm
- v9
- commands
- configuring-npm
- getting-started
- setting-up-your-npm-user-account
- troubleshooting
- integrations/integrating-npm-with-external-services
- packages-and-modules
- contributing-packages-to-the-registry
- getting-packages-from-the-registry
- securing-your-code
- policies
31 files changed
+184
-243
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
151 | 150 | | |
152 | 151 | | |
153 | 152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | 82 | | |
84 | 83 | | |
85 | 84 | | |
| |||
113 | 112 | | |
114 | 113 | | |
115 | 114 | | |
116 | | - | |
117 | 115 | | |
118 | 116 | | |
119 | 117 | | |
| |||
125 | 123 | | |
126 | 124 | | |
127 | 125 | | |
128 | | - | |
129 | 126 | | |
130 | 127 | | |
131 | 128 | | |
| |||
213 | 210 | | |
214 | 211 | | |
215 | 212 | | |
216 | | - | |
217 | 213 | | |
218 | 214 | | |
219 | 215 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
123 | 122 | | |
124 | 123 | | |
125 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | 78 | | |
80 | 79 | | |
81 | 80 | | |
| |||
114 | 113 | | |
115 | 114 | | |
116 | 115 | | |
117 | | - | |
118 | 116 | | |
119 | 117 | | |
120 | 118 | | |
| |||
124 | 122 | | |
125 | 123 | | |
126 | 124 | | |
127 | | - | |
128 | 125 | | |
129 | 126 | | |
130 | 127 | | |
| |||
201 | 198 | | |
202 | 199 | | |
203 | 200 | | |
204 | | - | |
205 | 201 | | |
206 | 202 | | |
207 | 203 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
| |||
115 | 114 | | |
116 | 115 | | |
117 | 116 | | |
118 | | - | |
119 | 117 | | |
120 | 118 | | |
121 | 119 | | |
| |||
125 | 123 | | |
126 | 124 | | |
127 | 125 | | |
128 | | - | |
129 | 126 | | |
130 | 127 | | |
131 | 128 | | |
| |||
215 | 212 | | |
216 | 213 | | |
217 | 214 | | |
218 | | - | |
219 | 215 | | |
220 | 216 | | |
221 | 217 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | 69 | | |
71 | 70 | | |
72 | 71 | | |
| |||
0 commit comments