chore(deps): bump @constructive-io/graphql-codegen to 4.30.2 (+ node, graphql-server-test)#31
Closed
pyramation wants to merge 1 commit intofeat/provision-blueprint-ref-typesfrom
Closed
Conversation
…uctive-io/node to ^0.10.3, graphql-server-test to ^2.12.2 Picks up the upstream embedder template fix (constructive-io/constructive#1005) so the next `pnpm generate:all` regenerates sdk/cli/generated/cli/embedder.ts with the generic autoEmbedWhere/autoEmbedInput signatures already on main, rather than the old narrow Record<string, unknown> shape that broke lerna publish with 74 TS2345 errors.
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
3 tasks
|
Superseded by #32 (merged). Safe to close. |
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
Stacks on top of #30. Picks up the just-published:
@constructive-io/graphql-codegen@4.30.2(root +sdk/cli,sdk/schemas,sdk/sdk,packages/integration-tests)@constructive-io/node@0.10.3(packages/provision,packages/rag,packages/worker)graphql-server-test@2.12.2(packages/cli-e2e-tests)graphql-codegen@4.30.2is the one that carries the upstream fix from constructive-io/constructive#1005 — genericautoEmbedWhere<T extends object>/autoEmbedInput<T extends object>signatures in the embedder template. I verified the regen would be a no-op:So the next
pnpm generate:allstays clean — no more drift between the hand-patched generated file (shipped in #29) and what the template produces.Full
pnpm buildpasses across all 12 workspace projects.Review & Testing Checklist for Human
feat/provision-blueprint-ref-types).pnpm generate:allto confirm the regeneratedsdk/cli/generated/cli/embedder.tsdiff is noise-only (comments / prettier formatting) and theautoEmbedWhere<T>/autoEmbedInput<T>signatures stay intact.Notes
feat/provision-blueprint-ref-typesso CI can build on top of fix(provision): extend blueprint types with client-side cross-ref fields #30's provision fix; will rebase tomainonce fix(provision): extend blueprint types with client-side cross-ref fields #30 lands.@constructive-io/cli,graphql-server,knative-job-service,playwright-test,react,sdk,@constructive-sdk/cli) are referenced from agentic-db's package graph, so nothing else to bump.Link to Devin session: https://app.devin.ai/sessions/fabecb6a46504fc293feca22d9cc91d4
Requested by: @pyramation