Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump the next group with 2 updates (#68)
Bumps the next group with 2 updates: [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) and [next](https://github.com/vercel/next.js). Updates `@next/third-parties` from 15.0.4 to 15.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases"><code>@next/third-parties</code>'s releases</a>.</em></p> <blockquote> <h2>v15.1.0</h2> <h3>Core Changes</h3> <ul> <li>fix: decrypt bound args before generating a cache key: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72463">#72463</a></li> <li>Fix the path to the next/experimental/testing/server export: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72527">#72527</a></li> <li>Expand <code>server-source-maps</code> scenarios to cover Edge runtime: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72288">#72288</a></li> <li>Ensure logged errors in Edge runtime include the stack: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72394">#72394</a></li> <li>fix: added cache control headers for static app routes: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72521">#72521</a></li> <li>capture console issues as console errors: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72468">#72468</a></li> <li>Add expireTag and expirePath APIs: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72485">#72485</a></li> <li>fix: try/catch access to localStorage within __NEXT_APP_ISR_INDICATOR useEffect: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72362">#72362</a></li> <li>Move client build ID to a global variable: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72592">#72592</a></li> <li>refactor(turbopack): Remove <code>swc_css</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72602">#72602</a></li> <li>Bypass source map dev middleware for client chunks: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72581">#72581</a></li> <li>chore: remove <code>rc</code> from URL: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72599">#72599</a></li> <li>improve <code>no-img-element</code> lint error message: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72410">#72410</a></li> <li>Combine bound <code>"use cache"</code> closure args into a single parameter: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72587">#72587</a></li> <li>[Turbopack] add BackendOptions and allow to disable dependencies, children and storage: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72426">#72426</a></li> <li>Omit unused args when calling <code>"use cache"</code> functions: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72506">#72506</a></li> <li>Add experimental <code>clientSegmentCache</code> flag: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72626">#72626</a></li> <li>Add <code>compiler.define</code> option: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/71802">#71802</a></li> <li>Fix static indicator with dynamicIO: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72631">#72631</a></li> <li>Allow usage of Node.js prereleases: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72635">#72635</a></li> <li>improved network url in (dev) cli: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72634">#72634</a></li> <li>chore: update <code>getting-started/react-essentials</code> path: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72250">#72250</a></li> <li>Fix static indicator for pure IO case: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72639">#72639</a></li> <li>Bump the monorepo packages TypeScript to <code>5.6.3</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72625">#72625</a></li> <li>Bump <code>@capsizecss/metrics</code> to 3.4.0 for Geist Google Font: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72746">#72746</a></li> <li>refactor: remove unused asNotFound property: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72585">#72585</a></li> <li>Remove unused <code>enabled</code> config from server actions transforms: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72755">#72755</a></li> <li>Ensure Next.js is ignore-listed when used as external: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72498">#72498</a></li> <li>Bump <code>eslint-plugin-react</code> to 7.37.0: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72759">#72759</a></li> <li>upgrade amphtml-validator to 1.0.38: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72645">#72645</a></li> <li>fix multi-level redirect in server actions: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72770">#72770</a></li> <li>refactor: rename error boundary not-found to http-error-fallback: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72586">#72586</a></li> <li>Upgrade React from <code>5c56b873-20241107</code> to <code>7ac8e612-20241113</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72768">#72768</a></li> <li>Re-use randomly selected dev server port for automatic restarts: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72771">#72771</a></li> <li>Emit build error when <code>"use cache"</code> is used without <code>dynamicIO</code> enabled: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72781">#72781</a></li> <li>fix: not found bounary prop: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72784">#72784</a></li> <li>silence sass <code>legacy-js-api</code> warning: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72632">#72632</a></li> <li>[Segment Prefetch] Move access token to route tree: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72775">#72775</a></li> <li>Add internal affordances to show ignore-listed stackframes in terminal: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72763">#72763</a></li> <li>chore(turbopack): Centralize reqwest TLS feature configs in turbo-tasks-fetch: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72526">#72526</a></li> <li>Upgrade React from <code>7ac8e612-20241113</code> to <code>380f5d67-20241113</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72819">#72819</a></li> <li>Shorten unsourcemapped absolute locations in terminal stacktraces: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72764">#72764</a></li> <li>codemod: replace <code>revalidate(Tag|Path)</code> to <code>expire(Tag|Path)</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72826">#72826</a></li> <li>"Fix": Lift type check out of loop: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72840">#72840</a></li> <li>hide stack trace in CanaryOnlyError: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72859">#72859</a></li> <li>Allow missing CacheNodeSeedData during prefetch: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72857">#72857</a></li> <li>Add Segment Cache feature check to <code>prefetch</code> API: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/72861">#72861</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/dafcd43fac3ef9d0ffd94f9c94fd61db4449df25"><code>dafcd43</code></a> v15.1.0</li> <li><a href="https://github.com/vercel/next.js/commit/2deb35d487f20d0e0459b29e313b8f2d4e793fde"><code>2deb35d</code></a> v15.0.4-canary.52</li> <li><a href="https://github.com/vercel/next.js/commit/3970d33e6d4bb055a8596c2b6f7ddbcaa5ca55dc"><code>3970d33</code></a> v15.0.4-canary.51</li> <li><a href="https://github.com/vercel/next.js/commit/c824c183d064f2e3594b2f6dd5db55c134bf18da"><code>c824c18</code></a> v15.0.4-canary.50</li> <li><a href="https://github.com/vercel/next.js/commit/657c2cbd72ebf8f9a58edb4a7393c596246e3161"><code>657c2cb</code></a> v15.0.4-canary.49</li> <li><a href="https://github.com/vercel/next.js/commit/c2078d0c05a03e9fde449a01ff2a10afbdad48bb"><code>c2078d0</code></a> v15.0.4-canary.48</li> <li><a href="https://github.com/vercel/next.js/commit/6b9baaace0ddd75d9c95fe763298522ae93c9d50"><code>6b9baaa</code></a> v15.0.4-canary.47</li> <li><a href="https://github.com/vercel/next.js/commit/2caf05122a23ebb16f561944726be4a493028722"><code>2caf051</code></a> v15.0.4-canary.46</li> <li><a href="https://github.com/vercel/next.js/commit/8a45041d7071518e41b31bb67c3363042f3b9c63"><code>8a45041</code></a> Upgrade to typescript 5.7 (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/73594">#73594</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/a6da830de821d584c08a67dbd753ed00bc09c8b7"><code>a6da830</code></a> v15.0.4-canary.45</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/commits/v15.1.0/packages/third-parties">compare view</a></li> </ul> </details> <br /> Updates `next` from 15.0.4 to 15.1.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.1.0</h2> <h3>Core Changes</h3> <ul> <li>fix: decrypt bound args before generating a cache key: <a href="https://redirect.github.com/vercel/next.js/issues/72463">#72463</a></li> <li>Fix the path to the next/experimental/testing/server export: <a href="https://redirect.github.com/vercel/next.js/issues/72527">#72527</a></li> <li>Expand <code>server-source-maps</code> scenarios to cover Edge runtime: <a href="https://redirect.github.com/vercel/next.js/issues/72288">#72288</a></li> <li>Ensure logged errors in Edge runtime include the stack: <a href="https://redirect.github.com/vercel/next.js/issues/72394">#72394</a></li> <li>fix: added cache control headers for static app routes: <a href="https://redirect.github.com/vercel/next.js/issues/72521">#72521</a></li> <li>capture console issues as console errors: <a href="https://redirect.github.com/vercel/next.js/issues/72468">#72468</a></li> <li>Add expireTag and expirePath APIs: <a href="https://redirect.github.com/vercel/next.js/issues/72485">#72485</a></li> <li>fix: try/catch access to localStorage within __NEXT_APP_ISR_INDICATOR useEffect: <a href="https://redirect.github.com/vercel/next.js/issues/72362">#72362</a></li> <li>Move client build ID to a global variable: <a href="https://redirect.github.com/vercel/next.js/issues/72592">#72592</a></li> <li>refactor(turbopack): Remove <code>swc_css</code>: <a href="https://redirect.github.com/vercel/next.js/issues/72602">#72602</a></li> <li>Bypass source map dev middleware for client chunks: <a href="https://redirect.github.com/vercel/next.js/issues/72581">#72581</a></li> <li>chore: remove <code>rc</code> from URL: <a href="https://redirect.github.com/vercel/next.js/issues/72599">#72599</a></li> <li>improve <code>no-img-element</code> lint error message: <a href="https://redirect.github.com/vercel/next.js/issues/72410">#72410</a></li> <li>Combine bound <code>"use cache"</code> closure args into a single parameter: <a href="https://redirect.github.com/vercel/next.js/issues/72587">#72587</a></li> <li>[Turbopack] add BackendOptions and allow to disable dependencies, children and storage: <a href="https://redirect.github.com/vercel/next.js/issues/72426">#72426</a></li> <li>Omit unused args when calling <code>"use cache"</code> functions: <a href="https://redirect.github.com/vercel/next.js/issues/72506">#72506</a></li> <li>Add experimental <code>clientSegmentCache</code> flag: <a href="https://redirect.github.com/vercel/next.js/issues/72626">#72626</a></li> <li>Add <code>compiler.define</code> option: <a href="https://redirect.github.com/vercel/next.js/issues/71802">#71802</a></li> <li>Fix static indicator with dynamicIO: <a href="https://redirect.github.com/vercel/next.js/issues/72631">#72631</a></li> <li>Allow usage of Node.js prereleases: <a href="https://redirect.github.com/vercel/next.js/issues/72635">#72635</a></li> <li>improved network url in (dev) cli: <a href="https://redirect.github.com/vercel/next.js/issues/72634">#72634</a></li> <li>chore: update <code>getting-started/react-essentials</code> path: <a href="https://redirect.github.com/vercel/next.js/issues/72250">#72250</a></li> <li>Fix static indicator for pure IO case: <a href="https://redirect.github.com/vercel/next.js/issues/72639">#72639</a></li> <li>Bump the monorepo packages TypeScript to <code>5.6.3</code>: <a href="https://redirect.github.com/vercel/next.js/issues/72625">#72625</a></li> <li>Bump <code>@capsizecss/metrics</code> to 3.4.0 for Geist Google Font: <a href="https://redirect.github.com/vercel/next.js/issues/72746">#72746</a></li> <li>refactor: remove unused asNotFound property: <a href="https://redirect.github.com/vercel/next.js/issues/72585">#72585</a></li> <li>Remove unused <code>enabled</code> config from server actions transforms: <a href="https://redirect.github.com/vercel/next.js/issues/72755">#72755</a></li> <li>Ensure Next.js is ignore-listed when used as external: <a href="https://redirect.github.com/vercel/next.js/issues/72498">#72498</a></li> <li>Bump <code>eslint-plugin-react</code> to 7.37.0: <a href="https://redirect.github.com/vercel/next.js/issues/72759">#72759</a></li> <li>upgrade amphtml-validator to 1.0.38: <a href="https://redirect.github.com/vercel/next.js/issues/72645">#72645</a></li> <li>fix multi-level redirect in server actions: <a href="https://redirect.github.com/vercel/next.js/issues/72770">#72770</a></li> <li>refactor: rename error boundary not-found to http-error-fallback: <a href="https://redirect.github.com/vercel/next.js/issues/72586">#72586</a></li> <li>Upgrade React from <code>5c56b873-20241107</code> to <code>7ac8e612-20241113</code>: <a href="https://redirect.github.com/vercel/next.js/issues/72768">#72768</a></li> <li>Re-use randomly selected dev server port for automatic restarts: <a href="https://redirect.github.com/vercel/next.js/issues/72771">#72771</a></li> <li>Emit build error when <code>"use cache"</code> is used without <code>dynamicIO</code> enabled: <a href="https://redirect.github.com/vercel/next.js/issues/72781">#72781</a></li> <li>fix: not found bounary prop: <a href="https://redirect.github.com/vercel/next.js/issues/72784">#72784</a></li> <li>silence sass <code>legacy-js-api</code> warning: <a href="https://redirect.github.com/vercel/next.js/issues/72632">#72632</a></li> <li>[Segment Prefetch] Move access token to route tree: <a href="https://redirect.github.com/vercel/next.js/issues/72775">#72775</a></li> <li>Add internal affordances to show ignore-listed stackframes in terminal: <a href="https://redirect.github.com/vercel/next.js/issues/72763">#72763</a></li> <li>chore(turbopack): Centralize reqwest TLS feature configs in turbo-tasks-fetch: <a href="https://redirect.github.com/vercel/next.js/issues/72526">#72526</a></li> <li>Upgrade React from <code>7ac8e612-20241113</code> to <code>380f5d67-20241113</code>: <a href="https://redirect.github.com/vercel/next.js/issues/72819">#72819</a></li> <li>Shorten unsourcemapped absolute locations in terminal stacktraces: <a href="https://redirect.github.com/vercel/next.js/issues/72764">#72764</a></li> <li>codemod: replace <code>revalidate(Tag|Path)</code> to <code>expire(Tag|Path)</code>: <a href="https://redirect.github.com/vercel/next.js/issues/72826">#72826</a></li> <li>"Fix": Lift type check out of loop: <a href="https://redirect.github.com/vercel/next.js/issues/72840">#72840</a></li> <li>hide stack trace in CanaryOnlyError: <a href="https://redirect.github.com/vercel/next.js/issues/72859">#72859</a></li> <li>Allow missing CacheNodeSeedData during prefetch: <a href="https://redirect.github.com/vercel/next.js/issues/72857">#72857</a></li> <li>Add Segment Cache feature check to <code>prefetch</code> API: <a href="https://redirect.github.com/vercel/next.js/issues/72861">#72861</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/dafcd43fac3ef9d0ffd94f9c94fd61db4449df25"><code>dafcd43</code></a> v15.1.0</li> <li><a href="https://github.com/vercel/next.js/commit/2deb35d487f20d0e0459b29e313b8f2d4e793fde"><code>2deb35d</code></a> v15.0.4-canary.52</li> <li><a href="https://github.com/vercel/next.js/commit/f92b159e57845db7a269817e04fc51dacf3e7689"><code>f92b159</code></a> test: fix type error in segment-cache-basic test (<a href="https://redirect.github.com/vercel/next.js/issues/73755">#73755</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/4074ede0b6cf7743f4602953f7d424d7a0e8ebcf"><code>4074ede</code></a> docs(turbopack): Better document the Vc type, with references to ResolvedVc a...</li> <li><a href="https://github.com/vercel/next.js/commit/eecc5f1c86d6cbf0a037aa03c0c7da5883a1fc02"><code>eecc5f1</code></a> [Segment Cache] Skip dynamic request if possible (<a href="https://redirect.github.com/vercel/next.js/issues/73540">#73540</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/3970d33e6d4bb055a8596c2b6f7ddbcaa5ca55dc"><code>3970d33</code></a> v15.0.4-canary.51</li> <li><a href="https://github.com/vercel/next.js/commit/ef4160792528f7e32b0fa9af96038f56bc47c5e5"><code>ef41607</code></a> re-enable middleware deploy tests (<a href="https://redirect.github.com/vercel/next.js/issues/73744">#73744</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/16bfce64ef2157f2c1dfedcfdb7771bc63103fd2"><code>16bfce6</code></a> [Segment Cache] Respond with 204 on cache miss (<a href="https://redirect.github.com/vercel/next.js/issues/73649">#73649</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/c7d6ab7f4c351c45a41b6361efc3dea76a0ddffc"><code>c7d6ab7</code></a> fix: <code>warnOnce()</code> lru (<a href="https://redirect.github.com/vercel/next.js/issues/73742">#73742</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/c824c183d064f2e3594b2f6dd5db55c134bf18da"><code>c824c18</code></a> v15.0.4-canary.50</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v15.0.4...v15.1.0">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>
- Loading branch information