Commit Graph

37 Commits (38.138.6)

Author SHA1 Message Date
renovate[bot] 141d22cb44
chore(deps): update dependency typescript to v5.6.2 (#31429)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2024-09-19 08:38:06 +00:00
Michael Kriese edf3c793dc
refactor(yaml): drop unused argument (#30804) 2024-08-15 13:42:53 +00:00
Michael Kriese 17eacd2779
build: allow es2023 (#30292) 2024-07-22 11:07:59 +00:00
RahulGautamSingh 2dfc542183
chore: enabled json imports (#30223) 2024-07-17 18:33:36 +00:00
Michael Kriese bf88709958
chore: disable swc (#30082) 2024-07-08 08:02:08 +00:00
Sergei Zharinov 4c99ab0499
feat: Use `swc` for running scripts (#23080) 2023-07-01 21:29:10 +00:00
Michael Kriese 2958a44242
chore: simplify ts-node calls (#22401) 2023-05-24 09:31:48 +00:00
renovate[bot] fd133c1d8b
chore(deps): update dependency typescript to v5 (#21011)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2023-04-01 05:07:52 +00:00
Jamie Magee 3390c34c6d
chore(tsconfig): target `es2022` (#20880) 2023-03-12 05:51:10 +00:00
renovate[bot] 582f77371c
chore(deps): update jest monorepo (#17737)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-09-12 16:58:52 +02:00
Michael Kriese e5c6f38d75
refactor: enable strict checks (#16168)
* refactor:  enable strict checks

* chore: revert changes

* chore: fix tsconfig
2022-06-21 13:00:21 +02:00
Michael Kriese 982cefff2b
refactor(config): strict null checks (#15291)
* refactor(config): strict null checks

* chore: fix test
2022-04-24 22:48:54 +00:00
Michael Kriese e3e286bd01
build: simplify and strict tools (#14154)
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2022-02-11 07:51:51 +00:00
Jamie Magee 3b7e9a17cb
refactor: set importsNotUsedAsValues to error (#14052) 2022-02-07 06:37:17 +00:00
Michael Kriese 12a7b9b13d
chore: update eslint config (#13237)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-12-22 13:31:14 +00:00
Michael Kriese 521851a83b
build: add `isolatedModules` for typescript (#13228) 2021-12-22 08:43:26 +01:00
Michael Kriese 7c4a71b679
feat!: remove node v12 and node v15 support (#12658)
BREAKING CHANGE: remove node v12 and v15 support
2021-12-09 13:44:42 +01:00
Michael Kriese f405350105
test: fix regression (#12347) 2021-10-27 08:22:02 +02:00
renovate[bot] f1c9490722
chore(deps): update dependency typescript to v4.4.2 (#11555)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-09-03 10:19:46 +00:00
Jamie Magee a6f4e99e27
refactor: no implicit override (#11395)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-08-23 20:50:37 +00:00
Jamie Magee 52b63e4163
feat(cache): cache decorator for automatic caching (#10203) 2021-06-07 16:28:05 +00:00
Michael Kriese 48bfb1c182
test: fix memory leak (#10162) 2021-05-26 10:47:05 +02:00
Michael Kriese 74d7691bef
refactor: optimize type usage (#8947) 2021-03-02 21:44:55 +01:00
Michael Kriese 6474dd49e5
chore: lint fixes (#7018)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-08-19 06:46:00 +02:00
Michael Kriese a1d648fc97
chore(ci): jest github annotations (#5845) 2020-04-02 06:01:31 +02:00
Michael Kriese ae3d71387e
feat(internal): generate dynamic datasource imports (#5500) 2020-03-24 07:17:59 +01:00
Michael Kriese 4bcdd18515
feat: move docker images to node v12 (#5548) 2020-03-06 09:31:47 +01:00
Michael Kriese 1dd4414bae
chore(test): fixes jest oom (#5542) 2020-02-21 19:29:55 +01:00
Michael Kriese 8719f70dea
chore(eslint): simplify / update settings (#5296) 2020-02-04 10:37:00 +01:00
Michael Kriese d97737914e refactor: add js type check (#4098) 2019-07-17 10:14:56 +02:00
Jamie Magee f334c568a5 feat(typescript): convert logger to typescript (#3671) 2019-07-15 11:04:05 +02:00
Michael Kriese 0b063aeaa1 feat(build): use babel (#3825) 2019-05-28 11:21:17 +02:00
Michael Kriese 242148a99a test: allow debug jest (#3725) 2019-05-16 18:54:54 +02:00
Michael Kriese 7114260db6 test(gitFs): convert tests to typescript (#3719) 2019-05-16 13:42:25 +02:00
Michael Kriese 966e7c41cc feat: convert storage to typescript (#3686) 2019-05-15 15:40:29 +02:00
Michael Kriese 4e49c7b89b fix: disable sourcemaps (#3650) 2019-05-10 11:36:52 +02:00
Michael Kriese 4570475006 feat: typescript (#3594)
Adds initial typescript support

BREAKING CHANGE: Renovate is now distributed as a "built" package on npmjs, using `dist/` instead of `lib/`. For nearly everyone, it should still just work though.
2019-05-09 12:37:11 +02:00