Skip to content

chore: rename @pgsql/transform to @pgsql/transform-ast - #315

Merged
pyramation merged 1 commit into
mainfrom
feat/rename-transform-ast
Jul 27, 2026
Merged

chore: rename @pgsql/transform to @pgsql/transform-ast#315
pyramation merged 1 commit into
mainfrom
feat/rename-transform-ast

Conversation

@pyramation

Copy link
Copy Markdown
Collaborator

Summary

Step 1 of constructive-io/constructive-planning#1271: frees the @pgsql/transform npm name so constructive-db's transform-schemas (SQL schema transform / facts / closure layer) can move in under it.

  • packages/transformpackages/transform-ast; package renamed @pgsql/transform@pgsql/transform-ast, version 18.1.118.2.0 (same 18.x major, minor bump only — code unchanged, pure rename).
  • Updated references: root README.md / AGENTS.md package tables, .agents/skills/* docs, CI package matrix in run-tests.yaml, package READMEs (including @pgsql/transform/transformers-direct/... import paths → @pgsql/transform-ast/...), and the pnpm-lock.yaml importer key (minimal 1-line edit to avoid pnpm rewrite churn).
  • No in-repo consumers existed (pgsql-parser/pgsql-deparser/CLI don't depend on it), so nothing else changes.

Verified: pnpm install --frozen-lockfile (pnpm 9 / node 20, matching CI), full build, and the package's full test suite (1437 tests) pass.

After merge/publish: npm deprecate the old @pgsql/transform versions with a pointer to @pgsql/transform-ast, then land the transform-schemas move as the new @pgsql/transform (next PR).

Link to Devin session: https://app.devin.ai/sessions/1aa52746e60c4df38ef2678d168269b9
Requested by: @pyramation

@pyramation pyramation self-assigned this Jul 27, 2026
@devin-ai-integration

Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@pyramation
pyramation merged commit 7a0605f into main Jul 27, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant