Skip to content

Commit

Permalink
build(deps): update dependency next-themes to ^0.3.0 (#3994)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [next-themes](https://togithub.com/pacocoursey/next-themes) |
[`^0.2.1` ->
`^0.3.0`](https://renovatebot.com/diffs/npm/next-themes/0.2.1/0.3.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/next-themes/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/next-themes/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/next-themes/0.2.1/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next-themes/0.2.1/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pacocoursey/next-themes (next-themes)</summary>

###
[`v0.3.0`](https://togithub.com/pacocoursey/next-themes/releases/tag/v0.3.0)

#### What's

- `"use client"` was added to the library output so that you can use it
as a React Client component without creating a wrapper.

#### New Contributors

- [@&#8203;MaxLeiter](https://togithub.com/MaxLeiter) made their first
contribution in
[pacocoursey/next-themes#120
- [@&#8203;gnoff](https://togithub.com/gnoff) made their first
contribution in
[pacocoursey/next-themes#135
- [@&#8203;WITS](https://togithub.com/WITS) made their first
contribution in
[pacocoursey/next-themes#168
- [@&#8203;dimaMachina](https://togithub.com/dimaMachina) made their
first contribution in
[pacocoursey/next-themes#186
- [@&#8203;amrhassab](https://togithub.com/amrhassab) made their first
contribution in
[pacocoursey/next-themes#192
- [@&#8203;BekzodIsakov](https://togithub.com/BekzodIsakov) made their
first contribution in
[pacocoursey/next-themes#241
- [@&#8203;BlankParticle](https://togithub.com/BlankParticle) made their
first contribution in
[pacocoursey/next-themes#253

**Full Changelog**:
pacocoursey/next-themes@v0.2.0...v0.3.0

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/inabagumi/shinju-date).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzguMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 13, 2024
1 parent d6dc716 commit 1f6dadb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"lodash.chunk": "^4.2.0",
"lodash.groupby": "^4.6.0",
"next": "^14.1.3",
"next-themes": "^0.2.1",
"next-themes": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
Expand Down
14 changes: 6 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1f6dadb

Please sign in to comment.