feat: update imports from inquirerer to genomic #502
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.
feat: update imports from inquirerer to genomic
Summary
This PR updates all package imports across the constructive repo to use the new
genomicpackage names:inquirerer→genomiccreate-gen-app→@genomic/scaffoldsInquirererclass →GenomicclassChanges span 59 files across
packages/cli,packages/csv-to-pg,pgpm/cli, andpgpm/core.Important: This PR depends on constructive-io/dev-utils#39 being merged and the
genomicpackages being published to npm first. The build will fail until those packages are available.Review & Testing Checklist for Human
genomic@3.0.0+@genomic/scaffolds@1.0.0are published to npmgenomic@^3.0.0,@genomic/scaffolds@^1.0.0) match what was published from dev-utilspnpm buildto verify all packages compile correctlypackages/cli/__tests__/__snapshots__/cli.test.ts.snapstill references "Inquirerer" in test names - run tests to regenerateinquirererorInquirererreferences)Recommended Test Plan:
pnpm installto fetch new packagespnpm buildto verify compilationpnpm testto verify tests pass and regenerate snapshotsNotes
This is a breaking change that requires coordinated deployment with the dev-utils repository.
Link to Devin run: https://app.devin.ai/sessions/e5018850caff45ce8a126331548d69bc
Requested by: Dan Lynch (pyramation@gmail.com) / @pyramation