-
-
Notifications
You must be signed in to change notification settings - Fork 792
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) #405
Conversation
📦 Next.js Bundle Analysis for ShiroThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
Page | Size (compressed) |
---|---|
global |
87.41 KB (🟡 +4 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!
d553d43
to
09ea4d1
Compare
📦 Next.js Bundle Analysis for ShiroThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
Page | Size (compressed) |
---|---|
global |
87.41 KB (🟡 +1 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!
09ea4d1
to
18f6f45
Compare
📦 Next.js Bundle Analysis for ShiroThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
Page | Size (compressed) |
---|---|
global |
87.41 KB (🟡 +1 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!
18f6f45
to
30138e8
Compare
📦 Next.js Bundle Analysis for ShiroThis analysis was generated by the Next.js Bundle Analysis action. 🤖 🎉 Global Bundle Size Decreased
DetailsThe 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 If you want further insight into what is behind the changes, give @next/bundle-analyzer a try! |
30138e8
to
96e8ed3
Compare
📦 Next.js Bundle Analysis for ShiroThis analysis was generated by the Next.js Bundle Analysis action. 🤖 🎉 Global Bundle Size Decreased
DetailsThe 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 If you want further insight into what is behind the changes, give @next/bundle-analyzer a try! |
This PR contains the following updates:
5.2.3
->5.2.6
2.1.10
->2.1.13
1.1.84
->1.1.85
5.51.1
->5.51.9
5.51.1
->5.51.11
5.51.1
->5.51.11
5.51.1
->5.51.11
20.14.10
->20.14.12
1.11.11
->1.11.12
2.9.0
->2.9.1
8.4.39
->8.4.40
^3.4.4
->^3.4.6
5.5.3
->5.5.4
5.3.3
->5.3.4
Release Notes
clerk/javascript (@clerk/nextjs)
v5.2.6
Compare Source
Patch Changes
045fb93cb
]:v5.2.5
Compare Source
Patch Changes
Fixes regression on
@clerk/nextjs/server
(introduced on https://github.com/clerk/javascript/pull/3758) whereserver-only
module was being resolved in runtimes withoutreact-server
available, such asgetAuth
ongetServerSideProps
. (#3761) by @LauraBeatrisReturn build-time error if
auth
andcurrentUser
server-side helpers are imported into Client Components. (#3758) by @LauraBeatrisStop throwing "Error: Clerk: auth() was called but Clerk can't detect usage of authMiddleware()." errors when no user action is needed by removing sourcemaps for all Clerk-bundled server actions. (#3773) by @nikosdouvlis
Updated dependencies [
b87f7b9e1
,b2788f67b
,86c75e50c
]:v5.2.4
Compare Source
Patch Changes
df7d856d5
]:clerk/javascript (@clerk/themes)
v2.1.13
Compare Source
Patch Changes
b2788f67b
,86c75e50c
]:v2.1.12
Compare Source
Patch Changes
df7d856d5
]:v2.1.11
Compare Source
Patch Changes
d6b5006c4
]:TanStack/query (@tanstack/query-async-storage-persister)
v5.51.9
Version 5.51.9 - 7/18/24, 7:35 AM (Manual Release)
Changes
Fix
notifyOnChangeProps
query option to returnundefined
(#7441) (0c671ee
) by @winghouchanCi
a5bfc30
) by Lachlan CollinsDocs
d02e610
) by Lachlan Collins13817e9
) by Lachlan Collins81ca333
) by @robin4a4Packages
v5.51.5
Compare Source
Version 5.51.5 - 7/17/24, 2:35 PM
Changes
Fix
a87c2fe
) by @yannickcrTest
01212de
) by Lachlan CollinsDocs
91cfc10
) by DhruvPackages
v5.51.4
Compare Source
Version 5.51.4 - 7/17/24, 11:10 AM
Changes
Fix
7edf587
) by Dominik DorfmeisterChore
95d814a
) by MinhoParkDocs
a1ce3c4
) by Ryan MillerPackages
v5.51.3
Compare Source
Version 5.51.3 - 7/16/24, 8:32 PM
Changes
Fix
InitialQueryOptions
types (#7720) (a3f5a0a
) by Andy LiChore
23b9a19
) by 김석진(poki)28af03f
) by Lachlan Collinsd10a456
) by Jonghyeon Ko4635954
) by Dominik DorfmeisterTest
38e5c4b
) by Lachlan CollinsDocs
369d826
) by Kier Borromeo79e5202
) by Alessia BellisarioPackages
iamkun/dayjs (dayjs)
v1.11.12
Compare Source
Bug Fixes
pmndrs/jotai (jotai)
v2.9.1
Compare Source
This patch version includes various fixes. Huge thanks to contributors!
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.9.0...v2.9.1
postcss/postcss (postcss)
v8.4.40
Compare Source
tailwindlabs/tailwindcss (tailwindcss)
v3.4.6
Compare Source
Fixed
Changed
:is()
wrapping rules when using an important selector (#13900)v3.4.5
Compare Source
Microsoft/TypeScript (typescript)
v5.5.4
Compare Source
vitejs/vite (vite)
v5.3.4
Compare Source
.css?url
in assets field of manifest (#17623) (1465b20), closes #17623Configuration
📅 Schedule: Branch creation - "after 9pm,before 9am" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.