Commit 469b642
committed
chore(release): 5.27.1
Patch over 5.27.0 to ship the publishConfig pinning that landed on
main earlier today. No source-code changes; the publishConfig adds
attestation as a property of the package manifest instead of a
property of the workflow's --provenance CLI flag, so emergency
local publishes (or any future direct path) get provenance for
free.
Notes from the prim audit (`node tools/prim/bin/prim.mts audit
--target . --dir src --coverage`):
- 12 source-level migration candidates surfaced (StringPrototype-
TrimEnd, RegExpEscape, ObjectAssign, etc.). All are .ts source
rewrites that prim mod refuses to auto-apply (.js only). Held
for a separate review-and-migrate PR rather than rolled into
this patch — none are correctness issues.1 parent 5d91b1a commit 469b642
2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
8 | 14 | | |
9 | 15 | | |
10 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments