github-actions[bot]
3e3b04619c
feat: update package manager versions ( #492 )
2024-07-12 12:59:07 +00:00
github-actions[bot]
e1abb83241
feat: update package manager versions ( #481 )
2024-05-31 10:14:53 +00:00
github-actions[bot]
985895bccb
feat: update package manager versions ( #469 )
2024-05-10 08:21:32 +00:00
github-actions[bot]
56816c2b7e
feat: update package manager versions ( #462 )
2024-04-19 07:57:43 +00:00
github-actions[bot]
1423190564
feat: update package manager versions ( #425 )
2024-04-13 14:16:04 +00:00
Antoine du Hamel
e561dd00bb
feat: verify integrity signature when downloading from npm registry ( #432 )
...
When the user has not provided any hash (so when running `corepack up`/`corepack use …`), and the package manager is downloaded from the npm registry, we can verify the signature.
BREAKING CHANGE: attempting to download a version from the npm registry (or a mirror) that was published using the now deprecated PGP signature without providing a hash will trigger an error. Users can disable the signature verification using a environment variable.
2024-04-12 22:49:11 +00:00
zhyupe
467216281e
fix: hash check when downloading Yarn Berry from npm ( #439 )
...
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Co-authored-by: Maël Nison <nison.mael@gmail.com>
2024-04-01 14:27:26 +02:00
github-actions[bot]
e8edba771b
feat: update package manager versions ( #415 )
2024-03-08 08:48:16 +00:00
Maël Nison
3958d26462
Update config.json ( #410 )
2024-03-03 13:51:13 +01:00
github-actions[bot]
1423312a0e
feat: update package manager versions ( #362 )
2024-02-21 04:11:13 +00:00
github-actions[bot]
cc3ada73bc
feat: update package manager versions ( #348 )
2024-01-13 01:04:10 +00:00
github-actions[bot]
cfcc28047a
feat: update package manager versions ( #330 )
2023-12-29 23:48:14 +01:00
Maël Nison
0717c6af89
feat(yarn): fallback to npm when `COREPACK_NPM_REGISTRY` is set ( #339 )
...
Yarn publishing its versions on its own was inconvenient for people using private npm mirrors, so it makes sense to offer a way to fallback to the npm store when requested. This diff changes the logic so that we use the `@yarnpkg/cli-dist` package when the `COREPACK_NPM_REGISTRY` variable is set. It should be backward-compatible, since the `registry` field is still the same.
2023-12-29 12:28:27 +01:00
Maël Nison
e8ae337022
Switches Yarn to the "aliases" field ( #340 )
2023-12-20 20:58:36 +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
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
github-actions[bot]
53457747a2
feat: update package manager versions ( #272 )
2023-06-13 12:30:48 +00: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]
5bfac11715
feat: update package manager versions ( #205 )
2022-11-04 01:38:14 +01:00
github-actions[bot]
0ec3a73847
feat: update package manager versions ( #193 )
2022-10-28 04:30:11 +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
Antoine du Hamel
055b92807f
feat: download the latest version instead of a pinned one ( #134 )
...
Fixes: https://github.com/nodejs/corepack/issues/93
2022-08-19 23:53:18 +02:00
github-actions[bot]
af38d5afbb
feat: update package manager versions ( #163 )
2022-08-19 10:32:41 +02:00
github-actions[bot]
ad092a7fb4
feat: update package manager versions ( #160 )
2022-08-12 10:18:19 +02:00
github-actions[bot]
4b95fd3b92
feat: update package manager versions ( #154 )
2022-08-05 11:16:21 +02:00
github-actions[bot]
fdb187a640
fix: update package manager versions ( #146 )
2022-07-21 22:45:54 +02:00
github-actions[bot]
cd0dcade85
feat: update package manager versions ( #139 )
2022-07-09 01:34:51 +02:00
github-actions[bot]
2470f58b74
feat: update package manager versions ( #129 )
2022-06-24 01:02:33 +02:00
github-actions[bot]
f990c968c7
chore: update package manager versions ( #120 )
...
Co-authored-by: Create or Update Pull Request Action <create-or-update-pull-request@users.noreply.github.com>
2022-06-11 12:55:40 +02:00
Maël Nison
2b7180eff8
Updates package manager versions ( #106 )
...
* Update config.json
* Update config.json
2022-05-28 11:54:55 +02:00
Jack Works
e082364789
Update config.json ( #103 )
2022-05-15 10:40:18 +02:00
Maël Nison
1d41c48480
chore: auto-sync package manager versions ( #88 )
...
* chore: auto-sync package manager versions
* Disables nock
* Removes check for newline
2022-02-07 22:47:09 +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
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
a11e796f7f
Adds support for executing arbitrary versions of packages managers ( #39 )
2021-07-05 22:11:23 +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