Closed renovate[bot] closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
kami | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 26, 2023 1:49am |
This analysis was generated by the Next.js Bundle Analysis action. 🤖
Page | Size (compressed) |
---|---|
global |
189.57 KB (🟢 -28 B) |
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!
The following pages changed size from the code in this PR compared to its base branch:
Page | Size (compressed) | First Load | % of Budget (350 KB ) |
---|---|---|---|
/ |
49.44 KB |
239.01 KB | 68.29% (+/- <0.01%) |
/[page] |
48 KB |
237.57 KB | 67.88% (🟢 -0.01%) |
/categories/[slug] |
6.54 KB |
196.1 KB | 56.03% (+/- <0.01%) |
/favorite/bangumi |
7.95 KB |
197.51 KB | 56.43% (+/- <0.01%) |
/favorite/music |
5.37 KB |
194.94 KB | 55.70% (+/- <0.01%) |
/friends |
53.1 KB |
242.67 KB | 69.33% (+/- <0.01%) |
/login |
5.29 KB |
194.85 KB | 55.67% (+/- <0.01%) |
/notes/[id] |
70.63 KB |
260.2 KB | 74.34% (🟢 -0.01%) |
/notes/topics |
4.51 KB |
194.08 KB | 55.45% (+/- <0.01%) |
/notes/topics/[topicSlug] |
14.13 KB |
203.7 KB | 58.20% (+/- <0.01%) |
/posts |
26.02 KB |
215.59 KB | 61.60% (+/- <0.01%) |
/posts/[category]/[slug] |
72.3 KB |
261.86 KB | 74.82% (🟢 -0.01%) |
/preview |
51.73 KB |
241.3 KB | 68.94% (🟢 -0.01%) |
/projects |
16.35 KB |
205.91 KB | 58.83% (+/- <0.01%) |
/projects/[id] |
47.12 KB |
236.69 KB | 67.63% (🟢 -0.01%) |
/recently |
96.84 KB |
286.41 KB | 81.83% (+/- <0.01%) |
/says |
16.79 KB |
206.36 KB | 58.96% (🟢 -0.01%) |
/timeline |
16.99 KB |
206.56 KB | 59.02% (+/- <0.01%) |
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
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.
This PR contains the following updates:
13.4.3
->13.4.4
18.16.14
->18.16.15
17.0.59
->17.0.60
13.4.3
->13.4.4
Release Notes
vercel/next.js
### [`v13.4.4`](https://togithub.com/vercel/next.js/releases/tag/v13.4.4) [Compare Source](https://togithub.com/vercel/next.js/compare/v13.4.3...v13.4.4) ##### Core Changes - test(turbopack): script to sync latest test lists: [#50008](https://togithub.com/vercel/next.js/issues/50008) - Pages Module Transition: [#49962](https://togithub.com/vercel/next.js/issues/49962) - Server Actions: Fix member expr in closure captured values: [#50020](https://togithub.com/vercel/next.js/issues/50020) - Error in next export when serverActions is enabled: [#50039](https://togithub.com/vercel/next.js/issues/50039) - \[turbopack]: Update renamed SubpathValue: [#49636](https://togithub.com/vercel/next.js/issues/49636) - Fix default metadata is missing in root not-found: [#50044](https://togithub.com/vercel/next.js/issues/50044) - Always defer close tags to be the suffix of body stream: [#50056](https://togithub.com/vercel/next.js/issues/50056) - Fix types of cookies(): [#50052](https://togithub.com/vercel/next.js/issues/50052) - Fix client references extraction of CJS exports analysis: [#50059](https://togithub.com/vercel/next.js/issues/50059) - Add `x-forwarded-*` headers to turbopack renders: [#50012](https://togithub.com/vercel/next.js/issues/50012) - Remove node-sass from peerDependencies: [#50065](https://togithub.com/vercel/next.js/issues/50065) - Add optional generic parameter to NextResponse: [#47526](https://togithub.com/vercel/next.js/issues/47526) - feat(turbopack): initial sass-loader support: [#49882](https://togithub.com/vercel/next.js/issues/49882) - update test snapshots: [#50159](https://togithub.com/vercel/next.js/issues/50159) - \[create-next-app]: respecting the user's `init.defaultBranch` git con…: [#49960](https://togithub.com/vercel/next.js/issues/49960) - Update `swc_core` to `v0.76.18`: [#50137](https://togithub.com/vercel/next.js/issues/50137) - Fix navigating on not-found: [#50047](https://togithub.com/vercel/next.js/issues/50047) - Fix env variables set in next.config.js: [#50179](https://togithub.com/vercel/next.js/issues/50179) - Add warning for edge with force-static: [#50182](https://togithub.com/vercel/next.js/issues/50182) - fix: add missing `draftMode` type to GetServerSidePropsContext: [#50184](https://togithub.com/vercel/next.js/issues/50184) - Fix react fetch deduping without next cache: [#50187](https://togithub.com/vercel/next.js/issues/50187) - Fix pages react alias: [#50128](https://togithub.com/vercel/next.js/issues/50128) - Add the `node` condition to import resolution: [#50007](https://togithub.com/vercel/next.js/issues/50007) - test(turbopack): run next.js integration tests with denylist: [#50172](https://togithub.com/vercel/next.js/issues/50172) - Move debugging variable into useEffect: [#50210](https://togithub.com/vercel/next.js/issues/50210) - refactor webpack loaders: [#49535](https://togithub.com/vercel/next.js/issues/49535) - Fix static workers distributing: [#50194](https://togithub.com/vercel/next.js/issues/50194) - Ensure NEXT_DYNAMIC_NO_SSR_CODE has a unique name: [#50219](https://togithub.com/vercel/next.js/issues/50219) - fix: Added blockfrost-js, lucid-cardano & mongoose package to srvExtPackages to prevent issue [#49783](https://togithub.com/vercel/next.js/issues/49783) from happening.: [#49938](https://togithub.com/vercel/next.js/issues/49938) - change static path to /\_next/static/media: [#50207](https://togithub.com/vercel/next.js/issues/50207) - Add special route types to the link type declaration: [#50066](https://togithub.com/vercel/next.js/issues/50066) - fix: NODE_OPTIONS='--inspect' in next dev for debugging: [#48019](https://togithub.com/vercel/next.js/issues/48019) - enable more test cases for turbopack: [#50154](https://togithub.com/vercel/next.js/issues/50154) - feat(next-swc): Implement CJS optimizer: [#49972](https://togithub.com/vercel/next.js/issues/49972) - Fix alias for react-dom/server: [#50238](https://togithub.com/vercel/next.js/issues/50238) - Revert "feat(next-swc): Implement CJS optimizer": [#50247](https://togithub.com/vercel/next.js/issues/50247) - Fix free port handling: [#50248](https://togithub.com/vercel/next.js/issues/50248) - feat(next-swc): Add CJS optimizer again: [#50249](https://togithub.com/vercel/next.js/issues/50249) - Fix edge case in the CJS optimizer: [#50258](https://togithub.com/vercel/next.js/issues/50258) - Remove static analysis of `process.env`: [#50260](https://togithub.com/vercel/next.js/issues/50260) - Update next start listening to behave consistently: [#50293](https://togithub.com/vercel/next.js/issues/50293) - Update server invoke-request: [#50296](https://togithub.com/vercel/next.js/issues/50296) - Update unstable_cache key to include args: [#50301](https://togithub.com/vercel/next.js/issues/50301) - Add root detection utils: [#50305](https://togithub.com/vercel/next.js/issues/50305) - fix sass handling after refactoring: [#50259](https://togithub.com/vercel/next.js/issues/50259) - Alias next/server for edge runtime: [#50268](https://togithub.com/vercel/next.js/issues/50268) - \[turbopack]: Serve `_devMiddlewareManifest.json` from router: [#50241](https://togithub.com/vercel/next.js/issues/50241) - Fix catch-all edge app route: [#50313](https://togithub.com/vercel/next.js/issues/50313) - land: Include charset=utf-8 with x-component Content-Type header: [#50314](https://togithub.com/vercel/next.js/issues/50314) - do not apply sass loader on existing loaders: [#50308](https://togithub.com/vercel/next.js/issues/50308) - Add missing react-dom/client alias: [#50324](https://togithub.com/vercel/next.js/issues/50324) - Fix missing error when using Actions on the client layer without enabling the feature flag: [#50257](https://togithub.com/vercel/next.js/issues/50257) - remove allowlist, only use denylist, enable newly passing tests: [#50325](https://togithub.com/vercel/next.js/issues/50325) - Fix SWC loader options for files outside of RSC layers: [#50341](https://togithub.com/vercel/next.js/issues/50341) ##### Documentation Changes - Update app-static-to-dynamic-error.md: [#50085](https://togithub.com/vercel/next.js/issues/50085) - Update invalid-new-link-with-extra-anchor.md: [#50036](https://togithub.com/vercel/next.js/issues/50036) ##### Example Changes - fix: use node copyFile for cross-platform support: [#48740](https://togithub.com/vercel/next.js/issues/48740) - Clerk example updates: [#50021](https://togithub.com/vercel/next.js/issues/50021) - Fix TypeScript error in with-mongodb example: [#50094](https://togithub.com/vercel/next.js/issues/50094) - Use correct casing in filenames: [#50223](https://togithub.com/vercel/next.js/issues/50223) ##### Misc Changes - test: disable cache flaky test: [#50064](https://togithub.com/vercel/next.js/issues/50064) - add tracing for turbopack: [#49920](https://togithub.com/vercel/next.js/issues/49920) - ci: update github token: [#50216](https://togithub.com/vercel/next.js/issues/50216) - Fix metadata e2e deploy test: [#50252](https://togithub.com/vercel/next.js/issues/50252) - Fix middleware e2e deploy test: [#50317](https://togithub.com/vercel/next.js/issues/50317) - Parallelize Turbopack CI tests: [#50292](https://togithub.com/vercel/next.js/issues/50292) - makeDir should use func: [#50136](https://togithub.com/vercel/next.js/issues/50136) ##### Credits Huge thanks to [@kwonoj](https://togithub.com/kwonoj), [@wyattjoh](https://togithub.com/wyattjoh), [@shuding](https://togithub.com/shuding), [@huozhi](https://togithub.com/huozhi), [@jridgewell](https://togithub.com/jridgewell), [@ijjk](https://togithub.com/ijjk), [@karlhorky](https://togithub.com/karlhorky), [@lycuid](https://togithub.com/lycuid), [@MarkAtOmniux](https://togithub.com/MarkAtOmniux), [@darshkpatel](https://togithub.com/darshkpatel), [@johnta0](https://togithub.com/johnta0), [@kdy1](https://togithub.com/kdy1), [@sokra](https://togithub.com/sokra), [@timneutkens](https://togithub.com/timneutkens), [@devagrawal09](https://togithub.com/devagrawal09), [@ibrahemid](https://togithub.com/ibrahemid), [@styfle](https://togithub.com/styfle), [@JesseKoldewijn](https://togithub.com/JesseKoldewijn), [@padmaia](https://togithub.com/padmaia), [@Cow258](https://togithub.com/Cow258), [@javivelasco](https://togithub.com/javivelasco), and [@05lazy](https://togithub.com/05lazy) for helping!Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.