Upgrade lerna to v9 for OIDC trusted publishing (#330)

- Upgrade lerna from v8 to v9 (adds OIDC trusted publishing support)
- Remove registry-url, scope, and packages:write from release workflow
- Remove NPM_CONFIG_PROVENANCE env (automatic with OIDC)
- Update workspace typescript devDependency from ^4.8.4 to ^5.8.3
- Remove root typescript override (no longer needed)
This commit is contained in:
eric sciple
2026-02-25 19:58:54 -06:00
committed by GitHub
parent 9f770badd3
commit 92c5235a00
8 changed files with 2394 additions and 1769 deletions
+1 -1
View File
@@ -69,6 +69,6 @@
"prettier": "^2.8.3",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
"typescript": "^5.8.3"
}
}