Commit 969b664
authored
Bump the npm group with 4 updates (#1023)
Bumps the npm group with 4 updates:
[framer-motion](https://github.com/motiondivision/motion),
[next](https://github.com/vercel/next.js),
[@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli)
and [postcss](https://github.com/postcss/postcss).
Updates `framer-motion` from 12.15.0 to 12.22.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.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>
<h3>Fixed</h3>
<ul>
<li>Updated <code>Target</code> type to match previous definition.</li>
</ul>
<h2>[12.20.0] 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/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><a
href="https://github.com/motiondivision/motion/commit/f2515fdc1c501ba897577c3edbfa9e438cedc8f3"><code>f2515fd</code></a>
v12.21.0</li>
<li><a
href="https://github.com/motiondivision/motion/commit/b896745a19b93abe0d44626673d0a99ec45359fa"><code>b896745</code></a>
Updating changelog</li>
<li><a
href="https://github.com/motiondivision/motion/commit/f432518dcde60fee53f3a7b6f5b0f78c15ffb892"><code>f432518</code></a>
Merge pull request <a
href="https://redirect.github.com/motiondivision/motion/issues/3280">#3280</a>
from KingSora/feat/configurable-pan-distanceThreshold</li>
<li><a
href="https://github.com/motiondivision/motion/commit/a1340c500d4741d6534558c2f94bd29aa28707c3"><code>a1340c5</code></a>
Merge branch 'main' into feat/configurable-pan-distanceThreshold</li>
<li><a
href="https://github.com/motiondivision/motion/commit/daec570fff6493dbd530e68bf3637055552797d7"><code>daec570</code></a>
Moving initial window size read to listener</li>
<li><a
href="https://github.com/motiondivision/motion/commit/bb221619f5bbc803536da735b947884100c9cd3b"><code>bb22161</code></a>
Updating changelog</li>
<li>Additional commits viewable in <a
href="https://github.com/motiondivision/motion/compare/v12.15.0...v12.22.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `next` from 15.3.3 to 15.3.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vercel/next.js/releases">next's
releases</a>.</em></p>
<blockquote>
<h2>v15.3.4</h2>
<blockquote>
<p>[!NOTE]<br />
This release is backporting bug fixes. It does <strong>not</strong>
include all pending features/changes on canary.</p>
</blockquote>
<h3>Core Changes</h3>
<ul>
<li>[metadata] render streaming metadata on the top level (<a
href="https://redirect.github.com/vercel/next.js/issues/80566">#80566</a>)</li>
<li>[fix] clone the config module to avoid mutation (<a
href="https://redirect.github.com/vercel/next.js/issues/80573">#80573</a>)</li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a
href="https://github.com/huozhi"><code>@huozhi</code></a> for
helping!</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vercel/next.js/commit/f9e98b9ce39d69fac6841faeaa327d3848e0122c"><code>f9e98b9</code></a>
v15.3.4</li>
<li><a
href="https://github.com/vercel/next.js/commit/2557fba3996007f642df8a2b0c98b36c9ce9a343"><code>2557fba</code></a>
[fix] clone the config module to avoid mutation (<a
href="https://redirect.github.com/vercel/next.js/issues/80573">#80573</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/616f6fa0908552126de3190e663e15491a267e13"><code>616f6fa</code></a>
[backport][metadata] render streaming metadata on the top level (<a
href="https://redirect.github.com/vercel/next.js/issues/80566">#80566</a>)</li>
<li>See full diff in <a
href="https://github.com/vercel/next.js/compare/v15.3.3...v15.3.4">compare
view</a></li>
</ul>
</details>
<br />
Updates `@graphql-codegen/cli` from 5.0.6 to 5.0.7
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/dotansimha/graphql-code-generator/blob/master/packages/graphql-codegen-cli/CHANGELOG.md"><code>@graphql-codegen/cli</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>5.0.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/dotansimha/graphql-code-generator/pull/10150">#10150</a>
<a
href="https://github.com/dotansimha/graphql-code-generator/commit/e3243824cfe0d7ab463cf0d5a6455715510959be"><code>e324382</code></a>
Thanks <a
href="https://github.com/ArminWiebigke"><code>@ArminWiebigke</code></a>!
- Allow functions to be passed as valid values for
<code>UrlSchemaOptions.customFetch</code>. This was already possible,
but the type definitions did not reflect that correctly.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/dotansimha/graphql-code-generator/pull/10358">#10358</a>
<a
href="https://github.com/dotansimha/graphql-code-generator/commit/157c8236320f00b06c470e2289315179119d4504"><code>157c823</code></a>
Thanks <a
href="https://github.com/eddeee888"><code>@eddeee888</code></a>! -
Remove extraneous error stacktrace if fails to load
<code>@parcel/watcher</code></p>
</li>
<li>
<p>Updated dependencies [<a
href="https://github.com/dotansimha/graphql-code-generator/commit/e3243824cfe0d7ab463cf0d5a6455715510959be"><code>e324382</code></a>,
<a
href="https://github.com/dotansimha/graphql-code-generator/commit/98392fc5d91035b5b5b0ffdefd78d0398762a523"><code>98392fc</code></a>]:</p>
<ul>
<li><code>@graphql-codegen/plugin-helpers</code><a
href="https://github.com/5"><code>@5</code></a>.1.1</li>
<li><code>@graphql-codegen/client-preset</code><a
href="https://github.com/4"><code>@4</code></a>.8.2</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dotansimha/graphql-code-generator/commit/72e1d9980953be0decb13fa809406c6de2d8a853"><code>72e1d99</code></a>
chore(release): update monorepo packages versions (<a
href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/10364">#10364</a>)</li>
<li><a
href="https://github.com/dotansimha/graphql-code-generator/commit/e3243824cfe0d7ab463cf0d5a6455715510959be"><code>e324382</code></a>
Allow function as valid type for UrlSchemaOptions.customFetch (<a
href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/10150">#10150</a>)</li>
<li><a
href="https://github.com/dotansimha/graphql-code-generator/commit/157c8236320f00b06c470e2289315179119d4504"><code>157c823</code></a>
CODEGEN-787 - Improve handling of missing <code>@parcel/watcher</code>
scenario (<a
href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/10358">#10358</a>)</li>
<li>See full diff in <a
href="https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/[email protected]/packages/graphql-codegen-cli">compare
view</a></li>
</ul>
</details>
<br />
Updates `postcss` from 8.5.4 to 8.5.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/postcss/postcss/releases">postcss's
releases</a>.</em></p>
<blockquote>
<h2>8.5.6</h2>
<ul>
<li>Fixed <code>ContainerWithChildren</code> type discriminating (by <a
href="https://github.com/Goodwine"><code>@Goodwine</code></a>).</li>
</ul>
<h2>8.5.5</h2>
<ul>
<li>Fixed <code>package.json</code>→<code>exports</code> compatibility
with some tools (by <a
href="https://github.com/JounQin"><code>@JounQin</code></a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's
changelog</a>.</em></p>
<blockquote>
<h2>8.5.6</h2>
<ul>
<li>Fixed <code>ContainerWithChildren</code> type discriminating (by <a
href="https://github.com/Goodwine"><code>@Goodwine</code></a>).</li>
</ul>
<h2>8.5.5</h2>
<ul>
<li>Fixed <code>package.json</code>→<code>exports</code> compatibility
with some tools (by <a
href="https://github.com/JounQin"><code>@JounQin</code></a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/postcss/postcss/commit/91d6eb5c3d1ca8acb4e8e3926005acf2b066c211"><code>91d6eb5</code></a>
Release 8.5.6 version</li>
<li><a
href="https://github.com/postcss/postcss/commit/65ffc55117bf4289b1f977986ed76fad402641b1"><code>65ffc55</code></a>
Update dependencies</li>
<li><a
href="https://github.com/postcss/postcss/commit/ecd20eb7f9587d63e3f3348b768aec0e9fb000d3"><code>ecd20eb</code></a>
Fix ContainerWithChildren to allow discriminating the node type by
comparing ...</li>
<li><a
href="https://github.com/postcss/postcss/commit/c18159719e4a6d65ad7085edf1dc42e07814f683"><code>c181597</code></a>
Release 8.5.5 version</li>
<li><a
href="https://github.com/postcss/postcss/commit/c5523fbec5f32622e77103c643e1258007c2609d"><code>c5523fb</code></a>
Update dependencies</li>
<li><a
href="https://github.com/postcss/postcss/commit/2e3450c55f41e378e086f4f189e5243a573c3390"><code>2e3450c</code></a>
refactor: <code>import</code> should be listed before
<code>require</code> (<a
href="https://redirect.github.com/postcss/postcss/issues/2052">#2052</a>)</li>
<li><a
href="https://github.com/postcss/postcss/commit/4d720bd01adec2e8645bf91e725825bebb712e1b"><code>4d720bd</code></a>
Update EM text</li>
<li>See full diff in <a
href="https://github.com/postcss/postcss/compare/8.5.4...8.5.6">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 7e6a672 commit 969b664
2 files changed
+99
-99
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
649 | 649 | | |
650 | 650 | | |
651 | 651 | | |
652 | | - | |
653 | | - | |
654 | | - | |
655 | | - | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
656 | 656 | | |
657 | 657 | | |
658 | 658 | | |
659 | 659 | | |
660 | | - | |
| 660 | + | |
661 | 661 | | |
662 | | - | |
| 662 | + | |
663 | 663 | | |
664 | 664 | | |
665 | 665 | | |
| |||
690 | 690 | | |
691 | 691 | | |
692 | 692 | | |
693 | | - | |
694 | | - | |
695 | | - | |
696 | | - | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
697 | 697 | | |
698 | 698 | | |
699 | 699 | | |
700 | 700 | | |
701 | 701 | | |
702 | | - | |
703 | | - | |
| 702 | + | |
| 703 | + | |
704 | 704 | | |
705 | 705 | | |
706 | 706 | | |
| |||
751 | 751 | | |
752 | 752 | | |
753 | 753 | | |
754 | | - | |
755 | | - | |
756 | | - | |
757 | | - | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
758 | 758 | | |
759 | 759 | | |
760 | 760 | | |
| |||
772 | 772 | | |
773 | 773 | | |
774 | 774 | | |
775 | | - | |
776 | | - | |
777 | | - | |
778 | | - | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
779 | 779 | | |
780 | 780 | | |
781 | 781 | | |
| |||
1364 | 1364 | | |
1365 | 1365 | | |
1366 | 1366 | | |
1367 | | - | |
1368 | | - | |
1369 | | - | |
1370 | | - | |
| 1367 | + | |
| 1368 | + | |
| 1369 | + | |
| 1370 | + | |
1371 | 1371 | | |
1372 | 1372 | | |
1373 | 1373 | | |
1374 | 1374 | | |
1375 | 1375 | | |
1376 | 1376 | | |
1377 | | - | |
1378 | | - | |
1379 | | - | |
1380 | | - | |
1381 | | - | |
1382 | | - | |
1383 | | - | |
1384 | | - | |
1385 | | - | |
1386 | | - | |
1387 | | - | |
1388 | | - | |
1389 | | - | |
1390 | | - | |
1391 | | - | |
1392 | | - | |
1393 | | - | |
1394 | | - | |
1395 | | - | |
1396 | | - | |
1397 | | - | |
1398 | | - | |
1399 | | - | |
1400 | | - | |
1401 | | - | |
1402 | | - | |
1403 | | - | |
1404 | | - | |
1405 | | - | |
1406 | | - | |
1407 | | - | |
1408 | | - | |
1409 | | - | |
1410 | | - | |
1411 | | - | |
1412 | | - | |
1413 | | - | |
1414 | | - | |
1415 | | - | |
| 1377 | + | |
| 1378 | + | |
| 1379 | + | |
| 1380 | + | |
| 1381 | + | |
| 1382 | + | |
| 1383 | + | |
| 1384 | + | |
| 1385 | + | |
| 1386 | + | |
| 1387 | + | |
| 1388 | + | |
| 1389 | + | |
| 1390 | + | |
| 1391 | + | |
| 1392 | + | |
| 1393 | + | |
| 1394 | + | |
| 1395 | + | |
| 1396 | + | |
| 1397 | + | |
| 1398 | + | |
| 1399 | + | |
| 1400 | + | |
| 1401 | + | |
| 1402 | + | |
| 1403 | + | |
| 1404 | + | |
| 1405 | + | |
| 1406 | + | |
| 1407 | + | |
| 1408 | + | |
| 1409 | + | |
| 1410 | + | |
| 1411 | + | |
| 1412 | + | |
| 1413 | + | |
| 1414 | + | |
| 1415 | + | |
1416 | 1416 | | |
1417 | 1417 | | |
1418 | 1418 | | |
| |||
4329 | 4329 | | |
4330 | 4330 | | |
4331 | 4331 | | |
4332 | | - | |
4333 | | - | |
4334 | | - | |
4335 | | - | |
| 4332 | + | |
| 4333 | + | |
| 4334 | + | |
| 4335 | + | |
4336 | 4336 | | |
4337 | | - | |
4338 | | - | |
| 4337 | + | |
| 4338 | + | |
4339 | 4339 | | |
4340 | 4340 | | |
4341 | 4341 | | |
| |||
5351 | 5351 | | |
5352 | 5352 | | |
5353 | 5353 | | |
5354 | | - | |
5355 | | - | |
5356 | | - | |
5357 | | - | |
| 5354 | + | |
| 5355 | + | |
| 5356 | + | |
| 5357 | + | |
5358 | 5358 | | |
5359 | | - | |
| 5359 | + | |
5360 | 5360 | | |
5361 | | - | |
5362 | | - | |
5363 | | - | |
5364 | | - | |
| 5361 | + | |
| 5362 | + | |
| 5363 | + | |
| 5364 | + | |
5365 | 5365 | | |
5366 | 5366 | | |
5367 | 5367 | | |
| |||
5402 | 5402 | | |
5403 | 5403 | | |
5404 | 5404 | | |
5405 | | - | |
5406 | | - | |
5407 | | - | |
5408 | | - | |
| 5405 | + | |
| 5406 | + | |
| 5407 | + | |
| 5408 | + | |
5409 | 5409 | | |
5410 | | - | |
| 5410 | + | |
5411 | 5411 | | |
5412 | 5412 | | |
5413 | 5413 | | |
5414 | 5414 | | |
5415 | 5415 | | |
5416 | 5416 | | |
5417 | 5417 | | |
5418 | | - | |
5419 | | - | |
5420 | | - | |
5421 | | - | |
5422 | | - | |
5423 | | - | |
5424 | | - | |
5425 | | - | |
| 5418 | + | |
| 5419 | + | |
| 5420 | + | |
| 5421 | + | |
| 5422 | + | |
| 5423 | + | |
| 5424 | + | |
| 5425 | + | |
5426 | 5426 | | |
5427 | 5427 | | |
5428 | 5428 | | |
| |||
5744 | 5744 | | |
5745 | 5745 | | |
5746 | 5746 | | |
5747 | | - | |
5748 | | - | |
5749 | | - | |
5750 | | - | |
| 5747 | + | |
| 5748 | + | |
| 5749 | + | |
| 5750 | + | |
5751 | 5751 | | |
5752 | 5752 | | |
5753 | 5753 | | |
| |||
0 commit comments