chore(deps): bump ky from 1.14.3 to 2.0.2 in /packages/client - #216
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump ky from 1.14.3 to 2.0.2 in /packages/client#216dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 6affa5e. Configure here.
| "it-merge": "^3.0.14", | ||
| "it-pushable": "^3.2.3", | ||
| "ky": "^1.14.3", | ||
| "ky": "^2.0.2", |
There was a problem hiding this comment.
ky v2 breaks prefixUrl usage
High Severity
Bumping ky to v2 renames prefixUrl to prefix, but ServiceClient still creates its instance with prefixUrl. After the upgrade that option is ignored, so every service-scoped request loses its configured root URL and is sent to the wrong place.
Reviewed by Cursor Bugbot for commit 6affa5e. Configure here.
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/packages/client/ky-2.0.2
branch
3 times, most recently
from
July 24, 2026 10:00
cb06820 to
48e2dbb
Compare
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/packages/client/ky-2.0.2
branch
3 times, most recently
from
July 31, 2026 10:14
54853e6 to
566e2d6
Compare
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/packages/client/ky-2.0.2
branch
2 times, most recently
from
August 6, 2026 11:01
d1067ff to
d903d82
Compare
Bumps [ky](https://github.com/sindresorhus/ky) from 1.14.3 to 2.0.2. - [Release notes](https://github.com/sindresorhus/ky/releases) - [Commits](sindresorhus/ky@v1.14.3...v2.0.2) --- updated-dependencies: - dependency-name: ky dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/packages/client/ky-2.0.2
branch
from
August 7, 2026 14:02
d903d82 to
f593c91
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Bumps ky from 1.14.3 to 2.0.2.
Release notes
Sourced from ky's releases.
... (truncated)
Commits
0a24c442.0.2add0703Fix init hook URLSearchParams deletions8f28eacTweaks346f898Fix tuplesearchParamsmutations leaking across init-hook requests (#861)e9eeb352.0.12971991Improve compatibility with customfetchimplementations (#858)4ba8c15Fix flaky test2df9b7eFix hook state leaks and fetch option forwarding7f2eadeReadme tweaks7d23d682.0.0Note
Medium Risk
Major-version upgrade of the shared HTTP transport with known breaking API changes, while call sites are unchanged in this diff—runtime or compile failures are possible until ky usage is aligned with v2.
Overview
Bumps the
kyHTTP client dependency in@polymarket/clientfrom^1.14.3to^2.0.2(major release). The diff is limited topackages/client/package.json; no application code is updated in this PR.Ky 2.x includes breaking API changes (e.g.
prefixUrlrenamed toprefix, hook signature changes, stricter.json()behavior on empty/204responses). The client still configures ky viaprefixUrlinServiceClient, so reviewers should confirm typecheck/tests pass and whether a follow-up migration is required.Reviewed by Cursor Bugbot for commit f593c91. Bugbot is set up for automated code reviews on this repo. Configure here.