build(deps): bump next from 15.5.21 to 15.5.24 - #248
dependabot[bot] wants to merge 1 commit into
Conversation
Size changesDetails📦 Next.js Bundle Analysis for react-devThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
| Page | Size (compressed) |
|---|---|
global |
116.56 KB (🟡 +45 B) |
Details
The 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 <script> tag are not accounted for in this analysis
If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!
Five Pages Changed Size
The following pages changed size from the code in this PR compared to its base branch:
| Page | Size (compressed) | First Load |
|---|---|---|
/404 |
130.86 KB (🟡 +85 B) |
247.43 KB |
/500 |
130.87 KB (🟡 +85 B) |
247.44 KB |
/[[...markdownPath]] |
133.31 KB (🟡 +85 B) |
249.87 KB |
/errors |
131.12 KB (🟡 +85 B) |
247.68 KB |
/errors/[errorCode] |
131.1 KB (🟡 +85 B) |
247.66 KB |
Details
Only 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 next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.
Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis
Next to the size is how much the size has increased or decreased compared with the base branch of this PR. If this percentage has increased by 10% or more, there will be a red status indicator applied, indicating that special attention should be given to this.
Bumps [next](https://github.com/vercel/next.js) from 15.5.21 to 15.5.24. - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](vercel/next.js@v15.5.21...v15.5.24) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.24 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
aae268d to
33ec080
Compare
Bumps next from 15.5.21 to 15.5.24.
Release notes
Sourced from next's releases.
Commits
b6c45b4v15.5.24b0f3460[15.5.x] Fix ISR misses with backslashes in segments when deployed on Windows409772e[15.5.x] [next/image]: disable avif image optimization9c44b88[15.x] support sharp 0.34 and 0.35144fa5d[15.5.x] Remove generated error codes (#97783)ddd94f0[15.5.x] Authenticate Turborepo remote caching with OIDC instead of a static ...1da7a0a[15.5] [ci] Use OIDC tokens to read private preview builds (#97259)70ab0fe[15.x] Default deploy e2e tests to the repo next version (#96899)e57d564v15.5.23c4914aa[15.x] Port ReplyServer traversal guards to FlightClient (#96405)