Commit Graph

12 Commits

Author SHA1 Message Date
Wojciech Maj 06e5872189
chore: adjust tsconfig.json settings (#532)
Because Corepack is bundled with esbuild, the correct, recommended tsconfig.json settings are:
- module: preserve
- moduleResolution: bundler

This ensures that modules are resolved the way esbuild resolves them, and opens us to using e.g. package.json exports (which will come in handy in the next PR in which I update tar dependency).
2024-07-17 11:19:03 +02:00
Wojciech Maj 932bd4edb9
chore: replace `ts-node` with `tsx` (#518) 2024-07-12 14:42:57 +02:00
Antoine du Hamel 787e24df60
chore: update supported Node.js versions (#309)
BREAKING CHANGE: remove support for Node.js 16.x
2023-09-15 10:42:51 +02:00
Antoine du Hamel 74f679d8a7
chore: update supported Node.js versions (#258)
BREAKING CHANGE: remove support for Node.js 14.x
2023-05-19 10:29:33 +02:00
Kristoffer K 84e6e1d018
chore: add `engines.node` to `package.json` (#227)
And bump the target from ES2017 to ES2020.
2023-01-07 09:01:24 +01:00
Paul Soporan 5ff6e82028
perf: load binaries in the same process (#97) 2022-04-08 00:07:29 +02:00
Kristoffer K 5cfc6c9df0
fix: handle parallel installs (#84)
* fix: handle parallel installs

* build: skip unnecessary shims
2022-02-02 23:25:33 +01:00
Maël Nison ee2d45de0d
Modernize the dependencies (#36)
* Upgrade dependencies

* Uses a more recent Yarn version as jumper

* Linting

* Fixes Nock recordings

* Replaces git tags by urls

* Updates nock records
2021-05-31 14:35:56 +02:00
Maël Nison 1a3db689dc
Implements enable / disable (#11)
* Implements enable / disable

* Adds tests

* Debugs GH-only crash

* Fixes CI by running the build beforehand

* Fixes build
2020-09-30 00:23:24 +02:00
Maël Nison 8c29576ca8 Refactors the code 2020-08-03 18:54:16 +02:00
Maël Nison c99569c283 Improvements 2020-03-19 00:19:52 +01:00
Maël Nison c12bf5e1ce First commit 2020-03-12 16:28:55 +01:00