Commit graph

11 commits

Author SHA1 Message Date
Jamie Magee
1931acc221
chore: remove custom yawn-yaml types (#5161)
Ref #4528
2020-01-26 21:54:40 +01:00
Jamie Magee
c579c48992 chore: use upstream semver-stable types (#5212) 2020-01-22 15:14:04 +01:00
Jamie Magee
a1a3536ad7 chore: replace semver-utils types with upstream (#5204) 2020-01-21 10:42:43 +01:00
Michael Kriese
418b28b28c refactor(typescript): convert proxy to typescript (#4878) 2019-11-25 22:02:13 +01:00
Christian Murphy
b511efddd3 refactor: upstream github-url-from-git typing to definitely typed (#4541)
* refactor: upstream github-url-from-git typing to definitely typed

* Update package.json

* chore: update yarn lock
2019-09-26 19:56:31 +02:00
Jamie Magee
0881ed0031 chore: replace custom re2 type definitions (#4537) 2019-09-25 11:00:46 +02:00
Michael Kriese
4f0d87e3a3 feat(worker): convert parts to typescript (#4388) 2019-09-03 07:25:32 +02:00
Michael Kriese
8073612d85 feat(versioning): Add regex versioner (#4323)
The regex versioner supports arbitrary, user-defined versioning
methods; it provides building blocks in the way of interacting capture
groups within a user-defined regex which can be combined to support
arbitrary use-cases.

Uses a new `versionConfig` option to configure this scheme -- this
feature is enabled dynamically for any new versioner which includes the
optional `configure?(new_config: string)` interface. Warns if used with
an invalid scheme.
2019-08-22 20:09:23 +02:00
Michael Kriese
6f99118f7c feat(manager): convert to typescript (#4148) 2019-07-25 08:17:19 +02:00
Michael Kriese
fd847da4a8 fix: refactor exec (#4155) 2019-07-23 14:39:15 +02:00
Michael Kriese
23e35a433d feat(versioning): convert to typescript (#4141) 2019-07-22 13:12:40 +02:00