-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update all non-major dependencies (patch) #1694
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
📦 Next.js Bundle Analysis for mx-kamiThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
Page | Size (compressed) |
---|---|
global |
189.31 KB (🟡 +20 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!
Nineteen Pages Changed Size
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.4 KB |
238.71 KB | 68.20% (+/- <0.01%) |
/[page] |
53.61 KB |
242.91 KB | 69.40% (🟡 +0.03%) |
/_error |
5.9 KB |
195.2 KB | 55.77% (+/- <0.01%) |
/categories/[slug] |
6.54 KB |
195.84 KB | 55.96% (+/- <0.01%) |
/favorite/bangumi |
7.98 KB |
197.28 KB | 56.37% (+/- <0.01%) |
/favorite/music |
5.39 KB |
194.7 KB | 55.63% (+/- <0.01%) |
/friends |
58.72 KB |
248.03 KB | 70.87% (🟡 +0.02%) |
/login |
5.29 KB |
194.59 KB | 55.60% (+/- <0.01%) |
/notes/[id] |
76.29 KB |
265.59 KB | 75.88% (🟡 +0.03%) |
/notes/topics |
4.49 KB |
193.79 KB | 55.37% (+/- <0.01%) |
/notes/topics/[topicSlug] |
14.14 KB |
203.44 KB | 58.13% (+/- <0.01%) |
/posts |
26 KB |
215.31 KB | 61.52% (+/- <0.01%) |
/posts/[category]/[slug] |
77.9 KB |
267.21 KB | 76.34% (🟡 +0.04%) |
/preview |
57.38 KB |
246.69 KB | 70.48% (🟡 +0.03%) |
/projects |
16.37 KB |
205.68 KB | 58.76% (🟡 +0.01%) |
/projects/[id] |
52.76 KB |
242.06 KB | 69.16% (🟡 +0.03%) |
/recently |
102.52 KB |
291.82 KB | 83.38% (🟡 +0.02%) |
/says |
16.8 KB |
206.1 KB | 58.89% (+/- <0.01%) |
/timeline |
17 KB |
206.31 KB | 58.95% (+/- <0.01%) |
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
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.
e52b5da
to
65f2c94
Compare
b31a100
to
45ce2d6
Compare
45ce2d6
to
e1c8915
Compare
e1c8915
to
9f53119
Compare
This PR contains the following updates:
2.0.0
->2.0.1
1.4.0
->1.4.1
13.4.4
->13.4.5
18.16.16
->18.16.17
17.0.60
->17.0.61
13.4.4
->13.4.5
4.0.9
->4.0.10
Release Notes
floating-ui/floating-ui
v2.0.1
Compare Source
Bug Fixes
core
/dom
1.3.0 (#2359)vercel/next.js
v13.4.5
Compare Source
Core Changes
next/legacy/image
: #50343cache-control
header on 304 response: #50408next/link
and router push/replace: #49521@vercel/turbopack-node
types (and more turbopack updates): #50605Google-InspectionTool
token to known bot UA list: #50467cssFiles
field: #50610chunks
field in the client manifest for SSR: #50959typescript@5.1
: #50557router.refresh()
with Draft Mode in App Router: #50941verbatimModuleSyntax: true
support in tsconfig.json: #48018moduleResolution: bundler
support in tsconfig.json: #51065Documentation Changes
async
to Opengraph Image code example.: #50990useFormStatus
to be a client component: #50991revalidateTag
import: #51005instrumentation.ts
file: #51034next/image
optimization: #51066PORT
from.env
concatenation example: #51063and
inHow to Use These Docs
section: #51058Example Changes
Misc Changes
swc_core
tov0.76.37
: #50311share-generics
: #50673npm@9.6.7
: #51044@webassemblyjs
: #51045Credits
Huge thanks to @huozhi, @ijjk, @timneutkens, @shuding, @styfle, @alexkirsz, @devjiwonchoi, @wyattjoh, @SuttonJack, @sokra, @smaeda-ks, @keyz, @kdy1, @Schniz, @MaxLeiter, @jridgewell, @ForsakenHarmony, @koba04, @wbinnssmith, @kwonoj, @vinaykulk621, @Kikobeats, @gnoff, @delbaoliveira, @jiwooIncludeJeong, @manovotny, @ethanmick, @tyler-lutz, @didemkkaslan, @itsmingjie, @v1k1, @thepatrick00, @taylorbryant, @kvnang, @balazsorban44, @alainkaiser, @feedthejim, @simPod, @svarunid, and @pauek for helping!
bvaughn/react-error-boundary
v4.0.10
Compare Source
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.