Skip to content

Commit

Permalink
chore(deps): bump next-themes from 0.3.0 to 0.4.3 (#144)
Browse files Browse the repository at this point in the history
Bumps [next-themes](https://github.com/pacocoursey/next-themes) from
0.3.0 to 0.4.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pacocoursey/next-themes/releases">next-themes's
releases</a>.</em></p>
<blockquote>
<h2>v0.4.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Pass <code>nonce</code> to inline style tag when using
<code>disableTransitionOnChange</code></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pacocoursey/next-themes/compare/v0.4.2...v0.4.3">https://github.com/pacocoursey/next-themes/compare/v0.4.2...v0.4.3</a></p>
<h2>v0.4.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Re-export types from <code>next-themes</code> by <a
href="https://github.com/cschroeter"><code>@​cschroeter</code></a> in <a
href="https://redirect.github.com/pacocoursey/next-themes/pull/321">pacocoursey/next-themes#321</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/cschroeter"><code>@​cschroeter</code></a> made
their first contribution in <a
href="https://redirect.github.com/pacocoursey/next-themes/pull/321">pacocoursey/next-themes#321</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pacocoursey/next-themes/compare/v0.4.1...v0.4.2">https://github.com/pacocoursey/next-themes/compare/v0.4.1...v0.4.2</a></p>
<h2>v0.4.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: support multiple attributes in the injection script by <a
href="https://github.com/Julian24Design"><code>@​Julian24Design</code></a>
in <a
href="https://redirect.github.com/pacocoursey/next-themes/pull/310">pacocoursey/next-themes#310</a></li>
<li>docs: update docs on how to use with tailwindcss &gt;3.4.1 by <a
href="https://github.com/trm217"><code>@​trm217</code></a> in <a
href="https://redirect.github.com/pacocoursey/next-themes/pull/290">pacocoursey/next-themes#290</a></li>
<li>chore: use corepack instead of pnpm setup action in ci by <a
href="https://github.com/trm217"><code>@​trm217</code></a> in <a
href="https://redirect.github.com/pacocoursey/next-themes/pull/291">pacocoursey/next-themes#291</a></li>
<li>Add dynamic loading as a way to avoid hydration mismatch in README
by <a href="https://github.com/Judge-Paul"><code>@​Judge-Paul</code></a>
in <a
href="https://redirect.github.com/pacocoursey/next-themes/pull/249">pacocoursey/next-themes#249</a></li>
<li>Add <code>scriptProps</code> prop to prevent Cloudflare Rocket
Loader deferring script by <a
href="https://github.com/andreacassani"><code>@​andreacassani</code></a>
in <a
href="https://redirect.github.com/pacocoursey/next-themes/pull/156">pacocoursey/next-themes#156</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/Julian24Design"><code>@​Julian24Design</code></a>
made their first contribution in <a
href="https://redirect.github.com/pacocoursey/next-themes/pull/310">pacocoursey/next-themes#310</a></li>
<li><a
href="https://github.com/Judge-Paul"><code>@​Judge-Paul</code></a> made
their first contribution in <a
href="https://redirect.github.com/pacocoursey/next-themes/pull/249">pacocoursey/next-themes#249</a></li>
<li><a
href="https://github.com/andreacassani"><code>@​andreacassani</code></a>
made their first contribution in <a
href="https://redirect.github.com/pacocoursey/next-themes/pull/156">pacocoursey/next-themes#156</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pacocoursey/next-themes/compare/v0.4.0...v0.4.1">https://github.com/pacocoursey/next-themes/compare/v0.4.0...v0.4.1</a></p>
<h2>v0.4.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Improved inline script minification by <a
href="https://github.com/pacocoursey"><code>@​pacocoursey</code></a> in
<a
href="https://redirect.github.com/pacocoursey/next-themes/pull/262">pacocoursey/next-themes#262</a></li>
<li>fix: manually type ThemeProvider to fix type errors by <a
href="https://github.com/BlankParticle"><code>@​BlankParticle</code></a>
in <a
href="https://redirect.github.com/pacocoursey/next-themes/pull/263">pacocoursey/next-themes#263</a></li>
<li>mention <code>next-themes</code> is react agnostic by <a
href="https://github.com/dimaMachina"><code>@​dimaMachina</code></a> in
<a
href="https://redirect.github.com/pacocoursey/next-themes/pull/268">pacocoursey/next-themes#268</a></li>
<li>fix: make <code>children</code> optional by <a
href="https://github.com/Innei"><code>@​Innei</code></a> in <a
href="https://redirect.github.com/pacocoursey/next-themes/pull/276">pacocoursey/next-themes#276</a></li>
<li>feat: Allow Multiple Attributes by <a
href="https://github.com/trenaryja"><code>@​trenaryja</code></a> in <a
href="https://redirect.github.com/pacocoursey/next-themes/pull/275">pacocoursey/next-themes#275</a></li>
<li>fix: setTheme now works correctly when a function is passed. by <a
href="https://github.com/trm217"><code>@​trm217</code></a> in <a
href="https://redirect.github.com/pacocoursey/next-themes/pull/286">pacocoursey/next-themes#286</a></li>
<li>feat: add react v19 to peer deps by <a
href="https://github.com/Yonom"><code>@​Yonom</code></a> in <a
href="https://redirect.github.com/pacocoursey/next-themes/pull/315">pacocoursey/next-themes#315</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Hahlh"><code>@​Hahlh</code></a> made
their first contribution in <a
href="https://redirect.github.com/pacocoursey/next-themes/pull/255">pacocoursey/next-themes#255</a></li>
<li><a
href="https://github.com/Unsleeping"><code>@​Unsleeping</code></a> made
their first contribution in <a
href="https://redirect.github.com/pacocoursey/next-themes/pull/229">pacocoursey/next-themes#229</a></li>
<li><a href="https://github.com/Innei"><code>@​Innei</code></a> made
their first contribution in <a
href="https://redirect.github.com/pacocoursey/next-themes/pull/276">pacocoursey/next-themes#276</a></li>
<li><a href="https://github.com/trenaryja"><code>@​trenaryja</code></a>
made their first contribution in <a
href="https://redirect.github.com/pacocoursey/next-themes/pull/275">pacocoursey/next-themes#275</a></li>
<li><a
href="https://github.com/lloydrichards"><code>@​lloydrichards</code></a>
made their first contribution in <a
href="https://redirect.github.com/pacocoursey/next-themes/pull/256">pacocoursey/next-themes#256</a></li>
<li><a href="https://github.com/Yonom"><code>@​Yonom</code></a> made
their first contribution in <a
href="https://redirect.github.com/pacocoursey/next-themes/pull/315">pacocoursey/next-themes#315</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pacocoursey/next-themes/commit/d00d29c3886e65ce654b399d93f53b8b3b58076a"><code>d00d29c</code></a>
v0.4.3</li>
<li><a
href="https://github.com/pacocoursey/next-themes/commit/5c7289d715ea4314ff6a84343a96a722cdd8f40a"><code>5c7289d</code></a>
Bump the npm_and_yarn group across 4 directories with 1 update (<a
href="https://redirect.github.com/pacocoursey/next-themes/issues/320">#320</a>)</li>
<li><a
href="https://github.com/pacocoursey/next-themes/commit/7f6fbfd0cc5850e29322b1d12f5117e235fce421"><code>7f6fbfd</code></a>
pass nonce to inline style for disableTransitionOnChange, fixes <a
href="https://redirect.github.com/pacocoursey/next-themes/issues/303">#303</a></li>
<li><a
href="https://github.com/pacocoursey/next-themes/commit/807cfe397ecb9bd7440f84131c38dbadbb64c712"><code>807cfe3</code></a>
v0.4.2</li>
<li><a
href="https://github.com/pacocoursey/next-themes/commit/a619d35b36204727acc2c238f4c2d7362f7fae73"><code>a619d35</code></a>
v0.4.1</li>
<li><a
href="https://github.com/pacocoursey/next-themes/commit/06b6a39ceb1ac050d25bcd84e2552dd9f8c4a5a8"><code>06b6a39</code></a>
Re-export types from <code>next-themes</code> (<a
href="https://redirect.github.com/pacocoursey/next-themes/issues/321">#321</a>)</li>
<li><a
href="https://github.com/pacocoursey/next-themes/commit/2a39066ec4726f6c86f8f129bace2226e16a95f3"><code>2a39066</code></a>
Bump next from 13.5.6 to 14.2.10 in the npm_and_yarn group across 1
directory...</li>
<li><a
href="https://github.com/pacocoursey/next-themes/commit/5287ede5c1d3569a524f5d7356743892586c4718"><code>5287ede</code></a>
Prevent Cloudflare Rocket Loader deferring script (<a
href="https://redirect.github.com/pacocoursey/next-themes/issues/156">#156</a>)</li>
<li><a
href="https://github.com/pacocoursey/next-themes/commit/23c00a876fe95e8c7b86733296d2a6f86dc7725b"><code>23c00a8</code></a>
Add dynamic loading as a way to avoid hydration mismatch in README (<a
href="https://redirect.github.com/pacocoursey/next-themes/issues/249">#249</a>)</li>
<li><a
href="https://github.com/pacocoursey/next-themes/commit/b3baf27a7de67d38b3f14f8098f25a5a734d5ef2"><code>b3baf27</code></a>
chore: use corepack instead of pnpm setup action in ci (<a
href="https://redirect.github.com/pacocoursey/next-themes/issues/291">#291</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pacocoursey/next-themes/compare/v0.3.0...v0.4.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=next-themes&package-manager=npm_and_yarn&previous-version=0.3.0&new-version=0.4.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 10, 2024
1 parent 8a2edd8 commit ea044e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"next-contentlayer2": "^0.5.0",
"next-secure-headers": "^2.1.0",
"next-sitemap": "^4.0.0",
"next-themes": "^0.3.0",
"next-themes": "^0.4.3",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4611,10 +4611,10 @@ next-sitemap@^4.0.0:
fast-glob "^3.2.12"
minimist "^1.2.8"

next-themes@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/next-themes/-/next-themes-0.3.0.tgz#b4d2a866137a67d42564b07f3a3e720e2ff3871a"
integrity sha512-/QHIrsYpd6Kfk7xakK4svpDI5mmXP0gfvCoJdGpZQ2TOrQZmsW0QxjaiLn8wbIKjtm4BTSqLoix4lxYYOnLJ/w==
next-themes@^0.4.3:
version "0.4.3"
resolved "https://registry.yarnpkg.com/next-themes/-/next-themes-0.4.3.tgz#ea54552d5986936d177eed393ea50b658ae44800"
integrity sha512-nG84VPkTdUHR2YeD89YchvV4I9RbiMAql3GiLEQlPvq1ioaqPaIReK+yMRdg/zgiXws620qS1rU30TiWmmG9lA==

next@^14.0.0:
version "14.2.17"
Expand Down

0 comments on commit ea044e6

Please sign in to comment.