38450 Commits

Author SHA1 Message Date
Kevin
57ff9bc3eb
Merge pull request #16672 from reitermarkus/audit-double-quotes
Fix duplicate quotes in dependency audit.
2024-02-15 20:13:26 -08:00
Markus Reiter
b25d4c4c02
Fix duplicate quotes in dependency audit. 2024-02-15 22:43:29 +01:00
Patrick Linnane
65102db3f3
Merge pull request #16670 from EricFromCanada/BrewTestBot-URLs
docs: redirect from old BrewTestBot URLs
2024-02-15 13:04:12 -08:00
Eric Knibbe
220f56037c
docs: redirect from old BrewTestBot URLs
Also, sweep up remaining "Brew Test Bot" instances, and use brewtestbot.png for both BrewTestBot pages.
2024-02-15 14:50:24 -05:00
Mike McQuaid
0a206a4093
Merge pull request #16667 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-static-and-runtime-and-sorbet-runtime-0.5.11258
build(deps): bump sorbet-static-and-runtime and sorbet-runtime in /Library/Homebrew
2024-02-15 17:57:06 +00:00
Markus Reiter
c51cbbfd3b
Merge pull request #16666 from Homebrew/btb-rename
docs: `Brew Test Bot` -> `BrewTestBot`
2024-02-15 18:43:13 +01:00
BrewTestBot
49045caf3b
brew vendor-gems: commit updates. 2024-02-15 17:41:32 +00:00
dependabot[bot]
997ed78658
build(deps): bump sorbet-static-and-runtime and sorbet-runtime
Bumps [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) and [sorbet-runtime](https://github.com/sorbet/sorbet). These dependencies needed to be updated together.

Updates `sorbet-static-and-runtime` from 0.5.11255 to 0.5.11258
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Updates `sorbet-runtime` from 0.5.11255 to 0.5.11258
- [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
- dependency-name: sorbet-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-15 17:39:37 +00:00
Patrick Linnane
3080c2b209
docs: Brew Test Bot -> BrewTestBot
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2024-02-15 09:26:50 -08:00
Patrick Linnane
c6e91102b8
Merge pull request #16665 from Homebrew/btb-doc-rename
docs: rename homebrew-core maintainer guide
2024-02-15 09:21:28 -08:00
Patrick Linnane
a09c47b0fa
docs: update links for BrewTestBot maintainer doc
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2024-02-15 09:10:59 -08:00
Markus Reiter
ebd30fbbff
Merge pull request #16623 from reitermarkus/formulary-loader-for
Refactor `Formulary::loader_for`.
2024-02-15 18:09:47 +01:00
Patrick Linnane
80a451de93
docs: rename homebrew-core maintainer guide
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2024-02-15 09:03:31 -08:00
Patrick Linnane
9acd5c9074
Merge pull request #16634 from p-linnane/btb-maintainer-doc-update
docs: modernize BrewTestBot info for maintainers
2024-02-15 08:39:24 -08:00
Michka Popoff
a06eac0963
Merge pull request #16643 from iMichka/docpep
docs: improve Python docs, add section about PEP 668
2024-02-15 14:34:21 +01:00
Mike McQuaid
231c8ff697
Merge pull request #16661 from Homebrew/sponsors-maintainers-man-completions
Update sponsors.
2024-02-15 13:17:00 +00:00
BrewTestBot
be27a485c2
Update sponsors.
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
2024-02-15 13:07:18 +00:00
Michka Popoff
f520b7192b
docs: improve Python docs, add section about PEP 668
Remove comment about Python@2 that is now long gone
2024-02-15 13:34:12 +01:00
Markus Reiter
efa6130a66
Use FromDefaultNameLoader for diagnostics. 2024-02-15 01:37:43 +01:00
Markus Reiter
fe1f6c95f5
Fix FromDefaultNameLoader. 2024-02-14 23:09:18 +01:00
Markus Reiter
b717f5d954
Remove unused TapFormulaWithOldnameAmbiguityError. 2024-02-14 22:56:25 +01:00
Markus Reiter
177e9163c2
Fix code style. 2024-02-14 22:47:29 +01:00
Markus Reiter
f4ac2996a7
Fix type signature. 2024-02-14 22:11:51 +01:00
Mike McQuaid
947525893f
Merge pull request #16606 from Homebrew/deprecation-disable-forks-versions-docs
Update Acceptable/Deprecating/Forks/Versions docs
2024-02-14 19:29:18 +00:00
Markus Reiter
ce60048192
Handle TapFormulaAmbiguityError in diagnostics. 2024-02-14 20:28:08 +01:00
Markus Reiter
9056613181
Add separate loader for default tap. 2024-02-14 20:28:08 +01:00
Markus Reiter
726aeca245
Fix tap constants. 2024-02-14 20:28:08 +01:00
Markus Reiter
eb48d6be95
Always prefer the default tap. 2024-02-14 20:28:08 +01:00
Markus Reiter
562d5295f4
Remove unnecessary if. 2024-02-14 20:28:08 +01:00
Markus Reiter
c5a877d7db
Simplify test. 2024-02-14 20:28:07 +01:00
Markus Reiter
22bb15748b
Simplify conditional. 2024-02-14 20:28:07 +01:00
Markus Reiter
ba29328b59
Avoid T.cast. 2024-02-14 20:28:07 +01:00
Markus Reiter
61a283ee45
Fix loading versioned casks/formulae from API. 2024-02-14 20:28:07 +01:00
Markus Reiter
0626f62077
Remove redundant debug output. 2024-02-14 20:28:06 +01:00
Markus Reiter
0f4d912de5
Remove Formulary::tap_paths again. 2024-02-14 20:28:06 +01:00
Markus Reiter
ecee4aed35
Revert diagnostic change. 2024-02-14 20:28:06 +01:00
Markus Reiter
d70f719411
Fix code style. 2024-02-14 20:28:06 +01:00
Markus Reiter
4641690674
Refactor Formulary::loader_for. 2024-02-14 20:28:06 +01:00
Mike McQuaid
dda1785053
Merge pull request #16656 from MikeMcQuaid/static_libraries
Acceptable-Formulae: update static library guidance.
2024-02-14 19:18:51 +00:00
Mike McQuaid
7220d943c3
Update docs/Deprecating-Disabling-and-Removing-Formulae.md
Co-authored-by: Bo Anderson <mail@boanderson.me>
2024-02-14 19:17:24 +00:00
Mike McQuaid
ad25b5a776
Update docs/Acceptable-Formulae.md
Co-authored-by: Michael Cho <michael@michaelcho.dev>
2024-02-14 19:17:02 +00:00
Mike McQuaid
03224ccba0
Update docs/Deprecating-Disabling-and-Removing-Formulae.md
Co-authored-by: Michael Cho <michael@michaelcho.dev>
2024-02-14 19:16:51 +00:00
Mike McQuaid
be859520fc
Merge pull request #16657 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-runtime-and-sorbet-static-and-runtime-0.5.11255
build(deps): bump sorbet-runtime and sorbet-static-and-runtime in /Library/Homebrew
2024-02-14 19:15:49 +00:00
BrewTestBot
1eb8811aec
brew vendor-gems: commit updates. 2024-02-14 18:52:02 +00:00
dependabot[bot]
ccf9f9810e
build(deps): bump sorbet-runtime and sorbet-static-and-runtime
Bumps [sorbet-runtime](https://github.com/sorbet/sorbet) and [sorbet-static-and-runtime](https://github.com/sorbet/sorbet). These dependencies needed to be updated together.

Updates `sorbet-runtime` from 0.5.11249 to 0.5.11255
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Updates `sorbet-static-and-runtime` from 0.5.11249 to 0.5.11255
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: sorbet-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- 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-02-14 18:50:30 +00:00
Mike McQuaid
5e641f0d72
Update docs/Acceptable-Formulae.md
Co-authored-by: Ruoyu Zhong <zhongruoyu@outlook.com>
2024-02-14 17:32:00 +00:00
Mike McQuaid
efbc4683aa
Update docs/Deprecating-Disabling-and-Removing-Casks.md
Co-authored-by: Bo Anderson <mail@boanderson.me>
2024-02-14 17:11:52 +00:00
Mike McQuaid
ba1c0951e9
Update docs/Deprecating-Disabling-and-Removing-Casks.md
Co-authored-by: Michael Cho <michael@michaelcho.dev>
2024-02-14 17:11:44 +00:00
Mike McQuaid
20f4638c70
Update docs/Acceptable-Casks.md
Co-authored-by: Michael Cho <michael@michaelcho.dev>
2024-02-14 17:11:34 +00:00
Mike McQuaid
32abc3b1e6
Update docs/Deprecating-Disabling-and-Removing-Casks.md
Co-authored-by: Bo Anderson <mail@boanderson.me>
2024-02-14 17:11:09 +00:00