-
-
Notifications
You must be signed in to change notification settings - Fork 286
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
⬆️ Update dependency i18next to v23 #1067
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
📦 Next.js Bundle Analysis for homarrThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
Page | Size (compressed) |
---|---|
global |
366.3 KB (🟡 +5.09 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!
Four Pages Changed Size
The following pages changed size from the code in this PR compared to its base branch:
Page | Size (compressed) | First Load |
---|---|---|
/ |
96.85 KB (🔴 +21.51 KB) |
463.15 KB |
/[slug] |
96.85 KB (🔴 +21.51 KB) |
463.15 KB |
/login |
18.96 KB (🔴 +17.87 KB) |
385.25 KB |
/migrate |
25.95 KB (🔴 +18.24 KB) |
392.25 KB |
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
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.
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: yarn.lock
|
ceb491e
to
6db642c
Compare
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
^22.5.1
->^23.0.0
Release Notes
i18next/i18next (i18next)
v23.2.11
Compare Source
v23.2.10
Compare Source
v23.2.9
Compare Source
v23.2.8
Compare Source
v23.2.7
Compare Source
v23.2.6
Compare Source
v23.2.5
Compare Source
v23.2.3
Compare Source
v23.2.2
Compare Source
v23.2.1
Compare Source
v23.2.0
Compare Source
v23.1.0
Compare Source
forkResourceStore
1974v23.0.2
Compare Source
v23.0.1
Compare Source
v23.0.0
Compare Source
This is a major breaking release:
redesigned TypeScript types 1911
removed
setDebug
function in the logger: 1954changed
returnNull
default tofalse
1885drop support for old browsers and Node.js < v12 1948
ordinal plural keys are now prefixed with
_ordinal
to help translators (non-breaking, because of fallback) 1945➡️ check out the migration guide
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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.