mx-space / kami

šŸ° Kami is mx-space's web frontend theme. Colorful, flat, cute and comfortable.
https://kami.innei.ren
GNU General Public License v3.0
317 stars 54 forks source link

fix(deps): update dependency mobx-react-lite to v3.4.3 - autoclosed #1609

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mobx-react-lite (source) 3.4.0 -> 3.4.3 age adoption passing confidence

Release Notes

mobxjs/mobx ### [`v3.4.3`](https://togithub.com/mobxjs/mobx/releases/tag/mobx-react-lite%403.4.3) [Compare Source](https://togithub.com/mobxjs/mobx/compare/mobx-react-lite@3.4.2...mobx-react-lite@3.4.3) ##### Patch Changes - [`dfeb1f5d`](https://togithub.com/mobxjs/mobx/commit/dfeb1f5d18acb8a995d4fa78374173d419fec16e) [#​3651](https://togithub.com/mobxjs/mobx/pull/3651) Thanks [@​urugator](https://togithub.com/urugator)! - fix [#​3650](https://togithub.com/mobxjs/mobx/issues/3650) regression clearTimers -> clearTimes ### [`v3.4.2`](https://togithub.com/mobxjs/mobx/releases/tag/mobx-react-lite%403.4.2) [Compare Source](https://togithub.com/mobxjs/mobx/compare/mobx-react-lite@3.4.1...mobx-react-lite@3.4.2) ##### Patch Changes - [`7acaf305`](https://togithub.com/mobxjs/mobx/commit/7acaf305f81ac5457a8de272e42dd5634a97eb88) [#​3645](https://togithub.com/mobxjs/mobx/pull/3645) Thanks [@​urugator](https://togithub.com/urugator)! - fix FinalizationRegistry support check [#​3643](https://togithub.com/mobxjs/mobx/issues/3643) ### [`v3.4.1`](https://togithub.com/mobxjs/mobx/releases/tag/mobx-react-lite%403.4.1) [Compare Source](https://togithub.com/mobxjs/mobx/compare/mobx-react-lite@3.4.0...mobx-react-lite@3.4.1) ##### Patch Changes - [`4ef8ff3f`](https://togithub.com/mobxjs/mobx/commit/4ef8ff3f84ec8ae893d8c84031664ea388d78091) [#​3598](https://togithub.com/mobxjs/mobx/pull/3598) Thanks [@​urugator](https://togithub.com/urugator)! - refactor reaction tracking

Configuration

šŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Enabled.

ā™» 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 has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 1 year ago

šŸ“¦ Next.js Bundle Analysis

This analysis was generated by the next.js bundle analysis action šŸ¤–

šŸŽ‰ Global Bundle Size Decreased

Page Size (compressed)
global 204.43 KB (šŸŸ¢ -252 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!

Ten 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)
/ 37.21 KB 241.65 KB 69.04% (+/- <0.01%)
/[page] 18.79 KB 223.22 KB 63.78% (+/- <0.01%)
/favorite/bangumi 1.27 KB 205.7 KB 58.77% (+/- <0.01%)
/favorite/music 3.62 KB 208.05 KB 59.44% (+/- <0.01%)
/notes/[id] 51.36 KB 255.8 KB 73.08% (+/- <0.01%)
/notes/topics 4.7 KB 209.13 KB 59.75% (+/- <0.01%)
/notes/topics/[topicSlug] 12.49 KB 216.92 KB 61.98% (+/- <0.01%)
/posts 24.33 KB 228.76 KB 65.36% (+/- <0.01%)
/posts/[category]/[slug] 45.54 KB 249.97 KB 71.42% (+/- <0.01%)
/recently 71.72 KB 276.15 KB 78.90% (+/- <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.