Skip to content

Commit 8ca1c3f

Browse files
authored
Merge branch 'main' into anmol/restart-docker-builds
2 parents 6e2c06c + 46014e2 commit 8ca1c3f

260 files changed

Lines changed: 2952 additions & 1465 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

TODO.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ TODO
1515
} else {
1616

1717

18-
- [ ] does every proj.deploy() use proj.getModuleName()? ^^^^
19-
- [ ] not just projectName? but also database????
18+
- [x] does every proj.deploy() use proj.getModuleName()? ^^^^
19+
- [x] not just projectName? but also database????
2020
packages/pgsql-test/src/seed/sqitch.ts
2121
await proj.deploy(
2222
getEnvOptions({
@@ -30,7 +30,7 @@ await proj.deploy(
3030
);
3131

3232

33-
- [ ] fix/manage function sqitch(cwd?: string): SeedAdapter
33+
- [x] fix/manage function sqitch(cwd?: string): SeedAdapter
3434

3535

3636
- [ ] DB_CWD, db.cwd ???? in types/src
@@ -79,8 +79,8 @@ Naming & Typing
7979
Migration & History
8080
-------------------
8181
- [ ] Get this PR from launchql-gen: https://github.com/constructive-io/constructive-gen/pull/19
82-
- [ ] Move postgraphile-* plugins over (preserve import history)
83-
- [ ] Import original LaunchQL history (preserve git log)
82+
- [x] Move postgraphile-* plugins over (preserve import history)
83+
- [x] Import original LaunchQL history (preserve git log)
8484

8585
Misc
8686
----

graphile/graphile-cache/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.6.2](https://github.com/constructive-io/constructive/compare/graphile-cache@1.6.1...graphile-cache@1.6.2) (2025-12-14)
7+
8+
**Note:** Version bump only for package graphile-cache
9+
10+
## [1.6.1](https://github.com/constructive-io/constructive/compare/graphile-cache@1.6.0...graphile-cache@1.6.1) (2025-12-14)
11+
12+
**Note:** Version bump only for package graphile-cache
13+
14+
# [1.6.0](https://github.com/constructive-io/constructive/compare/graphile-cache@1.5.2...graphile-cache@1.6.0) (2025-12-14)
15+
16+
### Features
17+
18+
- rebrand PGPM packages from @launchql/_ to @pgpmjs/_ ([734d865](https://github.com/constructive-io/constructive/commit/734d8655ced175f51567c513ac1ee4c843df98b7))
19+
20+
## [1.5.2](https://github.com/constructive-io/constructive/compare/graphile-cache@1.5.1...graphile-cache@1.5.2) (2025-12-13)
21+
22+
**Note:** Version bump only for package graphile-cache
23+
624
## [1.5.1](https://github.com/constructive-io/constructive/compare/graphile-cache@1.5.0...graphile-cache@1.5.1) (2025-12-11)
725

826
**Note:** Version bump only for package graphile-cache

graphile/graphile-cache/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-cache",
3-
"version": "1.5.1",
3+
"version": "1.6.2",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "PostGraphile LRU cache with automatic pool cleanup integration",
66
"main": "index.js",
@@ -29,14 +29,14 @@
2929
"test:watch": "jest --watch"
3030
},
3131
"dependencies": {
32-
"@launchql/logger": "workspace:^",
33-
"lru-cache": "^11.1.0",
34-
"pg": "^8.16.0",
32+
"@pgpmjs/logger": "workspace:^",
33+
"lru-cache": "^11.2.4",
34+
"pg": "^8.16.3",
3535
"pg-cache": "workspace:^",
3636
"postgraphile": "^4.14.1"
3737
},
3838
"devDependencies": {
39-
"@types/pg": "^8.15.2",
39+
"@types/pg": "^8.16.0",
4040
"makage": "^0.1.8",
4141
"nodemon": "^3.1.10",
4242
"ts-node": "^10.9.2"

graphile/graphile-cache/src/graphile-cache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Logger } from '@launchql/logger';
1+
import { Logger } from '@pgpmjs/logger';
22
import { LRUCache } from 'lru-cache';
33
import pg from 'pg';
44
import { pgCache } from 'pg-cache';

graphile/graphile-i18n/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.6](https://github.com/constructive-io/constructive/compare/graphile-i18n@0.2.5...graphile-i18n@0.2.6) (2025-12-14)
7+
8+
**Note:** Version bump only for package graphile-i18n
9+
10+
## [0.2.5](https://github.com/constructive-io/constructive/compare/graphile-i18n@0.2.4...graphile-i18n@0.2.5) (2025-12-14)
11+
12+
**Note:** Version bump only for package graphile-i18n
13+
14+
## [0.2.4](https://github.com/constructive-io/constructive/compare/graphile-i18n@0.2.3...graphile-i18n@0.2.4) (2025-12-14)
15+
16+
**Note:** Version bump only for package graphile-i18n
17+
18+
## [0.2.3](https://github.com/constructive-io/constructive/compare/graphile-i18n@0.2.2...graphile-i18n@0.2.3) (2025-12-13)
19+
20+
**Note:** Version bump only for package graphile-i18n
21+
622
## [0.2.2](https://github.com/constructive-io/constructive/compare/graphile-i18n@0.2.1...graphile-i18n@0.2.2) (2025-12-12)
723

824
**Note:** Version bump only for package graphile-i18n

graphile/graphile-i18n/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-i18n",
3-
"version": "0.2.2",
3+
"version": "0.2.6",
44
"description": "Graphile i18n plugin",
55
"author": "Constructive <developers@constructive.io>",
66
"homepage": "https://github.com/constructive-io/constructive",
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@types/accept-language-parser": "^1.5.4",
42-
"@types/pg": "^8.15.2",
42+
"@types/pg": "^8.16.0",
4343
"graphile-test": "workspace:^",
4444
"makage": "^0.1.8",
4545
"pgsql-test": "workspace:^"
@@ -53,6 +53,6 @@
5353
"graphile-utils": "^4.14.1",
5454
"graphql": "15.10.1",
5555
"graphql-tag": "2.12.6",
56-
"pg": "^8.16.0"
56+
"pg": "^8.16.3"
5757
}
5858
}

graphile/graphile-many-to-many/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.7](https://github.com/constructive-io/constructive/compare/graphile-many-to-many@1.0.6...graphile-many-to-many@1.0.7) (2025-12-14)
7+
8+
**Note:** Version bump only for package graphile-many-to-many
9+
10+
## [1.0.6](https://github.com/constructive-io/constructive/compare/graphile-many-to-many@1.0.5...graphile-many-to-many@1.0.6) (2025-12-14)
11+
12+
**Note:** Version bump only for package graphile-many-to-many
13+
14+
## [1.0.5](https://github.com/constructive-io/constructive/compare/graphile-many-to-many@1.0.4...graphile-many-to-many@1.0.5) (2025-12-14)
15+
16+
**Note:** Version bump only for package graphile-many-to-many
17+
18+
## [1.0.4](https://github.com/constructive-io/constructive/compare/graphile-many-to-many@1.0.3...graphile-many-to-many@1.0.4) (2025-12-13)
19+
20+
### Bug Fixes
21+
22+
- pass \_\_dirname to findAndRequirePackageJson for correct package.json resolution ([8fc4a97](https://github.com/constructive-io/constructive/commit/8fc4a9796bede5b556e42df9f82a627d008e1d20))
23+
624
## 1.0.3 (2025-12-12)
725

826
**Note:** Version bump only for package graphile-many-to-many

graphile/graphile-many-to-many/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-many-to-many",
3-
"version": "1.0.3",
3+
"version": "1.0.7",
44
"description": "Add connection fields for many-to-many relations",
55
"author": "Matt Bretl",
66
"homepage": "https://github.com/constructive-io/constructive",
@@ -37,6 +37,7 @@
3737
"plugin"
3838
],
3939
"dependencies": {
40+
"find-and-require-package-json": "^0.8.1",
4041
"graphile-build": "^4.14.1",
4142
"graphile-build-pg": "^4.14.1"
4243
},

graphile/graphile-many-to-many/src/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1+
import { findAndRequirePackageJson } from 'find-and-require-package-json';
12
import type { Plugin } from 'graphile-build';
23

3-
import pkg from '../package.json';
44
import PgManyToManyRelationEdgeColumnsPlugin from './PgManyToManyRelationEdgeColumnsPlugin';
55
import PgManyToManyRelationEdgeTablePlugin from './PgManyToManyRelationEdgeTablePlugin';
66
import PgManyToManyRelationInflectionPlugin from './PgManyToManyRelationInflectionPlugin';
77
import PgManyToManyRelationPlugin from './PgManyToManyRelationPlugin';
88
import type { PgManyToManyOptions } from './types';
99

10+
const pkg = findAndRequirePackageJson(__dirname);
11+
1012
const PgManyToManyPlugin: Plugin = (builder: any, options: PgManyToManyOptions = {}) => {
1113
builder.hook('build', (build: any) => {
1214
// Check dependencies

graphile/graphile-meta-schema/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.3.6](https://github.com/constructive-io/constructive/compare/graphile-meta-schema@0.3.5...graphile-meta-schema@0.3.6) (2025-12-14)
7+
8+
**Note:** Version bump only for package graphile-meta-schema
9+
10+
## [0.3.5](https://github.com/constructive-io/constructive/compare/graphile-meta-schema@0.3.4...graphile-meta-schema@0.3.5) (2025-12-14)
11+
12+
**Note:** Version bump only for package graphile-meta-schema
13+
14+
## [0.3.4](https://github.com/constructive-io/constructive/compare/graphile-meta-schema@0.3.3...graphile-meta-schema@0.3.4) (2025-12-14)
15+
16+
**Note:** Version bump only for package graphile-meta-schema
17+
18+
## [0.3.3](https://github.com/constructive-io/constructive/compare/graphile-meta-schema@0.3.2...graphile-meta-schema@0.3.3) (2025-12-13)
19+
20+
**Note:** Version bump only for package graphile-meta-schema
21+
622
## [0.3.2](https://github.com/constructive-io/constructive/compare/graphile-meta-schema@0.3.1...graphile-meta-schema@0.3.2) (2025-12-12)
723

824
**Note:** Version bump only for package graphile-meta-schema

0 commit comments

Comments
 (0)