41947 Commits

Author SHA1 Message Date
Bo Anderson
ae9d5f9f14
cli/named_args: raise priority of core casks 2024-07-12 05:27:57 +01:00
Issy Long
af6e1194d2
unpack_strategy/dmg: Convert to Sorbet typed: strict
- I missed this, whoops.
2024-07-11 21:34:26 -04:00
Issy Long
edb8055c76
unpack_strategy/*: Convert to Sorbet typed: strict 2024-07-11 21:18:27 -04:00
Issy Long
d7123d43c7
test/dev-cmd/bottle: Mark the bottling test as needs_network
- I was on a plane and this failed with:

```
expected block to not output to stderr, but output
"curl: (6) Could not resolve host: spdx.github.io\nWarning: Failed to fetch SBOM schema, cannot perform SBOM validation!
Warning: Could not fetch JSON schema to validate SBOM!\nWarning: SBOM is not valid, not writing to disk!"
```
2024-07-11 21:16:14 -04:00
Issy Long
bffb470c57
unpack_strategy: Fix ref_type type (Symbol, not String)
- I put a debugger call in the test that was failing.
- Running the install command at that debug prompt and lo,
  the typing bug was staring me in the face:

```
Error: An exception occurred within a child process:
  TypeError: Parameter 'ref_type': Expected type T.nilable(String), got type Symbol with value :branch
Caller: /opt/homebrew/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/sorbet-runtime-0.5.11471/lib/types/private/methods/call_validation.rb:215
Definition: /opt/homebrew/Library/Homebrew/unpack_strategy.rb:102 (UnpackStrategy.detect)
```
2024-07-11 19:37:46 +01:00
Patrick Linnane
249a7beb56
Merge pull request #17663 from Homebrew/dependabot/bundler/Library/Homebrew/spoom-1.3.3 2024-07-11 11:34:32 -07:00
BrewTestBot
f5c509dd40
Update RBI files for spoom.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-07-11 18:23:45 +00:00
BrewTestBot
8a932820b2
brew vendor-gems: commit updates. 2024-07-11 18:23:30 +00:00
dependabot[bot]
5869a622cf
build(deps-dev): bump spoom from 1.3.2 to 1.3.3 in /Library/Homebrew
Bumps [spoom](https://github.com/Shopify/spoom) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/Shopify/spoom/releases)
- [Commits](https://github.com/Shopify/spoom/compare/v1.3.2...v1.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-11 18:22:40 +00:00
Patrick Linnane
35d28c18f0
Merge pull request #17677 from Homebrew/dependabot/bundler/Library/Homebrew/tapioca-0.15.1 2024-07-11 11:21:21 -07:00
Patrick Linnane
6c5b5e07c2
Merge pull request #17678 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.11480 2024-07-11 11:21:02 -07:00
BrewTestBot
616f2d4e30
brew vendor-gems: commit updates. 2024-07-11 18:08:52 +00:00
BrewTestBot
6fa8235738
Update RBI files for tapioca.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-07-11 18:08:51 +00:00
BrewTestBot
b6e7d1e36e
brew vendor-gems: commit updates. 2024-07-11 18:08:30 +00:00
dependabot[bot]
6a65495b23
build(deps-dev): bump sorbet in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.11478 to 0.5.11480.
- [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-07-11 18:07:58 +00:00
dependabot[bot]
2fff69bec6
build(deps-dev): bump tapioca from 0.15.0 to 0.15.1 in /Library/Homebrew
Bumps [tapioca](https://github.com/Shopify/tapioca) from 0.15.0 to 0.15.1.
- [Release notes](https://github.com/Shopify/tapioca/releases)
- [Commits](https://github.com/Shopify/tapioca/compare/v0.15.0...v0.15.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-11 18:07:38 +00:00
Ruoyu Zhong
6c558223d6
Merge pull request #17675 from Homebrew/dependabot/github_actions/ruby/setup-ruby-1.187.0 2024-07-12 00:40:03 +08:00
dependabot[bot]
d0cf390f87
build(deps): bump ruby/setup-ruby from 1.186.0 to 1.187.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.186.0 to 1.187.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](2a9a743e19...161cd54b69)

---
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-07-11 16:29:45 +00:00
Mike McQuaid
2aa86d8fd5
Merge pull request #17674 from Homebrew/shellenv_eu 2024-07-11 12:13:00 +01:00
Issy Long
9c6430954b
All the extract_to_dirs return void now 2024-07-11 11:05:47 +01:00
Mike McQuaid
4bd3b938c3
Merge pull request #17668 from andrewbraxton/greedy-outdated 2024-07-11 08:20:19 +01:00
Mike McQuaid
b83160197e
Merge pull request #17660 from andreineculau/patch-1 2024-07-11 08:19:02 +01:00
Mike McQuaid
d187f2d6cc
cmd/shellenv.sh: handle undefined MANPATH and set -eu.
See https://github.com/Homebrew/brew/pull/17633#issuecomment-2218657931
2024-07-11 08:17:11 +01:00
Andrew Braxton
0e0e3a4d0a Use env argument to switch() 2024-07-10 23:41:18 -07:00
Kevin
4bcdd81657
Merge pull request #17671 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-1.65.0
build(deps-dev): bump rubocop from 1.64.1 to 1.65.0 in /Library/Homebrew
2024-07-10 20:52:58 -07:00
Patrick Linnane
5466d6a57a
Replace deprecated Cop.registry with Registry.global
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2024-07-10 13:07:02 -07:00
BrewTestBot
603b896131
Update RBI files for rubocop.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-07-10 13:07:02 -07:00
BrewTestBot
682d148e50
brew vendor-gems: commit updates. 2024-07-10 13:07:02 -07:00
dependabot[bot]
4d619b9dac
build(deps-dev): bump rubocop from 1.64.1 to 1.65.0 in /Library/Homebrew
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.64.1 to 1.65.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop/compare/v1.64.1...v1.65.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-10 13:07:02 -07:00
Patrick Linnane
302a2b3aae
Merge pull request #17670 from Homebrew/dependabot/bundler/Library/Homebrew/parser-3.3.4.0 2024-07-10 12:57:05 -07:00
Patrick Linnane
edc827f981
Merge pull request #17673 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.11478 2024-07-10 12:56:23 -07:00
BrewTestBot
1f5e939670
Update RBI files for parser.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-07-10 18:58:15 +00:00
BrewTestBot
85618beb16
brew vendor-gems: commit updates. 2024-07-10 18:55:07 +00:00
BrewTestBot
e34c4badbc
brew vendor-gems: commit updates. 2024-07-10 18:54:32 +00:00
dependabot[bot]
04fb3f41b1
build(deps-dev): bump sorbet in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.11475 to 0.5.11478.
- [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-07-10 18:54:18 +00:00
dependabot[bot]
bec3ef8695
build(deps-dev): bump parser in /Library/Homebrew
Bumps [parser](https://github.com/whitequark/parser) from 3.3.3.0 to 3.3.4.0.
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/whitequark/parser/compare/v3.3.3.0...v3.3.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-10 18:53:34 +00:00
Rylan Polster
fec84544a9
Remove arch and macos dependencies from cask tab 2024-07-10 11:25:05 -04:00
Andrew Braxton
23dd14d1c4 greedy outdated 2024-07-09 20:59:12 -07:00
Rylan Polster
fbe422b768
Fix test 2024-07-09 20:01:43 -04:00
Andrei Neculau
bc8c7a2a16
docker: revert back linuxbrew's UID to 1000
In https://github.com/Homebrew/brew/pull/17584 we have changed "linuxbrew" user's UID/GID to 1001 in order to mitigate for Ubuntu 23.04 and higher, which started creating a default "ubuntu" user taking over UID/GID 1000 .

While we may desire a deterministic UID in the homebrew docker image, the change effectively modified the behaviour for all current 3 images based on Ubuntu 18.04 20.04 and 22.04 by changing the linuxbrew's user UID/GID from 1000 to 1001. As per https://hub.docker.com/u/homebrew, we do not currently publish an image for 24.04 which the change is mitigating for.

Rather than mitigating for indeterministic behaviour of upstream changes, this commit implements the workaround in https://bugs.launchpad.net/cloud-images/+bug/2005129 to delete the default "ubuntu" user.
2024-07-09 21:29:49 +02:00
Rylan Polster
d17da89382
Include recursive dependencies in cask tabs 2024-07-09 15:25:57 -04:00
Patrick Linnane
53e8d4024f
Merge pull request #17667 from Homebrew/dependabot/github_actions/ruby/setup-ruby-1.186.0 2024-07-09 12:18:32 -07:00
dependabot[bot]
afbc5af745
build(deps): bump ruby/setup-ruby from 1.185.0 to 1.186.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.185.0 to 1.186.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](3a77c29278...2a9a743e19)

---
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-07-09 18:54:50 +00:00
Patrick Linnane
4343f2fa20
Merge pull request #17665 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.11475 2024-07-09 11:51:02 -07:00
BrewTestBot
140ce6bd32
brew vendor-gems: commit updates. 2024-07-09 18:04:11 +00:00
dependabot[bot]
8094413063
build(deps-dev): bump sorbet in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.11473 to 0.5.11475.
- [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-07-09 18:03:23 +00:00
Rylan Polster
119e02ceb0
Cleanup tap_git_head and uninstall_flight_blocks?
Co-authored-by: Kevin <apainintheneck@gmail.com>
2024-07-09 13:22:00 -04:00
Mike McQuaid
b098b4c3a0
Merge pull request #17659 from bevanjkay/rosetta 2024-07-09 08:35:34 +01:00
Bevan Kay
a77a8ca564
cask/dsl/caveats: allow for simulated system checks in rosetta caveat 2024-07-09 15:42:38 +10:00
Douglas Eichelberger
216ae9d0a1
Merge pull request #17656 from Homebrew/dependabot/bundler/Library/Homebrew/vernier-1.1.1
build(deps-dev): bump vernier from 1.1.0 to 1.1.1 in /Library/Homebrew
2024-07-08 12:09:31 -07:00