chore: update dev-utils dependency ranges - #1791
Conversation
🤖 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:
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
d8c74ba to
7c05567
Compare
|
Review complete. No issues found — approved ✅. This PR updates dependency version ranges across the monorepo's package manifests, touching 10 package.json files spanning the agentic CLI, GraphQL tooling, packages, pgpm tooling, and the constructive-cli SDK. No source, test, or configuration logic was changed; the diff is confined to dependency version pins/ranges.
All specialist scans (correctness, api-data, domain dependency-versioning, holistic, and sweep) returned no findings, and the verifier confirmed the change is a clean, lockfile-consistent caret-range dependency bump. Reviewed commit: 7c05567 |
Summary
Ran
makage deps dev-utilsto sync the dev-utils-sourced dependency ranges across the workspace, plus the resulting lockfile update.Ranges bumped in 10 manifests (
agentic/cli,graphql/codegen,graphql/server-test,packages/cli,packages/csv-to-pg,packages/safegres,pgpm/cli,pgpm/core,pgpm/export,sdk/constructive-cli):inquirerer^4.9.3→^4.9.4@inquirerer/utils^3.3.12→^3.3.13@inquirerer/test^1.4.5→^1.4.6genomic^5.6.5→^5.6.6These match the current npm latest for each package. Internal workspace deps are untouched (
workspace:*specs are skipped bymakage deps). Lockfile also picks up@constructive-io/pnpm-policy0.3.0 → 0.3.1 within the existing^0.3.0range.makageitself is intentionally left at^0.3.0: 0.7.0 runscheck-publishas part ofmakage build, which fails on anydist/package.jsoncontainingworkspace:specs — 184 packages here declare workspace deps and rely on lerna/pnpm resolving them at publish time, so bumping makage repo-wide breakspnpm buildfor most of the monorepo.pnpm install --frozen-lockfileandpnpm buildpass locally.Link to Devin session: https://app.devin.ai/sessions/bb89d57636c84c7383305191a303b1d4
Open in Devin Desktop: https://app.devin.ai/desktop/session/bb89d57636c84c7383305191a303b1d4?variant=devin
Requested by: @pyramation