Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(db): update dependency @vercel/kv to v2 (#1276)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [@vercel/kv](https://vercel.com) ([source](https://togithub.com/vercel/storage/tree/HEAD/packages/kv)) | dependencies | major | [`1.0.1` -> `2.0.0`](https://renovatebot.com/diffs/npm/@vercel%2fkv/1.0.1/2.0.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/vercel/storage/badge)](https://securityscorecards.dev/viewer/?uri=github.com/vercel/storage) | --- ### Release Notes <details> <summary>vercel/storage (@​vercel/kv)</summary> ### [`v2.0.0`](https://togithub.com/vercel/storage/blob/HEAD/packages/kv/CHANGELOG.md#200) [Compare Source](https://togithub.com/vercel/storage/compare/@vercel/kv@1.0.1...@vercel/kv@2.0.0) ##### Major Changes - [`d02e08a`](https://togithub.com/vercel/storage/commit/d02e08a): Enable auto pipelining by default. We're making this a major release for safety, but we believe most applications can upgrade from 1.x to 2.x without any changes. Auto pipelining should work by default and improve performance. *BREAKING* CHANGE: Auto pipelining is on by default now. See https://upstash.com/docs/oss/sdks/ts/redis/pipelining/auto-pipeline. This brings performance benefits to any code making multiple redis commands simultaneously. If you detect bugs because of this, please open them at https://github.com/vercel/storage/issues. You can disable this new behavior with: ```js import { createClient } from '@​vercel/kv'; const kv = createClient({ url: .., token: .., enableAutoPipelining: false }); ``` </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. --- - [ ] <!-- 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/weareinreach/InReach). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbImF1dG9tZXJnZSIsImRlcGVuZGVuY2llcyIsImtvZGlhazogbWVyZ2UubWV0aG9kID0gJ3NxdWFzaCciXX0=--> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Joe Karow <58997957+JoeKarow@users.noreply.github.com>
- Loading branch information