Skip to content

Commit fb6324d

Browse files
authored
Merge pull request Homebrew#195770 from Homebrew/corepack-deprecate
corepack: merged into `node`
2 parents c5f60d1 + 22bb0a9 commit fb6324d

File tree

6 files changed

+1
-44
lines changed

6 files changed

+1
-44
lines changed

.github/autobump.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,6 @@ copilot
509509
coq
510510
core-lightning
511511
coredns
512-
corepack
513512
coreutils
514513
corral
515514
corrosion

Formula/c/corepack.rb

Lines changed: 0 additions & 39 deletions
This file was deleted.

Formula/h/hadoop.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ class Hadoop < Formula
2525
# WARNING: Check https://cwiki.apache.org/confluence/display/HADOOP/Hadoop+Java+Versions before updating JDK version
2626
depends_on "openjdk@11"
2727

28-
conflicts_with "corepack", because: "both install `yarn` binaries"
2928
conflicts_with "yarn", because: "both install `yarn` binaries"
3029

3130
def install

Formula/p/pnpm.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ class Pnpm < Formula
2121

2222
depends_on "node" => [:build, :test]
2323

24-
conflicts_with "corepack", because: "both installs `pnpm` and `pnpx` binaries"
25-
2624
def install
2725
system "npm", "install", *std_npm_args
2826
bin.install_symlink libexec.glob("bin/*")

Formula/y/yarn.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ class Yarn < Formula
1717
depends_on "node" => :test
1818

1919
conflicts_with "hadoop", because: "both install `yarn` binaries"
20-
conflicts_with "corepack", because: "both install `yarn` and `yarnpkg` binaries"
2120

2221
def install
2322
libexec.install buildpath.glob("*")

formula_renames.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"cdiff": "ydiff",
2222
"cloog018": "cloog",
2323
"commonmark": "cmark",
24+
"corepack": "node",
2425
"cppformat": "fmt",
2526
"crystal-lang": "crystal",
2627
"curl-openssl": "curl",

0 commit comments

Comments
 (0)