Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 83e98f7

Browse filesBrowse files
nodejs-github-botaduh95
authored andcommitted
deps: update corepack to 0.35.0
PR-URL: #63375 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent f68189b commit 83e98f7
Copy full SHA for 83e98f7

4 files changed

+10,514-19,701Lines changed: 10514 additions & 19701 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎deps/corepack/CHANGELOG.md‎

Copy file name to clipboardExpand all lines: deps/corepack/CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [0.35.0](https://github.com/nodejs/corepack/compare/v0.34.7...v0.35.0) (2026-05-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Drop support for Node.js 20 and Node.js 25.
9+
* Switching to Node.js built-in proxy support, meaning that proxy support is now
10+
gated by having `NODE_USE_ENV_PROXY` set as an environment variable.
11+
12+
### Features
13+
14+
* update package manager versions ([#820](https://github.com/nodejs/corepack/issues/820)) ([fdbd751](https://github.com/nodejs/corepack/commit/fdbd751d9851a50730925de053e9722963c2e135))
15+
16+
17+
### Bug Fixes
18+
19+
* target node 22.22.2 in esbuild ([#845](https://github.com/nodejs/corepack/issues/845)) ([0f01502](https://github.com/nodejs/corepack/commit/0f01502fd8832649a573bc68e1851128f547646d))
20+
21+
22+
### Miscellaneous Chores
23+
24+
* **deps:** bump engine support matrix ([88c602a](https://github.com/nodejs/corepack/commit/88c602a6ea3f75bf30dc1d071bdb488fae2c8276))
25+
* **deps:** drop Undici and `proxy-from-env` ([8167b0d](https://github.com/nodejs/corepack/commit/8167b0d65acc091af464ead019f7485cb512082f))
26+
327
## [0.34.7](https://github.com/nodejs/corepack/compare/v0.34.6...v0.34.7) (2026-04-17)
428

529

Collapse file

‎deps/corepack/README.md‎

Copy file name to clipboardExpand all lines: deps/corepack/README.md
+1-3Lines changed: 1 addition & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,6 @@ same major line. Should you need to upgrade to a new major, use an explicit
328328
Only keys that start with `COREPACK_` and are not in the exception list
329329
(`COREPACK_ENABLE_DOWNLOAD_PROMPT` and `COREPACK_ENV_FILE` are ignored)
330330
will be taken into account.
331-
For Node.js 18.x users, this setting has no effect as that version doesn't
332-
support parsing of `.env` files.
333331

334332
- `COREPACK_HOME` can be set in order to define where Corepack should install
335333
the package managers. By default it is set to `%LOCALAPPDATA%\node\corepack`
@@ -352,7 +350,7 @@ same major line. Should you need to upgrade to a new major, use an explicit
352350
empty password, explicitly set `COREPACK_NPM_PASSWORD` to an empty string.
353351

354352
- `HTTP_PROXY`, `HTTPS_PROXY`, and `NO_PROXY` are supported through
355-
[`proxy-from-env`](https://github.com/Rob--W/proxy-from-env).
353+
[`NODE_USE_ENV_PROXY=1`](https://nodejs.org/api/cli.html#node_use_env_proxy1).
356354

357355
- `COREPACK_INTEGRITY_KEYS` can be set to an empty string or `0` to
358356
instruct Corepack to skip integrity checks, or to a JSON string containing

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.