| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8f9e0c4 commit 10426f1
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,29 @@ | |||
| 1 | 1 | # Changelog | |
| 2 | 2 | ||
| 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 | + | ||
| 3 | 27 | ## [0.34.7](https://github.com/nodejs/corepack/compare/v0.34.6...v0.34.7) (2026-04-17) | |
| 4 | 28 | ||
| 5 | 29 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -328,8 +328,6 @@ same major line. Should you need to upgrade to a new major, use an explicit | |||
| 328 | 328 | Only keys that start with `COREPACK_` and are not in the exception list | |
| 329 | 329 | (`COREPACK_ENABLE_DOWNLOAD_PROMPT` and `COREPACK_ENV_FILE` are ignored) | |
| 330 | 330 | 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. | ||
| 333 | 331 | ||
| 334 | 332 | - `COREPACK_HOME` can be set in order to define where Corepack should install | |
| 335 | 333 | 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 | |||
| 352 | 350 | empty password, explicitly set `COREPACK_NPM_PASSWORD` to an empty string. | |
| 353 | 351 | ||
| 354 | 352 | - `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). | ||
| 356 | 354 | ||
| 357 | 355 | - `COREPACK_INTEGRITY_KEYS` can be set to an empty string or `0` to | |
| 358 | 356 | instruct Corepack to skip integrity checks, or to a JSON string containing | |
| Back | FazBrowse Home | New Git URL |
0 commit comments