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 e55389c

Browse filesBrowse files
nodejs-github-botdanielleadams
authored andcommitted
deps: update corepack to 0.14.0
PR-URL: #44509 Backport-PR-URL: #43760 Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Feng Yu <F3n67u@outlook.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 0227462 commit e55389c
Copy full SHA for e55389c

File tree

Expand file treeCollapse file tree

5 files changed

+108
-66
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

5 files changed

+108
-66
lines changed
Open diff view settings
Collapse file

‎deps/corepack/CHANGELOG.md‎

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

3+
## [0.14.0](https://github.com/nodejs/corepack/compare/v0.13.0...v0.14.0) (2022-09-02)
4+
5+
6+
### Features
7+
8+
* add `COREPACK_ENABLE_STRICT` env variable ([#167](https://github.com/nodejs/corepack/issues/167)) ([92b52f6](https://github.com/nodejs/corepack/commit/92b52f6b4918aff968c0942b89fc722ebf57bce2))
9+
* update package manager versions ([#170](https://github.com/nodejs/corepack/issues/170)) ([6f70bfc](https://github.com/nodejs/corepack/commit/6f70bfc4b6a8a57cccb1ff9cbf2f49240648f1ed))
10+
11+
12+
### Bug Fixes
13+
14+
* handle tags including numbers in `prepare` command ([#165](https://github.com/nodejs/corepack/issues/165)) ([5a0727b](https://github.com/nodejs/corepack/commit/5a0727b43976e0dc299151876c0dde2c4a85174d))
15+
316
## [0.13.0](https://github.com/nodejs/corepack/compare/v0.12.3...v0.13.0) (2022-08-19)
417

518

Collapse file

‎deps/corepack/README.md‎

Copy file name to clipboardExpand all lines: deps/corepack/README.md
+8-2Lines changed: 8 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,18 @@ This command will retrieve the given package manager from the specified archive
111111

112112
## Environment Variables
113113

114-
- `COREPACK_ENABLE_NETWORK` can be set to `0` to prevent Corepack from accessing the network (in which case you'll be responsible for hydrating the package manager versions that will be required for the projects you'll run, using `corepack hydrate`).
115-
116114
- `COREPACK_DEFAULT_TO_LATEST` can be set to `0` in order to instruct Corepack
117115
not to lookup on the remote registry for the latest version of the selected
118116
package manager.
119117

118+
- `COREPACK_ENABLE_NETWORK` can be set to `0` to prevent Corepack from accessing
119+
the network (in which case you'll be responsible for hydrating the package
120+
manager versions that will be required for the projects you'll run, using
121+
`corepack hydrate`).
122+
123+
- `COREPACK_ENABLE_STRICT` can be set to `0` to prevent Corepack from checking
124+
if the package manager corresponds to the one defined for the current project.
125+
120126
- `COREPACK_HOME` can be set in order to define where Corepack should install
121127
the package managers. By default it is set to `%LOCALAPPDATA%\node\corepack`
122128
on Windows, and to `$HOME/.cache/node/corepack` everywhere else.

0 commit comments

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