Innei / Shiro

📜 A minimalist personal website embodying the purity of paper and freshness of snow.
https://innei.in
Other
3.47k stars 757 forks source link

chore(deps): update all non-major dependencies (patch) #462

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/react (source) ^18.3.9 -> ^18.3.10 age adoption passing confidence
@types/react (source) 18.3.9 -> 18.3.10 age adoption passing confidence
@upstash/redis 1.34.0 -> 1.34.1 age adoption passing confidence
@vitejs/plugin-react (source) ^4.3.1 -> ^4.3.2 age adoption passing confidence
eslint-config-hyoban 3.1.6 -> 3.1.8 age adoption passing confidence
next-auth (source) 4.24.7 -> 4.24.8 age adoption passing confidence
vite (source) 5.4.7 -> 5.4.8 age adoption passing confidence

Release Notes

upstash/upstash-redis (@​upstash/redis) ### [`v1.34.1`](https://redirect.github.com/upstash/redis-js/releases/tag/v1.34.1) [Compare Source](https://redirect.github.com/upstash/upstash-redis/compare/v1.34.0...v1.34.1) #### What's Changed - Revisit SDK Examples by [@​yunusemreozdemir](https://redirect.github.com/yunusemreozdemir) in [https://github.com/upstash/redis-js/pull/1196](https://redirect.github.com/upstash/redis-js/pull/1196) - Fix TS5084 Error in Bitfield SubCommandArgs by [@​CahidArda](https://redirect.github.com/CahidArda) in [https://github.com/upstash/redis-js/pull/1235](https://redirect.github.com/upstash/redis-js/pull/1235) - Change signature of SADD by [@​ytkimirti](https://redirect.github.com/ytkimirti) in [https://github.com/upstash/redis-js/pull/1250](https://redirect.github.com/upstash/redis-js/pull/1250) - Redis Eslint Update by [@​fahreddinozcan](https://redirect.github.com/fahreddinozcan) in [https://github.com/upstash/redis-js/pull/1278](https://redirect.github.com/upstash/redis-js/pull/1278) - Add sync token set/get methods by [@​CahidArda](https://redirect.github.com/CahidArda) in [https://github.com/upstash/redis-js/pull/1299](https://redirect.github.com/upstash/redis-js/pull/1299) #### New Contributors - [@​yunusemreozdemir](https://redirect.github.com/yunusemreozdemir) made their first contribution in [https://github.com/upstash/redis-js/pull/1196](https://redirect.github.com/upstash/redis-js/pull/1196) **Full Changelog**: https://github.com/upstash/redis-js/compare/v1.34.0...v1.34.1
vitejs/vite-plugin-react (@​vitejs/plugin-react) ### [`v4.3.2`](https://redirect.github.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#432-2024-09-29) [Compare Source](https://redirect.github.com/vitejs/vite-plugin-react/compare/v4.3.1...v4.3.2) Ignore directive sourcemap error [#​369](https://redirect.github.com/vitejs/vite-plugin-react/issues/369)
hyoban/eslint-config-hyoban (eslint-config-hyoban) ### [`v3.1.8`](https://redirect.github.com/hyoban/eslint-config-hyoban/releases/tag/v3.1.8) [Compare Source](https://redirect.github.com/hyoban/eslint-config-hyoban/compare/v3.1.7...v3.1.8) #####    🐞 Bug Fixes - Correct rule place  -  by [@​hyoban](https://redirect.github.com/hyoban) [(32ee1)](https://redirect.github.com/hyoban/eslint-config-hyoban/commit/32ee112) #####     [View changes on GitHub](https://redirect.github.com/hyoban/eslint-config-hyoban/compare/v3.1.7...v3.1.8) ### [`v3.1.7`](https://redirect.github.com/hyoban/eslint-config-hyoban/releases/tag/v3.1.7) [Compare Source](https://redirect.github.com/hyoban/eslint-config-hyoban/compare/v3.1.6...v3.1.7) #####    🐞 Bug Fixes - Update deps  -  by [@​hyoban](https://redirect.github.com/hyoban) [(d50c7)](https://redirect.github.com/hyoban/eslint-config-hyoban/commit/d50c7a2) - Remove [@​types/eslint](https://redirect.github.com/types/eslint)  -  by [@​hyoban](https://redirect.github.com/hyoban) [(5e698)](https://redirect.github.com/hyoban/eslint-config-hyoban/commit/5e69809) - Set [@​typescript-eslint/no-deprecated](https://redirect.github.com/typescript-eslint/no-deprecated) as warn  -  by [@​hyoban](https://redirect.github.com/hyoban) [(b2e76)](https://redirect.github.com/hyoban/eslint-config-hyoban/commit/b2e7651) #####     [View changes on GitHub](https://redirect.github.com/hyoban/eslint-config-hyoban/compare/v3.1.6...v3.1.7)
nextauthjs/next-auth (next-auth) ### [`v4.24.8`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/next-auth%404.24.8) [Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/next-auth@4.24.7...next-auth@4.24.8) #### What's Changed - allow optional identifier param - optionally check `identifier` - tweak email flow, change homepage - fix: typo in Naver Provider options url by [@​no-pla](https://redirect.github.com/no-pla) in [https://github.com/nextauthjs/next-auth/pull/10483](https://redirect.github.com/nextauthjs/next-auth/pull/10483) - fix(providers): Update Foursquare profile callback + API version by [@​MatyiFKBT](https://redirect.github.com/MatyiFKBT) in [https://github.com/nextauthjs/next-auth/pull/11348](https://redirect.github.com/nextauthjs/next-auth/pull/11348) - fix(ts): add compat types for `@auth/*-adapters` for v4 by [@​balazsorban44](https://redirect.github.com/balazsorban44) in [https://github.com/nextauthjs/next-auth/pull/11562](https://redirect.github.com/nextauthjs/next-auth/pull/11562) - fix:Matcher wildcard docs-Update securing-pages-and-api-routes.md by [@​yaodada123](https://redirect.github.com/yaodada123) in [https://github.com/nextauthjs/next-auth/pull/11599](https://redirect.github.com/nextauthjs/next-auth/pull/11599) - Update linkedin.ts to support new scopes by [@​PragyanSubedi](https://redirect.github.com/PragyanSubedi) in [https://github.com/nextauthjs/next-auth/pull/11805](https://redirect.github.com/nextauthjs/next-auth/pull/11805) - fix: updated email for auth user in github endpoint by [@​A91y](https://redirect.github.com/A91y) in [https://github.com/nextauthjs/next-auth/pull/11896](https://redirect.github.com/nextauthjs/next-auth/pull/11896) #### New Contributors - [@​martinkariuki7](https://redirect.github.com/martinkariuki7) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/10329](https://redirect.github.com/nextauthjs/next-auth/pull/10329) - [@​no-pla](https://redirect.github.com/no-pla) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/10483](https://redirect.github.com/nextauthjs/next-auth/pull/10483) - [@​azadious](https://redirect.github.com/azadious) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/10603](https://redirect.github.com/nextauthjs/next-auth/pull/10603) - [@​mbrookson](https://redirect.github.com/mbrookson) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/10916](https://redirect.github.com/nextauthjs/next-auth/pull/10916) - [@​craftycodie](https://redirect.github.com/craftycodie) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/10921](https://redirect.github.com/nextauthjs/next-auth/pull/10921) - [@​erik-gullberg-devoteam](https://redirect.github.com/erik-gullberg-devoteam) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/11323](https://redirect.github.com/nextauthjs/next-auth/pull/11323) - [@​yaodada123](https://redirect.github.com/yaodada123) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/11599](https://redirect.github.com/nextauthjs/next-auth/pull/11599) - [@​PragyanSubedi](https://redirect.github.com/PragyanSubedi) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/11805](https://redirect.github.com/nextauthjs/next-auth/pull/11805) - [@​leorente](https://redirect.github.com/leorente) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/11855](https://redirect.github.com/nextauthjs/next-auth/pull/11855) - [@​A91y](https://redirect.github.com/A91y) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/11896](https://redirect.github.com/nextauthjs/next-auth/pull/11896) **Full Changelog**: https://github.com/nextauthjs/next-auth/compare/next-auth@4.24.7...next-auth@4.24.8
vitejs/vite (vite) ### [`v5.4.8`](https://redirect.github.com/vitejs/vite/releases/tag/v5.4.8) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v5.4.7...v5.4.8) Please refer to [CHANGELOG.md](https://redirect.github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md) for details.

Configuration

📅 Schedule: Branch creation - "after 9pm,before 9am" in timezone Asia/Shanghai, 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 was generated by Mend Renovate. View the repository job log.

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
shiro ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 1, 2024 0:08am
github-actions[bot] commented 1 month ago

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 87.06 KB (🟡 +2 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!

github-actions[bot] commented 1 month ago

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

github-actions[bot] commented 1 month ago

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 87.08 KB (🟡 +5 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!

github-actions[bot] commented 1 month ago

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 87.07 KB (🟡 +2 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!