Commit Graph

37 Commits

Author SHA1 Message Date
Maël Nison 9bee415081
feat: add support for rangeless commands (#338)
This diff makes it possible to run the CLI commands without an explicit range, in which case we use an implicit `*`, e.g.: `corepack install -g yarn`.
2023-12-29 13:00:38 +01:00
github-actions[bot] 450cd332d0
feat: update package manager versions (#325) 2023-11-05 10:29:19 +00:00
github-actions[bot] 0bd2577bb4
feat: update package manager versions (#318) 2023-10-20 08:29:28 +00:00
Kristoffer K 2533d12887
test: check that a semver version is required (#312) 2023-10-09 00:33:54 +02:00
github-actions[bot] 503e135878
feat: update package manager versions (#297) 2023-10-08 07:14:49 +00:00
github-actions[bot] be9c286846
feat: update package manager versions (#292) 2023-08-28 22:28:49 +00:00
Maël Nison fe3e5cd86c
Refactoring of the CLI interface (#291)
* Refactoring of the CLI interface

* Updates the Nock snapshots

* Regenerates the Nock files on Node 16

* Update README.md

* Adds --cache-only to corepack install -g

* Fixes hash generation
2023-08-28 22:01:48 +02:00
github-actions[bot] b8a4a52931
feat: update package manager versions (#282) 2023-07-28 14:32:00 +00:00
github-actions[bot] 4188f2b467
feat: update package manager versions (#280) 2023-06-24 14:58:48 +00:00
Kristoffer K be2489cd0a
feat: support ESM (#270) 2023-06-13 17:18:46 +02:00
github-actions[bot] 53457747a2
feat: update package manager versions (#272) 2023-06-13 12:30:48 +00:00
Kristoffer K 17d1f3dd41
fix: don't override `process.exitCode` (#268)
* fix: don't override exit codes

* chore: update nock files
2023-05-24 00:31:58 +02:00
github-actions[bot] 7b61ff6bc7
feat: update package manager versions (#256) 2023-05-19 09:54:17 +00:00
github-actions[bot] 2507e9b317
feat: update package manager versions (#249) 2023-04-07 12:32:36 +02:00
github-actions[bot] 673f3b7f18
feat: update package manager versions (#245) 2023-03-17 09:57:50 +01:00
github-actions[bot] 5141639af8
feat: update package manager versions (#242) 2023-02-24 18:30:08 +01:00
github-actions[bot] bb000f9c10
feat: update package manager versions (#228) 2023-02-17 01:15:00 +01:00
github-actions[bot] f84cfcb00f
feat: update package manager versions (#215) 2022-12-30 02:37:34 +01:00
github-actions[bot] c536c0c27c
feat: update package manager versions (#211) 2022-11-25 10:49:08 +01:00
github-actions[bot] b39e071410
chore(main): release 0.15.1 (#206) 2022-11-04 05:32:13 +01:00
Gamadril 7b5f2f9fcb
fix: recreate cache folder if necessary (#200)
Fixes: https://github.com/nodejs/corepack/issues/198
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2022-10-28 04:53:10 +02:00
github-actions[bot] 0ec3a73847
feat: update package manager versions (#193) 2022-10-28 04:30:11 +02:00
Kenrick 5eadc50192
feat: when strict checking is off, treat like transparent (#197) 2022-10-24 17:06:47 +02:00
github-actions[bot] 84ae3139e4
feat: update package manager versions (#184) 2022-09-24 15:07:46 +02:00
github-actions[bot] 0b88dcbaaf
feat: update package manager versions (#179) 2022-09-16 11:08:50 +02:00
github-actions[bot] 6f70bfc4b6
feat: update package manager versions (#170) 2022-09-02 14:36:19 +02:00
Teppei Sato 5a0727b439
fix: handle tags including numbers in `prepare` command (#165)
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2022-09-01 20:24:03 +02:00
Antoine du Hamel c0df287a57
chore: reduce test flakiness (#168) 2022-09-01 11:44:17 +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 3b2961aaa8
Bump Yarn to 1.22.15 (#58)
* Update config.json

* Bumps to 1.22.15
2021-10-06 11:51:27 +02:00
Maël Nison 31dce75d0f
Makes the tests stable (#60)
* Makes the tests stable

* Removes debug
2021-10-06 11:21:40 +02:00
Maël Nison 545f90f2b9
Updates the checked-in known good versions (#40)
* Updates the checked-in known good versions

* Bumps version

* Bumps Yarn

* Updates the http recordings
2021-07-27 11:09:12 +02:00
Maël Nison b77ed59321
Set of tweaks (#38)
* Inlines tar rather than move it as a separate vendor

* Updates network queries
2021-07-05 12:05:32 +02:00
Masashi Hirano 8ff2499e83
fix: bin file name for pnpm >=6.0 (#35)
* fix: bin file name for pnpm >=6.0

* Adds test

* Adds nock entry

Co-authored-by: Maël Nison <nison.mael@gmail.com>
2021-05-31 17:03:20 +02: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 fa627ba513
Turns `--cache-only` into `--output` (#23)
* Inverses the workflow

* Adds support for multiple package managers per archive

* Updates the readme

* Fixes --all check
2020-10-08 20:23:12 +02:00
Maël Nison 6f8c086b99
Windows CI (#21)
* Update ci.yml

* Implements ls-remote without spawning the git binary

* Implements enable/disable for Windows

* Triggers CI

* Mocks HTTP calls

* Fixes the shell on Windows

* Increases the timeout, thanks Windows
2020-10-03 21:18:23 +02:00