Commit 77d7ced
revert: pin @types/node back to ^25.9.3 (unbreak main CI)
Reverts #2160 (bump @types/node 25.9.3 → 26.0.0). @types/node 26 tightened
the crypto key types so `KeyObject` (returned by `createPublicKey`) is no
longer assignable to the verify-key union, breaking the build:
packages/cli/src/commands/plugin/sign.ts(93,35): error TS2345:
'KeyObject' is not assignable to 'PublicKeyInput | RawPublicKeyInput |
JsonWebKeyInput | BinaryLike'
main was red across Build Core / Test Core / TypeScript Type Check / Release,
blocking every open framework PR. @types/node is a dev-only dependency, so
pinning back to ^25.9.3 is a safe, immediate unblock; dependabot will
re-propose the bump once the upstream crypto types settle (or we fix-forward
`@objectstack/core`'s verifyPayload signature).
Verified: `pnpm install --frozen-lockfile` clean; `@objectstack/cli` build
green (sign.ts compiles).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 688cfb4 commit 77d7ced
61 files changed
Lines changed: 474 additions & 327 deletions
File tree
- apps/docs
- packages
- apps
- account
- setup
- studio
- cli
- cloud-connection
- connectors
- connector-mcp
- connector-openapi
- connector-rest
- connector-slack
- core
- create-objectstack
- dogfood
- mcp
- metadata-core
- metadata-fs
- metadata
- observability
- platform-objects
- plugins
- driver-memory
- driver-mongodb
- driver-sqlite-wasm
- driver-sql
- embedder-openai
- knowledge-memory
- knowledge-ragflow
- plugin-approvals
- plugin-audit
- plugin-auth
- plugin-dev
- plugin-email
- plugin-hono-server
- plugin-msw
- plugin-org-scoping
- plugin-reports
- plugin-security
- plugin-sharing
- plugin-webhooks
- services
- service-ai
- service-analytics
- service-automation
- service-cache
- service-cluster-redis
- service-cluster
- service-datasource
- service-i18n
- service-job
- service-knowledge
- service-messaging
- service-package
- service-queue
- service-realtime
- service-settings
- service-storage
- spec
- triggers
- trigger-api
- trigger-record-change
- trigger-schedule
- verify
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments