chore: fix type error, upgrade turbo, suppress warnings#908
Merged
Conversation
…uest queue The generic `CallKernelMethod` type caused a contravariance mismatch between the Promise resolve callback and the pending request queue's resolve type. Cast resolve at the push site to bridge the generic/union type gap. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
Coverage Report
File Coverage
|
||||||||||||||||||||||||||||||||||||||||||||||||||
Upgrade Turborepo, suppress YN0002 peer dependency warnings in .yarnrc.yml, and add @vite-ignore to runtime-resolved worker URLs in extension and omnium-gatherum. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
The turbo upgrade to ^2.9.1 in 027ae15 only updated the root package.json. Yarn constraints enforce synchronized versions, so CI fails on `yarn lint`. Sync all 26 workspace package.json files. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
rekmarks
approved these changes
Mar 31, 2026
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.
Summary
kernel-uiPanelContext pending request queue.yarnrc.yml@vite-ignoreto runtime-resolved worker URLs inextensionandomnium-gatherumTest plan
yarninstalls without peer dep warningskernel-worker.jswarnings🤖 Generated with Claude Code
Note
Medium Risk
Mostly build-tooling upgrades, but the Turborepo bump and schema change can alter task execution/caching behavior and should be validated in CI/builds.
Overview
Build/tooling maintenance: upgrades
turbofrom^2.5.6to^2.9.1across the repo, updatesturbo.jsonto thev2-9-1schema, and refreshesyarn.lockto use the new@turbo/*platform packages.Warning/type cleanups: suppresses Yarn peer-dependency warning
YN0002in.yarnrc.yml, adds/* @vite-ignore */to runtime-constructednew URL('kernel-worker.js', import.meta.url)inextensionandomnium-gatherumoffscreen workers to silence Vite warnings, and fixes akernel-uiPanelContextpending-request promiseresolvetyping issue via an explicit cast.Written by Cursor Bugbot for commit fb04276. This will update automatically on new commits. Configure here.