diff --git a/.changeset/workerd-kysely-catalog.md b/.changeset/workerd-kysely-catalog.md new file mode 100644 index 000000000..b900634f8 --- /dev/null +++ b/.changeset/workerd-kysely-catalog.md @@ -0,0 +1,5 @@ +--- +"@emdash-cms/sandbox-workerd": patch +--- + +Aligns the `kysely` peer dependency with the rest of the monorepo (`>=0.29.0`) and switches the dev/peer references to the workspace catalog so all packages bump in lockstep going forward. diff --git a/packages/auth-atproto/package.json b/packages/auth-atproto/package.json index 1e9b10d3b..db1b3f802 100644 --- a/packages/auth-atproto/package.json +++ b/packages/auth-atproto/package.json @@ -48,6 +48,6 @@ "@atcute/identity-resolver": "^1.2.2", "@atcute/oauth-node-client": "^1.1.0", "@emdash-cms/auth": "workspace:*", - "kysely": "^0.29.0" + "kysely": "catalog:" } } diff --git a/packages/core/package.json b/packages/core/package.json index 273b5af7a..6eb4fb44e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -222,7 +222,7 @@ "image-size": "^2.0.2", "jose": "^6.1.3", "jpeg-js": "^0.4.4", - "kysely": "^0.29.0", + "kysely": "catalog:", "mime": "^4.1.0", "modern-tar": "^0.7.5", "picocolors": "^1.1.1", diff --git a/packages/workerd/package.json b/packages/workerd/package.json index fe19bddf1..2f9189ee3 100644 --- a/packages/workerd/package.json +++ b/packages/workerd/package.json @@ -28,7 +28,7 @@ "ulidx": "^2.4.1" }, "peerDependencies": { - "kysely": ">=0.27.0", + "kysely": ">=0.29.0", "workerd": ">=1.0.0" }, "optionalDependencies": { @@ -37,7 +37,7 @@ "devDependencies": { "@types/better-sqlite3": "catalog:", "better-sqlite3": "catalog:", - "kysely": "^0.27.0", + "kysely": "catalog:", "tsdown": "catalog:", "typescript": "catalog:", "vitest": "catalog:" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6ff602efb..dd10806da 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -219,6 +219,9 @@ catalogs: jsonc-parser: specifier: ^3.3.1 version: 3.3.1 + kysely: + specifier: ^0.29.0 + version: 0.29.2 publint: specifier: 0.3.17 version: 0.3.17 @@ -1175,7 +1178,7 @@ importers: specifier: workspace:>=0.14.0 version: link:../core kysely: - specifier: ^0.29.0 + specifier: 'catalog:' version: 0.29.2 react: specifier: '>=18' @@ -1474,7 +1477,7 @@ importers: specifier: ^0.4.4 version: 0.4.4 kysely: - specifier: ^0.29.0 + specifier: 'catalog:' version: 0.29.2 mime: specifier: ^4.1.0 @@ -2032,8 +2035,8 @@ importers: specifier: 'catalog:' version: 12.8.0 kysely: - specifier: ^0.27.0 - version: 0.27.6 + specifier: 'catalog:' + version: 0.29.2 tsdown: specifier: 'catalog:' version: 0.20.3(@arethetypeswrong/core@0.18.2)(@typescript/native-preview@7.0.0-dev.20260421.2)(oxc-resolver@11.16.4)(publint@0.3.17)(typescript@6.0.3) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 140bfd956..70a5bc16c 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -130,6 +130,7 @@ catalog: better-sqlite3: ^12.8.0 chokidar: ^5.0.0 jsonc-parser: ^3.3.1 + kysely: ^0.29.0 publint: 0.3.17 react: 19.2.4 react-dom: 19.2.4