Skip to content

Commit d2b957a

Browse files
authored
Merge pull request #487 from cipherstash/dependabot/npm_and_yarn/production-minor-patch-0b84702d29
chore(deps): bump the production-minor-patch group across 1 directory with 14 updates
2 parents ff43a3e + 3e5fdd7 commit d2b957a

11 files changed

Lines changed: 650 additions & 607 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ updates:
3737
ignore:
3838
# Catalog-managed; bump manually via pnpm-workspace.yaml + changeset.
3939
- dependency-name: "@cipherstash/auth"
40+
# 0.x bumps ship breaking type changes (e.g. 0.2 → 0.3 tightened the
41+
# FailureOption constraint). Review and apply manually.
42+
- dependency-name: "@byteslice/result"
4043
# Major bumps are reviewed and applied manually, not by Dependabot.
4144
- dependency-name: "*"
4245
update-types:

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242
"dependencies": {
4343
"@cipherstash/auth": "catalog:repo",
4444
"@cipherstash/migrate": "workspace:*",
45-
"@clack/prompts": "1.3.0",
45+
"@clack/prompts": "1.4.0",
4646
"dotenv": "17.4.2",
4747
"jiti": "2.7.0",
4848
"pg": "8.20.0",
4949
"picocolors": "^1.1.1",
50-
"posthog-node": "^5.33.5",
51-
"zod": "^4.3.6"
50+
"posthog-node": "^5.34.2",
51+
"zod": "^3.25.76"
5252
},
5353
"peerDependencies": {
5454
"@cipherstash/stack": ">=0.6.0"

packages/cli/src/config/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const DEFAULT_ENCRYPT_CLIENT_PATH = './src/encryption/index.ts'
4343

4444
const stashConfigSchema = z.object({
4545
databaseUrl: z
46-
.string({ error: 'databaseUrl is required' })
46+
.string({ required_error: 'databaseUrl is required' })
4747
.min(1, 'databaseUrl must not be empty'),
4848
client: z.string().default(DEFAULT_ENCRYPT_CLIENT_PATH),
4949
})

packages/migrate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"lint": "biome check ."
4343
},
4444
"dependencies": {
45-
"zod": "^3.24.2"
45+
"zod": "^3.25.76"
4646
},
4747
"peerDependencies": {
4848
"@cipherstash/stack": ">=0.6.0",

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"access": "public"
5050
},
5151
"optionalDependencies": {
52-
"@rollup/rollup-linux-x64-gnu": "4.60.3"
52+
"@rollup/rollup-linux-x64-gnu": "4.60.4"
5353
},
5454
"dependencies": {
5555
"jose": "^6.2.3"

packages/protect/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@
7171
"@byteslice/result": "^0.2.0",
7272
"@cipherstash/protect-ffi": "0.21.4",
7373
"@cipherstash/schema": "workspace:*",
74-
"@stricli/core": "^1.2.6",
74+
"@stricli/core": "^1.2.7",
7575
"dotenv": "17.4.2",
76-
"zod": "^3.24.2"
76+
"zod": "^3.25.76"
7777
},
7878
"optionalDependencies": {
79-
"@rollup/rollup-linux-x64-gnu": "4.60.3"
79+
"@rollup/rollup-linux-x64-gnu": "4.60.4"
8080
}
8181
}

packages/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"vitest": "catalog:repo"
4242
},
4343
"dependencies": {
44-
"zod": "^3.24.2"
44+
"zod": "^3.25.76"
4545
},
4646
"publishConfig": {
4747
"access": "public"

packages/stack/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
"release": "tsup"
186186
},
187187
"devDependencies": {
188-
"@clack/prompts": "^1.3.0",
188+
"@clack/prompts": "^1.4.0",
189189
"@supabase/supabase-js": "^2.105.4",
190190
"@types/uuid": "^11.0.0",
191191
"dotenv": "17.4.2",
@@ -204,9 +204,9 @@
204204
"dependencies": {
205205
"@byteslice/result": "0.2.0",
206206
"@cipherstash/protect-ffi": "0.21.4",
207-
"evlog": "1.9.0",
207+
"evlog": "1.11.0",
208208
"uuid": "14.0.0",
209-
"zod": "3.24.2"
209+
"zod": "3.25.76"
210210
},
211211
"peerDependencies": {
212212
"@supabase/supabase-js": ">=2",

packages/wizard/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
"lint": "biome check ."
2525
},
2626
"dependencies": {
27-
"@anthropic-ai/claude-agent-sdk": "^0.2.138",
27+
"@anthropic-ai/claude-agent-sdk": "^0.3.143",
2828
"@cipherstash/auth": "catalog:repo",
29-
"@clack/prompts": "1.3.0",
29+
"@clack/prompts": "1.4.0",
3030
"dotenv": "17.4.2",
3131
"pg": "8.20.0",
3232
"picocolors": "^1.1.1",
33-
"posthog-node": "^5.33.5",
34-
"zod": "^4.3.6"
33+
"posthog-node": "^5.34.2",
34+
"zod": "^3.25.76"
3535
},
3636
"devDependencies": {
3737
"@types/pg": "^8.20.0",

0 commit comments

Comments
 (0)