44031 Commits

Author SHA1 Message Date
Patrick Linnane
6987133067
Merge pull request #19026 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-96098d77c9
build(deps): bump the sorbet group in /Library/Homebrew with 4 updates
2025-01-01 17:50:54 +00:00
BrewTestBot
a55f018570
brew vendor-gems: commit updates. 2025-01-01 17:40:14 +00:00
dependabot[bot]
5e8f28cf5f
build(deps): bump the sorbet group in /Library/Homebrew with 4 updates
Bumps the sorbet group in /Library/Homebrew with 4 updates: [sorbet-static-and-runtime](https://github.com/sorbet/sorbet), [sorbet-runtime](https://github.com/sorbet/sorbet), [sorbet](https://github.com/sorbet/sorbet) and [sorbet-static](https://github.com/sorbet/sorbet).


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

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

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

Updates `sorbet-static` from 0.5.11708 to 0.5.11709
- [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-group: sorbet
- dependency-name: sorbet-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sorbet
- dependency-name: sorbet
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: sorbet
- dependency-name: sorbet-static
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: sorbet
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-01 17:38:27 +00:00
Mike McQuaid
ddbb497f5a
Merge pull request #19023 from Homebrew/reduce-opportunistic-linkage
extend/ENV/super: always set PKG_CONFIG_LIBDIR
2025-01-01 12:23:23 +00:00
Michael Cho
4ff6ac09c2
extend/ENV/super: always set PKG_CONFIG_LIBDIR
Setting PKG_CONFIG_LIBDIR overrides compiled default. This helps reduce
opportunistic linkage when pkg-config call finds modules installed on
system but not included in a formula's dependency tree.
2024-12-31 20:15:38 -05:00
Ruoyu Zhong
e9b0285c14
Merge pull request #19022 from Homebrew/sponsors-maintainers-man-completions
Update sponsors.
2025-01-01 00:44:29 +00:00
BrewTestBot
ed2b78fcdc
Update sponsors.
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
2025-01-01 00:08:12 +00:00
Patrick Linnane
c723e2fde3
Merge pull request #19020 from Homebrew/dependabot/github_actions/ruby/setup-ruby-1.207.0
build(deps): bump ruby/setup-ruby from 1.206.0 to 1.207.0
2024-12-31 20:11:25 +00:00
dependabot[bot]
077338ad90
build(deps): bump ruby/setup-ruby from 1.206.0 to 1.207.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.206.0 to 1.207.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](bfefad842b...4a9ddd6f33)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-31 18:20:13 +00:00
Ruoyu Zhong
eac5720d44
Merge pull request #19019 from Homebrew/sorbet-files-update
sorbet: Update RBI files.
2024-12-31 01:27:13 +00:00
Ruoyu Zhong
1f7282d9fa
Merge pull request #19018 from Homebrew/spdx-update
spdx: update license data.
2024-12-31 01:26:44 +00:00
BrewTestBot
f97db3db04
sorbet: Update RBI files.
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
2024-12-31 00:25:03 +00:00
BrewTestBot
878f9c12c7
spdx: update license data.
Autogenerated by [a scheduled GitHub Action](https://github.com/Homebrew/brew/blob/master/.github/workflows/spdx.yml).
2024-12-31 00:15:10 +00:00
Mike McQuaid
0acb113999
Merge pull request #19017 from Homebrew/sponsors-maintainers-man-completions
Update manpage and completions.
2024-12-30 19:51:23 +00:00
BrewTestBot
ba7022a63d
Update manpage and completions.
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
2024-12-30 16:14:33 +00:00
Mike McQuaid
f756ea471b
Merge pull request #19000 from Moisan/deps-include-implicit
deps command: add --include-implicit flag
2024-12-30 16:00:53 +00:00
Mike McQuaid
f84082963d
Merge pull request #19009 from Homebrew/fewer_actions_warnings
cask: fewer GitHub Actions warnings.
4.4.14
2024-12-30 13:07:02 +00:00
Mike McQuaid
d490692b26
cask: fewer GitHub Actions warnings.
- don't care about no checksums being defined for official casks
- don't complain about Gatekeeper being disabled on GitHub Actions as
  it's been globally disabled for the team
2024-12-30 12:55:30 +00:00
Mike McQuaid
c60efd943b
cmd/uses: improve flag description. 2024-12-30 12:43:20 +00:00
Mike McQuaid
5013c44adf
Merge pull request #19010 from Homebrew/livecheck/xorg-handle-mesa-urls
Xorg: Handle archive.mesa3d.org URLs
2024-12-30 12:40:03 +00:00
Mike McQuaid
781fb4726f
Merge pull request #19015 from Homebrew/fix-disabled-envvar-message
env_config: Improve the deprecated envvar message
2024-12-30 12:39:39 +00:00
Issy Long
ae952482a7
env_config: Improve the deprecated envvar message
Before:

```
❯ HOMEBREW_NO_ANALYTICS=0 brew formula-analytics --days-ago=2
Error: Calling HOMEBREW_NO_ANALYTICS=0 is deprecated! Use If you wish to enable HOMEBREW_NO_ANALYTICS, use HOMEBREW_NO_ANALYTICS=1
If you wish to disable HOMEBREW_NO_ANALYTICS, use HOMEBREW_NO_ANALYTICS= (an empty value). instead.
```

After:

```
❯ HOMEBREW_NO_ANALYTICS=0 brew formula-analytics --days-ago=2
Error: Calling HOMEBREW_NO_ANALYTICS=0 is deprecated! Use HOMEBREW_NO_ANALYTICS=1 to enable and HOMEBREW_NO_ANALYTICS= (an empty value) to disable instead.
```
2024-12-28 22:34:40 +00:00
Issy Long
9626df0553
Merge pull request #19014 from chenrui333/fix-typo
chore: fix typos
2024-12-28 21:13:45 +00:00
Rui Chen
79ed2c6e61
chore: fix typos
Signed-off-by: Rui Chen <rui@chenrui.dev>
2024-12-28 15:53:35 -05:00
Sam Ford
260698b1cb
Xorg: Handle archive.mesa3d.org URLs
The `mesa` formula currently uses a mesa.freedesktop.org/archive/
`stable` URL but it redirects to archive.mesa3d.org. Upstream links
to archive.mesa3d.org as the location to find Mesa releases, so we
should update the formula URLs accordingly.

This updates the `Xorg` strategy to be able to handle
archive.mesa3d.org URLs, so livecheck will continue to be able to
check `mesa` without needing a one-off `livecheck` block. [This would
also work for `mesalib-glw` (which has an archive.mesa3d.org `stable`
URL) but that formula is deprecated.]
2024-12-28 09:55:44 -05:00
Patrick Linnane
aeed9ef489
Merge pull request #19011 from Homebrew/dependabot/bundler/Library/Homebrew/rbs-3.8.1
build(deps-dev): bump rbs from 3.8.0 to 3.8.1 in /Library/Homebrew
2024-12-27 21:54:03 +00:00
BrewTestBot
c2afd756e5
Update RBI files for rbs.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-12-27 21:43:59 +00:00
BrewTestBot
e83360877b
brew vendor-gems: commit updates. 2024-12-27 21:43:48 +00:00
Thierry Moisan
2af190363f
fixup! deps command: add --include-implicit flag 2024-12-27 13:11:04 -05:00
dependabot[bot]
2049fc5cf2
build(deps-dev): bump rbs from 3.8.0 to 3.8.1 in /Library/Homebrew
Bumps [rbs](https://github.com/ruby/rbs) from 3.8.0 to 3.8.1.
- [Release notes](https://github.com/ruby/rbs/releases)
- [Changelog](https://github.com/ruby/rbs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ruby/rbs/compare/v3.8.0...v3.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-27 18:05:25 +00:00
Mike McQuaid
69849e1d2b
Merge pull request #19008 from daeho-ro/prerelease-update
fix prerelease check to allow standard release
2024-12-27 13:05:38 +00:00
Daeho Ro
05b97cdc48
fix prerelease check to allow standard release 2024-12-27 19:22:04 +09:00
Mike McQuaid
3102e42568
Merge pull request #19001 from daeho-ro/prerelease-update
update prerelease check to allow standard release
2024-12-27 08:34:20 +00:00
Mike McQuaid
5ec7cef443
Merge pull request #19004 from Homebrew/vendor-base64
Vendor `base64` for Ruby 3.4
2024-12-27 08:34:18 +00:00
Patrick Linnane
6c7243957f
Merge pull request #19007 from Homebrew/dependabot/bundler/Library/Homebrew/plist-3.7.2
build(deps): bump plist from 3.7.1 to 3.7.2 in /Library/Homebrew
2024-12-26 21:33:21 +00:00
Patrick Linnane
b3b01f6cd0
Merge pull request #19006 from Homebrew/dependabot/bundler/Library/Homebrew/unicode-display_width-3.1.3
build(deps-dev): bump unicode-display_width from 3.1.2 to 3.1.3 in /Library/Homebrew
2024-12-26 20:57:06 +00:00
BrewTestBot
59ecc1d38c
Update RBI files for plist.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-12-26 20:46:25 +00:00
BrewTestBot
c886d01c1b
brew vendor-gems: commit updates. 2024-12-26 20:46:18 +00:00
BrewTestBot
169f58212a
brew vendor-gems: commit updates. 2024-12-26 20:45:50 +00:00
dependabot[bot]
1d5724bfaa
build(deps): bump plist from 3.7.1 to 3.7.2 in /Library/Homebrew
Bumps [plist](https://github.com/patsplat/plist) from 3.7.1 to 3.7.2.
- [Release notes](https://github.com/patsplat/plist/releases)
- [Changelog](https://github.com/patsplat/plist/blob/master/CHANGELOG.rdoc)
- [Commits](https://github.com/patsplat/plist/compare/v3.7.1...v3.7.2)

---
updated-dependencies:
- dependency-name: plist
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-26 18:44:34 +00:00
dependabot[bot]
e8e1a8b7aa
build(deps-dev): bump unicode-display_width in /Library/Homebrew
Bumps [unicode-display_width](https://github.com/janlelis/unicode-display_width) from 3.1.2 to 3.1.3.
- [Changelog](https://github.com/janlelis/unicode-display_width/blob/main/CHANGELOG.md)
- [Commits](https://github.com/janlelis/unicode-display_width/compare/v3.1.2...v3.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-26 18:44:25 +00:00
Patrick Linnane
ee0e9d22ad
Merge pull request #19005 from Homebrew/dependabot/github_actions/ruby/setup-ruby-1.206.0
build(deps): bump ruby/setup-ruby from 1.205.0 to 1.206.0
2024-12-26 18:42:56 +00:00
dependabot[bot]
0b7f5b4a1a
build(deps): bump ruby/setup-ruby from 1.205.0 to 1.206.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.205.0 to 1.206.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](540484a3c0...bfefad842b)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-26 18:20:35 +00:00
Patrick Linnane
7504258bd9
Vendor base64 for Ruby 3.4
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2024-12-25 20:14:53 -08:00
Ruoyu Zhong
e330f371f8
Merge pull request #19002 from Homebrew/dependabot/bundler/Library/Homebrew/regexp_parser-2.10.0
build(deps-dev): bump regexp_parser from 2.9.3 to 2.10.0 in /Library/Homebrew
2024-12-26 01:26:48 +00:00
Ruoyu Zhong
5e36f6bbcf
Merge pull request #19003 from Homebrew/dependabot/bundler/Library/Homebrew/bigdecimal-3.1.9
build(deps-dev): bump bigdecimal from 3.1.8 to 3.1.9 in /Library/Homebrew
2024-12-26 01:25:17 +00:00
BrewTestBot
8ca266806e
Update RBI files for bigdecimal.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-12-26 01:10:55 +00:00
BrewTestBot
4bdebaa55a
Update RBI files for regexp_parser.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-12-26 01:10:54 +00:00
BrewTestBot
0aa79ad84b
brew vendor-gems: commit updates. 2024-12-26 01:10:49 +00:00
BrewTestBot
99efc76c5e
brew vendor-gems: commit updates. 2024-12-26 01:10:46 +00:00