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 | Oct 2, 2023 8:03am |
This analysis was generated by the Next.js Bundle Analysis action. 🤖
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 ) |
---|---|---|---|
/[page] |
52.71 KB |
253.81 KB | 72.52% (+/- <0.01%) |
/friends |
57.88 KB |
258.97 KB | 73.99% (+/- <0.01%) |
/notes/[id] |
75.37 KB |
276.46 KB | 78.99% (+/- <0.01%) |
/posts/[category]/[slug] |
79.59 KB |
280.69 KB | 80.20% (+/- <0.01%) |
/preview |
56.48 KB |
257.58 KB | 73.60% (+/- <0.01%) |
/projects/[id] |
51.86 KB |
252.96 KB | 72.27% (+/- <0.01%) |
/recently |
96.54 KB |
297.64 KB | 85.04% (+/- <0.01%) |
/says |
16.74 KB |
217.84 KB | 62.24% (+/- <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:
^10.0.2
->^10.0.3
Release Notes
immerjs/immer (immer)
### [`v10.0.3`](https://togithub.com/immerjs/immer/releases/tag/v10.0.3) [Compare Source](https://togithub.com/immerjs/immer/compare/v10.0.2...v10.0.3) ##### Bug Fixes - don't use `.mjs` file for react-native, which isn't supported by default. Fixes [#1058](https://togithub.com/immerjs/immer/issues/1058) [#1065](https://togithub.com/immerjs/immer/issues/1065) ([#1075](https://togithub.com/immerjs/immer/issues/1075)) ([f6736a4](https://togithub.com/immerjs/immer/commit/f6736a4beef727c6e5b41c312ce1b202ad3afb23))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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.