Closed dependabot[bot] closed 2 weeks ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
frontend | ✅ Ready (Inspect) | Visit Preview | Nov 12, 2024 8:59pm |
This analysis was generated by the Next.js Bundle Analysis action. 🤖
Page | Size (compressed) |
---|---|
global |
104.47 KB (🟡 +47 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 |
---|---|---|
/[...slug] |
87.17 KB (-1 B) |
191.64 KB |
/___bot_or_not |
101.53 KB (🟢 -395 B) |
205.99 KB |
/___editor_preview |
530.13 KB (🟢 -323 B) |
634.6 KB |
/___graphql |
271.88 KB (🟡 +31 B) |
376.35 KB |
/___old_comments |
102.95 KB (🟢 -396 B) |
207.41 KB |
/auth/login |
94.04 KB (🟢 -396 B) |
198.51 KB |
/auth/logout |
84.76 KB (🟢 -396 B) |
189.23 KB |
/auth/oauth/consent |
58.59 KB (🟢 -396 B) |
163.06 KB |
/auth/oauth/login |
94.04 KB (🟢 -397 B) |
198.51 KB |
/auth/oauth/logout |
84.76 KB (🟢 -396 B) |
189.23 KB |
/authorization/roles |
70.45 KB (🟢 -397 B) |
174.92 KB |
/content-only/[...slug] |
79.22 KB (-1 B) |
183.69 KB |
/discussions |
99.49 KB (🟢 -397 B) |
203.96 KB |
/editor |
79.98 KB (🟡 +1 B) |
184.45 KB |
/entity/create/[type]/[taxonomyId] |
550.23 KB (🟢 -321 B) |
654.7 KB |
/entity/license/update/[id] |
60.62 KB (🟢 -397 B) |
165.08 KB |
/entity/repository/add-revision/[...id] |
549.96 KB (🟢 -322 B) |
654.43 KB |
/entity/repository/history/[id] |
73.54 KB (🟢 -396 B) |
178.01 KB |
/entity/taxonomy/update/[id] |
73.1 KB (🟢 -396 B) |
177.57 KB |
/event/history |
126.74 KB (🟢 -395 B) |
231.21 KB |
/event/history/[...slug] |
127.71 KB (🟢 -396 B) |
232.18 KB |
/event/history/user/profile/[username] |
130.1 KB (🟢 -396 B) |
234.57 KB |
/jobs/[[...jobId]] |
52.39 KB (🟡 +1 B) |
156.86 KB |
/page/create |
549.95 KB (🟢 -323 B) |
654.41 KB |
/pages |
61.93 KB (🟢 -396 B) |
166.39 KB |
/subscriptions/manage |
109.83 KB (🟢 -396 B) |
214.3 KB |
/taxonomy/term/[copyOrMove]/batch/[id] |
87.07 KB (🟢 -397 B) |
191.54 KB |
/taxonomy/term/create/[parent_id]/[id] |
549.7 KB (🟢 -322 B) |
654.17 KB |
/taxonomy/term/sort/entities/[id] |
97.47 KB (🟢 -396 B) |
201.94 KB |
/taxonomy/term/update/[id] |
549.65 KB (🟢 -321 B) |
654.12 KB |
/user/notifications |
129.06 KB (🟢 -396 B) |
233.53 KB |
/user/profile/[username] |
178.34 KB (🟢 -396 B) |
282.81 KB |
/user/settings |
551.62 KB (🟢 -322 B) |
656.09 KB |
/uuid/recycle-bin |
84.17 KB (🟢 -396 B) |
188.64 KB |
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 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this.
OK, I won't notify you again about this release, but will get in touch when a new version is available.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
Bumps react-syntax-highlighter and @types/react-syntax-highlighter. These dependencies needed to be updated together. Updates
react-syntax-highlighter
from 15.5.0 to 15.6.1Release notes
Sourced from react-syntax-highlighter's releases.
Changelog
Sourced from react-syntax-highlighter's changelog.
... (truncated)
Commits
842b45b
bump to 15.6.1, buildade425c
Fix not being able to override code tag styles and line styles when wrapLongL...83da2fb
Prerelease cleanup, get tests passing (#567)45ff20e
add languages (#559)7575068
Bump json5 from 1.0.1 to 1.0.2 (#505)f12818d
README (#531)b2a68e9
fix: lowlight is a named import (#526)9268130
Added theme a11yOneLight (#534)930d544
Add to Built with React Syntax Highlighter (#546)90d0343
Fix bug withwrapLines
that butchers highlighting (#561)Updates
@types/react-syntax-highlighter
from 15.5.11 to 15.5.13Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show