Skip to content

Commit b6972c9

Browse files
nodejs-github-botdanielleadams
authored andcommittedOct 1, 2022
deps: update corepack to 0.12.1
PR-URL: #43965 Backport-PR-URL: #43760 Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com>
1 parent 9d6cb3b commit b6972c9

4 files changed

+737
-173
lines changed
 

‎deps/corepack/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.12.1](https://github.com/nodejs/corepack/compare/v0.12.0...v0.12.1) (2022-07-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **doc:** update DESIGN.md s/engines.pm/packageManager/ ([#141](https://github.com/nodejs/corepack/issues/141)) ([d6039c5](https://github.com/nodejs/corepack/commit/d6039c5b16cdddb33069b9aa864854ed16d17e4e))
9+
* update package manager versions ([#146](https://github.com/nodejs/corepack/issues/146)) ([fdb187a](https://github.com/nodejs/corepack/commit/fdb187a640de77df9b3688623ba510bdafda8702))
10+
311
## [0.12.0](https://github.com/nodejs/corepack/compare/v0.11.2...v0.12.0) (2022-07-09)
412

513

‎deps/corepack/dist/corepack.js

+238-121
Large diffs are not rendered by default.

‎deps/corepack/dist/vendors-_yarn_berry_cache_proxy-agent-npm-5_0_0-41772f4b01-9_zip_node_modules_proxy-agent_index_js.js

+487-48
Large diffs are not rendered by default.

‎deps/corepack/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "corepack",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"homepage": "https://github.com/nodejs/corepack#readme",
55
"bugs": {
66
"url": "https://github.com/nodejs/corepack/issues"
@@ -10,14 +10,14 @@
1010
"url": "https://github.com/nodejs/corepack.git"
1111
},
1212
"license": "MIT",
13-
"packageManager": "yarn@4.0.0-rc.6",
13+
"packageManager": "yarn@4.0.0-rc.14+sha224.d3bee29dce07417588d640327d44f1e0b8182c240bc2beb0b81ccf6e",
1414
"devDependencies": {
1515
"@babel/core": "^7.14.3",
1616
"@babel/plugin-transform-modules-commonjs": "^7.14.0",
1717
"@babel/preset-typescript": "^7.13.0",
1818
"@types/debug": "^4.1.5",
19-
"@types/jest": "^27.0.0",
20-
"@types/node": "^17.0.10",
19+
"@types/jest": "^28.0.0",
20+
"@types/node": "^18.0.0",
2121
"@types/semver": "^7.1.0",
2222
"@types/tar": "^6.0.0",
2323
"@types/which": "^2.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.