Joey Perrott
aeb407296b
refactor(dev-infra): update to later version of @octokit/rest and remove class extenstion of Octokit ( #42395 )
...
Update @octokit/rest and remove the usage of a class extension of Octokit as the
class does not have a class define constructor.
PR Close #42395
2021-06-01 10:14:48 -07:00
Joey Perrott
cbdb5e208e
fix(dev-infra): update type castings for JSON.parse usage ( #40710 )
...
Update usages of JSON.parse to be cast as specific types.
PR Close #40710
2021-02-09 10:48:43 -08:00
George Kalpakas
6947ceaf44
refactor(dev-infra): several code style and typo fixes ( #39135 )
...
This commit addresses comments from [my review][1] on PR #38656 (which
was merged without comments addressed). The changes are mostly related
to code style and typos.
[1]: https://github.com/angular/angular/pull/38656#pullrequestreview-482129333
PR Close #39135
2020-10-12 10:47:13 -07:00
Paul Gschwendtner
9dccaa9570
refactor(dev-infra): move common versioning tooling to shared location ( #38656 )
...
We initially added logic for determining active release trains into
the merge script. Given we now build more tools that rely on this
information, we move the logic into a more general "versioning" folder
that can contain common logic following the versioning document for the
Angular organization.
PR Close #38656
2020-09-28 16:11:40 -04:00