Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ logFilters:
level: discard
- code: YN0086
level: discard
- code: YN0002
level: discard

nodeLinker: node-modules

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"semver": "^7.7.1",
"simple-git-hooks": "^2.12.1",
"tsx": "^4.20.6",
"turbo": "^2.5.6",
"turbo": "^2.9.1",
"typedoc": "^0.28.1",
"typescript": "~5.8.2",
"typescript-eslint": "^8.29.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"execa": "^9.5.2",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"turbo": "^2.5.6",
"turbo": "^2.9.1",
"typedoc": "^0.28.1",
"typescript": "~5.8.2",
"typescript-eslint": "^8.29.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/evm-wallet-experiment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"eslint-plugin-promise": "^7.2.1",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"turbo": "^2.5.6",
"turbo": "^2.9.1",
"typedoc": "^0.28.1",
"typescript": "~5.8.2",
"typescript-eslint": "^8.29.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"tsx": "^4.20.6",
"turbo": "^2.5.6",
"turbo": "^2.9.1",
"typedoc": "^0.28.1",
"typescript": "~5.8.2",
"typescript-eslint": "^8.29.0",
Expand Down
5 changes: 4 additions & 1 deletion packages/extension/src/offscreen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ async function makeKernelWorker(): Promise<
});
workerUrlParams.set('reset-storage', process.env.RESET_STORAGE ?? 'false');

const workerUrl = new URL('kernel-worker.js', import.meta.url);
const workerUrl = new URL(
/* @vite-ignore */ 'kernel-worker.js',
import.meta.url,
);
workerUrl.search = workerUrlParams.toString();

const worker = new Worker(workerUrl, {
Expand Down
2 changes: 1 addition & 1 deletion packages/kernel-agents-repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"eslint-plugin-promise": "^7.2.1",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"turbo": "^2.5.6",
"turbo": "^2.9.1",
"typedoc": "^0.28.1",
"typescript": "~5.8.2",
"typescript-eslint": "^8.29.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/kernel-agents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"eslint-plugin-promise": "^7.2.1",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"turbo": "^2.5.6",
"turbo": "^2.9.1",
"typedoc": "^0.28.1",
"typescript": "~5.8.2",
"typescript-eslint": "^8.29.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/kernel-browser-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"tsx": "^4.20.6",
"turbo": "^2.5.6",
"turbo": "^2.9.1",
"typedoc": "^0.28.1",
"typescript": "~5.8.2",
"typescript-eslint": "^8.29.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/kernel-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"ses": "^1.14.0",
"turbo": "^2.5.6",
"turbo": "^2.9.1",
"typedoc": "^0.28.1",
"typescript": "~5.8.2",
"typescript-eslint": "^8.29.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/kernel-errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"ses": "^1.14.0",
"turbo": "^2.5.6",
"turbo": "^2.9.1",
"typedoc": "^0.28.1",
"typescript": "~5.8.2",
"typescript-eslint": "^8.29.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/kernel-language-model-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"eslint-plugin-promise": "^7.2.1",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"turbo": "^2.5.6",
"turbo": "^2.9.1",
"typedoc": "^0.28.1",
"typescript": "~5.8.2",
"typescript-eslint": "^8.29.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/kernel-node-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"node-gyp": "^11.2.0",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"turbo": "^2.5.6",
"turbo": "^2.9.1",
"typedoc": "^0.28.1",
"typescript": "~5.8.2",
"typescript-eslint": "^8.29.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/kernel-platforms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"eslint-plugin-promise": "^7.2.1",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"turbo": "^2.5.6",
"turbo": "^2.9.1",
"typedoc": "^0.28.1",
"typescript": "~5.8.2",
"typescript-eslint": "^8.29.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/kernel-rpc-methods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"eslint-plugin-promise": "^7.2.1",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"turbo": "^2.5.6",
"turbo": "^2.9.1",
"typedoc": "^0.28.1",
"typescript": "~5.8.2",
"typescript-eslint": "^8.29.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/kernel-shims/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"eslint-plugin-promise": "^7.2.1",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"turbo": "^2.5.6",
"turbo": "^2.9.1",
"typescript": "~5.8.2",
"typescript-eslint": "^8.29.0",
"vite": "^7.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/kernel-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"eslint-plugin-promise": "^7.2.1",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"turbo": "^2.5.6",
"turbo": "^2.9.1",
"typedoc": "^0.28.1",
"typescript": "~5.8.2",
"typescript-eslint": "^8.29.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/kernel-test-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"eslint-plugin-promise": "^7.2.1",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"turbo": "^2.5.6",
"turbo": "^2.9.1",
"typescript": "~5.8.2",
"typescript-eslint": "^8.29.0",
"vite": "^7.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/kernel-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"jsdom": "^27.4.0",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"turbo": "^2.5.6",
"turbo": "^2.9.1",
"typescript": "~5.8.2",
"typescript-eslint": "^8.29.0",
"vite": "^7.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/kernel-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"sass": "^1.89.2",
"turbo": "^2.5.6",
"turbo": "^2.9.1",
"typedoc": "^0.28.1",
"typescript": "~5.8.2",
"typescript-eslint": "^8.29.0",
Expand Down
8 changes: 7 additions & 1 deletion packages/kernel-ui/src/context/PanelContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,13 @@ export const PanelProvider: React.FC<{
const sendMessageWrapper: CallKernelMethod = useCallback(
async (payload) => {
return new Promise((resolve, reject) => {
pendingRequests.current.push({ payload, resolve, reject });
pendingRequests.current.push({
payload,
resolve: resolve as (
value: Awaited<ReturnType<CallKernelMethod>>,
) => void,
reject,
});
if (!isRequestInProgress.current) {
isRequestInProgress.current = true;
processRequests().catch((error) => {
Expand Down
2 changes: 1 addition & 1 deletion packages/kernel-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"ses": "^1.14.0",
"turbo": "^2.5.6",
"turbo": "^2.9.1",
"typedoc": "^0.28.1",
"typescript": "~5.8.2",
"typescript-eslint": "^8.29.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"ses": "^1.14.0",
"turbo": "^2.5.6",
"turbo": "^2.9.1",
"typedoc": "^0.28.1",
"typescript": "~5.8.2",
"typescript-eslint": "^8.29.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/nodejs-test-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"eslint-plugin-promise": "^7.2.1",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"turbo": "^2.5.6",
"turbo": "^2.9.1",
"typedoc": "^0.28.1",
"typescript": "~5.8.2",
"typescript-eslint": "^8.29.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ocap-kernel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"eslint-plugin-promise": "^7.2.1",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"turbo": "^2.5.6",
"turbo": "^2.9.1",
"typescript": "~5.8.2",
"typescript-eslint": "^8.29.0",
"vite": "^7.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/omnium-gatherum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"tsx": "^4.20.6",
"turbo": "^2.5.6",
"turbo": "^2.9.1",
"typedoc": "^0.28.1",
"typescript": "~5.8.2",
"typescript-eslint": "^8.29.0",
Expand Down
5 changes: 4 additions & 1 deletion packages/omnium-gatherum/src/offscreen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ async function makeKernelWorker(): Promise<
] satisfies SystemSubclusterConfig[];
workerUrlParams.set('system-subclusters', JSON.stringify(systemSubclusters));

const workerUrl = new URL('kernel-worker.js', import.meta.url);
const workerUrl = new URL(
/* @vite-ignore */ 'kernel-worker.js',
import.meta.url,
);
workerUrl.search = workerUrlParams.toString();

const worker = new Worker(workerUrl, {
Expand Down
2 changes: 1 addition & 1 deletion packages/remote-iterables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"eslint-plugin-promise": "^7.2.1",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"turbo": "^2.5.6",
"turbo": "^2.9.1",
"typedoc": "^0.28.1",
"typescript": "~5.8.2",
"typescript-eslint": "^8.29.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/repo-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"eslint-plugin-promise": "^7.2.1",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"turbo": "^2.5.6",
"turbo": "^2.9.1",
"typedoc": "^0.28.1",
"typescript": "~5.8.2",
"typescript-eslint": "^8.29.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/streams/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"ses": "^1.14.0",
"turbo": "^2.5.6",
"turbo": "^2.9.1",
"typedoc": "^0.28.1",
"typescript": "~5.8.2",
"typescript-eslint": "^8.29.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/template-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"eslint-plugin-promise": "^7.2.1",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"turbo": "^2.5.6",
"turbo": "^2.9.1",
"typedoc": "^0.28.1",
"typescript": "~5.8.2",
"typescript-eslint": "^8.29.0",
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://turborepo.com/schema.json",
"$schema": "https://v2-9-1.turborepo.dev/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build"],
Expand Down
Loading
Loading