Commit 0683ba6
committed
fix: remove phantom cyclic deps (@pgpmjs/core -> migrate-client, graphile-settings -> pgsql-test)
Break the cyclic dependency chain that prevented pgsql-test from building
in CI. The cycle was:
pgsql-client -> @pgpmjs/core -> @pgpmjs/migrate-client ->
@constructive-io/graphql-query -> graphile-settings -> pgsql-test ->
pgsql-client
Both removed deps were phantom (declared but never imported in source):
- @pgpmjs/core listed @pgpmjs/migrate-client as a production dep but
never imports it in src/
- graphile-settings listed pgsql-test as a devDep but never imports it
in src/1 parent 62def8b commit 0683ba6
3 files changed
Lines changed: 21 additions & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | 78 | | |
80 | 79 | | |
81 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments