-
-
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
fix(auth): update all non-major dependencies #973
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 |
432.63 KB (🟡 +17.95 KB) |
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 (575 KB ) |
---|---|---|---|
/admin/quicklink/phone |
38.29 KB |
470.92 KB | 81.90% (+/- <0.01%) |
/org/[slug] |
94.16 KB |
526.78 KB | 91.61% (+/- <0.01%) |
/org/[slug]/[orgLocationId] |
88.78 KB |
521.4 KB | 90.68% (+/- <0.01%) |
/org/[slug]/[orgLocationId]/edit |
88.29 KB |
520.92 KB | 90.59% (+/- <0.01%) |
/org/[slug]/edit |
93.41 KB |
526.04 KB | 91.48% (🟡 +0.01%) |
/org/[slug]/remote |
70.63 KB |
503.26 KB | 87.52% (+/- <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.
a08a27f
to
aba6ac3
Compare
aba6ac3
to
5565977
Compare
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
5565977
to
b0ac6ce
Compare
b0ac6ce
to
803bad5
Compare
803bad5
to
433b3c5
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
433b3c5
to
3f4075f
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
This PR contains the following updates:
3.478.0
->3.481.0
1.1.85
->1.1.86
2.1.13
->2.1.14
10.44.1
->10.45.0
10.44.1
->10.45.0
10.44.1
->10.45.0
10.44.1
->10.45.0
3.8.4
->3.9.0
1.10.52
->1.10.53
7.3.3
->7.3.4
2.4.7
->2.4.8
3.3.7
->3.3.8
4.8.3
->4.9.0
0.11.1
->0.12.0
Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-cognito-identity-provider)
v3.481.0
Compare Source
Features
trpc/trpc (@trpc/client)
v10.45.0
Compare Source
What's Changed
nextHttpLink
options by @KATT in https://github.com/trpc/trpc/pull/5173noImplicitOverride
& add explicit overrides inTRPCError
/TRPCClientError
by @me-imfhd in https://github.com/trpc/trpc/pull/5195react-ssr-prepass
dependency by @KATT in https://github.com/trpc/trpc/pull/5201IndexSignature
andRecord
by @microdev1 in https://github.com/trpc/trpc/pull/5211.createCaller()
in favor oft.createCallerFactory()
by @KATT in https://github.com/trpc/trpc/pull/5213New Contributors
Full Changelog: trpc/trpc@v10.44.1...v10.45.0
webpro/knip (knip)
v3.9.0
Compare Source
2ab781b
)find
to ignored global binaries (closes #413) (80ac4d2
)37e58a8
)18dea2a
)0c68854
)45ff78c
)27632ef
)catamphetamine/libphonenumber-js (libphonenumber-js)
v1.10.53
Compare Source
webpack-contrib/postcss-loader (postcss-loader)
v7.3.4
Compare Source
matzkoh/prettier-plugin-packagejson (prettier-plugin-packagejson)
v2.4.8
Compare Source
Bug Fixes
catamphetamine/react-phone-number-input (react-phone-number-input)
v3.3.8
Compare Source
sindresorhus/type-fest (type-fest)
v4.9.0
Compare Source
New types
SharedUnionFieldsDeep
(#783)94bb3d3
Improvements
ReadonlyDeep
: Fix usage with properties defined withvoid
(#782)a919f93
ConditionalPickDeep
: Support interface (#776)ebb7a59
jeffijoe/typesync (typesync)
v0.12.0
Compare Source
package.json
.typesync
now indicates when--dry
is used.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.