Skip to content

Commit

Permalink
fix(deps): update dependency @unleash/nextjs to v1.4.0 (#63)
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 |
|---|---|---|---|---|---|
| [@unleash/nextjs](https://togithub.com/Unleash/unleash-client-nextjs)
| [`1.3.0` ->
`1.4.0`](https://renovatebot.com/diffs/npm/@unleash%2fnextjs/1.3.0/1.4.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@unleash%2fnextjs/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@unleash%2fnextjs/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@unleash%2fnextjs/1.3.0/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@unleash%2fnextjs/1.3.0/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>Unleash/unleash-client-nextjs
(@&#8203;unleash/nextjs)</summary>

###
[`v1.4.0`](https://togithub.com/Unleash/unleash-client-nextjs/releases/tag/v1.4.0)

[Compare
Source](https://togithub.com/Unleash/unleash-client-nextjs/compare/v1.3.0...v1.4.0)

#### What's Changed

- feat: add feature_enabled to variant response by
[@&#8203;nunogois](https://togithub.com/nunogois) in
[https://github.com/Unleash/unleash-client-nextjs/pull/58](https://togithub.com/Unleash/unleash-client-nextjs/pull/58)
- Update README.md by [@&#8203;tepose](https://togithub.com/tepose) in
[https://github.com/Unleash/unleash-client-nextjs/pull/60](https://togithub.com/Unleash/unleash-client-nextjs/pull/60)
- chore: upgrade node client by
[@&#8203;kwasniew](https://togithub.com/kwasniew) in
[https://github.com/Unleash/unleash-client-nextjs/pull/61](https://togithub.com/Unleash/unleash-client-nextjs/pull/61)
- fix: breaking yarn change for pnpm coop by
[@&#8203;kwasniew](https://togithub.com/kwasniew) in
[https://github.com/Unleash/unleash-client-nextjs/pull/62](https://togithub.com/Unleash/unleash-client-nextjs/pull/62)
- chore: remove package manager from package json by
[@&#8203;kwasniew](https://togithub.com/kwasniew) in
[https://github.com/Unleash/unleash-client-nextjs/pull/63](https://togithub.com/Unleash/unleash-client-nextjs/pull/63)
- fix: Upgrade vulnerable IP package by
[@&#8203;danilofuchs](https://togithub.com/danilofuchs) in
[https://github.com/Unleash/unleash-client-nextjs/pull/65](https://togithub.com/Unleash/unleash-client-nextjs/pull/65)

#### New Contributors

- [@&#8203;nunogois](https://togithub.com/nunogois) made their first
contribution in
[https://github.com/Unleash/unleash-client-nextjs/pull/58](https://togithub.com/Unleash/unleash-client-nextjs/pull/58)
- [@&#8203;tepose](https://togithub.com/tepose) made their first
contribution in
[https://github.com/Unleash/unleash-client-nextjs/pull/60](https://togithub.com/Unleash/unleash-client-nextjs/pull/60)
- [@&#8203;kwasniew](https://togithub.com/kwasniew) made their first
contribution in
[https://github.com/Unleash/unleash-client-nextjs/pull/61](https://togithub.com/Unleash/unleash-client-nextjs/pull/61)
- [@&#8203;danilofuchs](https://togithub.com/danilofuchs) made their
first contribution in
[https://github.com/Unleash/unleash-client-nextjs/pull/65](https://togithub.com/Unleash/unleash-client-nextjs/pull/65)

**Full Changelog**:
Unleash/unleash-client-nextjs@v1.3.0...v1.4.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/simonknittel/simonknittel.de).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMi4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 29, 2024
1 parent dc4478d commit 9c38f21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified app/bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@t3-oss/env-nextjs": "0.9.2",
"@unleash/nextjs": "1.3.0",
"@unleash/nextjs": "1.4.0",
"@vercel/analytics": "1.2.2",
"clsx": "2.1.0",
"next": "14.1.0",
Expand Down

0 comments on commit 9c38f21

Please sign in to comment.