harrytang / web

Harry Tang's official website
0 stars 0 forks source link

fix(deps): update dependency next-themes to v0.4.3 #150

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
next-themes 0.3.0 -> 0.4.3 age adoption passing confidence

Release Notes

pacocoursey/next-themes (next-themes) ### [`v0.4.3`](https://redirect.github.com/pacocoursey/next-themes/releases/tag/v0.4.3) [Compare Source](https://redirect.github.com/pacocoursey/next-themes/compare/v0.4.2...v0.4.3) #### What's Changed - Pass `nonce` to inline style tag when using `disableTransitionOnChange` **Full Changelog**: https://github.com/pacocoursey/next-themes/compare/v0.4.2...v0.4.3 ### [`v0.4.2`](https://redirect.github.com/pacocoursey/next-themes/releases/tag/v0.4.2) [Compare Source](https://redirect.github.com/pacocoursey/next-themes/compare/v0.4.1...v0.4.2) #### What's Changed - Re-export types from `next-themes` by [@​cschroeter](https://redirect.github.com/cschroeter) in [https://github.com/pacocoursey/next-themes/pull/321](https://redirect.github.com/pacocoursey/next-themes/pull/321) #### New Contributors - [@​cschroeter](https://redirect.github.com/cschroeter) made their first contribution in [https://github.com/pacocoursey/next-themes/pull/321](https://redirect.github.com/pacocoursey/next-themes/pull/321) **Full Changelog**: https://github.com/pacocoursey/next-themes/compare/v0.4.1...v0.4.2 ### [`v0.4.1`](https://redirect.github.com/pacocoursey/next-themes/releases/tag/v0.4.1) [Compare Source](https://redirect.github.com/pacocoursey/next-themes/compare/v0.4.0...v0.4.1) #### What's Changed - fix: support multiple attributes in the injection script by [@​Julian24Design](https://redirect.github.com/Julian24Design) in [https://github.com/pacocoursey/next-themes/pull/310](https://redirect.github.com/pacocoursey/next-themes/pull/310) - docs: update docs on how to use with tailwindcss >3.4.1 by [@​trm217](https://redirect.github.com/trm217) in [https://github.com/pacocoursey/next-themes/pull/290](https://redirect.github.com/pacocoursey/next-themes/pull/290) - chore: use corepack instead of pnpm setup action in ci by [@​trm217](https://redirect.github.com/trm217) in [https://github.com/pacocoursey/next-themes/pull/291](https://redirect.github.com/pacocoursey/next-themes/pull/291) - Add dynamic loading as a way to avoid hydration mismatch in README by [@​Judge-Paul](https://redirect.github.com/Judge-Paul) in [https://github.com/pacocoursey/next-themes/pull/249](https://redirect.github.com/pacocoursey/next-themes/pull/249) - Add `scriptProps` prop to prevent Cloudflare Rocket Loader deferring script by [@​andreacassani](https://redirect.github.com/andreacassani) in [https://github.com/pacocoursey/next-themes/pull/156](https://redirect.github.com/pacocoursey/next-themes/pull/156) #### New Contributors - [@​Julian24Design](https://redirect.github.com/Julian24Design) made their first contribution in [https://github.com/pacocoursey/next-themes/pull/310](https://redirect.github.com/pacocoursey/next-themes/pull/310) - [@​Judge-Paul](https://redirect.github.com/Judge-Paul) made their first contribution in [https://github.com/pacocoursey/next-themes/pull/249](https://redirect.github.com/pacocoursey/next-themes/pull/249) - [@​andreacassani](https://redirect.github.com/andreacassani) made their first contribution in [https://github.com/pacocoursey/next-themes/pull/156](https://redirect.github.com/pacocoursey/next-themes/pull/156) **Full Changelog**: https://github.com/pacocoursey/next-themes/compare/v0.4.0...v0.4.1 ### [`v0.4.0`](https://redirect.github.com/pacocoursey/next-themes/releases/tag/v0.4.0) [Compare Source](https://redirect.github.com/pacocoursey/next-themes/compare/v0.3.0...v0.4.0) #### What's Changed - Improved inline script minification by [@​pacocoursey](https://redirect.github.com/pacocoursey) in [https://github.com/pacocoursey/next-themes/pull/262](https://redirect.github.com/pacocoursey/next-themes/pull/262) - fix: manually type ThemeProvider to fix type errors by [@​BlankParticle](https://redirect.github.com/BlankParticle) in [https://github.com/pacocoursey/next-themes/pull/263](https://redirect.github.com/pacocoursey/next-themes/pull/263) - mention `next-themes` is react agnostic by [@​dimaMachina](https://redirect.github.com/dimaMachina) in [https://github.com/pacocoursey/next-themes/pull/268](https://redirect.github.com/pacocoursey/next-themes/pull/268) - fix: make `children` optional by [@​Innei](https://redirect.github.com/Innei) in [https://github.com/pacocoursey/next-themes/pull/276](https://redirect.github.com/pacocoursey/next-themes/pull/276) - feat: Allow Multiple Attributes by [@​trenaryja](https://redirect.github.com/trenaryja) in [https://github.com/pacocoursey/next-themes/pull/275](https://redirect.github.com/pacocoursey/next-themes/pull/275) - fix: setTheme now works correctly when a function is passed. by [@​trm217](https://redirect.github.com/trm217) in [https://github.com/pacocoursey/next-themes/pull/286](https://redirect.github.com/pacocoursey/next-themes/pull/286) - feat: add react v19 to peer deps by [@​Yonom](https://redirect.github.com/Yonom) in [https://github.com/pacocoursey/next-themes/pull/315](https://redirect.github.com/pacocoursey/next-themes/pull/315) #### New Contributors - [@​Hahlh](https://redirect.github.com/Hahlh) made their first contribution in [https://github.com/pacocoursey/next-themes/pull/255](https://redirect.github.com/pacocoursey/next-themes/pull/255) - [@​Unsleeping](https://redirect.github.com/Unsleeping) made their first contribution in [https://github.com/pacocoursey/next-themes/pull/229](https://redirect.github.com/pacocoursey/next-themes/pull/229) - [@​Innei](https://redirect.github.com/Innei) made their first contribution in [https://github.com/pacocoursey/next-themes/pull/276](https://redirect.github.com/pacocoursey/next-themes/pull/276) - [@​trenaryja](https://redirect.github.com/trenaryja) made their first contribution in [https://github.com/pacocoursey/next-themes/pull/275](https://redirect.github.com/pacocoursey/next-themes/pull/275) - [@​lloydrichards](https://redirect.github.com/lloydrichards) made their first contribution in [https://github.com/pacocoursey/next-themes/pull/256](https://redirect.github.com/pacocoursey/next-themes/pull/256) - [@​Yonom](https://redirect.github.com/Yonom) made their first contribution in [https://github.com/pacocoursey/next-themes/pull/315](https://redirect.github.com/pacocoursey/next-themes/pull/315) **Full Changelog**: https://github.com/pacocoursey/next-themes/compare/v0.3.0...v0.4.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.