chore(deps): Bump next from 16.2.9 to 16.2.11 - #2475
Conversation
|
📦 Next.js Bundle Analysis for @faustwp/getting-started-exampleThis analysis was generated by the Next.js Bundle Analysis action. 🤖 🎉 Global Bundle Size Decreased
DetailsThe global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster. Any third party scripts you have added directly to your app using the If you want further insight into what is behind the changes, give @next/bundle-analyzer a try! Four Pages Changed SizeThe following pages changed size from the code in this PR compared to its base branch:
DetailsOnly the gzipped size is provided here based on an expert tip. First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If Any third party scripts you have added directly to your app using the The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored. |
7899744 to
54702ab
Compare
54702ab to
98cca15
Compare
Bumps [next](https://github.com/vercel/next.js) from 16.2.9 to 16.2.11. - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](vercel/next.js@v16.2.9...v16.2.11) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
98cca15 to
d83301b
Compare
- Add moduleNameMapper for next/config so Jest bypasses the exports map (next 16 removed next/config from its package exports, so jest.mock factory is never reached — mapper short-circuits resolution instead) - Add __mocks__/next-config.js stub (setConfig was always dead code; Faust uses its own config store, not Next.js runtime config) - Remove broken jest.mock() call from authorize.test.ts - Import act from 'react' instead of deprecated 'react-dom/test-utils' Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…fig mock Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…g older clients Dependabot's bump of next to 16.2.11 unintentionally narrowed the peer dependency from >=12.1.6 to ^16.2.11, breaking clients on Next.js 12–15. Restore the original permissive constraint so only devDependencies pin the specific version used for development. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Bumps next from 16.2.9 to 16.2.11.
Release notes
Sourced from next's releases.
Commits
9beca08v16.2.113c48c7a[16.x] Fix Turbopack middleware matcher with i18n single localeac1eff3[16.x] Improve performance of checking valid MPA form submissions9a4651e[16.x] EnforceserverActions.bodySizeLimitfor Server Actions in Edge runtimeb512063[16.x] Set correct origin for internal redirects in custom serverd303326[16.x] Ensure exotic rewrite param values are properly encoded73b9487[16.x] fix(fetch-cache): key fetch(Request, init) by the effective requestbf9d17f[16.x] fix(incremental-cache): byte-exact fetch cache key for binary bodiesfe28768[16.x] fix(next/image): improve performance of detectContentType()d8afb8d[16.x] Performance improvements when decoding React Server function payloads