Skip to content

Commit 0ac45e8

Browse files
authored
Merge pull request #673 from cipherstash/chore/deps-production-minor-patch
chore(deps): bump the production-minor-patch group across 1 directory with 21 updates
2 parents 7d1226a + 2375a24 commit 0ac45e8

13 files changed

Lines changed: 436 additions & 427 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ updates:
3737
ignore:
3838
# Catalog-managed; bump manually via pnpm-workspace.yaml + changeset.
3939
- dependency-name: "@cipherstash/auth"
40+
# Release-managed manually alongside stack releases. Grouped bumps are
41+
# actively harmful here: Dependabot's "group consistency" once upgraded
42+
# the sunsetting packages/protect off its 0.23.0 pin (0.24+ renames the
43+
# exports it imports) while DOWNGRADING the stack packages from 0.29.0
44+
# (see #673).
45+
- dependency-name: "@cipherstash/protect-ffi"
4046
# 0.x bumps ship breaking type changes (e.g. 0.2 → 0.3 tightened the
4147
# FailureOption constraint). Review and apply manually.
4248
- dependency-name: "@byteslice/result"

examples/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@cipherstash/stack-drizzle": "workspace:*",
1616
"@cipherstash/stack-supabase": "workspace:*",
1717
"dotenv": "^17.4.2",
18-
"pg": "8.20.0"
18+
"pg": "8.22.0"
1919
},
2020
"devDependencies": {
2121
"stash": "workspace:*",

packages/bench/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@cipherstash/stack": "workspace:*",
1515
"@cipherstash/stack-drizzle": "workspace:*",
1616
"drizzle-orm": "0.45.2",
17-
"pg": "^8.20.0"
17+
"pg": "^8.22.0"
1818
},
1919
"devDependencies": {
2020
"@types/node": "^22.20.1",

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@
4848
"dependencies": {
4949
"@cipherstash/auth": "catalog:repo",
5050
"@cipherstash/migrate": "workspace:*",
51-
"@clack/prompts": "1.4.0",
51+
"@clack/prompts": "1.7.0",
5252
"dotenv": "17.4.2",
5353
"jiti": "2.7.0",
54-
"pg": "8.20.0",
54+
"pg": "8.22.0",
5555
"picocolors": "^1.1.1",
56-
"posthog-node": "^5.34.2",
56+
"posthog-node": "^5.40.0",
5757
"zod": "^3.25.76"
5858
},
5959
"//optionalDependencies": "@cipherstash/auth ships per-platform native bindings as optional peerDependencies. pnpm does not auto-install platform-matched optional peer deps, so we declare them here as optionalDependencies — pnpm then picks the binary matching the host's os/cpu (from each sub-package's own package.json) and ignores the rest. All seven names share a single catalog entry to keep them in lockstep.",

packages/migrate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@cipherstash/stack": "workspace:*",
5858
"@types/pg": "^8.20.0",
5959
"dotenv": "^17.4.2",
60-
"pg": "8.20.0",
60+
"pg": "8.22.0",
6161
"tsup": "catalog:repo",
6262
"typescript": "catalog:repo",
6363
"vitest": "catalog:repo"

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"access": "public"
5252
},
5353
"optionalDependencies": {
54-
"@rollup/rollup-linux-x64-gnu": "4.60.4"
54+
"@rollup/rollup-linux-x64-gnu": "4.62.2"
5555
},
5656
"dependencies": {
5757
"jose": "^6.2.3"

packages/prisma-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"@prisma-next/sql-runtime": "0.14.0",
9191
"@prisma-next/ts-render": "0.14.0",
9292
"@prisma-next/utils": "0.14.0",
93-
"arktype": "^2.1.29"
93+
"arktype": "^2.2.3"
9494
},
9595
"devDependencies": {
9696
"@prisma-next/adapter-postgres": "0.14.0",

packages/protect/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@
7272
"@byteslice/result": "^0.2.0",
7373
"@cipherstash/protect-ffi": "0.23.0",
7474
"@cipherstash/schema": "workspace:*",
75-
"@stricli/core": "^1.2.7",
75+
"@stricli/core": "^1.2.9",
7676
"dotenv": "17.4.2",
7777
"zod": "^3.25.76"
7878
},
7979
"optionalDependencies": {
80-
"@rollup/rollup-linux-x64-gnu": "4.60.4"
80+
"@rollup/rollup-linux-x64-gnu": "4.62.2"
8181
}
8282
}

packages/stack-supabase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@types/pg": "^8.20.0",
7878
"fast-check": "^4.9.0",
7979
"dotenv": "17.4.2",
80-
"pg": "8.20.0",
80+
"pg": "8.22.0",
8181
"postgres": "^3.4.8",
8282
"tsup": "catalog:repo",
8383
"typescript": "catalog:repo",

packages/stack/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
},
204204
"devDependencies": {
205205
"@cipherstash/eql": "3.0.0",
206-
"@clack/prompts": "^1.4.0",
206+
"@clack/prompts": "^1.7.0",
207207
"@clerk/backend": "3.11.2",
208208
"@supabase/postgrest-js": "2.110.1",
209209
"@supabase/supabase-js": "^2.110.1",
@@ -215,7 +215,7 @@
215215
"fast-check": "^4.9.0",
216216
"fta-cli": "3.0.0",
217217
"json-schema-to-typescript": "^15.0.2",
218-
"pg": "8.20.0",
218+
"pg": "8.22.0",
219219
"postgres": "^3.4.8",
220220
"tsup": "catalog:repo",
221221
"tsx": "catalog:repo",
@@ -230,7 +230,7 @@
230230
"@cipherstash/auth": "catalog:repo",
231231
"@cipherstash/protect-ffi": "0.29.0",
232232
"evlog": "1.11.0",
233-
"uuid": "14.0.0",
233+
"uuid": "14.0.1",
234234
"zod": "3.25.76"
235235
},
236236
"//optionalDependencies": "@cipherstash/auth ships per-platform native bindings as optional peerDependencies. pnpm does not auto-install platform-matched optional peer deps, so we declare them here as optionalDependencies — pnpm then picks the binary matching the host's os/cpu (from each sub-package's own package.json) and ignores the rest. Required because @cipherstash/stack re-exports the Node auth strategies (OidcFederationStrategy, AccessKeyStrategy, …). All seven names share a single catalog entry to keep them in lockstep.",

0 commit comments

Comments
 (0)