Skip to content

Commit f70a59f

Browse files
nodejs-github-bottargos
authored andcommitted
deps: update corepack to 0.23.0
PR-URL: #50563 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent 479c1ea commit f70a59f

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

deps/corepack/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.23.0](https://github.com/nodejs/corepack/compare/v0.22.0...v0.23.0) (2023-11-05)
4+
5+
6+
### Features
7+
8+
* update package manager versions ([#325](https://github.com/nodejs/corepack/issues/325)) ([450cd33](https://github.com/nodejs/corepack/commit/450cd332d00d3428f49ed09a4235bd12139931c9))
9+
310
## [0.22.0](https://github.com/nodejs/corepack/compare/v0.21.0...v0.22.0) (2023-10-21)
411

512

deps/corepack/dist/lib/corepack.cjs

+4-4
Original file line numberDiff line numberDiff line change
@@ -41948,7 +41948,7 @@ function String2(descriptor, ...args) {
4194841948
}
4194941949

4195041950
// package.json
41951-
var version = "0.22.0";
41951+
var version = "0.23.0";
4195241952

4195341953
// sources/Engine.ts
4195441954
var import_fs3 = __toESM(require("fs"));
@@ -41960,7 +41960,7 @@ var import_semver3 = __toESM(require_semver2());
4196041960
var config_default = {
4196141961
definitions: {
4196241962
npm: {
41963-
default: "10.2.1+sha1.41fd6626a08d4167b8639edd272ecf9735e7ceaf",
41963+
default: "10.2.3+sha1.f30ed73c400685ab52bf3f21cd3fcab1c5b007ce",
4196441964
fetchLatestFrom: {
4196541965
type: "npm",
4196641966
package: "npm"
@@ -41997,7 +41997,7 @@ var config_default = {
4199741997
}
4199841998
},
4199941999
pnpm: {
42000-
default: "8.9.2+sha1.5f2fa48d614263457cf5d7fb7be8b878da318d87",
42000+
default: "8.10.2+sha1.e0b68270e89c817ff88b7be62466a2128c53af02",
4200142001
fetchLatestFrom: {
4200242002
type: "npm",
4200342003
package: "pnpm"
@@ -42061,7 +42061,7 @@ var config_default = {
4206142061
package: "yarn"
4206242062
},
4206342063
transparent: {
42064-
default: "3.6.4+sha224.4b0b0a9cf41b177779b701850108387d3189ba7c93bd1a535fafbf72",
42064+
default: "4.0.1+sha224.ca5d6f5a8aecd0801adc32f775675b01961bdc2383867d36f4732a0a",
4206542065
commands: [
4206642066
[
4206742067
"yarn",

deps/corepack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "corepack",
3-
"version": "0.22.0",
3+
"version": "0.23.0",
44
"homepage": "https://github.com/nodejs/corepack#readme",
55
"bugs": {
66
"url": "https://github.com/nodejs/corepack/issues"

0 commit comments

Comments
 (0)