chore(deps): libpg-query 18.1.4, makage 0.5.1, @pgsql/parser 1.5.0 - #338
Merged
Conversation
Contributor
🤖 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.
|
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
Dependency refresh for our own tooling, ahead of a publish.
libpg-query18.1.2→18.1.4in all 9 consuming packages andconfig/versions.json(the18entry, which feedspackages/{parser,deparser}/versions/*generation viapackage.template.json).makage^0.1.8→^0.5.1everywhere — applied withmakage update-deps --from ../makage --in .(18 files).@pgsql/parser^1.2.1→^1.5.0(@pgsql/transform-astdevDep),nested-obj0.2.2→0.2.3(@pgsql/utils).Workspace-protocol audit (the devDep question)
makage update-workspacereports 0 changes: every reference to a workspace package (independenciesanddevDependencies) already usesworkspace:*, exceptpgsql-types→@pgsql/utils: "workspace:^", which is also workspace-protocol (publishes as^<version>instead of the exact version) and was left alone.The one hard-coded version on a package we publish is
pg-proto-parserdevDep@pgsql/types: "^17.6.2"— not a workspace member (it's published from proto-parser codegen), and it stays on PG17: the checked-inpackages/proto-parser/test-utils/meta/*.tswas generated from a PG17 proto, so^18.0.0breaksmeta.test.tstypecheck (rctypeonRowCompareExpr,returningListonInsertStmt/DeleteStmt/UpdateStmt/MergeStmt,inhcountonConstraint). Left as-is per review.Verification
pnpm install→pnpm build→ tests for all 12 CI matrix packages pass locally (deparser 716, transform-ast 1443, plpgsql-parser 324, transform 236, etc.);pnpm lintclean.pgsql-types/pgsql-cli"no tests found" failures under a recursivepnpm testare pre-existing.Link to Devin session: https://app.devin.ai/sessions/feaa7122b9174cccb3e2485ce59577bc
Requested by: @pyramation