Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade: [dependabot] - bump next from 15.0.2 to 15.0.3 (#159)
Bumps [next](https://github.com/vercel/next.js) from 15.0.2 to 15.0.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.0.3</h2> <h3>Core Changes</h3> <ul> <li>Read page name from work store in server module map proxy: <a href="https://redirect.github.com/vercel/next.js/issues/71669">#71669</a></li> <li>codemod: should not transform when param is not used: <a href="https://redirect.github.com/vercel/next.js/issues/71664">#71664</a></li> <li>[dynamicIO] complete refactor to prerender: <a href="https://redirect.github.com/vercel/next.js/issues/71687">#71687</a></li> <li>fix: metadata image route normalize path posix for windows: <a href="https://redirect.github.com/vercel/next.js/issues/71673">#71673</a></li> <li>next-codemod(upgrade): optional catch when missing dev script: <a href="https://redirect.github.com/vercel/next.js/issues/71598">#71598</a></li> <li>Avoid server action function indirection in Turbopack: <a href="https://redirect.github.com/vercel/next.js/issues/71628">#71628</a></li> <li>fix: exclude <code>basePath</code> in <code>findSourceMapURL</code>: <a href="https://redirect.github.com/vercel/next.js/issues/71719">#71719</a></li> <li>fix: stack frame text color in dark mode: <a href="https://redirect.github.com/vercel/next.js/issues/71656">#71656</a></li> <li>Fix: revert the bad node binary handling: <a href="https://redirect.github.com/vercel/next.js/issues/71723">#71723</a></li> <li>next-codemod: add empty <code>pnpm-workspace.yaml</code> to test fixtures to bypass PNPM workspace checks: <a href="https://redirect.github.com/vercel/next.js/issues/71726">#71726</a></li> <li>warn on sync access if dynamicIO is not enabled: <a href="https://redirect.github.com/vercel/next.js/issues/71696">#71696</a></li> <li>Update React from <code>69d4b800-20241021</code> to <code>45804af1-20241021</code>: <a href="https://redirect.github.com/vercel/next.js/issues/71718">#71718</a></li> <li>next-upgrade: do not add <code>--turbopack</code> flag when <code>--turbo</code> exists in <code>next dev</code>: <a href="https://redirect.github.com/vercel/next.js/issues/71730">#71730</a></li> <li>feat: stitch errors with react owner stack: <a href="https://redirect.github.com/vercel/next.js/issues/70393">#70393</a></li> <li>[dynamicIO] update data access error and documentation: <a href="https://redirect.github.com/vercel/next.js/issues/71738">#71738</a></li> <li>Test cached form action with revalidate: <a href="https://redirect.github.com/vercel/next.js/issues/71591">#71591</a></li> <li>Upgrade React from <code>45804af1-20241021</code> to <code>28668d39-20241023</code>: <a href="https://redirect.github.com/vercel/next.js/issues/71745">#71745</a></li> <li>Fix race condition when setting client reference manifests: <a href="https://redirect.github.com/vercel/next.js/issues/71741">#71741</a></li> <li>Fix fetch with no-store inside of use cache: <a href="https://redirect.github.com/vercel/next.js/issues/71754">#71754</a></li> <li>Remove the bottom collapse button in dev overlay: <a href="https://redirect.github.com/vercel/next.js/issues/71658">#71658</a></li> <li>[dynamicIO] unify cache filling and lazy-module warming: <a href="https://redirect.github.com/vercel/next.js/issues/71749">#71749</a></li> <li>Don't filter out <!-- raw HTML omitted --> source location frames through RSC: <a href="https://redirect.github.com/vercel/next.js/issues/71752">#71752</a></li> <li>fix undefined default export error msg: <a href="https://redirect.github.com/vercel/next.js/issues/71762">#71762</a></li> <li>Upgrade React from <code>28668d39-20241023</code> to <code>1631855f-20241023</code>: <a href="https://redirect.github.com/vercel/next.js/issues/71769">#71769</a></li> <li>Enable owner stack in experimental build: <a href="https://redirect.github.com/vercel/next.js/issues/71716">#71716</a></li> <li>feat: add experiment for sharpjs cpu flags: <a href="https://redirect.github.com/vercel/next.js/issues/71733">#71733</a></li> <li>fix: handle server component replay error in error overlay: <a href="https://redirect.github.com/vercel/next.js/issues/71772">#71772</a></li> <li>Don't error asking for prebuilt bundles: <a href="https://redirect.github.com/vercel/next.js/issues/71778">#71778</a></li> <li>Replace <code>turbopack://[project]/...</code> sourcemap uris with <code>file://...</code> in development: <a href="https://redirect.github.com/vercel/next.js/issues/71489">#71489</a></li> <li>misc: update source map paths for bundled Next.js runtime: <a href="https://redirect.github.com/vercel/next.js/issues/71779">#71779</a></li> <li>[dynamicIO] refine error message and docs: <a href="https://redirect.github.com/vercel/next.js/issues/71781">#71781</a></li> <li>next-upgrade: change <code>--turbo</code> to <code>--turbopack</code> if applicable: <a href="https://redirect.github.com/vercel/next.js/issues/71737">#71737</a></li> <li>Show all diff when uncollapse: <a href="https://redirect.github.com/vercel/next.js/issues/71792">#71792</a></li> <li>Sourcemap errors in terminal by default : <a href="https://redirect.github.com/vercel/next.js/issues/71444">#71444</a></li> <li>Fully enable custom error callbacks for app router: <a href="https://redirect.github.com/vercel/next.js/issues/71794">#71794</a></li> <li>Simplify Server Action Webpack plugin: <a href="https://redirect.github.com/vercel/next.js/issues/71721">#71721</a></li> <li>ensure DIO development segment errors are cleared after correcting: <a href="https://redirect.github.com/vercel/next.js/issues/71811">#71811</a></li> <li>Include sourceframe in errors logged in the terminal during development: <a href="https://redirect.github.com/vercel/next.js/issues/71803">#71803</a></li> <li>[dynamicIO] update prerender cache scoping and cache warming for validation: <a href="https://redirect.github.com/vercel/next.js/issues/71822">#71822</a></li> <li>only force stack frame color in tty: <a href="https://redirect.github.com/vercel/next.js/issues/71860">#71860</a></li> <li>Add test for fetch with auth in use cache: <a href="https://redirect.github.com/vercel/next.js/issues/71768">#71768</a></li> <li>Fix race with hot-reloader-client clearing overlay errors: <a href="https://redirect.github.com/vercel/next.js/issues/71771">#71771</a></li> <li>Fix dynamic tracking in dev: <a href="https://redirect.github.com/vercel/next.js/issues/71867">#71867</a></li> <li>Revert "Sourcemap errors in terminal by default (<a href="https://redirect.github.com/vercel/next.js/issues/71444">#71444</a>)": <a href="https://redirect.github.com/vercel/next.js/issues/71868">#71868</a></li> <li>Fix fetch caching inside of <code>"use cache"</code>: <a href="https://redirect.github.com/vercel/next.js/issues/71793">#71793</a></li> <li>Trace upload: only send traces for current session: <a href="https://redirect.github.com/vercel/next.js/issues/71838">#71838</a></li> <li>Reland "Sourcemap errors in terminal by default": <a href="https://redirect.github.com/vercel/next.js/issues/71877">#71877</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/7dc7be201aa95238e559e06cbb4da87cb01dcb6b"><code>7dc7be2</code></a> v15.0.3</li> <li><a href="https://github.com/vercel/next.js/commit/74b4d2d68a239995114dbb170ed498e00fa0c5a5"><code>74b4d2d</code></a> v15.0.3-canary.9</li> <li><a href="https://github.com/vercel/next.js/commit/be40adb9d9f2caa0ba960d91d7a8170860b52a91"><code>be40adb</code></a> Add missing closing <code>\</AppOnly></code> (<a href="https://redirect.github.com/vercel/next.js/issues/72453">#72453</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/224447cd65d23f2dec2119b0c9ef10b79532dc6e"><code>224447c</code></a> Getting Started Docs: Improve "Project Structure" page (<a href="https://redirect.github.com/vercel/next.js/issues/72399">#72399</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/5f0adad6e87f71b4d95d9383f4caad0fa15d4900"><code>5f0adad</code></a> chore(turbopack): Update dashmap from 5.x to 6.x (<a href="https://redirect.github.com/vercel/next.js/issues/72433">#72433</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/f668af206134cde2963b4971a26f517598e92ee6"><code>f668af2</code></a> [ppr] Fixed deployment tests (<a href="https://redirect.github.com/vercel/next.js/issues/72428">#72428</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/856521bf4771b875fc1beac04cc4f189a28c8bb4"><code>856521b</code></a> docs(parallel-routes): update 11-parallel-routes.mdx example for modal closin...</li> <li><a href="https://github.com/vercel/next.js/commit/9d3163804109aa289d622ea914cbe8743cc78147"><code>9d31638</code></a> docs(route-handlers): add TS/JS <code>switcher</code> to <code>Route Resolution</code> section in `...</li> <li><a href="https://github.com/vercel/next.js/commit/200fdc121b44f77f87261e39351d4f47c8af4427"><code>200fdc1</code></a> [Turbopack] remove unneeded type annotation (<a href="https://redirect.github.com/vercel/next.js/issues/72390">#72390</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/74a19b746794b1d91267f60d7a4bde5525740180"><code>74a19b7</code></a> docs: unify the header deps by removing # (<a href="https://redirect.github.com/vercel/next.js/issues/72391">#72391</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v15.0.2...v15.0.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=next&package-manager=npm_and_yarn&previous-version=15.0.2&new-version=15.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information