Skip to content

Commit 395ee44

Browse files
nodejs-github-botaduh95
authored andcommittedNov 2, 2024
deps: update corepack to 0.28.2
PR-URL: #53253 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
1 parent 5c46782 commit 395ee44

File tree

4 files changed

+2535
-2755
lines changed

4 files changed

+2535
-2755
lines changed
 

Diff for: ‎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

Diff for: ‎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

Diff for: ‎deps/corepack/dist/lib/corepack.cjs

+2,524-2,752
Large diffs are not rendered by default.

Diff for: ‎deps/corepack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "corepack",
3-
"version": "0.28.1",
3+
"version": "0.28.2",
44
"homepage": "https://github.com/nodejs/corepack#readme",
55
"bugs": {
66
"url": "https://github.com/nodejs/corepack/issues"

0 commit comments

Comments
 (0)
Please sign in to comment.