chore(deps): bump ky from 1.14.3 to 2.0.2 - #215
Open
dependabot[bot] wants to merge 1 commit into
Open
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 7017d32. 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 ServiceClient
High Severity
Bumping ky to v2 without updating ServiceClient leaves ky.create using the removed prefixUrl option (renamed to prefix in v2). The service root is likely ignored, so relative API paths may resolve incorrectly and Polymarket HTTP calls can fail or hit the wrong host.
Reviewed by Cursor Bugbot for commit 7017d32. Configure here.
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/ky-2.0.2
branch
3 times, most recently
from
July 24, 2026 10:00
e531eee to
f2d9fdf
Compare
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/ky-2.0.2
branch
3 times, most recently
from
July 31, 2026 10:15
6e0b74a to
933bfc3
Compare
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/ky-2.0.2
branch
2 times, most recently
from
August 6, 2026 11:01
800a484 to
fe26dd5
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/ky-2.0.2
branch
from
August 7, 2026 14:02
fe26dd5 to
c71e32d
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 ky upgrade affects all HTTP/RPC traffic in the client without code updates in this diff; verify build, tests, and
prefixUrl→prefixcompatibility before release.Overview
Bumps the
kyHTTP client dependency in@polymarket/clientfrom 1.14.3 to 2.0.2 (lockfile updated accordingly). This is a major release: Node ≥22, hook APIs use a single state object,prefixUrlis renamed toprefix,searchParamsmerge behavior changes, and.json()can throw on empty/204 bodies.There are no source changes in this PR—only
package.json/pnpm-lock.yaml. Runtime usage (e.g.ServiceClientstill passesprefixUrl) may need a follow-up to match ky v2 unless types/build already fail and block merge.Reviewed by Cursor Bugbot for commit c71e32d. Bugbot is set up for automated code reviews on this repo. Configure here.