You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Requirements**
- [ ] I have added test coverage for new or changed functionality
- [ ] I have followed the repository's [pull request submission
guidelines](../blob/main/CONTRIBUTING.md#submitting-pull-requests)
- [ ] I have validated my changes against all supported platform
versions
**Related issues**
https://launchdarkly.slack.com/archives/C0A8848NH40/p1785352354944209?thread_ts=1785142569.399029&cid=C0A8848NH40
**Describe the solution you've provided**
Vercel said this is the likely cause to the issues I saw in the slack
thread linked above. tl;dr one flow of the marketplace integration is
blocked because our sdk is on an older version that their new sdk
updates don't support.
**Describe alternatives you've considered**
I could downgrade Vercel's templates, but i figured this would be an
easy change for us. And its probably better to be on the latest anyways.
**Additional context**
Add any other context about the pull request here.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Dependency-only bump with no logic changes; main risk is minor
breakage if edge-config 1.5.x changes APIs used by the SDK (mitigated by
existing tests).
>
> **Overview**
> Bumps **`@vercel/edge-config`** from **`^1.1.0`** to **`^1.5.0`** on
`@launchdarkly/vercel-server-sdk` and the Vercel-related example apps
(complete, route-handler, react vercel-edge).
>
> There are **no application or SDK source changes**—only dependency
version updates in `package.json` files. This aligns the SDK with
Vercel’s current Edge Config client so marketplace / integration flows
that expect the newer package aren’t blocked by an outdated transitive
dependency.
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
430b271. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Co-authored-by: joker23 <2494686+joker23@users.noreply.github.com>
0 commit comments