-
-
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 #224
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
7d6f49f
to
b64ed5d
Compare
📦 Next.js Bundle Analysis for @weareinreach/glaadThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
Page | Size (compressed) |
---|---|
global |
174.13 KB (🟡 +8 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!
Eight 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 ) |
---|---|---|---|
/ |
7.05 KB |
181.18 KB | 51.77% (+/- <0.01%) |
/about |
9.18 KB |
183.31 KB | 52.37% (🟡 +0.01%) |
/category/[tag]/[[...storyId]] |
22.92 KB |
197.04 KB | 56.30% (+/- <0.01%) |
/gallery |
29.87 KB |
204 KB | 58.29% (+/- <0.01%) |
/gallery/[slug] |
16.54 KB |
190.67 KB | 54.48% (+/- <0.01%) |
/share |
19.29 KB |
193.42 KB | 55.26% (🟡 +0.01%) |
/story/[id] |
5.23 KB |
179.36 KB | 51.24% (+/- <0.01%) |
/survey |
70.57 KB |
244.69 KB | 69.91% (🟡 +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.
b64ed5d
to
bc05e89
Compare
bc05e89
to
a8d10a2
Compare
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
a8d10a2
to
8733e34
Compare
8733e34
to
1e4c0da
Compare
1e4c0da
to
8fd54d0
Compare
8fd54d0
to
946b8d0
Compare
946b8d0
to
52b2f9d
Compare
52b2f9d
to
79eefe3
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
79eefe3
to
c2604af
Compare
This PR contains the following updates:
5.5.0
->5.5.2
10.41.0
->10.43.0
10.41.0
->10.43.0
10.41.0
->10.43.0
10.41.0
->10.43.0
18.18.6
->18.18.7
18.2.31
->18.2.33
7.5.0
->7.5.4
2.2.2
->2.3.0
5.5.0
->5.5.2
2.1.0
->2.2.0
4.5.0
->4.6.0
Release Notes
prisma/prisma (@prisma/client)
v5.5.2
Compare Source
Today, we are issuing the
5.5.2
patch release.Fix in Prisma CLI
v5.5.1
Compare Source
Today, we are issuing the
5.5.1
patch release.Fix in Prisma Client
trpc/trpc (@trpc/client)
v10.43.0
Compare Source
What's Changed
server
): extractparseTRPCMessage
for 3rd party modules by @Guria in https://github.com/trpc/trpc/pull/4872New Contributors
Full Changelog: trpc/trpc@v10.42.0...v10.43.0
v10.42.0
Compare Source
What's Changed
Full Changelog: trpc/trpc@v10.41.0...v10.42.0
chromaui/chromatic-cli (chromatic)
v7.5.4
Compare Source
🐛 Bug Fix
prerelease
setting and update readme #847 (@ghengeveld)Authors: 1
v7.5.3
Compare Source
🐛 Bug Fix
next-release
tag to trigger anext
release #846 (@ghengeveld)Authors: 1
v7.5.2
Compare Source
🐛 Bug Fix
ENOENT
when uploading stats file with--upload-metadata
#843 (@ghengeveld)Authors: 1
v7.5.1
Compare Source
🐛 Bug Fix
LoggingRenderer
after bad merge #845 (@ghengeveld)Authors: 1
i18next/i18next-http-backend (i18next-http-backend)
v2.3.0
Compare Source
blitz-js/superjson (superjson)
v2.2.0
Compare Source
What's Changed
Full Changelog: flightcontrolhq/superjson@v2.1.0...v2.2.0
sindresorhus/type-fest (type-fest)
v4.6.0
Compare Source
New types
ArrayValues
(#720)6c76e4a
ArrayIndices
(#716)c330852
SetParameterType
(#722)9f2388d
Fixes
LastArrayElement
: Fix handling of tuple with spread elements (#727)9630089
PartialDeep
: Skip constructor (#730)75edeef
ReadonlyDeep
: Skip constructor (#728)3ee234a
WritableDeep
: Fix array handling (#724)9baccc3
Meta
8a52129
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.