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

q,r*: use std_npm_args #179239

Merged
merged 14 commits into from
Aug 1, 2024
19 changes: 9 additions & 10 deletions Formula/q/quicktype.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class Quicktype < Formula
desc "Generate types and converters from JSON, Schema, and GraphQL"
homepage "https://github.com/glideapps/quicktype"
Expand All @@ -9,19 +7,20 @@ class Quicktype < Formula
head "https://github.com/glideapps/quicktype.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f3835e6f164868aaec4537e04dd0aa46fa94c4b8167f73fb6bf0bcae2c25f9a0"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f3835e6f164868aaec4537e04dd0aa46fa94c4b8167f73fb6bf0bcae2c25f9a0"
sha256 cellar: :any_skip_relocation, arm64_monterey: "f3835e6f164868aaec4537e04dd0aa46fa94c4b8167f73fb6bf0bcae2c25f9a0"
sha256 cellar: :any_skip_relocation, sonoma: "9272e6f82df99189c7487df54b134f7649424e283eebc95857eed36a06d9a5e7"
sha256 cellar: :any_skip_relocation, ventura: "9272e6f82df99189c7487df54b134f7649424e283eebc95857eed36a06d9a5e7"
sha256 cellar: :any_skip_relocation, monterey: "9272e6f82df99189c7487df54b134f7649424e283eebc95857eed36a06d9a5e7"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5a57d6a5aee7eed9ed6840c933d1d5359d8921e44c0afce217cf88dd6e025b61"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2e197f59d0b6c2e62f03322b0e4f014671c657515a16d3bdac7ae1da3369ba16"
sha256 cellar: :any_skip_relocation, arm64_ventura: "2e197f59d0b6c2e62f03322b0e4f014671c657515a16d3bdac7ae1da3369ba16"
sha256 cellar: :any_skip_relocation, arm64_monterey: "2e197f59d0b6c2e62f03322b0e4f014671c657515a16d3bdac7ae1da3369ba16"
sha256 cellar: :any_skip_relocation, sonoma: "4e037edc65fcbe0cd256eef1142fe93ed25cf604af3a5ec9432f9a2381e6f614"
sha256 cellar: :any_skip_relocation, ventura: "4e037edc65fcbe0cd256eef1142fe93ed25cf604af3a5ec9432f9a2381e6f614"
sha256 cellar: :any_skip_relocation, monterey: "4e037edc65fcbe0cd256eef1142fe93ed25cf604af3a5ec9432f9a2381e6f614"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a741aad8272c2f841c25a8ce5a919843e84006dfd224eba6395ffbb9f22319f3"
end

depends_on "node"

def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]
end

Expand Down
20 changes: 9 additions & 11 deletions Formula/r/react-native-cli.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class ReactNativeCli < Formula
desc "Tools for creating native apps for Android and iOS"
homepage "https://facebook.github.io/react-native/"
Expand All @@ -8,20 +6,20 @@ class ReactNativeCli < Formula
license "BSD-3-Clause"

bottle do
rebuild 2
sha256 cellar: :any_skip_relocation, arm64_sonoma: "294bd06227f8bc38e2adbfd14149c885304c4668dcff70a8528f256429dc66ea"
sha256 cellar: :any_skip_relocation, arm64_ventura: "294bd06227f8bc38e2adbfd14149c885304c4668dcff70a8528f256429dc66ea"
sha256 cellar: :any_skip_relocation, arm64_monterey: "294bd06227f8bc38e2adbfd14149c885304c4668dcff70a8528f256429dc66ea"
sha256 cellar: :any_skip_relocation, sonoma: "294bd06227f8bc38e2adbfd14149c885304c4668dcff70a8528f256429dc66ea"
sha256 cellar: :any_skip_relocation, ventura: "294bd06227f8bc38e2adbfd14149c885304c4668dcff70a8528f256429dc66ea"
sha256 cellar: :any_skip_relocation, monterey: "294bd06227f8bc38e2adbfd14149c885304c4668dcff70a8528f256429dc66ea"
sha256 cellar: :any_skip_relocation, x86_64_linux: "77d3f103253c4aca89a6f814ddf314f87800185d0039be2878e9e3645c825c15"
rebuild 3
sha256 cellar: :any_skip_relocation, arm64_sonoma: "286f38336638ab6b72ee871aa7b2d71e691601b4c41e86af258d393efc6dffd8"
sha256 cellar: :any_skip_relocation, arm64_ventura: "286f38336638ab6b72ee871aa7b2d71e691601b4c41e86af258d393efc6dffd8"
sha256 cellar: :any_skip_relocation, arm64_monterey: "286f38336638ab6b72ee871aa7b2d71e691601b4c41e86af258d393efc6dffd8"
sha256 cellar: :any_skip_relocation, sonoma: "286f38336638ab6b72ee871aa7b2d71e691601b4c41e86af258d393efc6dffd8"
sha256 cellar: :any_skip_relocation, ventura: "286f38336638ab6b72ee871aa7b2d71e691601b4c41e86af258d393efc6dffd8"
sha256 cellar: :any_skip_relocation, monterey: "286f38336638ab6b72ee871aa7b2d71e691601b4c41e86af258d393efc6dffd8"
sha256 cellar: :any_skip_relocation, x86_64_linux: "59fc8b8c6188532bd4d646071108dc246a4ed7ebd9914040bd093988143c73c9"
end

depends_on "node"

def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]
end

Expand Down
19 changes: 9 additions & 10 deletions Formula/r/release-it.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class ReleaseIt < Formula
desc "Generic CLI tool to automate versioning and package publishing related tasks"
homepage "https://github.com/release-it/release-it"
Expand All @@ -8,19 +6,20 @@ class ReleaseIt < Formula
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "51e149180106cbde7372b92c21c88d1db89b76f2fb607cb3ab650f1fa10f040a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "51e149180106cbde7372b92c21c88d1db89b76f2fb607cb3ab650f1fa10f040a"
sha256 cellar: :any_skip_relocation, arm64_monterey: "51e149180106cbde7372b92c21c88d1db89b76f2fb607cb3ab650f1fa10f040a"
sha256 cellar: :any_skip_relocation, sonoma: "80912520bad19c624f4bbe4db2ef3327f72686d2948f08e1378db101efc69792"
sha256 cellar: :any_skip_relocation, ventura: "80912520bad19c624f4bbe4db2ef3327f72686d2948f08e1378db101efc69792"
sha256 cellar: :any_skip_relocation, monterey: "43a9f66ddd9840daee8b2315825bae68a2bb8adf9fd45bbf01f53b8feca06627"
sha256 cellar: :any_skip_relocation, x86_64_linux: "be30ea7906202453673ec62344e941922562c95ecfee9ae5c53c993a2c39a80e"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fc2f4cb596c2505b3d46890c594e7d89f4ea22b2b01fd4a4cab39dc73e2e8c67"
sha256 cellar: :any_skip_relocation, arm64_ventura: "fc2f4cb596c2505b3d46890c594e7d89f4ea22b2b01fd4a4cab39dc73e2e8c67"
sha256 cellar: :any_skip_relocation, arm64_monterey: "fc2f4cb596c2505b3d46890c594e7d89f4ea22b2b01fd4a4cab39dc73e2e8c67"
sha256 cellar: :any_skip_relocation, sonoma: "3d79f27c7872c130817d0783eb74385360c98a400cb08f02ec0991209e340b76"
sha256 cellar: :any_skip_relocation, ventura: "3d79f27c7872c130817d0783eb74385360c98a400cb08f02ec0991209e340b76"
sha256 cellar: :any_skip_relocation, monterey: "3d79f27c7872c130817d0783eb74385360c98a400cb08f02ec0991209e340b76"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c450bb27a909106bf9c159317023c102c17cad776c4f947b5a435db1cae5d047"
end

depends_on "node"

def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]
end

Expand Down
19 changes: 9 additions & 10 deletions Formula/r/renovate.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class Renovate < Formula
desc "Automated dependency updates. Flexible so you don't need to be"
homepage "https://github.com/renovatebot/renovate"
Expand All @@ -19,21 +17,22 @@ class Renovate < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4353076fc10658be25fd8a58c611d656e832abf113f6ceb97948b7016948de34"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f1235a9228bc1055b5374a73783444b67a3266e246f1e213e6b664887c0b515c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "9e7acf523273bb56ba57ef2b030ab921e8167757ac1806c10b4fb2d8665c7f5d"
sha256 cellar: :any_skip_relocation, sonoma: "495711cf6633d1d4d7a71d806bb6b55bb77e0815d0ce68a7c2df29610a5a12db"
sha256 cellar: :any_skip_relocation, ventura: "b5c9470c0fa1031627640de28184c018fab1891c5c80e19a80c8c9fc5fc9eeea"
sha256 cellar: :any_skip_relocation, monterey: "baf40f3aa03edf5a92af38bb473c9ca7e8a07531bec16e69a28ae1bcdd810da0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "70cdea73e4195162dd3ef594ffd359382267a408299bf0cd9dfc7564871509bf"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4dd5e2b313142845c4b2a8187dc360ca72eb025fe71694c68e93ac62e89506b7"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3a0df6d8f554cd95c204d48cac050d4a001afabbb6e09ca3ac1c0cd78efbaaef"
sha256 cellar: :any_skip_relocation, arm64_monterey: "9341dc76f11a7c0faa219aead35e63b72b33a35f97482809c63427e5ff7229a0"
sha256 cellar: :any_skip_relocation, sonoma: "3411fb95875c37c450fb3b3ce1e00223b85cd046230fc8bb8b6d769740ee14b5"
sha256 cellar: :any_skip_relocation, ventura: "096808882c5e26f986bf6c104d2a8e14d717357a36abebec35ce6c377a179d24"
sha256 cellar: :any_skip_relocation, monterey: "b9adf0d8fa8dccaf31b7e33aed7efa7ae595bb6c7f289cfc5e87c3a9cf3dd7d8"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2b2563f5532c01939bf8daecc80fd5d5ed967a179681cb4f0e6a72f6acf87009"
end

depends_on "node"

uses_from_macos "git", since: :monterey

def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]
end

Expand Down
19 changes: 9 additions & 10 deletions Formula/r/retire.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class Retire < Formula
desc "Scanner detecting the use of JavaScript libraries with known vulnerabilities"
homepage "https://retirejs.github.io/retire.js/"
Expand All @@ -9,19 +7,20 @@ class Retire < Formula
head "https://github.com/RetireJS/retire.js.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d32874a2bd665a2a044bdcf7113b3a658c26dd355e252c96def57af882d3ba7c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d32874a2bd665a2a044bdcf7113b3a658c26dd355e252c96def57af882d3ba7c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d32874a2bd665a2a044bdcf7113b3a658c26dd355e252c96def57af882d3ba7c"
sha256 cellar: :any_skip_relocation, sonoma: "d32874a2bd665a2a044bdcf7113b3a658c26dd355e252c96def57af882d3ba7c"
sha256 cellar: :any_skip_relocation, ventura: "d32874a2bd665a2a044bdcf7113b3a658c26dd355e252c96def57af882d3ba7c"
sha256 cellar: :any_skip_relocation, monterey: "d32874a2bd665a2a044bdcf7113b3a658c26dd355e252c96def57af882d3ba7c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f23ba8222f182a9d7c07cc1dffae8f4c5e6923710b786c3f4548812f6af84f52"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d53a179ee5816ab0d330a4eedf30a1e3b5a6e2a71201a288da096cd0a98299b3"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d53a179ee5816ab0d330a4eedf30a1e3b5a6e2a71201a288da096cd0a98299b3"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d53a179ee5816ab0d330a4eedf30a1e3b5a6e2a71201a288da096cd0a98299b3"
sha256 cellar: :any_skip_relocation, sonoma: "d53a179ee5816ab0d330a4eedf30a1e3b5a6e2a71201a288da096cd0a98299b3"
sha256 cellar: :any_skip_relocation, ventura: "d53a179ee5816ab0d330a4eedf30a1e3b5a6e2a71201a288da096cd0a98299b3"
sha256 cellar: :any_skip_relocation, monterey: "d53a179ee5816ab0d330a4eedf30a1e3b5a6e2a71201a288da096cd0a98299b3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "61f3b49145326f0c569b1012186891532bc31dd1120ef7a12e0088dd9cfe0fc7"
end

depends_on "node"

def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]
end

Expand Down
19 changes: 9 additions & 10 deletions Formula/r/roblox-ts.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class RobloxTs < Formula
desc "TypeScript-to-Luau Compiler for Roblox"
homepage "https://roblox-ts.com/"
Expand All @@ -8,19 +6,20 @@ class RobloxTs < Formula
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1a6ed097780daf20fafdc52936033ba0619d7d79f25326eb288272c6074212b4"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1a6ed097780daf20fafdc52936033ba0619d7d79f25326eb288272c6074212b4"
sha256 cellar: :any_skip_relocation, arm64_monterey: "1a6ed097780daf20fafdc52936033ba0619d7d79f25326eb288272c6074212b4"
sha256 cellar: :any_skip_relocation, sonoma: "aa56d3cc04906892b5574ebd1bb3c831d48e8e792f4af084f887bc948d12f3c9"
sha256 cellar: :any_skip_relocation, ventura: "aa56d3cc04906892b5574ebd1bb3c831d48e8e792f4af084f887bc948d12f3c9"
sha256 cellar: :any_skip_relocation, monterey: "aa56d3cc04906892b5574ebd1bb3c831d48e8e792f4af084f887bc948d12f3c9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7bbba3aae911460dde9c44aa1d492690e7e94df7f2971aa313cb2423c06b8c1b"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5b51ad56d1509b0eb829a8045d248c8857decedefc0867d80d93bf928cf33ac0"
sha256 cellar: :any_skip_relocation, arm64_ventura: "5b51ad56d1509b0eb829a8045d248c8857decedefc0867d80d93bf928cf33ac0"
sha256 cellar: :any_skip_relocation, arm64_monterey: "5b51ad56d1509b0eb829a8045d248c8857decedefc0867d80d93bf928cf33ac0"
sha256 cellar: :any_skip_relocation, sonoma: "5b51ad56d1509b0eb829a8045d248c8857decedefc0867d80d93bf928cf33ac0"
sha256 cellar: :any_skip_relocation, ventura: "5b51ad56d1509b0eb829a8045d248c8857decedefc0867d80d93bf928cf33ac0"
sha256 cellar: :any_skip_relocation, monterey: "5b51ad56d1509b0eb829a8045d248c8857decedefc0867d80d93bf928cf33ac0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7a4d00dcc6b20f07804e5ddea9f08ea9d95f470d8ca07d9b4e7142b4488f6868"
end

depends_on "node"

def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]
end

Expand Down
19 changes: 9 additions & 10 deletions Formula/r/rollup.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class Rollup < Formula
desc "Next-generation ES module bundler"
homepage "https://rollupjs.org/"
Expand All @@ -8,19 +6,20 @@ class Rollup < Formula
license all_of: ["ISC", "MIT"]

bottle do
sha256 cellar: :any, arm64_sonoma: "0669a1348a8ad16b9827f4f66645eee51cb04c1e0d2622934ab6f0b70e935360"
sha256 cellar: :any, arm64_ventura: "0669a1348a8ad16b9827f4f66645eee51cb04c1e0d2622934ab6f0b70e935360"
sha256 cellar: :any, arm64_monterey: "0669a1348a8ad16b9827f4f66645eee51cb04c1e0d2622934ab6f0b70e935360"
sha256 cellar: :any, sonoma: "a310f777a3f5b0ac9801c6b7edfbb9e83623980b6170b161b4cb7a2c78e982b6"
sha256 cellar: :any, ventura: "a310f777a3f5b0ac9801c6b7edfbb9e83623980b6170b161b4cb7a2c78e982b6"
sha256 cellar: :any, monterey: "a310f777a3f5b0ac9801c6b7edfbb9e83623980b6170b161b4cb7a2c78e982b6"
sha256 cellar: :any_skip_relocation, x86_64_linux: "cf3eb04b548547d97e01b9b55bdc447051901be25a293a84163c3acbbd61479e"
rebuild 1
sha256 cellar: :any, arm64_sonoma: "ee374cbe8476fced83dd74237d8ddd0330827a1924d8651c370e137a04915e2a"
sha256 cellar: :any, arm64_ventura: "ee374cbe8476fced83dd74237d8ddd0330827a1924d8651c370e137a04915e2a"
sha256 cellar: :any, arm64_monterey: "ee374cbe8476fced83dd74237d8ddd0330827a1924d8651c370e137a04915e2a"
sha256 cellar: :any, sonoma: "84df2e8ad46d055558e0bbee78e210feccaacc2b50dd05041789d68dd32e57e3"
sha256 cellar: :any, ventura: "84df2e8ad46d055558e0bbee78e210feccaacc2b50dd05041789d68dd32e57e3"
sha256 cellar: :any, monterey: "84df2e8ad46d055558e0bbee78e210feccaacc2b50dd05041789d68dd32e57e3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5a95e0e64ee2bab85973358526bf67b37235ccd87fbb89ee4c776623117020b9"
end

depends_on "node"

def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]

deuniversalize_machos
Expand Down
Loading