fix(deps): update dependency @mx-space/api-client to v4.4.0 - #1865
renovate[bot] wants to merge 1 commit into
Conversation
SafeDep Report SummaryPackage Details
This report is generated by SafeDep GitHub App |
📦 Next.js Bundle Analysis for kamiThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
| Page | Size (compressed) |
|---|---|
global |
250.57 KB (🟡 +543 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!
Fifteen 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) |
|---|---|---|---|
/[locale] |
45.62 KB |
296.19 KB | 84.63% (+/- <0.01%) |
/[locale]/[page] |
51.2 KB |
301.77 KB | 86.22% (+/- <0.01%) |
/[locale]/favorite/bangumi |
7.94 KB |
258.51 KB | 73.86% (+/- <0.01%) |
/[locale]/favorite/music |
5.46 KB |
256.03 KB | 73.15% (+/- <0.01%) |
/[locale]/friends |
55.95 KB |
306.52 KB | 87.58% (+/- <0.01%) |
/[locale]/login |
5.35 KB |
255.92 KB | 73.12% (+/- <0.01%) |
/[locale]/notes/[id] |
74.83 KB |
325.4 KB | 92.97% (+/- <0.01%) |
/[locale]/notes/topics |
2.15 KB |
252.72 KB | 72.21% (+/- <0.01%) |
/[locale]/notes/topics/[topicSlug] |
12.48 KB |
263.04 KB | 75.16% (🟢 -0.01%) |
/[locale]/posts |
24.67 KB |
275.24 KB | 78.64% (+/- <0.01%) |
/[locale]/posts/[category]/[slug] |
83.98 KB |
334.55 KB | 95.59% (+/- <0.01%) |
/[locale]/recently |
100.9 KB |
351.46 KB | 100.42% (+/- <0.01%) |
/[locale]/says |
20.17 KB |
270.73 KB | 77.35% (+/- <0.01%) |
/[locale]/timeline |
16.52 KB |
267.09 KB | 76.31% (+/- <0.01%) |
/_error |
5.54 KB |
256.11 KB | 73.17% (+/- <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.
1 similar comment
📦 Next.js Bundle Analysis for kamiThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
| Page | Size (compressed) |
|---|---|
global |
250.57 KB (🟡 +543 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!
Fifteen 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) |
|---|---|---|---|
/[locale] |
45.62 KB |
296.19 KB | 84.63% (+/- <0.01%) |
/[locale]/[page] |
51.2 KB |
301.77 KB | 86.22% (+/- <0.01%) |
/[locale]/favorite/bangumi |
7.94 KB |
258.51 KB | 73.86% (+/- <0.01%) |
/[locale]/favorite/music |
5.46 KB |
256.03 KB | 73.15% (+/- <0.01%) |
/[locale]/friends |
55.95 KB |
306.52 KB | 87.58% (+/- <0.01%) |
/[locale]/login |
5.35 KB |
255.92 KB | 73.12% (+/- <0.01%) |
/[locale]/notes/[id] |
74.83 KB |
325.4 KB | 92.97% (+/- <0.01%) |
/[locale]/notes/topics |
2.15 KB |
252.72 KB | 72.21% (+/- <0.01%) |
/[locale]/notes/topics/[topicSlug] |
12.48 KB |
263.04 KB | 75.16% (🟢 -0.01%) |
/[locale]/posts |
24.67 KB |
275.24 KB | 78.64% (+/- <0.01%) |
/[locale]/posts/[category]/[slug] |
83.98 KB |
334.55 KB | 95.59% (+/- <0.01%) |
/[locale]/recently |
100.9 KB |
351.46 KB | 100.42% (+/- <0.01%) |
/[locale]/says |
20.17 KB |
270.73 KB | 77.35% (+/- <0.01%) |
/[locale]/timeline |
16.52 KB |
267.09 KB | 76.31% (+/- <0.01%) |
/_error |
5.54 KB |
256.11 KB | 73.17% (+/- <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.
1cce2e7 to
171852a
Compare
📦 Next.js Bundle Analysis for kamiThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
| Page | Size (compressed) |
|---|---|
global |
250.57 KB (🟡 +543 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!
Fifteen 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) |
|---|---|---|---|
/[locale] |
45.62 KB |
296.19 KB | 84.63% (+/- <0.01%) |
/[locale]/[page] |
51.2 KB |
301.77 KB | 86.22% (+/- <0.01%) |
/[locale]/favorite/bangumi |
7.94 KB |
258.51 KB | 73.86% (+/- <0.01%) |
/[locale]/favorite/music |
5.46 KB |
256.03 KB | 73.15% (+/- <0.01%) |
/[locale]/friends |
55.95 KB |
306.52 KB | 87.58% (+/- <0.01%) |
/[locale]/login |
5.35 KB |
255.92 KB | 73.12% (+/- <0.01%) |
/[locale]/notes/[id] |
74.83 KB |
325.4 KB | 92.97% (+/- <0.01%) |
/[locale]/notes/topics |
2.15 KB |
252.72 KB | 72.21% (+/- <0.01%) |
/[locale]/notes/topics/[topicSlug] |
12.48 KB |
263.04 KB | 75.16% (🟢 -0.01%) |
/[locale]/posts |
24.67 KB |
275.24 KB | 78.64% (+/- <0.01%) |
/[locale]/posts/[category]/[slug] |
83.98 KB |
334.55 KB | 95.59% (+/- <0.01%) |
/[locale]/recently |
100.9 KB |
351.46 KB | 100.42% (+/- <0.01%) |
/[locale]/says |
20.17 KB |
270.73 KB | 77.35% (+/- <0.01%) |
/[locale]/timeline |
16.52 KB |
267.09 KB | 76.31% (+/- <0.01%) |
/_error |
5.54 KB |
256.11 KB | 73.17% (+/- <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.
a3db705 to
4960aa0
Compare
📦 Next.js Bundle Analysis for kamiThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
| Page | Size (compressed) |
|---|---|
global |
244.78 KB (🟡 +657 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!
Fourteen 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) |
|---|---|---|---|
/[locale] |
45.95 KB |
290.73 KB | 83.07% (🟢 -0.01%) |
/[locale]/[page] |
58.07 KB |
302.85 KB | 86.53% (+/- <0.01%) |
/[locale]/friends |
62.83 KB |
307.61 KB | 87.89% (+/- <0.01%) |
/[locale]/login |
5.35 KB |
250.12 KB | 71.46% (+/- <0.01%) |
/[locale]/notes/[id] |
81.36 KB |
326.14 KB | 93.18% (+/- <0.01%) |
/[locale]/notes/topics |
2.15 KB |
246.93 KB | 70.55% (+/- <0.01%) |
/[locale]/notes/topics/[topicSlug] |
12.48 KB |
257.26 KB | 73.50% (+/- <0.01%) |
/[locale]/posts |
24.67 KB |
269.45 KB | 76.99% (🟢 -0.01%) |
/[locale]/posts/[category]/[slug] |
90.72 KB |
335.49 KB | 95.86% (🟢 -0.01%) |
/[locale]/preview |
67.21 KB |
311.99 KB | 89.14% (+/- <0.01%) |
/[locale]/projects/[id] |
57.21 KB |
301.99 KB | 86.28% (+/- <0.01%) |
/[locale]/says |
20.17 KB |
264.94 KB | 75.70% (+/- <0.01%) |
/[locale]/timeline |
16.52 KB |
261.29 KB | 74.66% (🟢 -0.01%) |
/_error |
5.62 KB |
250.39 KB | 71.54% (+/- <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.
2dc2bc9 to
8a52f82
Compare
📦 Next.js Bundle Analysis for kamiThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
| Page | Size (compressed) |
|---|---|
global |
244.78 KB (🟡 +657 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!
Fourteen 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) |
|---|---|---|---|
/[locale] |
45.95 KB |
290.73 KB | 83.07% (🟢 -0.01%) |
/[locale]/[page] |
58.07 KB |
302.85 KB | 86.53% (+/- <0.01%) |
/[locale]/friends |
62.83 KB |
307.61 KB | 87.89% (+/- <0.01%) |
/[locale]/login |
5.35 KB |
250.12 KB | 71.46% (+/- <0.01%) |
/[locale]/notes/[id] |
81.36 KB |
326.14 KB | 93.18% (+/- <0.01%) |
/[locale]/notes/topics |
2.15 KB |
246.93 KB | 70.55% (+/- <0.01%) |
/[locale]/notes/topics/[topicSlug] |
12.48 KB |
257.26 KB | 73.50% (+/- <0.01%) |
/[locale]/posts |
24.67 KB |
269.45 KB | 76.99% (🟢 -0.01%) |
/[locale]/posts/[category]/[slug] |
90.72 KB |
335.49 KB | 95.86% (🟢 -0.01%) |
/[locale]/preview |
67.21 KB |
311.99 KB | 89.14% (+/- <0.01%) |
/[locale]/projects/[id] |
57.21 KB |
301.99 KB | 86.28% (+/- <0.01%) |
/[locale]/says |
20.17 KB |
264.94 KB | 75.70% (+/- <0.01%) |
/[locale]/timeline |
16.52 KB |
261.29 KB | 74.66% (🟢 -0.01%) |
/_error |
5.62 KB |
250.39 KB | 71.54% (+/- <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.
8a52f82 to
2dd02b5
Compare
📦 Next.js Bundle Analysis for kamiThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
| Page | Size (compressed) |
|---|---|
global |
244.78 KB (🟡 +657 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!
Fourteen 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) |
|---|---|---|---|
/[locale] |
45.95 KB |
290.73 KB | 83.07% (🟢 -0.01%) |
/[locale]/[page] |
58.07 KB |
302.85 KB | 86.53% (+/- <0.01%) |
/[locale]/friends |
62.83 KB |
307.61 KB | 87.89% (+/- <0.01%) |
/[locale]/login |
5.35 KB |
250.12 KB | 71.46% (+/- <0.01%) |
/[locale]/notes/[id] |
81.36 KB |
326.14 KB | 93.18% (+/- <0.01%) |
/[locale]/notes/topics |
2.15 KB |
246.93 KB | 70.55% (+/- <0.01%) |
/[locale]/notes/topics/[topicSlug] |
12.48 KB |
257.26 KB | 73.50% (+/- <0.01%) |
/[locale]/posts |
24.67 KB |
269.45 KB | 76.99% (🟢 -0.01%) |
/[locale]/posts/[category]/[slug] |
90.72 KB |
335.49 KB | 95.86% (🟢 -0.01%) |
/[locale]/preview |
67.21 KB |
311.99 KB | 89.14% (+/- <0.01%) |
/[locale]/projects/[id] |
57.21 KB |
301.99 KB | 86.28% (+/- <0.01%) |
/[locale]/says |
20.17 KB |
264.94 KB | 75.70% (+/- <0.01%) |
/[locale]/timeline |
16.52 KB |
261.29 KB | 74.66% (🟢 -0.01%) |
/_error |
5.62 KB |
250.39 KB | 71.54% (+/- <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.
1815978 to
bccec32
Compare
bccec32 to
b363f2c
Compare
📦 Next.js Bundle Analysis for kamiThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
| Page | Size (compressed) |
|---|---|
global |
245.4 KB (🟡 +627 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!
Seventeen 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) |
|---|---|---|---|
/[locale] |
45.95 KB |
291.35 KB | 83.24% (+/- <0.01%) |
/[locale]/[page] |
58.06 KB |
303.46 KB | 86.70% (+/- <0.01%) |
/[locale]/favorite/bangumi |
7.94 KB |
253.34 KB | 72.38% (+/- <0.01%) |
/[locale]/friends |
62.82 KB |
308.22 KB | 88.06% (+/- <0.01%) |
/[locale]/login |
5.35 KB |
250.75 KB | 71.64% (+/- <0.01%) |
/[locale]/notes/[id] |
81.34 KB |
326.74 KB | 93.35% (+/- <0.01%) |
/[locale]/notes/topics |
2.15 KB |
247.55 KB | 70.73% (+/- <0.01%) |
/[locale]/notes/topics/[topicSlug] |
12.48 KB |
257.88 KB | 73.68% (+/- <0.01%) |
/[locale]/posts |
24.67 KB |
270.07 KB | 77.16% (+/- <0.01%) |
/[locale]/posts/[category]/[slug] |
90.7 KB |
336.1 KB | 96.03% (+/- <0.01%) |
/[locale]/preview |
67.21 KB |
312.61 KB | 89.32% (+/- <0.01%) |
/[locale]/projects |
13.89 KB |
259.29 KB | 74.08% (+/- <0.01%) |
/[locale]/projects/[id] |
57.2 KB |
302.6 KB | 86.46% (+/- <0.01%) |
/[locale]/recently |
107.54 KB |
352.94 KB | 100.84% (+/- <0.01%) |
/[locale]/says |
20.17 KB |
265.56 KB | 75.88% (+/- <0.01%) |
/[locale]/timeline |
16.52 KB |
261.92 KB | 74.83% (+/- <0.01%) |
/_error |
5.61 KB |
251.01 KB | 71.72% (+/- <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.




This PR contains the following updates:
4.0.0→4.4.0Configuration
📅 Schedule: (UTC)
🚦 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.