Skip to content

Commit f302c2b

Browse files
deps: update corepack to 0.28.2
PR-URL: #53253 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
1 parent 55c95a7 commit f302c2b

File tree

4 files changed

+2535
-2755
lines changed

4 files changed

+2535
-2755
lines changed

deps/corepack/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.28.2](https://github.com/nodejs/corepack/compare/v0.28.1...v0.28.2) (2024-05-31)
4+
5+
6+
### Features
7+
8+
* update package manager versions ([#481](https://github.com/nodejs/corepack/issues/481)) ([e1abb83](https://github.com/nodejs/corepack/commit/e1abb832416a793b490b2b51b4082fe822fc932c))
9+
310
## [0.28.1](https://github.com/nodejs/corepack/compare/v0.28.0...v0.28.1) (2024-05-10)
411

512

deps/corepack/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ same major line. Should you need to upgrade to a new major, use an explicit
247247
prevent Corepack showing the URL when it needs to download software, or can be
248248
set to `1` to have the URL shown. By default, when Corepack is called
249249
explicitly (e.g. `corepack pnpm …`), it is set to `0`; when Corepack is called
250-
implicitely (e.g. `pnpm …`), it is set to `1`.
250+
implicitly (e.g. `pnpm …`), it is set to `1`.
251251
When standard input is a TTY and no CI environment is detected, Corepack will
252252
ask for user input before starting the download.
253253

@@ -304,7 +304,8 @@ same major line. Should you need to upgrade to a new major, use an explicit
304304

305305
### Networking
306306

307-
There are a wide variety of networking issues that can occur while running `corepack` commands. Things to check:
307+
There are a wide variety of networking issues that can occur while running
308+
`corepack` commands. Things to check:
308309

309310
- Make sure your network connection is active.
310311
- Make sure the host for your request can be resolved by your DNS; try using

0 commit comments

Comments
 (0)