Skip to content

Commit c857167

Browse files
Bump the npm group with 10 updates (#1010)
Bumps the npm group with 10 updates: | Package | From | To | | --- | --- | --- | | [@vercel/analytics](https://github.com/vercel/analytics/tree/HEAD/packages/web) | `1.4.1` | `1.5.0` | | [@vercel/speed-insights](https://github.com/vercel/speed-insights/tree/HEAD/packages/web) | `1.1.0` | `1.2.0` | | [framer-motion](https://github.com/motiondivision/motion) | `12.0.6` | `12.4.7` | | [next](https://github.com/vercel/next.js) | `15.1.6` | `15.2.0` | | [semver](https://github.com/npm/node-semver) | `7.7.0` | `7.7.1` | | [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli) | `5.0.4` | `5.0.5` | | [@graphql-codegen/typescript-operations](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations) | `4.4.1` | `4.5.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.0` | `22.13.8` | | [postcss](https://github.com/postcss/postcss) | `8.5.1` | `8.5.3` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.3` | `5.8.2` | Updates `@vercel/analytics` from 1.4.1 to 1.5.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/analytics/releases"><code>@​vercel/analytics</code>'s releases</a>.</em></p> <blockquote> <h2>1.5.0</h2> <h2>What's Changed</h2> <ul> <li>fix: next/jest does not support import.meta by <a href="https://github.com/feugy"><code>@​feugy</code></a> in <a href="https://github.com/vercel/analytics/tree/HEAD/packages/web/issues/162">#162</a></li> <li>feat: support configurable deployment basepath by <a href="https://github.com/feugy"><code>@​feugy</code></a> in <a href="https://github.com/vercel/analytics/tree/HEAD/packages/web/issues/158">#158</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vercel/analytics/compare/1.4.1...1.5.0">https://github.com/vercel/analytics/compare/1.4.1...1.5.0</a></p> <h2>1.5.0-canary.3</h2> <h2>What's Changed</h2> <ul> <li>feat: support configurable deployment basepath by <a href="https://github.com/feugy"><code>@​feugy</code></a> in <a href="https://redirect.github.com/vercel/analytics/pull/158">vercel/analytics#158</a></li> <li>fix: next/jest does not support import.meta by <a href="https://github.com/feugy"><code>@​feugy</code></a> in <a href="https://redirect.github.com/vercel/analytics/pull/162">vercel/analytics#162</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vercel/analytics/compare/1.4.1...1.5.0-canary.3">https://github.com/vercel/analytics/compare/1.4.1...1.5.0-canary.3</a></p> <h2>1.5.0-canary.2</h2> <h2>What's Changed</h2> <ul> <li>feat: support configurable deployment basepath by <a href="https://github.com/feugy"><code>@​feugy</code></a> in <a href="https://redirect.github.com/vercel/analytics/pull/158">vercel/analytics#158</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vercel/analytics/compare/1.4.1...1.5.0-canary.2">https://github.com/vercel/analytics/compare/1.4.1...1.5.0-canary.2</a></p> <h2>1.5.0-canary.1</h2> <h2>What's Changed</h2> <ul> <li>Add an option to prefix an endpoint path with an environment variable. by <a href="https://github.com/emspishak"><code>@​emspishak</code></a> in <a href="https://redirect.github.com/vercel/analytics/pull/153">vercel/analytics#153</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/emspishak"><code>@​emspishak</code></a> made their first contribution in <a href="https://redirect.github.com/vercel/analytics/pull/153">vercel/analytics#153</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vercel/analytics/compare/1.4.0...1.5.0-canary.1">https://github.com/vercel/analytics/compare/1.4.0...1.5.0-canary.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/analytics/commit/9a904685efaf1003611ea84c98a76ca434f5c9f9"><code>9a90468</code></a> chore: release 1.5.0 (<a href="https://github.com/vercel/analytics/tree/HEAD/packages/web/issues/165">#165</a>)</li> <li>See full diff in <a href="https://github.com/vercel/analytics/commits/1.5.0/packages/web">compare view</a></li> </ul> </details> <br /> Updates `@vercel/speed-insights` from 1.1.0 to 1.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/speed-insights/releases"><code>@​vercel/speed-insights</code>'s releases</a>.</em></p> <blockquote> <h2>1.2.0</h2> <h2>What's Changed</h2> <ul> <li>Add an option to prefix an endpoint path with an environment variable. by <a href="https://github.com/emspishak"><code>@​emspishak</code></a> in <a href="https://redirect.github.com/vercel/speed-insights/pull/85">vercel/speed-insights#85</a></li> <li>feat: support configurable deployment basepath by <a href="https://github.com/feugy"><code>@​feugy</code></a> <a href="https://github.com/vercel/speed-insights/tree/HEAD/packages/web/issues/88">#88</a></li> <li>fix: a.useParams is not a function in next app by <a href="https://github.com/feugy"><code>@​feugy</code></a> <a href="https://github.com/vercel/speed-insights/tree/HEAD/packages/web/issues/90">#90</a></li> <li>fix: next/jest does not support import.meta by <a href="https://github.com/feugy"><code>@​feugy</code></a> <a href="https://github.com/vercel/speed-insights/tree/HEAD/packages/web/issues/91">#91</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/emspishak"><code>@​emspishak</code></a> made their first contribution in <a href="https://redirect.github.com/vercel/speed-insights/pull/85">vercel/speed-insights#85</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vercel/speed-insights/compare/1.1.0...1.2.0">https://github.com/vercel/speed-insights/compare/1.1.0...1.2.0</a></p> <h2>1.2.0-canary.3</h2> <h2>What's Changed</h2> <ul> <li>feat: support configurable deployment basepath by <a href="https://github.com/feugy"><code>@​feugy</code></a> in <a href="https://redirect.github.com/vercel/speed-insights/pull/88">vercel/speed-insights#88</a></li> <li>fix: a.useParams is not a function in next app by <a href="https://github.com/feugy"><code>@​feugy</code></a> in <a href="https://redirect.github.com/vercel/speed-insights/pull/90">vercel/speed-insights#90</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vercel/speed-insights/compare/1.2.0-canary.2...1.2.0-canary.3">https://github.com/vercel/speed-insights/compare/1.2.0-canary.2...1.2.0-canary.3</a></p> <h2>1.2.0-canary.2</h2> <h2>What's Changed</h2> <ul> <li>feat: support configurable deployment basepath by <a href="https://github.com/feugy"><code>@​feugy</code></a> in <a href="https://github.com/vercel/speed-insights/tree/HEAD/packages/web/issues/88">#88</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vercel/speed-insights/compare/1.1.0...1.2.0-canary.2">https://github.com/vercel/speed-insights/compare/1.1.0...1.2.0-canary.2</a></p> <h2>1.2.0-canary.1</h2> <h2>What's Changed</h2> <ul> <li>Add an option to prefix an endpoint path with an environment variable. by <a href="https://github.com/emspishak"><code>@​emspishak</code></a> in <a href="https://redirect.github.com/vercel/speed-insights/pull/85">vercel/speed-insights#85</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/emspishak"><code>@​emspishak</code></a> made their first contribution in <a href="https://redirect.github.com/vercel/speed-insights/pull/85">vercel/speed-insights#85</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vercel/speed-insights/compare/1.1.0...1.2.0-canary.1">https://github.com/vercel/speed-insights/compare/1.1.0...1.2.0-canary.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/speed-insights/commit/23ab42e2c1dd6073a77eaa7f85eaff838a0d1b91"><code>23ab42e</code></a> chore: release 1.2.0 (<a href="https://github.com/vercel/speed-insights/tree/HEAD/packages/web/issues/94">#94</a>)</li> <li><a href="https://github.com/vercel/speed-insights/commit/5acf92b49d702e052eec59b491cd23b5c05e0720"><code>5acf92b</code></a> Add an option to prefix an endpoint path with an environment variable. (<a href="https://github.com/vercel/speed-insights/tree/HEAD/packages/web/issues/85">#85</a>)</li> <li>See full diff in <a href="https://github.com/vercel/speed-insights/commits/1.2.0/packages/web">compare view</a></li> </ul> </details> <br /> Updates `framer-motion` from 12.0.6 to 12.4.7 <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.4.7] 2025-02-20</h2> <h3>Fixed</h3> <ul> <li>Fixed <code>AnimatePresence</code> not triggering exit animations when a child with <code>layout</code> or <code>drag</code> is removed.</li> </ul> <h2>[12.4.6] 2025-02-20</h2> <h3>Fixed</h3> <ul> <li>Fixed drag gesture on child elements.</li> </ul> <h2>[12.4.5] 2025-02-19</h2> <h3>Fixed</h3> <ul> <li>Fixed <code>onClick</code> handlers not working inside <code>press</code> events.</li> </ul> <h2>[12.4.4] 2025-02-18</h2> <h3>Fixed</h3> <ul> <li>Changed press, drag and pan gestures to use pointer capturing for better usage within <code>iframe</code> embeds.</li> </ul> <h2>[12.4.3] 2025-02-12</h2> <h3>Fixed</h3> <ul> <li>Restored warning for when animating more than two keyframes with a spring.</li> </ul> <h2>[12.4.2] 2025-02-10</h2> <h3>Fixed</h3> <ul> <li>Preventing <code>press</code> from triggering when an element is disabled.</li> </ul> <h2>[12.4.1] 2025-02-06</h2> <h3>Fixed</h3> <ul> <li>Check for <code>transition</code> in <code>initial</code> when animating removed values.</li> </ul> <h2>[12.4.0] 2025-02-06</h2> <h3>Added</h3> <ul> <li>Added <code>initial</code> option to <code>useInView</code>.</li> </ul> <h2>[12.3.1] 2025-02-05</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/motiondivision/motion/commit/0a83d4e95889d3d7e216c5b41b656dd6b5ff01b1"><code>0a83d4e</code></a> v12.4.7</li> <li><a href="https://github.com/motiondivision/motion/commit/8008b6a4aeaf5875d41e006660e0f0d9bf6ad17a"><code>8008b6a</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/46390cf5e79d3bd2d3be93065cbd8643da2254cc"><code>46390cf</code></a> Fixing <code>AnimatePresence</code> with <code>layout</code> children (<a href="https://redirect.github.com/motiondivision/motion/issues/3076">#3076</a>)</li> <li><a href="https://github.com/motiondivision/motion/commit/d889c865b6ab7dc51494782e48dd212c3e3c3d88"><code>d889c86</code></a> v12.4.6</li> <li><a href="https://github.com/motiondivision/motion/commit/f28253ffd3993f415a40749e7399da3538dbdf7f"><code>f28253f</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/e55de5f89cc7e21ab73fb500583bb4d56e6e4a28"><code>e55de5f</code></a> Fixing drag (<a href="https://redirect.github.com/motiondivision/motion/issues/3074">#3074</a>)</li> <li><a href="https://github.com/motiondivision/motion/commit/495f627674c9fda48353973d90da047db8f52451"><code>495f627</code></a> v12.4.5</li> <li><a href="https://github.com/motiondivision/motion/commit/d5b15544540ccf1ed2e1b1520960b14744ca187c"><code>d5b1554</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/c7b3ec4f96bddc4ffa64708cd55e4fdb4cc3bfe6"><code>c7b3ec4</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/a54e2dd15d922c422345738eb0725689175425da"><code>a54e2dd</code></a> Tidy capturePointer (<a href="https://redirect.github.com/motiondivision/motion/issues/3071">#3071</a>)</li> <li>Additional commits viewable in <a href="https://github.com/motiondivision/motion/compare/v12.0.6...v12.4.7">compare view</a></li> </ul> </details> <br /> Updates `next` from 15.1.6 to 15.2.0 <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.2.0</h2> <h3>Core Changes</h3> <ul> <li>Fix <code>unstable_allowDynamic</code> when used with pnpm: <a href="https://redirect.github.com/vercel/next.js/issues/73732">#73732</a></li> <li>[dynamicIO] use new heuristic to track whether server render is dynamic: <a href="https://redirect.github.com/vercel/next.js/issues/73751">#73751</a></li> <li>Fix receiveExpiredTags not always called: <a href="https://redirect.github.com/vercel/next.js/issues/73759">#73759</a></li> <li>error-overlay: Rename &quot;Error&quot; to &quot;Issue&quot;: <a href="https://redirect.github.com/vercel/next.js/issues/72817">#72817</a></li> <li>remove redundant segment collection call: <a href="https://redirect.github.com/vercel/next.js/issues/73773">#73773</a></li> <li>Metadata resolvers can be fetched synchronously: <a href="https://redirect.github.com/vercel/next.js/issues/73771">#73771</a></li> <li>Turbopack: migrate client references to single-graph-traversal: <a href="https://redirect.github.com/vercel/next.js/issues/73322">#73322</a></li> <li>next-codemod: update gitignore file for parity for yarn recommendations: <a href="https://redirect.github.com/vercel/next.js/issues/71963">#71963</a></li> <li>feat: error code: <a href="https://redirect.github.com/vercel/next.js/issues/73332">#73332</a></li> <li>Detach next-error-code-swc-plugin from workspace: <a href="https://redirect.github.com/vercel/next.js/issues/73806">#73806</a></li> <li>[CI] Prominent error message for check_error_codes: <a href="https://redirect.github.com/vercel/next.js/issues/73807">#73807</a></li> <li>[Segment Cache] Add PPR header to segment prefetch: <a href="https://redirect.github.com/vercel/next.js/issues/73756">#73756</a></li> <li>fix: path escaping issue on windows: <a href="https://redirect.github.com/vercel/next.js/issues/73843">#73843</a></li> <li>Rename variables in LayoutRouter for clarity: <a href="https://redirect.github.com/vercel/next.js/issues/73826">#73826</a></li> <li>[Segment Cache] Skip prefetched segments on server: <a href="https://redirect.github.com/vercel/next.js/issues/73626">#73626</a></li> <li>[Segment Cache] No data on tree prefetch if no PPR: <a href="https://redirect.github.com/vercel/next.js/issues/73767">#73767</a></li> <li>Remove segmentPath from RSC payload: <a href="https://redirect.github.com/vercel/next.js/issues/73827">#73827</a></li> <li>build: better error if fetching AMP validator fails: <a href="https://redirect.github.com/vercel/next.js/issues/73851">#73851</a></li> <li>Escape the '.' in '.json' when making static data routes.: <a href="https://redirect.github.com/vercel/next.js/issues/73850">#73850</a></li> <li>fix(next@15): use the asset prefix when loading a CSS in App Router: <a href="https://redirect.github.com/vercel/next.js/issues/72095">#72095</a></li> <li>Exclude <code>.test.</code> files from using error code plugin: <a href="https://redirect.github.com/vercel/next.js/issues/73868">#73868</a></li> <li>Refactor telemetry API: <a href="https://redirect.github.com/vercel/next.js/issues/73865">#73865</a></li> <li>Add additional error classes and error codes: <a href="https://redirect.github.com/vercel/next.js/issues/73862">#73862</a></li> <li>refactor: collectAppPageSegments: <a href="https://redirect.github.com/vercel/next.js/issues/73908">#73908</a></li> <li>cleanup unnecessary map in dev server: <a href="https://redirect.github.com/vercel/next.js/issues/73745">#73745</a></li> <li>Retry manifest file loading only in dev mode: <a href="https://redirect.github.com/vercel/next.js/issues/73900">#73900</a></li> <li>Turbopack: ignore empty NEXT_TURBOPACK_TRACING var: <a href="https://redirect.github.com/vercel/next.js/issues/73903">#73903</a></li> <li>Ignore RSC fetch errors after hard navigation: <a href="https://redirect.github.com/vercel/next.js/issues/73975">#73975</a></li> <li>Fix error code check in windows: <a href="https://redirect.github.com/vercel/next.js/issues/73981">#73981</a></li> <li>Separate viewport and metadata in rsc and cache: <a href="https://redirect.github.com/vercel/next.js/issues/73867">#73867</a></li> <li>Add feature flag for new dev overlay: <a href="https://redirect.github.com/vercel/next.js/issues/73977">#73977</a></li> <li>Restore RSC fetch error handling after navigating back: <a href="https://redirect.github.com/vercel/next.js/issues/73985">#73985</a></li> <li>refactor: make locales array immutable: <a href="https://redirect.github.com/vercel/next.js/issues/74037">#74037</a></li> <li>fix: skip rendering dynamic root segment routes: <a href="https://redirect.github.com/vercel/next.js/issues/74039">#74039</a></li> <li>refactor: cache lowercasing all the locales: <a href="https://redirect.github.com/vercel/next.js/issues/74038">#74038</a></li> <li>Add SRI support for Node.js Runtime : <a href="https://redirect.github.com/vercel/next.js/issues/73891">#73891</a></li> <li>Separate bots detection utils: <a href="https://redirect.github.com/vercel/next.js/issues/74000">#74000</a></li> <li>docs: remove a duplicated word in redirect code comment: <a href="https://redirect.github.com/vercel/next.js/issues/74043">#74043</a></li> <li>examples: update gitignore files for parity for yarn recommendations: <a href="https://redirect.github.com/vercel/next.js/issues/71956">#71956</a></li> <li>chore: update turbopack document path in the warning message: <a href="https://redirect.github.com/vercel/next.js/issues/72597">#72597</a></li> <li>Clean up <code>react-dev-overlay</code> before fork: <a href="https://redirect.github.com/vercel/next.js/issues/74016">#74016</a></li> <li>chore(next/image): improve imgopt api bypass detection for unsupported images: <a href="https://redirect.github.com/vercel/next.js/issues/73909">#73909</a></li> <li>[Segment Cache] Add CacheStatus.Empty: <a href="https://redirect.github.com/vercel/next.js/issues/73667">#73667</a></li> <li>chore: move static paths utils into own folder: <a href="https://redirect.github.com/vercel/next.js/issues/73928">#73928</a></li> <li>Delete unused <code>GroupedStackFrames.tsx</code>: <a href="https://redirect.github.com/vercel/next.js/issues/74028">#74028</a></li> <li>[Segment Cache] Move cache key creation to client : <a href="https://redirect.github.com/vercel/next.js/issues/73853">#73853</a></li> <li>feat: added partial shell generation using root params: <a href="https://redirect.github.com/vercel/next.js/issues/73816">#73816</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/b0416fbb44d1d148b6322ed79b6448d588260e49"><code>b0416fb</code></a> v15.2.0</li> <li><a href="https://github.com/vercel/next.js/commit/166369ddd89f1d27d29132fddee9ccbe9fa3579b"><code>166369d</code></a> v15.2.0-canary.77</li> <li><a href="https://github.com/vercel/next.js/commit/2c578889f0f60ab59435be0871497d9aef1698ea"><code>2c57888</code></a> [dev-overlay]: allow disabled state to be dismissable (<a href="https://redirect.github.com/vercel/next.js/issues/76572">#76572</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/c919f09a1cc27b265573444fc09c179bc9376da6"><code>c919f09</code></a> examples: fix supabase example for v15 (<a href="https://redirect.github.com/vercel/next.js/issues/76567">#76567</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/991c32ae4f3f6eee5980a1d3d71249e0d06b8fe3"><code>991c32a</code></a> [dev-overlay] rephrase docs button title as link to related docs (<a href="https://redirect.github.com/vercel/next.js/issues/76571">#76571</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/aaebca93a087458a29c485c57d585e354c8e4dd1"><code>aaebca9</code></a> Updated remove-console example to utilize the app router. (<a href="https://redirect.github.com/vercel/next.js/issues/76543">#76543</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/8dd0b56fb6dac1b31cc5c94df2ec73b8f260309e"><code>8dd0b56</code></a> docs(errors): update suppressHydrationWarning section (<a href="https://redirect.github.com/vercel/next.js/issues/76521">#76521</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/c505a4ca214c116e4ad4c03e61e83390f5499aed"><code>c505a4c</code></a> exclude AppDevOverlayErrorBoundary from prod build (<a href="https://redirect.github.com/vercel/next.js/issues/76568">#76568</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/91684eeab82ddea2ebdfbdc229166e2f4d040b50"><code>91684ee</code></a> Remove rewrite query params from request URL when deployed to Vercel (<a href="https://redirect.github.com/vercel/next.js/issues/76548">#76548</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/dbeeb02dce2ea45781c3dd42f7137e5a4c6e3d8d"><code>dbeeb02</code></a> [dev-overlay] change button to lowercase except leading letter (<a href="https://redirect.github.com/vercel/next.js/issues/76565">#76565</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v15.1.6...v15.2.0">compare view</a></li> </ul> </details> <br /> Updates `semver` from 7.7.0 to 7.7.1 <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.1</h2> <h2><a href="https://github.com/npm/node-semver/compare/v7.7.0...v7.7.1">7.7.1</a> (2025-02-03)</h2> <h3>Bug Fixes</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/af761c05bd53eef83b5e20f8b09360b0e70557dc"><code>af761c0</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/764">#764</a> inc: fully capture prerelease identifier (<a href="https://redirect.github.com/npm/node-semver/issues/764">#764</a>) (<a href="https://github.com/wraithgar"><code>@​wraithgar</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.0...v7.7.1">7.7.1</a> (2025-02-03)</h2> <h3>Bug Fixes</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/af761c05bd53eef83b5e20f8b09360b0e70557dc"><code>af761c0</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/764">#764</a> inc: fully capture prerelease identifier (<a href="https://redirect.github.com/npm/node-semver/issues/764">#764</a>) (<a href="https://github.com/wraithgar"><code>@​wraithgar</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/npm/node-semver/commit/30c438bb46c74f319aa8783f96d233ebf5f4a90d"><code>30c438b</code></a> chore: release 7.7.1 (<a href="https://redirect.github.com/npm/node-semver/issues/765">#765</a>)</li> <li><a href="https://github.com/npm/node-semver/commit/af761c05bd53eef83b5e20f8b09360b0e70557dc"><code>af761c0</code></a> fix(inc): fully capture prerelease identifier (<a href="https://redirect.github.com/npm/node-semver/issues/764">#764</a>)</li> <li>See full diff in <a href="https://github.com/npm/node-semver/compare/v7.7.0...v7.7.1">compare view</a></li> </ul> </details> <br /> Updates `@graphql-codegen/cli` from 5.0.4 to 5.0.5 <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.5</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/dotansimha/graphql-code-generator/pull/10282">#10282</a> <a href="https://github.com/dotansimha/graphql-code-generator/commit/7d7760d55c21a99417c38ce5e77a6de22b5effcc"><code>7d7760d</code></a> Thanks <a href="https://github.com/oprypkhantc"><code>@​oprypkhantc</code></a>! - Fix watcher watching project root when schema URL is used</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/20164e0b1d8c04ec5f6a178c7ae7ff3af2d8a1e0"><code>20164e0</code></a> chore(release): update monorepo packages versions (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/10284">#10284</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/7d7760d55c21a99417c38ce5e77a6de22b5effcc"><code>7d7760d</code></a> fix: Don't treat schema URLs as relative file paths for the watcher (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/10282">#10282</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 `@graphql-codegen/typescript-operations` from 4.4.1 to 4.5.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.5.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/dotansimha/graphql-code-generator/pull/10302">#10302</a> <a href="https://github.com/dotansimha/graphql-code-generator/commit/d8566c015943ea4dbcaeaf57d3d8406553ae230a"><code>d8566c0</code></a> Thanks <a href="https://github.com/eddeee888"><code>@​eddeee888</code></a>! - Fix Apollo unmask directive incorrectly generating fragmentRefs</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/dotansimha/graphql-code-generator/commit/d8566c015943ea4dbcaeaf57d3d8406553ae230a"><code>d8566c0</code></a>]:</p> <ul> <li><code>@​graphql-codegen/visitor-plugin-common</code><a href="https://github.com/5"><code>@​5</code></a>.7.1</li> <li><code>@​graphql-codegen/typescript</code><a href="https://github.com/4"><code>@​4</code></a>.1.5</li> </ul> </li> </ul> <h2>4.5.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/dotansimha/graphql-code-generator/pull/10270">#10270</a> <a href="https://github.com/dotansimha/graphql-code-generator/commit/6d7c1d7c0a4662acdc0efafd4234229ad0a8dd3c"><code>6d7c1d7</code></a> Thanks <a href="https://github.com/adapap"><code>@​adapap</code></a>! - feat: implement <code>includeExternalFragments: boolean</code> option</li> </ul> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/dotansimha/graphql-code-generator/commit/6d7c1d7c0a4662acdc0efafd4234229ad0a8dd3c"><code>6d7c1d7</code></a>]: <ul> <li><code>@​graphql-codegen/visitor-plugin-common</code><a href="https://github.com/5"><code>@​5</code></a>.7.0</li> <li><code>@​graphql-codegen/typescript</code><a href="https://github.com/4"><code>@​4</code></a>.1.4</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/bd5772a2e3230b718eb46df028adb1529ed1ac20"><code>bd5772a</code></a> chore(release): update monorepo packages versions (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations/issues/10303">#10303</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/d8566c015943ea4dbcaeaf57d3d8406553ae230a"><code>d8566c0</code></a> [operations] CODEGEN-784 - Fix Apollo <a href="https://github.com/unmask"><code>@​unmask</code></a> fragmentRefs (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations/issues/10302">#10302</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/18d09a86590668e0cb0e2b7f01c76bf9b87601dc"><code>18d09a8</code></a> [typescript-operations] Split apollo unmask tests (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations/issues/10301">#10301</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/a7f5aa96e3a3601cd4f8f3d27bcf20b957b50954"><code>a7f5aa9</code></a> chore(release): update monorepo packages versions (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations/issues/10296">#10296</a>)</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.13.0 to 22.13.8 <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.1 to 8.5.3 <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.3</h2> <ul> <li>Added more details to <code>Unknown word</code> error (by <a href="https://github.com/hiepxanh"><code>@​hiepxanh</code></a>).</li> <li>Fixed types (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> <li>Fixed docs (by <a href="https://github.com/catnipan"><code>@​catnipan</code></a>).</li> </ul> <h2>8.5.2</h2> <ul> <li>Fixed end position of rules with semicolon (by <a href="https://github.com/romainmenke"><code>@​romainmenke</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.3</h2> <ul> <li>Added more details to <code>Unknown word</code> error (by <a href="https://github.com/hiepxanh"><code>@​hiepxanh</code></a>).</li> <li>Fixed types (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> <li>Fixed docs (by <a href="https://github.com/catnipan"><code>@​catnipan</code></a>).</li> </ul> <h2>8.5.2</h2> <ul> <li>Fixed end position of rules with semicolon (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/22c309d32924e1eeb33c80a6a50b7ba8a43a1832"><code>22c309d</code></a> Release 8.5.3 version</li> <li><a href="https://github.com/postcss/postcss/commit/a2b594f7826fc8e0ce2d35adcd205fde04f1134f"><code>a2b594f</code></a> Update ESLint config</li> <li><a href="https://github.com/postcss/postcss/commit/8232ba02575fca41b14c4e2b377adc68880846fa"><code>8232ba0</code></a> Fix tests</li> <li><a href="https://github.com/postcss/postcss/commit/5082831b842eb40f8d298e5e0ab041755a04a58b"><code>5082831</code></a> Fix text</li> <li><a href="https://github.com/postcss/postcss/commit/4fdb54b5ce67e038ed8d1aa79752d6f6072d0736"><code>4fdb54b</code></a> update: parser.js to clarify error message</li> <li><a href="https://github.com/postcss/postcss/commit/06006ecb04cae0ddb62c6a85f15d1068c544d861"><code>06006ec</code></a> AtRule can be empty</li> <li><a href="https://github.com/postcss/postcss/commit/755f08f8dbdbc001906b10db3b262948f8491d82"><code>755f08f</code></a> fix typo: them -&gt; then (<a href="https://redirect.github.com/postcss/postcss/issues/2016">#2016</a>)</li> <li><a href="https://github.com/postcss/postcss/commit/692fcde123dbf51c7b1a178370d3e8c6fe7feeee"><code>692fcde</code></a> Release 8.5.2 version</li> <li><a href="https://github.com/postcss/postcss/commit/b70e98f624537063d3094644b04f41bd2863bb65"><code>b70e98f</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/ba587e32fd51004d334421013f311017f00e5420"><code>ba587e3</code></a> Fix end position of rules with <code>ownSemicon</code> (<a href="https://redirect.github.com/postcss/postcss/issues/2012">#2012</a>)</li> <li>See full diff in <a href="https://github.com/postcss/postcss/compare/8.5.1...8.5.3">compare view</a></li> </ul> </details> <br /> Updates `typescript` from 5.7.3 to 5.8.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/TypeScript/releases">typescript's releases</a>.</em></p> <blockquote> <h2>TypeScript 5.8</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-8/">release announcement</a>.</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.8.0%22+is%3Aclosed+">fixed issues query for Typescript 5.8.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.8.1%22+is%3Aclosed+">fixed issues query for Typescript 5.8.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.8.2%22+is%3Aclosed+">fixed issues query for Typescript 5.8.2 (Stable)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> </ul> <h2>TypeScript 5.8 RC</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-8-rc/">release announcement</a>.</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.8.0%22+is%3Aclosed+">fixed issues query for Typescript 5.8.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.8.1%22+is%3Aclosed+">fixed issues query for Typescript 5.8.1 (RC)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> </ul> <h2>TypeScript 5.8 Beta</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-8-beta/">release announcement</a>.</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.8.0%22+is%3Aclosed+">fixed issues query for Typescript 5.8.0 (Beta)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/TypeScript/commit/beb69e4cdd61b1a0fd9ae21ae58bd4bd409d7217"><code>beb69e4</code></a> Bump version to 5.8.2 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/8fdbd54160e5a6796a2c2522222553e79d61ec7c"><code>8fdbd54</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/61210">#61210</a> (Fix mistakenly disallowed default e...) into release-5.8 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/f4a3a8ae67f2bb437cceec710979c3c107cff177"><code>f4a3a8a</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/61175">#61175</a> (Ban import=require and export= unde...) into release-5.8 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/420ff069f7e1844c0b94f591acbd4aa68846e295"><code>420ff06</code></a> Bump version to 5.8.1-rc and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/48eb13fd4ac9cfa1ef67b688e735aae48a24d300"><code>48eb13f</code></a> Update LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/fb59c19064a547dd08e02b58fec0c6213711a1f3"><code>fb59c19</code></a> Merge remote-tracking branch 'origin/main' into release-5.8</li> <li><a href="https://github.com/microsoft/TypeScript/commit/df342b7206cb56b56bb3b3aecbb2ee2d2ff7b217"><code>df342b7</code></a> Fixed <code>rewriteRelativeImportExtensions</code> for <code>import()</code> within call expression...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/775412a81af187e67371cd31719d19ab075b4ef3"><code>775412a</code></a> Bump github/codeql-action from 3.28.8 to 3.28.9 in the github-actions group (...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/e1629e540ef361167e0c96c8703728a419b6e8e9"><code>e1629e5</code></a> Pass ignoreErrors=true to more resolveEntityName callers (<a href="https://redirect.github.com/microsoft/TypeScript/issues/61144">#61144</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/6fd17992b00a6e64b51fef60e334b71904d06a54"><code>6fd1799</code></a> Update LKG</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/TypeScript/compare/v5.7.3...v5.8.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 5f14fe8 commit c857167

File tree

2 files changed

+131
-115
lines changed

2 files changed

+131
-115
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,36 +18,36 @@
1818
"@fortawesome/free-solid-svg-icons": "^6.7.2",
1919
"@fortawesome/react-fontawesome": "^0.2.2",
2020
"@nextui-org/react": "^2.6.11",
21-
"@vercel/analytics": "^1.4.1",
22-
"@vercel/speed-insights": "^1.1.0",
23-
"framer-motion": "^12.0.6",
21+
"@vercel/analytics": "^1.5.0",
22+
"@vercel/speed-insights": "^1.2.0",
23+
"framer-motion": "^12.4.7",
2424
"graphql": "^16.10.0",
25-
"next": "^15.1.6",
25+
"next": "^15.2.0",
2626
"next-themes": "^0.4.4",
2727
"react": "^18.3.1",
2828
"react-dom": "^18.3.1",
2929
"react-markdown": "^9.0.3",
30-
"semver": "^7.7.0",
30+
"semver": "^7.7.1",
3131
"timeago.js": "^4.0.2"
3232
},
3333
"devDependencies": {
3434
"@biomejs/biome": "1.9.4",
35-
"@graphql-codegen/cli": "^5.0.4",
35+
"@graphql-codegen/cli": "^5.0.5",
3636
"@graphql-codegen/introspection": "^4.0.3",
3737
"@graphql-codegen/typescript-graphql-request": "^6.2.0",
38-
"@graphql-codegen/typescript-operations": "^4.4.1",
38+
"@graphql-codegen/typescript-operations": "^4.5.1",
3939
"@tailwindcss/typography": "^0.5.16",
40-
"@types/node": "22.13.0",
40+
"@types/node": "22.13.8",
4141
"@types/react": "18.3.12",
4242
"@types/react-dom": "18.3.1",
4343
"autoprefixer": "^10.4.20",
4444
"graphql-request": "^6.1.0",
4545
"graphql-tag": "^2.0.0",
4646
"next-sitemap": "^4.2.3",
47-
"postcss": "^8.5.1",
47+
"postcss": "^8.5.3",
4848
"tailwind-variants": "^0.3.1",
4949
"tailwindcss": "^3.4.17",
50-
"typescript": "^5.7.3"
50+
"typescript": "^5.8.2"
5151
},
5252
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
5353
}

0 commit comments

Comments
 (0)