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 20501a7

Browse filesBrowse files
nodejs-github-botmarco-ippolito
authored andcommitted
deps: update corepack to 0.29.4
PR-URL: #54845 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 3ebd316 commit 20501a7
Copy full SHA for 20501a7

File tree

Expand file treeCollapse file tree

3 files changed

+12
-5
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+12
-5
lines changed
Open diff view settings
Collapse file

‎deps/corepack/CHANGELOG.md‎

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

3+
## [0.29.4](https://github.com/nodejs/corepack/compare/v0.29.3...v0.29.4) (2024-09-07)
4+
5+
6+
### Features
7+
8+
* update package manager versions ([#543](https://github.com/nodejs/corepack/issues/543)) ([b819e40](https://github.com/nodejs/corepack/commit/b819e404dbb23c4ae3d5dbe55e21de74d714ee9c))
9+
310
## [0.29.3](https://github.com/nodejs/corepack/compare/v0.29.2...v0.29.3) (2024-07-21)
411

512

Collapse file

‎deps/corepack/dist/lib/corepack.cjs‎

Copy file name to clipboardExpand all lines: deps/corepack/dist/lib/corepack.cjs
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21260,7 +21260,7 @@ function String2(descriptor, ...args) {
2126021260
}
2126121261

2126221262
// package.json
21263-
var version = "0.29.3";
21263+
var version = "0.29.4";
2126421264

2126521265
// sources/Engine.ts
2126621266
var import_fs9 = __toESM(require("fs"));
@@ -21274,7 +21274,7 @@ var import_valid3 = __toESM(require_valid2());
2127421274
var config_default = {
2127521275
definitions: {
2127621276
npm: {
21277-
default: "10.8.2+sha1.3c123c7f14409dc0395478e7269fdbc32ae179d8",
21277+
default: "10.8.3+sha1.e6085b2864fcfd9b1aad7b602601b5a2fc116699",
2127821278
fetchLatestFrom: {
2127921279
type: "npm",
2128021280
package: "npm"
@@ -21311,7 +21311,7 @@ var config_default = {
2131121311
}
2131221312
},
2131321313
pnpm: {
21314-
default: "9.5.0+sha1.8c155dc114e1689d18937974f6571e0ceee66f1d",
21314+
default: "9.9.0+sha1.3edbe440f4e570aa8f049adbd06b9483d55cc2d2",
2131521315
fetchLatestFrom: {
2131621316
type: "npm",
2131721317
package: "pnpm"
@@ -21375,7 +21375,7 @@ var config_default = {
2137521375
package: "yarn"
2137621376
},
2137721377
transparent: {
21378-
default: "4.3.1+sha224.934d21773e22af4b69a7032a2d3b4cb38c1f7c019624777cc9916b23",
21378+
default: "4.4.1+sha224.fd21d9eb5fba020083811af1d4953acc21eeb9f6ff97efd1b3f9d4de",
2137921379
commands: [
2138021380
[
2138121381
"yarn",
Collapse file

‎deps/corepack/package.json‎

Copy file name to clipboardExpand all lines: deps/corepack/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "corepack",
3-
"version": "0.29.3",
3+
"version": "0.29.4",
44
"homepage": "https://github.com/nodejs/corepack#readme",
55
"bugs": {
66
"url": "https://github.com/nodejs/corepack/issues"

0 commit comments

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