Sean Molenaar
2adf25dcaf
feat: do not use existing sudo authentication in brew commands
2024-07-13 22:24:00 +02:00
Sam Ford
f5adff9d90
Merge pull request #17690 from Homebrew/sponsors-maintainers-man-completions
...
Update maintainers.
2024-07-12 21:08:55 -04:00
BrewTestBot
d42fc2e04e
Update maintainers.
...
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow.
2024-07-13 00:57:09 +00:00
Ruoyu Zhong
a9d4b7284e
Merge pull request #17689 from Homebrew/sponsors-maintainers-man-completions
2024-07-13 08:56:33 +08:00
BrewTestBot
072047779a
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-07-13 00:07:00 +00:00
Issy Long
9383cfa67b
Merge pull request #17688 from Homebrew/boo-more-type-errors
...
formula_assertions: Fix type of `cmd` param in `shell_output`
2024-07-12 16:43:15 -04:00
Carlo Cabrera
85625f5516
Merge pull request #17683 from Homebrew/one-more-sorbet-strict-unpack-strategy
2024-07-12 22:35:21 +02:00
Issy Long
ecdd45e73e
formula_assertions: Fix type of cmd
param in shell_output
...
- This can be either a String or a Pathname, per
the part of the `noseyparker` test that failed
(in a different part of the test, the command is
passed as a string).
```
==> Testing noseyparker
==> /opt/homebrew/Cellar/noseyparker/0.18.1/bin/noseyparker -V
Error: noseyparker: failed
An exception occurred within a child process:
TypeError: Parameter 'cmd': Expected type String, got type Pathname with value #<Pathname:/opt/homebrew/Ce...ps://github.com/Homebrew/brew>
Caller: /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/n/noseyparker.rb:35
```
2024-07-12 16:28:35 -04:00
Patrick Linnane
0bd23979cb
Merge pull request #17684 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.11481
2024-07-12 12:58:23 -07:00
Issy Long
fb2fcc47c2
Merge pull request #17686 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-rspec-3.0.3
...
build(deps-dev): bump rubocop-rspec from 3.0.2 to 3.0.3 in /Library/Homebrew
2024-07-12 15:18:31 -04:00
BrewTestBot
d8fb35e075
brew vendor-gems: commit updates.
2024-07-12 18:56:54 +00:00
BrewTestBot
18d614ecc7
brew vendor-gems: commit updates.
2024-07-12 18:56:12 +00:00
dependabot[bot]
f22dc0c47d
build(deps-dev): bump rubocop-rspec in /Library/Homebrew
...
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec ) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases )
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-rspec/compare/v3.0.2...v3.0.3 )
---
updated-dependencies:
- dependency-name: rubocop-rspec
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-12 18:55:56 +00:00
dependabot[bot]
1b40b3791a
build(deps-dev): bump sorbet in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.11480 to 0.5.11481.
- [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-12 18:55:22 +00:00
Issy Long
868c3dc9cd
Merge pull request #17680 from Homebrew/building-bottles-needs-network-for-sboms
2024-07-12 17:28:37 +01:00
Issy Long
1479013710
Merge pull request #17636 from Homebrew/sorbet-strict-public-apis
2024-07-12 17:25:41 +01:00
Mike McQuaid
d9da0ca6ba
Merge pull request #17681 from Homebrew/core-cask-priority
2024-07-12 08:17:28 +01:00
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_dir
s 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