Skip to content

Commit

Permalink
deps: update corepack to 0.17.0
Browse files Browse the repository at this point in the history
PR-URL: #46842
Backport-PR-URL: #45644
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
  • Loading branch information
nodejs-github-bot authored and BethGriggs committed Mar 23, 2023
1 parent 748bc96 commit 962a747
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
16 changes: 16 additions & 0 deletions deps/corepack/CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog

## [0.17.0](https://github.com/nodejs/corepack/compare/v0.16.0...v0.17.0) (2023-02-24)


### ⚠ BREAKING CHANGES

* add `"exports"` to the `package.json` ([#239](https://github.com/nodejs/corepack/issues/239))

### Features

* update package manager versions ([#242](https://github.com/nodejs/corepack/issues/242)) ([5141639](https://github.com/nodejs/corepack/commit/5141639af8198a343105be1e98a74f7c9e152472))


### Bug Fixes

* add `"exports"` to the `package.json` ([#239](https://github.com/nodejs/corepack/issues/239)) ([8e12d08](https://github.com/nodejs/corepack/commit/8e12d088dec171c03e90f623895a1fbf867130e6))

## [0.16.0](https://github.com/nodejs/corepack/compare/v0.15.3...v0.16.0) (2023-02-17)


Expand Down
6 changes: 3 additions & 3 deletions deps/corepack/dist/corepack.js
Expand Up @@ -43737,7 +43737,7 @@ function String2(descriptor, ...args) {
}

// package.json
var version = "0.16.0";
var version = "0.17.0";

// sources/Engine.ts
var import_fs3 = __toESM(require("fs"));
Expand All @@ -43749,7 +43749,7 @@ var import_semver3 = __toESM(require_semver2());
var config_default = {
definitions: {
npm: {
default: "9.5.0+sha1.75f0d6d27c0a4cc403cd9e1e68ac574555e3b43d",
default: "9.5.1+sha1.dc74eb85d07d78e24fadc674968a1ea16b18108c",
fetchLatestFrom: {
type: "npm",
package: "npm"
Expand Down Expand Up @@ -43780,7 +43780,7 @@ var config_default = {
}
},
pnpm: {
default: "7.27.0+sha1.572d3b6d6b0ff64f11edd1c4e8774cc7351f1089",
default: "7.27.1+sha1.75c15a7a16389531192dab282e45aacdac1ed4c0",
fetchLatestFrom: {
type: "npm",
package: "pnpm"
Expand Down
5 changes: 4 additions & 1 deletion deps/corepack/package.json
@@ -1,6 +1,6 @@
{
"name": "corepack",
"version": "0.16.0",
"version": "0.17.0",
"homepage": "https://github.com/nodejs/corepack#readme",
"bugs": {
"url": "https://github.com/nodejs/corepack/issues"
Expand All @@ -12,6 +12,9 @@
"engines": {
"node": ">=14.14.0"
},
"exports": {
"./package.json": "./package.json"
},
"license": "MIT",
"packageManager": "yarn@4.0.0-rc.15+sha224.7fa5c1d1875b041cea8fcbf9a364667e398825364bf5c5c8cd5f6601",
"devDependencies": {
Expand Down

0 comments on commit 962a747

Please sign in to comment.