Skip to content

Commit

Permalink
fix(ui): update dependency cookies-next to v4 (#760)
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 |
|---|---|---|---|---|---|
| [cookies-next](https://togithub.com/andreizanik/cookies-next) | [`3.0.0` -> `4.0.0`](https://renovatebot.com/diffs/npm/cookies-next/3.0.0/4.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/cookies-next/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cookies-next/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cookies-next/3.0.0/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cookies-next/3.0.0/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>andreizanik/cookies-next (cookies-next)</summary>

### [`v4.0.0`](https://togithub.com/andreizanik/cookies-next/releases/tag/v4.0.0)

[Compare Source](https://togithub.com/andreizanik/cookies-next/compare/v3.0.0...v4.0.0)

#### What's Changed

-   Add Prettier config by [@&#8203;greg2012201](https://togithub.com/greg2012201) in [https://github.com/andreizanik/cookies-next/pull/48](https://togithub.com/andreizanik/cookies-next/pull/48)
-   Middleware support by [@&#8203;greg2012201](https://togithub.com/greg2012201) in [https://github.com/andreizanik/cookies-next/pull/51](https://togithub.com/andreizanik/cookies-next/pull/51)

**Full Changelog**: andreizanik/cookies-next@v3.0.0...v4.0.0

</details>

---

### 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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] 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/weareinreach/InReach).



PR-URL: #760
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 11, 2023
1 parent 91fb708 commit 2aa559c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@weareinreach/env": "workspace:*",
"@weareinreach/ui": "workspace:*",
"@weareinreach/util": "workspace:*",
"cookies-next": "3.0.0",
"cookies-next": "4.0.0",
"core-js": "3.32.2",
"dayjs": "1.11.9",
"embla-carousel-autoplay": "7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"ahooks": "3.7.8",
"ajv": "8.12.0",
"alex": "11.0.1",
"cookies-next": "3.0.0",
"cookies-next": "4.0.0",
"geolib": "3.3.4",
"json-schema-to-zod": "1.1.1",
"just-compact": "3.2.0",
Expand Down
12 changes: 6 additions & 6 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 2aa559c

Please sign in to comment.