Skip to content

Commit 792259b

Browse files
committed
chore(deps): exclude @cipherstash/protect-ffi from the group bump
Dependabot's group update moved protect-ffi to 0.28.0 everywhere for group consistency — which UPGRADED the sunsetting legacy packages/protect from its pinned 0.23.0 (0.24+ renames the ProtectError/ProtectErrorCode exports it imports, breaking its build) while DOWNGRADING the stack packages from 0.29.0. protect-ffi is release-managed manually in this repo; restore every pin to main's values and regenerate the lockfile. Claude-Session: https://claude.ai/code/session_01MxTTPaPP16m6br7Hoab94w
1 parent 82b54ca commit 792259b

5 files changed

Lines changed: 101 additions & 39 deletions

File tree

packages/protect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
},
7171
"dependencies": {
7272
"@byteslice/result": "^0.2.0",
73-
"@cipherstash/protect-ffi": "0.28.0",
73+
"@cipherstash/protect-ffi": "0.23.0",
7474
"@cipherstash/schema": "workspace:*",
7575
"@stricli/core": "^1.2.9",
7676
"dotenv": "17.4.2",

packages/stack-drizzle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"drizzle-orm": ">=0.33"
8080
},
8181
"devDependencies": {
82-
"@cipherstash/protect-ffi": "0.28.0",
82+
"@cipherstash/protect-ffi": "0.29.0",
8383
"@cipherstash/test-kit": "workspace:*",
8484
"fta-cli": "3.0.0",
8585
"dotenv": "17.4.2",

packages/stack-supabase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
}
7070
},
7171
"devDependencies": {
72-
"@cipherstash/protect-ffi": "0.28.0",
72+
"@cipherstash/protect-ffi": "0.29.0",
7373
"@cipherstash/test-kit": "workspace:*",
7474
"fta-cli": "3.0.0",
7575
"@supabase/postgrest-js": "2.105.4",

packages/stack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
"dependencies": {
229229
"@byteslice/result": "0.2.0",
230230
"@cipherstash/auth": "catalog:repo",
231-
"@cipherstash/protect-ffi": "0.28.0",
231+
"@cipherstash/protect-ffi": "0.29.0",
232232
"evlog": "1.11.0",
233233
"uuid": "14.0.1",
234234
"zod": "3.25.76"

pnpm-lock.yaml

Lines changed: 97 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)