-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore(ui): update all non-major dependencies #996
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
📦 Next.js Bundle Analysis for @weareinreach/appThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
Page | Size (compressed) |
---|---|
global |
433.21 KB (🟡 +4 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!
Twenty 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 (575 KB ) |
---|---|---|---|
/ |
95.47 KB |
528.68 KB | 91.94% (+/- <0.01%) |
/401 |
8.75 KB |
441.96 KB | 76.86% (+/- <0.01%) |
/403 |
493 B |
433.69 KB | 75.42% (🟡 +0.01%) |
/404 |
21.36 KB |
454.58 KB | 79.06% (+/- <0.01%) |
/500 |
21.68 KB |
454.89 KB | 79.11% (+/- <0.01%) |
/account |
1.22 KB |
434.43 KB | 75.55% (+/- <0.01%) |
/account/reviews |
1.22 KB |
434.43 KB | 75.55% (+/- <0.01%) |
/account/saved |
1.22 KB |
434.43 KB | 75.55% (+/- <0.01%) |
/admin |
112.91 KB |
546.12 KB | 94.98% (+/- <0.01%) |
/admin/quicklink |
858 B |
434.05 KB | 75.49% (+/- <0.01%) |
/admin/quicklink/services |
38.12 KB |
471.33 KB | 81.97% (+/- <0.01%) |
/org/[slug] |
94.18 KB |
527.39 KB | 91.72% (+/- <0.01%) |
/org/[slug]/[orgLocationId] |
88.79 KB |
522.01 KB | 90.78% (+/- <0.01%) |
/org/[slug]/[orgLocationId]/edit |
88.31 KB |
521.53 KB | 90.70% (+/- <0.01%) |
/org/[slug]/edit |
93.43 KB |
526.64 KB | 91.59% (+/- <0.01%) |
/org/[slug]/remote |
70.65 KB |
503.86 KB | 87.63% (+/- <0.01%) |
/search/[...params] |
85.17 KB |
518.38 KB | 90.15% (+/- <0.01%) |
/search/intl/[country] |
84.61 KB |
517.83 KB | 90.06% (🟢 -0.01%) |
/suggest |
60 KB |
493.22 KB | 85.78% (🟢 -0.01%) |
/support |
5.37 KB |
438.58 KB | 76.27% (+/- <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.
8464183
to
9ff6376
Compare
9ff6376
to
c76084e
Compare
c76084e
to
119a90f
Compare
119a90f
to
683698d
Compare
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
683698d
to
3463426
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3463426
to
6d5b73d
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
This PR contains the following updates:
1.1.86
->1.1.87
7.0.7
->7.0.9
4.36.1
->4.38.0
3.3.8
->3.4.0
20.10.6
->20.10.7
18.2.46
->18.2.47
6.17.0
->6.18.0
6.17.0
->6.18.0
0.27.1
->0.27.2
0.11.0
->0.12.0
Release Notes
storybookjs/addon-designs (@storybook/addon-designs)
v7.0.9
Compare Source
🐛 Bug Fix
onCollapsedChange
prop for Doc Block #217 (@pocka)🏠 Internal
📝 Documentation
Authors: 4
v7.0.8
Compare Source
TanStack/query (@tanstack/eslint-plugin-query)
v4.38.0
Compare Source
Version 4.38.0 - 1/5/2024, 8:57 PM
Changes
Feat
no-deprecated-options
rule (#6622) (84e8ae5
) by Minjee SonDocs
a3e569d
) by Shahzar Mazhar4a2c305
) by @manudeliprefetchQuery()
function calls (#6428) (377a7b1
) by Shahzeb Kimmuatable
→immutable
(#6328) (0c097df
) by Mihai Crisan8d4d4fd
) by @manudeliPackages
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.18.0
Compare Source
🚀 Features
typescript-estree: throw on invalid update expressions
eslint-plugin: [no-var-requires, no-require-imports] allow option
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.18.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
kysely-org/kysely (kysely)
v0.27.2
Compare Source
allowUnorderedMigrations
option for the migrator. #723 Awesome work by @tracehelms ❤️Kysely<any>
.UpdateQueryBuilder#set
andInsertQueryBuilder#values
methods.RobinBlomberg/kysely-codegen (kysely-codegen)
v0.12.0
Compare Source
What's Changed
New Contributors
Full Changelog: RobinBlomberg/kysely-codegen@0.11.0...0.12.0
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.