Migrate get-next-package-version.js to TypeScript (#7227)

* Migrate `get-next-package-version.js` to TypeScript

* Add release notes

* Stronger type check

* Fix step ordering

* Fix typo

* Fix missed ordering
This commit is contained in:
Julian Dominguez-Schatz
2026-03-17 09:56:47 -04:00
committed by GitHub
parent 4f7c3c51a5
commit e1606b31ab
11 changed files with 114 additions and 50 deletions

View File

@@ -3,7 +3,7 @@
"private": true,
"type": "module",
"scripts": {
"tsx": "node --import=extensionless/register --experimental-strip-types",
"tsx": "bin/tsx",
"test": "vitest --run",
"typecheck": "tsgo -b"
},