Skip to content

Commit 7e6a672

Browse files
Bump the npm group with 8 updates (#1021)
Bumps the npm group with 8 updates: | Package | From | To | | --- | --- | --- | | [framer-motion](https://github.com/motiondivision/motion) | `12.9.4` | `12.15.0` | | [next](https://github.com/vercel/next.js) | `15.3.1` | `15.3.3` | | [semver](https://github.com/npm/node-semver) | `7.7.1` | `7.7.2` | | [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli) | `5.0.5` | `5.0.6` | | [@graphql-codegen/typescript-graphql-request](https://github.com/dotansimha/graphql-code-generator-community/tree/HEAD/packages/plugins/typescript/graphql-request) | `6.2.0` | `6.3.0` | | [@graphql-codegen/typescript-operations](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations) | `4.6.0` | `4.6.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.15.3` | `22.15.29` | | [postcss](https://github.com/postcss/postcss) | `8.5.3` | `8.5.4` | Updates `framer-motion` from 12.9.4 to 12.15.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.15.0] 2025-05-27</h2> <h3>Added</h3> <ul> <li>Support for <code>pathLength</code>/<code>pathSpacing</code>/<code>pathOffset</code> for <code>svgEffect</code>.</li> <li>Auto kebab-casing of <code>data</code> and <code>aria</code> attributes in <code>attrEffect</code>.</li> <li><code>attrEffect</code> applies attributes via JS property where possible.</li> <li>Auto <code>transform-box: fill-box</code> for SVGs with <code>transform</code> in <code>styleEffect</code>.</li> </ul> <h2>[12.14.0] 2025-05-26</h2> <h3>Added</h3> <ul> <li>Support for <code>originX</code>/<code>Y</code>/<code>Z</code> in <code>styleEffect</code>.</li> </ul> <h3>Fixed</h3> <ul> <li>Added markers for pure function calls with effects.</li> </ul> <h2>[12.13.0] 2025-05-26</h2> <h3>Added</h3> <ul> <li><code>svgEffect</code>, <code>propEffect</code> and <code>attrEffect</code>.</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed a jump in layout animations in select circumstances.</li> </ul> <h2>[12.12.2] 2025-05-23</h2> <h3>Fixed</h3> <ul> <li>Ensure scroll updates are only triggered after a scroll read.</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/motiondivision/motion/commit/2c37211a52bba07205db9d6e01dcc38f187f8307"><code>2c37211</code></a> v12.15.0</li> <li><a href="https://github.com/motiondivision/motion/commit/d83cf5534a0964adbe996e1585bc57fd8df63d15"><code>d83cf55</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/264176d2e755bb6e3432700ff132fc2dd5687be7"><code>264176d</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3231">#3231</a> from motiondivision/feature/svg-effect-path</li> <li><a href="https://github.com/motiondivision/motion/commit/08b95785f73c289849bcd52ee906a5c7375e51f1"><code>08b9578</code></a> Fixing</li> <li><a href="https://github.com/motiondivision/motion/commit/79cb600bf46a974c622b58b463c32d93fc128a28"><code>79cb600</code></a> Adding test suite</li> <li><a href="https://github.com/motiondivision/motion/commit/9bc8cb61fb3214b25c68fa2f829b211f11195c65"><code>9bc8cb6</code></a> Fixing effect export</li> <li><a href="https://github.com/motiondivision/motion/commit/f0d5139625c13c6c534f46136dddff53f6e42186"><code>f0d5139</code></a> v12.14.0</li> <li><a href="https://github.com/motiondivision/motion/commit/4bb70f3e24892fb91acef0bab6f5f0642295799c"><code>4bb70f3</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/a463a27d1b9bd3298c3478ee5508256da71978da"><code>a463a27</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3230">#3230</a> from motiondivision/feature/transform-origin-effect</li> <li><a href="https://github.com/motiondivision/motion/commit/96578cd24fb9cceb457cdcb4f2d4b1bbdef8579c"><code>96578cd</code></a> Latest</li> <li>Additional commits viewable in <a href="https://github.com/motiondivision/motion/compare/v12.9.4...v12.15.0">compare view</a></li> </ul> </details> <br /> Updates `next` from 15.3.1 to 15.3.3 <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.3</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>Reinstate <code>vary</code> (<a href="https://redirect.github.com/vercel/next.js/issues/79939">#79939</a>)</li> <li>fix(next-swc): Fix interestingness detection for React Compiler (<a href="https://redirect.github.com/vercel/next.js/issues/79558">#79558</a>)</li> <li>fix(next-swc): Fix react compiler usefulness detector (<a href="https://redirect.github.com/vercel/next.js/issues/79480">#79480</a>)</li> <li>fix(dev-overlay): Better handle edge-case file paths in launchEditor (<a href="https://redirect.github.com/vercel/next.js/issues/79526">#79526</a>)</li> <li>Client router should discard stale prefetch entries for static pages (<a href="https://redirect.github.com/vercel/next.js/issues/79362">#79362</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/gaojude"><code>@​gaojude</code></a>, <a href="https://github.com/kdy1"><code>@​kdy1</code></a>, <a href="https://github.com/bgw"><code>@​bgw</code></a>, and <a href="https://github.com/unstubbable"><code>@​unstubbable</code></a> for helping!</p> <h2>v15.3.2</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>backport: fix(turbopack): Store persistence of wrapped task on RawVc::LocalOutput (<a href="https://redirect.github.com/vercel/next.js/issues/78488">#78488</a>) (<a href="https://redirect.github.com/vercel/next.js/issues/78883">#78883</a>)</li> <li><code>@​next/mdx</code>: Use stable turbopack config options (<a href="https://redirect.github.com/vercel/next.js/issues/78880">#78880</a>)</li> <li>Fix react-compiler: Fix detection of interest (<a href="https://redirect.github.com/vercel/next.js/issues/78879">#78879</a>)</li> <li>Fix turbopack: Backport sourcemap bugfix (<a href="https://redirect.github.com/vercel/next.js/issues/78881">#78881</a>)</li> <li>[next-server] preserve rsc query for rsc redirects (<a href="https://redirect.github.com/vercel/next.js/issues/78876">#78876</a>)</li> <li>Update middleware public/static matching (<a href="https://redirect.github.com/vercel/next.js/issues/78875">#78875</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/ijjk"><code>@​ijjk</code></a>, <a href="https://github.com/huozhi"><code>@​huozhi</code></a>, <a href="https://github.com/kdy1"><code>@​kdy1</code></a>, <a href="https://github.com/wbinnssmith"><code>@​wbinnssmith</code></a>, and <a href="https://github.com/bgw"><code>@​bgw</code></a> for helping!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/3ab8db7383ae904af872e14c26a9bd8a43879819"><code>3ab8db7</code></a> v15.3.3</li> <li><a href="https://github.com/vercel/next.js/commit/18c8113ebd90cfb54902c429a7c1138ed7d9f97d"><code>18c8113</code></a> [backport] Reinstate <code>vary</code> (<a href="https://redirect.github.com/vercel/next.js/issues/79939">#79939</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/e18212f54668eba21ef8ac33f5db5a94f2ba3499"><code>e18212f</code></a> re-enable vary header deploy test (<a href="https://redirect.github.com/vercel/next.js/issues/79753">#79753</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/ec202eccf05820b60c6126d6411fe16766ecc066"><code>ec202ec</code></a> Revert &quot;[next-server] skip setting vary header for basic routes&quot; (<a href="https://redirect.github.com/vercel/next.js/issues/79426">#79426</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/e2f264fdce0472001675418f7524ed355fa184a0"><code>e2f264f</code></a> fix(next-swc): Fix interestingness detection for React Compiler (15.3) (<a href="https://redirect.github.com/vercel/next.js/issues/79558">#79558</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/562fac78dab5656c6b8cbf6248a44a8f18da3075"><code>562fac7</code></a> fix(next-swc): Fix react compiler usefulness detector (15.3) (<a href="https://redirect.github.com/vercel/next.js/issues/79480">#79480</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/06097fd7bb74f437fdb52d42a82280bce206f9d3"><code>06097fd</code></a> fix(dev-overlay): Better handle edge-case file paths in launchEditor (<a href="https://redirect.github.com/vercel/next.js/issues/79526">#79526</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/bda731fa96326da06ecb4128a3074f417b90903e"><code>bda731f</code></a> Client router should discard stale prefetch entries for static pages (<a href="https://redirect.github.com/vercel/next.js/issues/79362">#79362</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/d9ec4a4b573994c492a25497fdca4364e5fd5ee8"><code>d9ec4a4</code></a> v15.3.2</li> <li><a href="https://github.com/vercel/next.js/commit/3def5ff92b2d2b1d428c0a6ca7d390fa6c00f9d3"><code>3def5ff</code></a> backport: fix(turbopack): Store persistence of wrapped task on RawVc::LocalOu...</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v15.3.1...v15.3.3">compare view</a></li> </ul> </details> <br /> Updates `semver` from 7.7.1 to 7.7.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/npm/node-semver/releases">semver's releases</a>.</em></p> <blockquote> <h2>v7.7.2</h2> <h2><a href="https://github.com/npm/node-semver/compare/v7.7.1...v7.7.2">7.7.2</a> (2025-05-12)</h2> <h3>Bug Fixes</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/fcafb61ed566ff8ccf24818dd94b76738f037aa4"><code>fcafb61</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/780">#780</a> add missing <code>'use strict'</code> directives (<a href="https://redirect.github.com/npm/node-semver/issues/780">#780</a>) (<a href="https://github.com/Fdawgs"><code>@​Fdawgs</code></a>)</li> <li><a href="https://github.com/npm/node-semver/commit/c99f336fa3bdff465652f9041eab2127d2f52eb2"><code>c99f336</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/781">#781</a> prerelease identifier starting with digits (<a href="https://redirect.github.com/npm/node-semver/issues/781">#781</a>) (<a href="https://github.com/mbtools"><code>@​mbtools</code></a>)</li> </ul> <h3>Chores</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/c760403b935d3ad35f83e9bbe5ebe1badef2fc71"><code>c760403</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/784">#784</a> template-oss-apply for workflow permissions (<a href="https://redirect.github.com/npm/node-semver/issues/784">#784</a>) (<a href="https://github.com/wraithgar"><code>@​wraithgar</code></a>)</li> <li><a href="https://github.com/npm/node-semver/commit/2677f2a88334b0e728dbfe9ad9f5f57458437c87"><code>2677f2a</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/778">#778</a> bump <code>@​npmcli/template-oss</code> from 4.23.6 to 4.24.3 (<a href="https://redirect.github.com/npm/node-semver/issues/778">#778</a>) (<a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot], <a href="https://github.com/npm-cli-bot"><code>@​npm-cli-bot</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/npm/node-semver/blob/main/CHANGELOG.md">semver's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/npm/node-semver/compare/v7.7.1...v7.7.2">7.7.2</a> (2025-05-12)</h2> <h3>Bug Fixes</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/fcafb61ed566ff8ccf24818dd94b76738f037aa4"><code>fcafb61</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/780">#780</a> add missing <code>'use strict'</code> directives (<a href="https://redirect.github.com/npm/node-semver/issues/780">#780</a>) (<a href="https://github.com/Fdawgs"><code>@​Fdawgs</code></a>)</li> <li><a href="https://github.com/npm/node-semver/commit/c99f336fa3bdff465652f9041eab2127d2f52eb2"><code>c99f336</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/781">#781</a> prerelease identifier starting with digits (<a href="https://redirect.github.com/npm/node-semver/issues/781">#781</a>) (<a href="https://github.com/mbtools"><code>@​mbtools</code></a>)</li> </ul> <h3>Chores</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/c760403b935d3ad35f83e9bbe5ebe1badef2fc71"><code>c760403</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/784">#784</a> template-oss-apply for workflow permissions (<a href="https://redirect.github.com/npm/node-semver/issues/784">#784</a>) (<a href="https://github.com/wraithgar"><code>@​wraithgar</code></a>)</li> <li><a href="https://github.com/npm/node-semver/commit/2677f2a88334b0e728dbfe9ad9f5f57458437c87"><code>2677f2a</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/778">#778</a> bump <code>@​npmcli/template-oss</code> from 4.23.6 to 4.24.3 (<a href="https://redirect.github.com/npm/node-semver/issues/778">#778</a>) (<a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot], <a href="https://github.com/npm-cli-bot"><code>@​npm-cli-bot</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/npm/node-semver/commit/281055e7716ef0415a8826972471331989ede58c"><code>281055e</code></a> chore: release 7.7.2 (<a href="https://redirect.github.com/npm/node-semver/issues/783">#783</a>)</li> <li><a href="https://github.com/npm/node-semver/commit/fcafb61ed566ff8ccf24818dd94b76738f037aa4"><code>fcafb61</code></a> fix: add missing <code>'use strict'</code> directives (<a href="https://redirect.github.com/npm/node-semver/issues/780">#780</a>)</li> <li><a href="https://github.com/npm/node-semver/commit/c760403b935d3ad35f83e9bbe5ebe1badef2fc71"><code>c760403</code></a> chore: template-oss-apply for workflow permissions (<a href="https://redirect.github.com/npm/node-semver/issues/784">#784</a>)</li> <li><a href="https://github.com/npm/node-semver/commit/c99f336fa3bdff465652f9041eab2127d2f52eb2"><code>c99f336</code></a> fix: prerelease identifier starting with digits (<a href="https://redirect.github.com/npm/node-semver/issues/781">#781</a>)</li> <li><a href="https://github.com/npm/node-semver/commit/2677f2a88334b0e728dbfe9ad9f5f57458437c87"><code>2677f2a</code></a> chore: bump <code>@​npmcli/template-oss</code> from 4.23.6 to 4.24.3 (<a href="https://redirect.github.com/npm/node-semver/issues/778">#778</a>)</li> <li><a href="https://github.com/npm/node-semver/commit/0b98655dbc1a9eb79370ed80f557be98d1c06587"><code>0b98655</code></a> chore: bump <code>@​npmcli/template-oss</code> from 4.23.4 to 4.23.6 (<a href="https://redirect.github.com/npm/node-semver/issues/760">#760</a>)</li> <li>See full diff in <a href="https://github.com/npm/node-semver/compare/v7.7.1...v7.7.2">compare view</a></li> </ul> </details> <br /> Updates `@graphql-codegen/cli` from 5.0.5 to 5.0.6 <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.6</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/dotansimha/graphql-code-generator/pull/10338">#10338</a> <a href="https://github.com/dotansimha/graphql-code-generator/commit/5d1c4e127d860ff89590fd3a1d01493b3289ad00"><code>5d1c4e1</code></a> Thanks <a href="https://github.com/eddeee888"><code>@​eddeee888</code></a>! - Fix ignoreNoDocuments=true swallowing all errors</p> </li> <li> <p><a href="https://redirect.github.com/dotansimha/graphql-code-generator/pull/10333">#10333</a> <a href="https://github.com/dotansimha/graphql-code-generator/commit/10ab58dbc183dff460c410ffc7cc759186f91d4c"><code>10ab58d</code></a> Thanks <a href="https://github.com/eddeee888"><code>@​eddeee888</code></a>! - Improve syntax error messages whilst loading schema/document</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/dotansimha/graphql-code-generator/commit/c5efba34a7b422720be9ce32937dd19fb0784bae"><code>c5efba3</code></a>]:</p> <ul> <li><code>@​graphql-codegen/client-preset</code><a href="https://github.com/4"><code>@​4</code></a>.8.1</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/d72bbac61ae307a6e8344c7a28518ed3bbeb4e0a"><code>d72bbac</code></a> chore(release): update monorepo packages versions (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/10334">#10334</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/5d1c4e127d860ff89590fd3a1d01493b3289ad00"><code>5d1c4e1</code></a> CODEGEN-334 - Fix ignoreNoDocuments swallowing all errors, not just no docume...</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/10ab58dbc183dff460c410ffc7cc759186f91d4c"><code>10ab58d</code></a> CODEGEN-334 - Improve error logging (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/10333">#10333</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> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~theguild-bot">theguild-bot</a>, a new releaser for <code>@​graphql-codegen/cli</code> since your current version.</p> </details> <br /> Updates `@graphql-codegen/typescript-graphql-request` from 6.2.0 to 6.3.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dotansimha/graphql-code-generator-community/blob/main/packages/plugins/typescript/graphql-request/CHANGELOG.md"><code>@​graphql-codegen/typescript-graphql-request</code>'s changelog</a>.</em></p> <blockquote> <h2>6.3.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/dotansimha/graphql-code-generator-community/pull/1116">#1116</a> <a href="https://github.com/dotansimha/graphql-code-generator-community/commit/32a5a00bb921b42280f7fd879ff800a36e36e973"><code>32a5a00</code></a> Thanks <a href="https://github.com/eddeee888"><code>@​eddeee888</code></a>! - Allow sending signal as the 3rd param in each SDK call</li> </ul> <h2>6.2.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/dotansimha/graphql-code-generator-community/pull/355">#355</a> <a href="https://github.com/dotansimha/graphql-code-generator-community/commit/ca72b89a601979799d0c10087535ff2acc4378f0"><code>ca72b89</code></a> Thanks <a href="https://github.com/apps/renovate"><code>@​renovate</code></a>! - dependencies updates:</p> <ul> <li>Updated dependency <a href="https://www.npmjs.com/package/@graphql-codegen/visitor-plugin-common/v/2.13.8"><code>@graphql-codegen/[email protected]</code> ↗︎</a> (from <code>2.13.1</code>, in <code>dependencies</code>)</li> </ul> </li> <li> <p><a href="https://redirect.github.com/dotansimha/graphql-code-generator-community/pull/612">#612</a> <a href="https://github.com/dotansimha/graphql-code-generator-community/commit/5af565e6dada98e2341968ea37f343c5c348414a"><code>5af565e</code></a> Thanks <a href="https://github.com/apps/renovate"><code>@​renovate</code></a>! - dependencies updates:</p> <ul> <li>Updated dependency <a href="https://www.npmjs.com/package/tslib/v/2.8.1"><code>tslib@^2.8.1</code> ↗︎</a> (from <code>~2.8.0</code>, in <code>dependencies</code>)</li> </ul> </li> <li> <p><a href="https://redirect.github.com/dotansimha/graphql-code-generator-community/pull/828">#828</a> <a href="https://github.com/dotansimha/graphql-code-generator-community/commit/0c551baf81b9d146a644a88e78bfc714894a9ab2"><code>0c551ba</code></a> Thanks <a href="https://github.com/apps/renovate"><code>@​renovate</code></a>! - dependencies updates:</p> <ul> <li>Updated dependency <a href="https://www.npmjs.com/package/tslib/v/2.8.0"><code>tslib@~2.8.0</code> ↗︎</a> (from <code>~2.6.0</code>, in <code>dependencies</code>)</li> </ul> </li> <li> <p><a href="https://redirect.github.com/dotansimha/graphql-code-generator-community/pull/1106">#1106</a> <a href="https://github.com/dotansimha/graphql-code-generator-community/commit/9c1fbddc4c618abb2b9ab58b3119753dcf06a525"><code>9c1fbdd</code></a> Thanks <a href="https://github.com/eddeee888"><code>@​eddeee888</code></a>! - Make graphql-request@v7 peerDep</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotansimha/graphql-code-generator-community/commit/77e2136654932a3195f710d69acf53d8ecb3b6a6"><code>77e2136</code></a> chore(release): update monorepo packages versions (<a href="https://github.com/dotansimha/graphql-code-generator-community/tree/HEAD/packages/plugins/typescript/graphql-request/issues/1120">#1120</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator-community/commit/32a5a00bb921b42280f7fd879ff800a36e36e973"><code>32a5a00</code></a> CODEGEN-792 - <code>@​graphql-codegen/graphql-request</code> - Allow signal request option...</li> <li><a href="https://github.com/dotansimha/graphql-code-generator-community/commit/e59c1015c79b56b5951a0013c0299f7a2e1531da"><code>e59c101</code></a> chore(release): update monorepo packages versions (<a href="https://github.com/dotansimha/graphql-code-generator-community/tree/HEAD/packages/plugins/typescript/graphql-request/issues/923">#923</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator-community/commit/9c1fbddc4c618abb2b9ab58b3119753dcf06a525"><code>9c1fbdd</code></a> CODEGEN-759: Update <code>@​graphql-codegen/graphql-request</code> peerDep version to 7.0.0...</li> <li><a href="https://github.com/dotansimha/graphql-code-generator-community/commit/1968d08adfab4854826bcc7c968cf9f22c0f0046"><code>1968d08</code></a> fix(deps): update graphql-tools (<a href="https://github.com/dotansimha/graphql-code-generator-community/tree/HEAD/packages/plugins/typescript/graphql-request/issues/1029">#1029</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator-community/commit/a9eca97d8753853c3dfbdb4d14082114d4bf32e9"><code>a9eca97</code></a> fix(deps): update graphql-tools (<a href="https://github.com/dotansimha/graphql-code-generator-community/tree/HEAD/packages/plugins/typescript/graphql-request/issues/1028">#1028</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator-community/commit/13bfb01ae360b58068aaf324af454b907111ff09"><code>13bfb01</code></a> fix(deps): update graphql-tools (<a href="https://github.com/dotansimha/graphql-code-generator-community/tree/HEAD/packages/plugins/typescript/graphql-request/issues/1015">#1015</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator-community/commit/df5c2332cbb88c4cac1d2acaf0af88c5254ff414"><code>df5c233</code></a> fix(deps): update graphql-tools (<a href="https://github.com/dotansimha/graphql-code-generator-community/tree/HEAD/packages/plugins/typescript/graphql-request/issues/1007">#1007</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator-community/commit/7c35006c8580685aba0871c364af2135cca2ad34"><code>7c35006</code></a> fix(deps): update graphql-tools (<a href="https://github.com/dotansimha/graphql-code-generator-community/tree/HEAD/packages/plugins/typescript/graphql-request/issues/999">#999</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator-community/commit/793b90128e0c4fecc91d46cd931233fc61043393"><code>793b901</code></a> fix(deps): update graphql-tools (<a href="https://github.com/dotansimha/graphql-code-generator-community/tree/HEAD/packages/plugins/typescript/graphql-request/issues/986">#986</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dotansimha/graphql-code-generator-community/commits/@graphql-codegen/[email protected]/packages/plugins/typescript/graphql-request">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~theguild-bot">theguild-bot</a>, a new releaser for <code>@​graphql-codegen/typescript-graphql-request</code> since your current version.</p> </details> <br /> Updates `@graphql-codegen/typescript-operations` from 4.6.0 to 4.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotansimha/graphql-code-generator/releases"><code>@​graphql-codegen/typescript-operations</code>'s releases</a>.</em></p> <blockquote> <h2>Release 2022-08-04T13:12:01.667Z</h2> <h2><code>@​graphql-codegen/graphql-modules-preset</code><a href="https://github.com/2"><code>@​2</code></a>.5.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/dotansimha/graphql-code-generator/pull/6796">#6796</a> <a href="https://github.com/dotansimha/graphql-code-generator/commit/8b6e8e6648f2d95cc40873cfc008a545d8a9c46f"><code>8b6e8e664</code></a> Thanks <a href="https://github.com/kamilkisiela"><code>@​kamilkisiela</code></a>! - Introduce requireRootResolvers flag</li> </ul> <h2>Release 2022-08-04T13:05:23.977Z</h2> <p>No release notes provided.</p> <h2>Release 2022-08-04T13:02:57.827Z</h2> <p>No release notes provided.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/operations/CHANGELOG.md"><code>@​graphql-codegen/typescript-operations</code>'s changelog</a>.</em></p> <blockquote> <h2>4.6.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/dotansimha/graphql-code-generator/pull/10330">#10330</a> <a href="https://github.com/dotansimha/graphql-code-generator/commit/c5efba34a7b422720be9ce32937dd19fb0784bae"><code>c5efba3</code></a> Thanks <a href="https://github.com/jnoordsij"><code>@​jnoordsij</code></a>! - Make graphql-sock optional peerDep</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/d72bbac61ae307a6e8344c7a28518ed3bbeb4e0a"><code>d72bbac</code></a> chore(release): update monorepo packages versions (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations/issues/10334">#10334</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/c5efba34a7b422720be9ce32937dd19fb0784bae"><code>c5efba3</code></a> Mark graphql-sock peer dependency as optional in typescript/operations plugin...</li> <li>See full diff in <a href="https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/[email protected]/packages/plugins/typescript/operations">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 22.15.3 to 22.15.29 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> Updates `postcss` from 8.5.3 to 8.5.4 <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.4</h2> <ul> <li>Fixed Parcel compatibility issue (by <a href="https://github.com/git-sumitchaudhary"><code>@​git-sumitchaudhary</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.4</h2> <ul> <li>Fixed Parcel compatibility issue (by <a href="https://github.com/git-sumitchaudhary"><code>@​git-sumitchaudhary</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/6cb4a6673fb6d8b23eb1ebe66a22b6267ab141de"><code>6cb4a66</code></a> Release 8.5.4 version</li> <li><a href="https://github.com/postcss/postcss/commit/ec5c1e031083664bed1cf91eaac72f8c61068110"><code>ec5c1e0</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/e85e9385c87499bc7e274c6ce332cf59e3988994"><code>e85e938</code></a> Fix code format</li> <li><a href="https://github.com/postcss/postcss/commit/50542335f22e513edaa52cb8bd214370ceef1bc9"><code>5054233</code></a> fixed error at line 401 (<a href="https://redirect.github.com/postcss/postcss/issues/2046">#2046</a>)</li> <li><a href="https://github.com/postcss/postcss/commit/0538b6309e5ca80044bc8ca34833db422bbaa9fe"><code>0538b63</code></a> docs: Update README.md (<a href="https://redirect.github.com/postcss/postcss/issues/2044">#2044</a>)</li> <li><a href="https://github.com/postcss/postcss/commit/b5f407f3976419310bcc530043f5835b7192f41c"><code>b5f407f</code></a> Add <code>postcss-fontsource-url</code> to plugins (<a href="https://redirect.github.com/postcss/postcss/issues/2043">#2043</a>)</li> <li><a href="https://github.com/postcss/postcss/commit/94b5260be6fd43f230cc4dd91a7d3c51b09a0e94"><code>94b5260</code></a> Clarify documentation for <code>node.source.end.offset</code> (<a href="https://redirect.github.com/postcss/postcss/issues/2032">#2032</a>)</li> <li><a href="https://github.com/postcss/postcss/commit/a20724af14ad05304f99ced858f6f2f47f4a1633"><code>a20724a</code></a> Fix Markdown syntax</li> <li><a href="https://github.com/postcss/postcss/commit/cf6b9697519aa0a9feda3b3468a738ba8870b61b"><code>cf6b969</code></a> fix: add a mention for postcssense extension (<a href="https://redirect.github.com/postcss/postcss/issues/2040">#2040</a>)</li> <li><a href="https://github.com/postcss/postcss/commit/ff48c29ebb16339188761827701e832f516bfb7d"><code>ff48c29</code></a> Increase size</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.5.3...8.5.4">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 10d3110 commit 7e6a672

File tree

2 files changed

+184
-210
lines changed

2 files changed

+184
-210
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,31 +20,31 @@
2020
"@nextui-org/react": "^2.6.11",
2121
"@vercel/analytics": "^1.5.0",
2222
"@vercel/speed-insights": "^1.2.0",
23-
"framer-motion": "^12.9.4",
23+
"framer-motion": "^12.15.0",
2424
"graphql": "^16.11.0",
25-
"next": "^15.3.1",
25+
"next": "^15.3.3",
2626
"next-themes": "^0.4.6",
2727
"react": "^18.3.1",
2828
"react-dom": "^18.3.1",
2929
"react-markdown": "^10.1.0",
30-
"semver": "^7.7.1",
30+
"semver": "^7.7.2",
3131
"timeago.js": "^4.0.2"
3232
},
3333
"devDependencies": {
3434
"@biomejs/biome": "1.9.4",
35-
"@graphql-codegen/cli": "^5.0.5",
35+
"@graphql-codegen/cli": "^5.0.6",
3636
"@graphql-codegen/introspection": "^4.0.3",
37-
"@graphql-codegen/typescript-graphql-request": "^6.2.0",
38-
"@graphql-codegen/typescript-operations": "^4.6.0",
37+
"@graphql-codegen/typescript-graphql-request": "^6.3.0",
38+
"@graphql-codegen/typescript-operations": "^4.6.1",
3939
"@tailwindcss/typography": "^0.5.16",
40-
"@types/node": "22.15.3",
40+
"@types/node": "22.15.29",
4141
"@types/react": "18.3.12",
4242
"@types/react-dom": "18.3.1",
4343
"autoprefixer": "^10.4.21",
4444
"graphql-request": "^6.1.0",
4545
"graphql-tag": "^2.0.0",
4646
"next-sitemap": "^4.2.3",
47-
"postcss": "^8.5.3",
47+
"postcss": "^8.5.4",
4848
"tailwind-variants": "^1.0.0",
4949
"tailwindcss": "^3.4.17",
5050
"typescript": "^5.8.3"

0 commit comments

Comments
 (0)