Skip to content

Commit d3f7761

Browse files
committed
fix: align all graphile ecosystem deps to latest compatible pinned RC versions
Updated all packages to use consistent pinned versions: - postgraphile: 5.0.0-rc.10 - @dataplan/pg: 1.0.0-rc.8 - @dataplan/json: 1.0.0-rc.6 - grafast: 1.0.0-rc.9 - grafserv: 1.0.0-rc.7 - graphile-build: 5.0.0-rc.6 - graphile-build-pg: 5.0.0-rc.8 - graphile-config: 1.0.0-rc.6 - graphile-utils: 5.0.0-rc.8 - pg-sql2: 5.0.0-rc.5 - tamedevil: 0.1.0-rc.6 - @graphile-contrib/pg-many-to-many: 2.0.0-rc.2 This resolves the type incompatibility where multiple versions of @dataplan/pg were being resolved (rc.5 and rc.8), causing PgExecutor private property conflicts during TypeScript compilation.
1 parent aa261ce commit d3f7761

17 files changed

Lines changed: 271 additions & 811 deletions

File tree

graphile/graphile-cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"grafserv": "1.0.0-rc.7",
3535
"lru-cache": "^11.2.7",
3636
"pg-cache": "workspace:^",
37-
"postgraphile": "5.0.0-rc.7"
37+
"postgraphile": "5.0.0-rc.10"
3838
},
3939
"devDependencies": {
4040
"@types/express": "^5.0.6",

graphile/graphile-connection-filter/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@
4646
"pgsql-test": "workspace:^"
4747
},
4848
"peerDependencies": {
49-
"@dataplan/pg": "1.0.0-rc.5",
50-
"graphile-build": "5.0.0-rc.4",
51-
"graphile-build-pg": "5.0.0-rc.5",
52-
"graphile-config": "1.0.0-rc.5",
49+
"@dataplan/pg": "1.0.0-rc.8",
50+
"graphile-build": "5.0.0-rc.6",
51+
"graphile-build-pg": "5.0.0-rc.8",
52+
"graphile-config": "1.0.0-rc.6",
5353
"graphql": "16.13.0",
54-
"pg-sql2": "5.0.0-rc.4",
55-
"postgraphile": "5.0.0-rc.7"
54+
"pg-sql2": "5.0.0-rc.5",
55+
"postgraphile": "5.0.0-rc.10"
5656
}
5757
}

graphile/graphile-misc-plugins/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@
2929
"test:watch": "jest --watch"
3030
},
3131
"dependencies": {
32-
"@graphile-contrib/pg-many-to-many": "2.0.0-rc.1",
32+
"@graphile-contrib/pg-many-to-many": "2.0.0-rc.2",
3333
"@pgsql/quotes": "^17.1.0",
34-
"graphile-utils": "5.0.0-rc.5",
34+
"graphile-utils": "5.0.0-rc.8",
3535
"inflekt": "^0.3.3",
3636
"pg": "^8.20.0",
3737
"pg-query-context": "workspace:^"
3838
},
3939
"peerDependencies": {
40-
"grafast": "1.0.0-rc.7",
41-
"graphile-build": "5.0.0-rc.4",
42-
"graphile-build-pg": "5.0.0-rc.5",
43-
"graphile-config": "1.0.0-rc.5",
40+
"grafast": "1.0.0-rc.9",
41+
"graphile-build": "5.0.0-rc.6",
42+
"graphile-build-pg": "5.0.0-rc.8",
43+
"graphile-config": "1.0.0-rc.6",
4444
"graphql": "16.13.0",
45-
"pg-sql2": "5.0.0-rc.4"
45+
"pg-sql2": "5.0.0-rc.5"
4646
},
4747
"devDependencies": {
4848
"@types/node": "^22.19.11",

graphile/graphile-postgis/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@
4141
"url": "https://github.com/constructive-io/constructive/issues"
4242
},
4343
"peerDependencies": {
44-
"@dataplan/pg": "1.0.0-rc.5",
45-
"grafast": "1.0.0-rc.7",
46-
"graphile-build": "5.0.0-rc.4",
47-
"graphile-build-pg": "5.0.0-rc.5",
48-
"graphile-config": "1.0.0-rc.5",
44+
"@dataplan/pg": "1.0.0-rc.8",
45+
"grafast": "1.0.0-rc.9",
46+
"graphile-build": "5.0.0-rc.6",
47+
"graphile-build-pg": "5.0.0-rc.8",
48+
"graphile-config": "1.0.0-rc.6",
4949
"graphile-connection-filter": "workspace:^",
5050
"graphql": "16.13.0",
51-
"pg-sql2": "5.0.0-rc.4",
52-
"postgraphile": "5.0.0-rc.7"
51+
"pg-sql2": "5.0.0-rc.5",
52+
"postgraphile": "5.0.0-rc.10"
5353
},
5454
"peerDependenciesMeta": {
5555
"graphile-connection-filter": {

graphile/graphile-query/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
},
3131
"dependencies": {
3232
"grafast": "1.0.0-rc.9",
33-
"graphile-build": "5.0.0-rc.4",
34-
"graphile-build-pg": "5.0.0-rc.5",
33+
"graphile-build": "5.0.0-rc.6",
34+
"graphile-build-pg": "5.0.0-rc.8",
3535
"graphile-config": "1.0.0-rc.6",
3636
"graphile-settings": "workspace:^",
3737
"graphql": "16.13.0",
3838
"pg": "^8.20.0",
39-
"postgraphile": "5.0.0-rc.7"
39+
"postgraphile": "5.0.0-rc.10"
4040
},
4141
"devDependencies": {
4242
"@types/pg": "^8.18.0",

graphile/graphile-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"deepmerge": "^4.3.1",
33-
"graphile-build": "5.0.0-rc.4",
33+
"graphile-build": "5.0.0-rc.6",
3434
"graphile-config": "1.0.0-rc.6",
3535
"graphile-settings": "workspace:^",
3636
"graphql": "16.13.0",

graphile/graphile-search/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
"pgsql-test": "workspace:^"
3939
},
4040
"peerDependencies": {
41-
"@dataplan/pg": "1.0.0-rc.5",
42-
"graphile-build": "5.0.0-rc.4",
43-
"graphile-build-pg": "5.0.0-rc.5",
44-
"graphile-config": "1.0.0-rc.5",
41+
"@dataplan/pg": "1.0.0-rc.8",
42+
"graphile-build": "5.0.0-rc.6",
43+
"graphile-build-pg": "5.0.0-rc.8",
44+
"graphile-config": "1.0.0-rc.6",
4545
"graphql": "16.13.0",
46-
"pg-sql2": "5.0.0-rc.4",
47-
"postgraphile": "5.0.0-rc.7"
46+
"pg-sql2": "5.0.0-rc.5",
47+
"postgraphile": "5.0.0-rc.10"
4848
},
4949
"keywords": [
5050
"postgraphile",

graphile/graphile-settings/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
"@constructive-io/upload-names": "workspace:^",
3636
"@dataplan/json": "1.0.0-rc.6",
3737
"@dataplan/pg": "1.0.0-rc.8",
38-
"@graphile-contrib/pg-many-to-many": "2.0.0-rc.1",
38+
"@graphile-contrib/pg-many-to-many": "2.0.0-rc.2",
3939
"@pgpmjs/logger": "workspace:^",
4040
"@pgpmjs/types": "workspace:^",
4141
"cors": "^2.8.6",
4242
"express": "^5.2.1",
4343
"grafast": "1.0.0-rc.9",
4444
"grafserv": "1.0.0-rc.7",
45-
"graphile-build": "5.0.0-rc.4",
46-
"graphile-build-pg": "5.0.0-rc.5",
45+
"graphile-build": "5.0.0-rc.6",
46+
"graphile-build-pg": "5.0.0-rc.8",
4747
"graphile-config": "1.0.0-rc.6",
4848
"graphile-connection-filter": "workspace:^",
4949
"graphile-misc-plugins": "workspace:^",
@@ -55,8 +55,8 @@
5555
"inflekt": "^0.3.3",
5656
"lru-cache": "^11.2.7",
5757
"pg": "^8.20.0",
58-
"pg-sql2": "5.0.0-rc.4",
59-
"postgraphile": "5.0.0-rc.7",
58+
"pg-sql2": "5.0.0-rc.5",
59+
"postgraphile": "5.0.0-rc.10",
6060
"request-ip": "^3.3.0",
6161
"tamedevil": "0.1.0-rc.6"
6262
},

graphile/graphile-sql-expression-validator/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
"pgsql-parser": "^17.9.13"
4747
},
4848
"peerDependencies": {
49-
"grafast": "1.0.0-rc.7",
50-
"graphile-build": "5.0.0-rc.4",
51-
"graphile-build-pg": "5.0.0-rc.5",
52-
"graphile-config": "1.0.0-rc.5",
49+
"grafast": "1.0.0-rc.9",
50+
"graphile-build": "5.0.0-rc.6",
51+
"graphile-build-pg": "5.0.0-rc.8",
52+
"graphile-config": "1.0.0-rc.6",
5353
"graphql": "16.13.0"
5454
},
5555
"devDependencies": {

graphile/graphile-test/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@
3838
"@constructive-io/graphql-types": "workspace:^",
3939
"@pgpmjs/types": "workspace:^",
4040
"grafast": "1.0.0-rc.9",
41-
"graphile-build": "5.0.0-rc.4",
42-
"graphile-build-pg": "5.0.0-rc.5",
41+
"graphile-build": "5.0.0-rc.6",
42+
"graphile-build-pg": "5.0.0-rc.8",
4343
"graphile-config": "1.0.0-rc.6",
4444
"graphql": "16.13.0",
4545
"mock-req": "^0.2.0",
4646
"pg": "^8.20.0",
4747
"pgsql-test": "workspace:^",
48-
"postgraphile": "5.0.0-rc.7"
48+
"postgraphile": "5.0.0-rc.10"
4949
},
5050
"keywords": [
5151
"testing",

0 commit comments

Comments
 (0)