Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Upgrade pnpm to v10 for provenance. Introduce CODEOWNERS for release.…
…yml (#202)
  • Loading branch information
cramforce committed Apr 29, 2026
commit 3b21f75e4a605585c4e5ca143f5d68814dfdb3b5
9 changes: 9 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Default: changes anywhere need a review from a maintainer.
* @cramforce

# Release plumbing — the workflow is bound to npm Trusted Publisher by
# filename, so a rename or behavioural change is a security-relevant edit.
# Keep these locked to maintainers explicitly.
/.github/workflows/release.yml @cramforce
/.changeset/config.json @cramforce
/.github/CODEOWNERS @cramforce
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.31.0"
},
"packageManager": "pnpm@8.15.9+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81"
"packageManager": "pnpm@10.33.2+sha512.a90faf6feeab71ad6c6e57f94e0fe1a12f5dcc22cd754db40ae9593eb6a3e0b6b12e3540218bb37ae083404b1f2ce6db2a4121e979829b4aff94b99f49da1cf8"
}
Loading