-
-
Notifications
You must be signed in to change notification settings - Fork 57
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(deps): update all non-major dependencies (patch) - autoclosed #1695
Conversation
9f53119
to
ef7b64e
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
📦 Next.js Bundle Analysis for mx-kamiThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
Page | Size (compressed) |
---|---|
global |
189.59 KB (🟡 +301 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!
Nineteen 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 ) |
---|---|---|---|
/ |
49.34 KB |
238.93 KB | 68.27% (🟢 -0.02%) |
/[page] |
52.18 KB |
241.77 KB | 69.08% (🟢 -0.02%) |
/_error |
5.89 KB |
195.49 KB | 55.85% (+/- <0.01%) |
/categories/[slug] |
6.53 KB |
196.12 KB | 56.03% (+/- <0.01%) |
/favorite/bangumi |
7.97 KB |
197.56 KB | 56.45% (+/- <0.01%) |
/favorite/music |
5.39 KB |
194.98 KB | 55.71% (+/- <0.01%) |
/friends |
57.3 KB |
246.89 KB | 70.54% (🟢 -0.02%) |
/login |
5.29 KB |
194.88 KB | 55.68% (+/- <0.01%) |
/notes |
355 B |
189.94 KB | 54.27% (+/- <0.01%) |
/notes/[id] |
74.84 KB |
264.43 KB | 75.55% (🟢 -0.02%) |
/notes/topics |
4.48 KB |
194.07 KB | 55.45% (+/- <0.01%) |
/notes/topics/[topicSlug] |
14.13 KB |
203.72 KB | 58.21% (🟢 -0.01%) |
/posts |
25.99 KB |
215.58 KB | 61.59% (+/- <0.01%) |
/posts/[category]/[slug] |
79.04 KB |
268.63 KB | 76.75% (🟢 -0.02%) |
/preview |
55.94 KB |
245.54 KB | 70.15% (🟢 -0.01%) |
/projects |
16.36 KB |
205.95 KB | 58.84% (+/- <0.01%) |
/projects/[id] |
51.33 KB |
240.92 KB | 68.84% (🟢 -0.02%) |
/recently |
101.07 KB |
290.66 KB | 83.05% (🟢 -0.02%) |
/timeline |
16.98 KB |
206.57 KB | 59.02% (+/- <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.
ef7b64e
to
223007c
Compare
223007c
to
98cfbdf
Compare
98cfbdf
to
ffdc86b
Compare
ffdc86b
to
67c8c2a
Compare
67c8c2a
to
cec263f
Compare
cec263f
to
f61019b
Compare
f61019b
to
3fcef3c
Compare
3fcef3c
to
3566b6b
Compare
3566b6b
to
6b6e046
Compare
6b6e046
to
0ad980a
Compare
0ad980a
to
106c33a
Compare
106c33a
to
a5ac78b
Compare
3eb2e84
to
3616317
Compare
3616317
to
3444966
Compare
3444966
to
a8bec35
Compare
a8bec35
to
e145b55
Compare
e145b55
to
e8023b1
Compare
e8023b1
to
956aec2
Compare
956aec2
to
bf1cf1d
Compare
bf1cf1d
to
5f922ed
Compare
5f922ed
to
71b5d90
Compare
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
71b5d90
to
67cc625
Compare
67cc625
to
e51bf9d
Compare
Pull request was closed
This PR contains the following updates:
2.0.1
->2.0.2
1.0.0-beta.6
->1.0.0-pre-alpha.3
13.5.2
->13.5.3
2.7.0
->2.7.1
3.0.3
->3.0.4
4.17.8
->4.17.9
17.0.61
->17.0.66
3.0.6
->3.0.7
18.2.4
->18.2.8
0.7.36
->0.7.37
13.11.1
->13.11.2
1.5.0
->1.5.1
1.11.9
->1.11.10
13.5.2
->13.5.3
8.4.28
->8.4.30
9.1.1
->9.1.4
3.0.2
->3.0.3
5.0.1
->5.0.5
2.2.1
->2.2.4
Release Notes
floating-ui/floating-ui (@floating-ui/react-dom)
v2.0.2
Compare Source
Bug Fixes
dom
instead ofcore
(#2513)formkit/auto-animate (@formkit/auto-animate)
v1.0.0-pre-alpha.3
Compare Source
vercel/next.js (@next/bundle-analyzer)
v13.5.3
Compare Source
getsentry/sentry-javascript-bundler-plugins (@sentry/webpack-plugin)
v2.7.1
Compare Source
default
fallback to webpack import (#395)rewriteSourcesHook
(#390)Work in this release contributed by @adonskoy. Thank you for your contribution!
axios/axios (axios)
v1.5.1
Compare Source
Bug Fixes
Content-Type
header for FormData in non-browser environments; (#5917) (bc9af51)content-encoding
header to handle case-insensitive values (#5890) (#5892) (4c89f25)Contributors to this release
iamkun/dayjs (dayjs)
v1.11.10
Compare Source
Bug Fixes
ar
locale (#2418) (361be5c)vercel/next.js (next)
v13.5.3
Compare Source
postcss/postcss (postcss)
v8.4.30
Compare Source
v8.4.29
Compare Source
Node#source.offset
(by Ido Rosenthal).csstools/postcss-plugins (postcss-preset-env)
v9.1.4
Compare Source
September 18, 2023
@csstools/postcss-is-pseudo-class
to4.0.2
(patch)@csstools/postcss-logical-viewport-units
to2.0.2
(patch)@csstools/postcss-normalize-display-values
to3.0.1
(patch)@csstools/postcss-progressive-custom-properties
to3.0.1
(patch)@csstools/postcss-text-decoration-shorthand
to3.0.3
(patch)postcss-color-rebeccapurple
to9.0.1
(patch)postcss-custom-properties
to13.3.1
(patch)postcss-image-set-function
to6.0.1
(patch)@csstools/postcss-color-function
to3.0.4
(patch)@csstools/postcss-color-mix-function
to2.0.4
(patch)@csstools/postcss-gradients-interpolation-method
to4.0.4
(patch)@csstools/postcss-ic-unit
to3.0.1
(patch)@csstools/postcss-oklab-function
to3.0.4
(patch)@csstools/postcss-relative-color-syntax
to2.0.4
(patch)postcss-color-functional-notation
to6.0.1
(patch)postcss-double-position-gradients
to5.0.1
(patch)postcss-lab-function
to6.0.4
(patch)postcss-custom-media
to10.0.1
(patch)postcss-custom-selectors
to7.1.5
(patch)v9.1.3
Compare Source
September 2, 2023
@csstools/postcss-is-pseudo-class
to4.0.1
(patch)@csstools/postcss-text-decoration-shorthand
to3.0.2
(patch)@csstools/postcss-color-function
to3.0.3
(patch)@csstools/postcss-color-mix-function
to2.0.3
(patch)@csstools/postcss-gradients-interpolation-method
to4.0.3
(patch)@csstools/postcss-hwb-function
to3.0.3
(patch)@csstools/postcss-oklab-function
to3.0.3
(patch)@csstools/postcss-relative-color-syntax
to2.0.3
(patch)postcss-lab-function
to6.0.3
(patch)v9.1.2
Compare Source
August 28, 2023
cssdb
to7.7.1
(patch)@csstools/postcss-text-decoration-shorthand
to3.0.1
(patch)@csstools/postcss-color-function
to3.0.2
(patch)@csstools/postcss-color-mix-function
to2.0.2
(patch)@csstools/postcss-gradients-interpolation-method
to4.0.2
(patch)@csstools/postcss-hwb-function
to3.0.2
(patch)@csstools/postcss-oklab-function
to3.0.2
(patch)@csstools/postcss-relative-color-syntax
to2.0.2
(patch)postcss-lab-function
to6.0.2
(patch)prettier/prettier (prettier)
v3.0.3
Compare Source
diff
Add
preferUnplugged: true
topackage.json
(#15169 by @fisker and @so1ve)Prettier v3 uses dynamic imports, user will need to unplug Prettier when Yarn's PnP mode is enabled, add
preferUnplugged: true
topackage.json
, so Yarn will install Prettier as unplug by default.Support shared config that forbids
require()
(#15233 by @fisker)If an external shared config package is used, and the package
exports
don't haverequire
ordefault
export.In Prettier 3.0.2 Prettier fails when attempt to
require()
the package, and throws an error.Allow argument of
require()
to break (#15256 by @fisker)Do not print trailing commas in arrow function type parameter lists in
ts
code blocks (#15286 by @sosukesuzuki)Support TypeScript 5.2
using
/await using
declaration (#15321 by @sosukesuzuki)Support for the upcoming Explicit Resource Management feature in ECMAScript.
using
/await using
declarationisaacs/rimraf (rimraf)
v5.0.5
Compare Source
v5.0.4
Compare Source
v5.0.3
Compare Source
v5.0.2
Compare Source
vercel/swr (swr)
v2.2.4
Compare Source
Patches
index.js
suffix ofuse-sync-external-store/shim
to support React Native" by @huozhi in https://github.com/vercel/swr/pull/2802Full Changelog: vercel/swr@v2.2.3...v2.2.4
v2.2.3
Compare Source
v2.2.2
Compare Source
What's Changed
ArgumentsTuple
by @Andarist in https://github.com/vercel/swr/pull/2761New Contributors
Full Changelog: vercel/swr@v2.2.1...v2.2.2
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.
👻 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.