Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

corepack: merged into node #195770

Merged
merged 5 commits into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading