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 -4
View File
@@ -9,10 +9,7 @@
"./languageserver"
],
"devDependencies": {
"lerna": "^8.2.2",
"lerna": "^9.0.0",
"typescript": "5.8.3"
},
"overrides": {
"typescript": "$typescript"
}
}