Skip to content

Commit ff04c95

Browse files
committed
chore: changeset for the scaffolded scim>better-call retirement note
Claude-Session: https://claude.ai/code/session_01TSf4DV7ziu4V5j73e46b7c Co-authored-by: Claude <noreply@anthropic.com>
1 parent 2ea4f2e commit ff04c95

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
'@objectstack/cli': patch
3+
'create-objectstack': patch
4+
---
5+
6+
The scaffolded `pnpm-workspace.yaml` records the retired `@better-auth/scim>better-call` peer rule instead of advertising it as live
7+
8+
`objectstack init` wrote a paragraph into every project it scaffolds explaining
9+
an `@better-auth/scim>better-call` suppression that is not in the map it
10+
annotates — the entry retired with objectstack#3653, and `init.test.ts` pins its
11+
absence. All three of its claims were false on today's tree as well:
12+
`@better-auth/scim` is not "held at a release candidate deliberately" (it is
13+
pinned at exact stable `1.7.3`), and stable `@better-auth/scim@1.7.3` declares
14+
`peerDependencies["better-call"]` as the exact string `1.4.0` — the single copy
15+
`better-auth@1.7.3` itself depends on — so the `1.3.7` skew the paragraph
16+
described does not exist.
17+
18+
It now records the retirement, in the shape `create-objectstack`'s bundled
19+
`blank` template already used, and dates the measurement the way the
20+
neighbouring `better-sqlite3` paragraph in the same block does. Both scaffold
21+
paths previously named `1.7.1` as the current pin; both now name the measured
22+
`1.7.3`, so the two paths tell a user the same thing.
23+
24+
Comments only — no declaration moves. The rendered `allowedVersions` map is
25+
byte-identical before and after, so no resolution, lockfile or suppression
26+
changes.

0 commit comments

Comments
 (0)