| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3c5764a commit 4c3e965
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,21 @@ | |||
| 1 | 1 | # Changelog | |
| 2 | 2 | ||
| 3 | + ## [0.26.0](https://github.com/nodejs/corepack/compare/v0.25.2...v0.26.0) (2024-03-08) | ||
| 4 | + | ||
| 5 | + | ||
| 6 | + ### Features | ||
| 7 | + | ||
| 8 | + * Pins the package manager as it's used for the first time ([#413](https://github.com/nodejs/corepack/issues/413)) ([8b6c6d4](https://github.com/nodejs/corepack/commit/8b6c6d4b2b7a9d61ae6c33c07e12354bd5afc2ba)) | ||
| 9 | + * update package manager versions ([#415](https://github.com/nodejs/corepack/issues/415)) ([e8edba7](https://github.com/nodejs/corepack/commit/e8edba771bca6fb10c855c04eee8102ffa792d58)) | ||
| 10 | + | ||
| 11 | + | ||
| 12 | + ### Bug Fixes | ||
| 13 | + | ||
| 14 | + * group the download prompt together ([#391](https://github.com/nodejs/corepack/issues/391)) ([00506b2](https://github.com/nodejs/corepack/commit/00506b2a15dd87ec03240578077a35b7980e00c1)) | ||
| 15 | + * ignore `EROFS` errors ([#421](https://github.com/nodejs/corepack/issues/421)) ([b7ec137](https://github.com/nodejs/corepack/commit/b7ec137210efd35c3461321b6434e3e13a87d42f)) | ||
| 16 | + * improve support for `COREPACK_NPM_REGISTRY` with Yarn Berry ([#396](https://github.com/nodejs/corepack/issues/396)) ([47be27c](https://github.com/nodejs/corepack/commit/47be27c9db988e10f651d23b3f53bcf55318a894)) | ||
| 17 | + * Windows malicious file analysis waiting problem ([#398](https://github.com/nodejs/corepack/issues/398)) ([295a1cd](https://github.com/nodejs/corepack/commit/295a1cdb9cbbbce8434e8d82b96eb63e57c46c1a)) | ||
| 18 | + | ||
| 3 | 19 | ## [0.25.2](https://github.com/nodejs/corepack/compare/v0.25.1...v0.25.2) (2024-02-21) | |
| 4 | 20 | ||
| 5 | 21 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -235,6 +235,12 @@ same major line. Should you need to upgrade to a new major, use an explicit | |||
| 235 | 235 | package manager, and to not update the Last Known Good version when it | |
| 236 | 236 | downloads a new version of the same major line. | |
| 237 | 237 | ||
| 238 | + - `COREPACK_ENABLE_AUTO_PIN` can be set to `0` to prevent Corepack from | ||
| 239 | + updating the `packageManager` field when it detects that the local package | ||
| 240 | + doesn't list it. In general we recommend to always list a `packageManager` | ||
| 241 | + field (which you can easily set through `corepack use [name]@[version]`), as | ||
| 242 | + it ensures that your project installs are always deterministic. | ||
| 243 | + | ||
| 238 | 244 | - `COREPACK_ENABLE_DOWNLOAD_PROMPT` can be set to `0` to | |
| 239 | 245 | prevent Corepack showing the URL when it needs to download software, or can be | |
| 240 | 246 | set to `1` to have the URL shown. By default, when Corepack is called | |
@@ -303,10 +309,6 @@ There are a wide variety of networking issues that can occur while running `core | |||
| 303 | 309 | ||
| 304 | 310 | See [`CONTRIBUTING.md`](./CONTRIBUTING.md). | |
| 305 | 311 | ||
| 306 | - ## Design | ||
| 307 | - | ||
| 308 | - See [`DESIGN.md`](/DESIGN.md). | ||
| 309 | - | ||
| 310 | 312 | ## License (MIT) | |
| 311 | 313 | ||
| 312 | 314 | See [`LICENSE.md`](./LICENSE.md). | |
| Back | FazBrowse Home | New Git URL |
0 commit comments