33509 Commits

Author SHA1 Message Date
Elijah Olmos
4653d5889e
fix: too_many_open_prs() fails without SSO access 2024-11-15 16:25:06 -07:00
Douglas Eichelberger
640d52c34b
Merge pull request #18769 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-ast-1.36.1
build(deps-dev): bump rubocop-ast from 1.33.0 to 1.36.1 in /Library/Homebrew
2024-11-15 12:00:12 -08:00
Douglas Eichelberger
e535699038 Disable false positive 2024-11-15 11:46:32 -08:00
Douglas Eichelberger
49a0a43230 brew vendor-gems: commit updates. 2024-11-14 14:47:22 -08:00
dependabot[bot]
f63f0bf458
build(deps-dev): bump rubocop-performance in /Library/Homebrew
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.22.1 to 1.23.0.
- [Release notes](https://github.com/rubocop/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.22.1...v1.23.0)

---
updated-dependencies:
- dependency-name: rubocop-performance
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-14 18:55:06 +00:00
BrewTestBot
3381db9a2a
Update RBI files for rubocop-ast.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-11-14 05:52:26 +00:00
BrewTestBot
fa547965af
brew vendor-gems: commit updates. 2024-11-14 05:52:18 +00:00
dependabot[bot]
42c7394a8b
build(deps-dev): bump rubocop-ast in /Library/Homebrew
Bumps [rubocop-ast](https://github.com/rubocop/rubocop-ast) from 1.33.0 to 1.36.1.
- [Release notes](https://github.com/rubocop/rubocop-ast/releases)
- [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-ast/compare/v1.33.0...v1.36.1)

---
updated-dependencies:
- dependency-name: rubocop-ast
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-14 05:50:22 +00:00
Eric Knibbe
e52943d8d6
os/mac/diagnostic: fix case of OpenCore check 2024-11-13 12:23:34 -05:00
Ruoyu Zhong
d0418add45
os/mac/diagnostic: improve OpenCore check
This is based on [1].

[1]: https://github.com/Homebrew/brew/pull/18765#issuecomment-2474056438
2024-11-14 00:55:49 +08:00
Mike McQuaid
5a2c264d19
Merge pull request #18759 from alebcay/restrict-native-optflags
shared: only fall back to -march=native on supported architectures
2024-11-13 16:45:26 +00:00
Ruoyu Zhong
a525ce0ad8
Apply suggestions from code review
Co-authored-by: Eric Knibbe <enk3@outlook.com>
2024-11-13 23:43:24 +08:00
Ruoyu Zhong
13265ca170
os/mac/diagnostic: skip OpenCore check in CI 2024-11-13 23:11:16 +08:00
Ruoyu Zhong
dee399c27d
os/mac/diagnostic: display OpenCore version 2024-11-13 23:01:29 +08:00
Ruoyu Zhong
854fc16889
os/mac/diagnostic: fix OpenCore check
Fixes #18763.
2024-11-13 22:48:51 +08:00
Carlo Cabrera
bc31f731ea
Merge pull request #18762 from Homebrew/opencore-diagnostic 2024-11-13 09:55:02 +08:00
Carlo Cabrera
2c20e3b8de
os/mac/diagnostic: check for OpenCore
This configuration is not supported. Let's make `brew doctor` complain
about it.
2024-11-13 09:43:16 +08:00
Caleb Xu
a70d15c80d
shared: only fall back to -march=native on supported architectures 2024-11-12 11:34:40 -05:00
BrewTestBot
b168c8a3d5
brew vendor-gems: commit updates. 2024-11-12 16:31:10 +00:00
dependabot[bot]
4d1b749342
build(deps-dev): bump sorbet in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.11645 to 0.5.11647.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: sorbet
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-12 16:22:46 +00:00
Michael Cho
1cb90c6005
Merge pull request #18741 from Homebrew/tap_auditor-renames-exist
tap_auditor: check renamed formula exists
2024-11-11 12:36:11 -05:00
Carlo Cabrera
1fbe4366a0
Support setting GIT_COMMITTER_NAME and GIT_COMMITTER_EMAIL
Our autobump workflow sets the author and committer to the user who
triggered the workflow, defaulting to @BrewTestBot for scheduled runs.

This can be confusing for maintainers when GitHub shows up as
"Unverified" because the commit is signed with @BrewTestBot's key.[^1]

Let's fix that by configuring our autobump workflow to always commit as
@BrewTestBot, so that the committer matches the GPG signature. To do
that, we need to add support for setting `GIT_COMMITTER_NAME` and
`GIT_COMMITTER_EMAIL`.

[^1]: See, for example, Homebrew/homebrew-core#197234.
2024-11-11 18:45:38 +08:00
Mike McQuaid
284035d624
Merge pull request #18733 from alebcay/deprecate-disable-replacement
deprecate_disable: support optional replacement parameter
2024-11-11 09:49:45 +00:00
Caleb Xu
33a9d24111
linux/hardware/cpu: add some missing AMD CPUs 2024-11-09 21:54:05 -05:00
BrewTestBot
f9b6e0e186
brew vendor-gems: commit updates. 2024-11-09 19:33:09 +00:00
dependabot[bot]
70a8237da3
build(deps-dev): bump sorbet-static-and-runtime in /Library/Homebrew
Bumps [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) from 0.5.11642 to 0.5.11645.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: sorbet-static-and-runtime
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-09 19:04:06 +00:00
Michael Cho
40cecdf8b4
tap_auditor: check renamed formula exists 2024-11-09 12:02:03 -05:00
Carlo Cabrera
017c8d05dc
linux/hardware/cpu: add some missing Intel CPUs
Information taken from 1bf385f102/llvm/lib/TargetParser/Host.cpp
2024-11-09 11:45:23 +08:00
Caleb Xu
215fc85579
deprecate_disable: support optional replacement parameter 2024-11-08 15:49:00 -05:00
BrewTestBot
1a49f5eff2
brew vendor-gems: commit updates. 2024-11-08 17:25:16 +00:00
dependabot[bot]
216f46606a
build(deps-dev): bump sorbet in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.11641 to 0.5.11642.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: sorbet
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-08 17:22:51 +00:00
Carlo Cabrera
09fc83667c
os/mac: prefer newest Xcode when searching using mdfind
We're currently returning the first match for `com.apple.dt.Xcode`,
which could be any version if a user has multiple installed.

Instead, let's try to find the newest if all our results have an
`Info.plist` that we can interrogate for the version.

Maybe resolves #18736?
2024-11-08 23:04:49 +08:00
Mike McQuaid
a8a4c07361
Merge pull request #18582 from Homebrew/formula-api
formula: change some private API to public API
2024-11-08 08:54:08 +00:00
Mike McQuaid
f119d2e726
Merge pull request #18725 from Homebrew/dependabot/bundler/Library/Homebrew/json-2.8.1
build(deps-dev): bump json from 2.7.6 to 2.8.1 in /Library/Homebrew
2024-11-08 08:45:15 +00:00
Mike McQuaid
e910cb5985
Merge branch 'master' into formula-api 2024-11-08 08:44:19 +00:00
Douglas Eichelberger
ba3f426726 clean up fixture 2024-11-07 13:00:38 -08:00
Douglas Eichelberger
ebe1e504da Change command output instead 2024-11-07 11:26:19 -08:00
Douglas Eichelberger
acb4eddaca Allow multiple JSON outputs 2024-11-07 11:08:13 -08:00
Douglas Eichelberger
c17ffb8c3b Try matching key type 2024-11-07 09:24:50 -08:00
BrewTestBot
5d1cd4050e
Update RBI files for tapioca.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-11-07 16:21:10 +00:00
BrewTestBot
5862186b9f
brew vendor-gems: commit updates. 2024-11-07 16:21:01 +00:00
dependabot[bot]
51b8e4ba98
build(deps-dev): bump tapioca from 0.16.3 to 0.16.4 in /Library/Homebrew
Bumps [tapioca](https://github.com/Shopify/tapioca) from 0.16.3 to 0.16.4.
- [Release notes](https://github.com/Shopify/tapioca/releases)
- [Commits](https://github.com/Shopify/tapioca/compare/v0.16.3...v0.16.4)

---
updated-dependencies:
- dependency-name: tapioca
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-07 16:19:46 +00:00
BrewTestBot
b438c5c7b0
brew vendor-gems: commit updates. 2024-11-07 16:00:33 +00:00
dependabot[bot]
ef483ce9d4
build(deps-dev): bump sorbet in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.11637 to 0.5.11641.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: sorbet
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-07 15:53:46 +00:00
BrewTestBot
a81b6a4b44
brew vendor-gems: commit updates. 2024-11-06 19:07:45 +00:00
dependabot[bot]
87c78735c7
build(deps-dev): bump json from 2.7.6 to 2.8.1 in /Library/Homebrew
Bumps [json](https://github.com/ruby/json) from 2.7.6 to 2.8.1.
- [Release notes](https://github.com/ruby/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](https://github.com/ruby/json/compare/v2.7.6...v2.8.1)

---
updated-dependencies:
- dependency-name: json
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-06 18:32:47 +00:00
Patrick Linnane
451c3a8735
Merge pull request #18721 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.11637 2024-11-06 07:04:07 -08:00
BrewTestBot
482972eb47
Update RBI files for ruby-lsp.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-11-06 14:50:54 +00:00
BrewTestBot
118852cc4c
brew vendor-gems: commit updates. 2024-11-06 14:50:44 +00:00
BrewTestBot
af249655a7
brew vendor-gems: commit updates. 2024-11-06 14:50:35 +00:00