Commit Graph

164 Commits

Author SHA1 Message Date
Simen Bekkhus 39f632d5ad chore: fix PnP compat test 2021-09-07 17:07:06 +02:00
Simen Bekkhus 321e8d53c8 chore: fix PnP test by forcing older version of typescript 2021-08-27 10:13:22 +02:00
Jake Champion 7be63ef9a2
Use `globalThis` (with fallback if needed) instead of `global` to enable esbuild support (#11569) 2021-06-15 13:00:41 +02:00
Simen Bekkhus 91b94c8128 chore: use a script for removing examples directory 2021-06-14 16:58:32 +02:00
Simen Bekkhus b931b3c924
chore: add test verifying PnP works (#11513)
Co-authored-by: Kristoffer K. <merceyz@users.noreply.github.com>
2021-06-03 13:30:02 +02:00
Simen Bekkhus b5aa00204e
fix: loosen engine requirement of jest-worker (#11451) 2021-05-26 15:38:22 +02:00
Simen Bekkhus 0a902e10e0
chore: update prettier to 2.3 (#11397) 2021-05-11 07:57:07 +02:00
Ahn b3f9e4ac66
test(e2e): exclude several sub folders in e2e/presets from clean e2e (#11242) 2021-03-26 08:41:48 +01:00
Tim Seckinger 42f78d4923
perf(jest-runtime): load `chalk` only once per worker (#10864) 2021-02-11 09:20:10 +01:00
Simen Bekkhus 15ca29c539
chore: verify TS project references are correct (#10941) 2020-12-11 13:00:04 +01:00
Simen Bekkhus a640584a58
fix: move binary file declaration from runtime to repl (#10925) 2020-12-07 13:32:56 +01:00
Simen Bekkhus 2b30d8b8b0
fix: vendor node crawler from sane (#10919) 2020-12-05 15:57:05 +01:00
Simen Bekkhus 034cd34318
chore: migrate pretty-format to ESM (#10515) 2020-11-26 19:55:11 +01:00
Tim Seckinger e66a0e8880
chore: make requiring from outside the Jest VM easier w/ a Babel plugin (#10824) 2020-11-14 19:16:44 +01:00
Simen Bekkhus 6392dbd9a0
chore: add `exports` field to all `package.json`s (#9921) 2020-11-04 18:30:09 +01:00
Simen Bekkhus 54955a4302
fix: drop support for node 13 (#10685) 2020-11-04 17:44:50 +01:00
Simen Bekkhus f9132f9106
chore: sort imports alphabetically (#10757) 2020-10-31 20:48:50 +01:00
Simen Bekkhus 621b8ea752
chore: fix some `ban-types` violations (#10510) 2020-09-14 13:35:12 +02:00
Simen Bekkhus c5785b9a71
chore: clean types of circus initialization types (#10483) 2020-09-07 07:07:24 +02:00
Simen Bekkhus 09e967bb73
fix: lower minimum node version for pretty-format (#10435) 2020-08-22 14:05:17 +02:00
Josh Kelly 321838f7d1
fix(worker): downgrade minimum required node version to 10.13 (#10352) 2020-08-02 15:47:03 +02:00
Gareth Jones fe5b29aa87
chore: remove unused errors in `catch`s, and `reject` parameters (#10354) 2020-08-02 12:22:46 +02:00
Simen Bekkhus a73f46dea2
chore: use async-await in buildTs script (#10249) 2020-07-05 23:52:23 +02:00
Simen Bekkhus 444e62fe63
Add missing dependency on `@types/node` to all packages (#10248) 2020-07-05 22:39:57 +02:00
Simen Bekkhus 7946ba6377
chore: use yarn berry (#10188)
Co-authored-by: Maël Nison <nison.mael@gmail.com>
2020-07-05 17:06:55 +02:00
Wojciech Maj 224d340e23
Replace non-inclusive terms with alternatives in internal scripts (#10234) 2020-07-03 11:41:57 +02:00
Bogdan Chadkin 17c3f14053
chore: replace `make-dir` with `fs.mkdir` (#10136) 2020-06-23 16:57:11 +02:00
Simen Bekkhus 9ffd368330
chore: upgrade to typescript 3.9 (#10031) 2020-05-13 13:01:02 +02:00
Simen Bekkhus 4087075c88
chore: remove lingering typesVersion check 2020-05-02 10:37:37 +02:00
Simen Bekkhus f776624a7c
chore: require minimum typescript@3.8 (#9823) 2020-05-02 09:28:03 +01:00
Christoph Nakazawa 687089be9f
Remove es5 builds (#9945) 2020-05-02 09:19:22 +01:00
Simen Bekkhus 7e37b0ff06
fix: use graceful-fs all over instead of monkey patching fs (#9443) 2020-04-28 20:23:52 +02:00
Jack Bates c024dec130
fix: don't /// <reference types="jest" /> (#9875) 2020-04-24 09:53:25 +02:00
Simen Bekkhus 1c2011dbce
chore: verify all packages have the same engine requirement (#9871) 2020-04-23 20:19:29 +02:00
Simen Bekkhus 2882d2848c
feat: add `@jest/globals` package for importing globals explicitly (#9801) 2020-04-12 18:22:51 +02:00
Simen Bekkhus 8aea97274b
chore(website): add copy button the code blocks (#9750) 2020-04-04 14:05:02 +02:00
Simen Bekkhus ab707b0f52
fix: ensure all packages correctly downlevel TS files (#9715) 2020-03-26 21:23:00 +01:00
Simen Bekkhus d4057ce23b
fix: downlevel .d.ts files for compat with older TS versions (#9705) 2020-03-26 09:55:58 +01:00
Simen Bekkhus 244f7dc731
chore: update to prettier@2 (#9692) 2020-03-23 20:56:37 +01:00
Lucas Azzola 83aad6978a
Handle ERR_REQUIRE_ESM when reading configuration (#9573) 2020-02-16 09:05:20 +01:00
Simen Bekkhus 327b26b317
chore: use node script for cleaning scripts (#9547) 2020-02-10 12:51:07 +01:00
Simen Bekkhus 496f54afa1 chore: upgrade dependencies and land changes for yarn berry (#9545) 2020-02-10 01:31:48 +01:00
Simen Bekkhus c9250bcff4
chore: correct logging in local build watch mode 2020-02-09 01:51:11 +01:00
Simen Bekkhus cd6f7553ad
chore: replace mkdirp with make-dir (#9486) 2020-01-31 11:43:13 +01:00
Simen Bekkhus bc195e4f17
chore: more cleanups 2020-01-28 12:40:01 +01:00
Simen Bekkhus e818dca70b
feat: add support for .mjs config (#9431) 2020-01-21 15:58:50 +01:00
Simen Bekkhus 7f69176c6f
chore: bump deps (#9394) 2020-01-10 20:37:11 +01:00
Simen Bekkhus 6f9bbf5cac
chore: use chokidar for watch script (#9226) 2019-11-24 15:20:57 +01:00
Simen Bekkhus edde5110df
chore: avoid double logging [skip ci] 2019-11-22 11:06:38 +01:00
Simen Bekkhus bba72c149f
chore: run tsc and linting as GH action (#9223) 2019-11-22 09:34:25 +01:00