-
-
Notifications
You must be signed in to change notification settings - Fork 2
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 #301
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
📦 Next.js Bundle Analysis for @weareinreach/glaadThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
Page | Size (compressed) |
---|---|
global |
189.56 KB (🟡 +5 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!
Six 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 ) |
---|---|---|---|
/act |
6.13 KB |
195.69 KB | 55.91% (+/- <0.01%) |
/category/[tag]/[[...storyId]] |
22.36 KB |
211.92 KB | 60.55% (+/- <0.01%) |
/gallery |
29.37 KB |
218.93 KB | 62.55% (+/- <0.01%) |
/gallery/[slug] |
16.11 KB |
205.67 KB | 58.76% (+/- <0.01%) |
/story/[id] |
5.16 KB |
194.72 KB | 55.63% (🟡 +0.01%) |
/survey |
67.62 KB |
257.18 KB | 73.48% (+/- <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.
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
55d24a6
to
756926e
Compare
756926e
to
df55cf4
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
df55cf4
to
a9a927b
Compare
This PR contains the following updates:
1.29.2
->1.29.3
1.11.2
->1.11.3
15.1.2
->15.2.0
2.4.8
->2.4.9
1.11.2
->1.11.3
Release Notes
crowdin/crowdin-api-client-js (@crowdin/crowdin-api-client)
v1.29.3
Compare Source
What's Changed
Full Changelog: crowdin/crowdin-api-client-js@1.29.2...1.29.3
vercel/turbo (eslint-plugin-turbo)
v1.11.3
: Turborepo v1.11.3Compare Source
What's Changed
Docs
create-turbo
Examples
Changelog
dirs_next::config_dir()
by @Zertsov in https://github.com/vercel/turbo/pull/6837New Contributors
Full Changelog: vercel/turborepo@v1.11.2...v1.11.3
i18next/next-i18next (next-i18next)
v15.2.0
Compare Source
matzkoh/prettier-plugin-packagejson (prettier-plugin-packagejson)
v2.4.9
Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.