Skip to content

Commit

Permalink
Merge pull request #195770 from Homebrew/corepack-deprecate
Browse files Browse the repository at this point in the history
corepack: merged into `node`
  • Loading branch information
daeho-ro authored Oct 28, 2024
2 parents c5f60d1 + 22bb0a9 commit fb6324d
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 44 deletions.
1 change: 0 additions & 1 deletion .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,6 @@ copilot
coq
core-lightning
coredns
corepack
coreutils
corral
corrosion
Expand Down
39 changes: 0 additions & 39 deletions Formula/c/corepack.rb

This file was deleted.

1 change: 0 additions & 1 deletion Formula/h/hadoop.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class Hadoop < Formula
# WARNING: Check https://cwiki.apache.org/confluence/display/HADOOP/Hadoop+Java+Versions before updating JDK version
depends_on "openjdk@11"

conflicts_with "corepack", because: "both install `yarn` binaries"
conflicts_with "yarn", because: "both install `yarn` binaries"

def install
Expand Down
2 changes: 0 additions & 2 deletions Formula/p/pnpm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ class Pnpm < Formula

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

conflicts_with "corepack", because: "both installs `pnpm` and `pnpx` binaries"

def install
system "npm", "install", *std_npm_args
bin.install_symlink libexec.glob("bin/*")
Expand Down
1 change: 0 additions & 1 deletion Formula/y/yarn.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class Yarn < Formula
depends_on "node" => :test

conflicts_with "hadoop", because: "both install `yarn` binaries"
conflicts_with "corepack", because: "both install `yarn` and `yarnpkg` binaries"

def install
libexec.install buildpath.glob("*")
Expand Down
1 change: 1 addition & 0 deletions formula_renames.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"cdiff": "ydiff",
"cloog018": "cloog",
"commonmark": "cmark",
"corepack": "node",
"cppformat": "fmt",
"crystal-lang": "crystal",
"curl-openssl": "curl",
Expand Down

0 comments on commit fb6324d

Please sign in to comment.