40981 Commits

Author SHA1 Message Date
Patrick Linnane
4814f4512d
Merge pull request #17426 from Homebrew/dependabot/bundler/Library/Homebrew/multi-c3fad68fb1 2024-06-04 08:03:52 -07:00
BrewTestBot
ceb96d6aa6
brew vendor-gems: commit updates. 2024-06-04 14:52:38 +00:00
dependabot[bot]
59805555ea
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.11406 to 0.5.11409
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Updates `sorbet-runtime` from 0.5.11406 to 0.5.11409
- [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-06-04 14:51:35 +00:00
Mike McQuaid
2051e053ee
Merge pull request #17425 from Homebrew/handle_broken_shasum
cmd/vendor-install: handle broken `shasum`.
2024-06-04 14:00:13 +01:00
Mike McQuaid
2c1bf79c67
cmd/vendor-install: handle broken shasum.
If `shasum` is broken and doesn't produce a valid checksum: we were
just doing the checksum comparison with an empty checksum.

Instead, let's treat an empty checksum as a failure condition, rather
than just the executable bit being present for the relevant binary, and
iterate through the available tools to try and get a non-empty checksum.

If they all produce an empty checksum: provide a different error to make
it a bit more obvious what's happening here.
2024-06-04 13:49:32 +01:00
Mike McQuaid
93e58fb41c
Merge pull request #17386 from Homebrew/cask-null-variations
cask: skip variations for inapplicable versions
2024-06-04 10:04:29 +01:00
Mike McQuaid
84319eec05
Merge pull request #17408 from abitrolly/warn-after-edit
dev-cmd/edit: Show API install warning after the edit is done
2024-06-04 08:57:20 +01:00
Mike McQuaid
62f2e3377d
Merge pull request #17421 from Homebrew/original-path-fix
bin/brew: fix tracking of original paths with brew-in-brew calls
2024-06-04 08:48:17 +01:00
Mike McQuaid
26a07b4cd0
Merge pull request #17417 from Homebrew/setup_ruby_command_path
cmd/setup-ruby: handle empty command path.
2024-06-04 05:24:00 +01:00
Bo Anderson
2f0f5fbb61
bin/brew: fix tracking of original paths with brew-in-brew calls 2024-06-04 03:47:31 +01:00
Eric Knibbe
2d00e50071
cask: skip variations for inapplicable versions 2024-06-03 12:33:00 -04:00
Patrick Linnane
c0dd639c7f
Merge pull request #17419 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-rspec-2.30.0 2024-06-03 09:20:18 -07:00
Patrick Linnane
4b44967b28
Merge pull request #17418 from Homebrew/dependabot/github_actions/ruby/setup-ruby-1.179.0 2024-06-03 09:17:03 -07:00
BrewTestBot
c99e30c2e1
Update RBI files for rubocop-rspec.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-06-03 16:07:06 +00:00
BrewTestBot
af627d0196
brew vendor-gems: commit updates. 2024-06-03 16:06:52 +00:00
dependabot[bot]
522e88ad95
build(deps-dev): bump rubocop-rspec in /Library/Homebrew
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.29.2 to 2.30.0.
- [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/v2.29.2...v2.30.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-03 16:05:44 +00:00
dependabot[bot]
2b2c34e3f7
build(deps): bump ruby/setup-ruby from 1.178.0 to 1.179.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.178.0 to 1.179.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Commits](0cde4689ba...d5fb7a202f)

---
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-06-03 16:05:41 +00:00
Mike McQuaid
753add2cc7
cmd/setup-ruby: handle empty command path.
If this is empty: don't try to `grep` it.
2024-06-03 13:35:37 +01:00
Carlo Cabrera
78169b4876
Merge pull request #17415 from Homebrew/sponsors-maintainers-man-completions
Update manpage and completions.
2024-06-03 20:02:22 +08:00
BrewTestBot
be07b13be9
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-06-03 11:52:13 +00:00
Mike McQuaid
26a87c08f5
Merge pull request #17414 from garritfra/feature/cleanup-scrub-alias
Add `--scrub` flag alias to cleanup command
2024-06-03 12:51:23 +01:00
Garrit Franke
a4e10d9e1c
GH-17413: Add --scrub flag alias to cleanup command 2024-06-03 10:49:23 +02:00
Issy Long
e130e47f23
Merge pull request #17411 from Homebrew/typecheck-spoom-better 4.3.3 2024-06-02 22:56:17 +01:00
Issy Long
80be27dc9b
Make brew typecheck --update --suggest-typed bump strictness further
- Not only `false` to `true` but `true` to `strict`.
- Only humans every run this, but our goal is to increase the
  typechecking in our files to get to `strict` everywhere so
  let's make that easy to remember to do.
2024-06-02 18:53:38 +01:00
Issy Long
fb81a6d874
Merge pull request #17410 from Homebrew/more-sorbet-typed-strict
Make more files Sorbet `typed: strict`
2024-06-02 15:47:18 +01:00
Issy Long
509fffab2b
Make more files Sorbet typed: strict
- According to Spoom, these could be bumped automatically with no errors.
2024-06-02 15:15:24 +01:00
Issy Long
02c59d122f
Merge pull request #17409 from Homebrew/contributions-fix-review-counts
Fix constructing search query strings with date ranges
2024-06-02 14:53:22 +01:00
Issy Long
a23dad737f
Fix constructing search query strings with date ranges
- Both `from` and `to` are now separate keyword arguments
  in a bunch of places, not part of `args`.
- When we switched this around, we didn't realize this
  method needed updating to correctly construct the time
  range query.
- This led to further inaccurate counts in `brew contributions`
  for reviews, since `from` and `to` are not valid search qualifiers
  for the GitHub PR search APIs.
2024-06-02 14:31:18 +01:00
Anatoli Babenia
bf87339bfb dev-cmd/edit: Show API install warning after the edit is done 2024-06-02 16:05:08 +03:00
Ruoyu Zhong
11f042e387
Merge pull request #17407 from Homebrew/issyl0-patch-1
dev-cmd/contributions: ‘Coauthorship’ sounds weird
2024-06-02 15:46:44 +08:00
Issy Long
da78bcfdcc
dev-cmd/contributions: ‘Coauthorship’ sounds weird
- This inconsistency of "author", "committer", "coauthorship", that is, only "coauthor" ending in "ship", has annoyed me ever since I wrote it. It has finally sufficiently annoyed me to fix it.
2024-06-02 08:35:33 +01:00
Ruoyu Zhong
c6368bea8a
Merge pull request #17406 from Homebrew/sponsors-maintainers-man-completions 2024-06-01 08:20:06 +08:00
BrewTestBot
5e24be91f2
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-06-01 00:07:02 +00:00
Douglas Eichelberger
c9acd4e372
Merge pull request #17405 from Homebrew/fewer-casts
Remove unnecessary use of `T.cast`
2024-05-31 16:34:53 -07:00
Douglas Eichelberger
179419d8bc rm unnecessary casts 2024-05-31 15:49:12 -07:00
Patrick Linnane
fe16e9d7ef
Merge pull request #17404 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-1.64.1 2024-05-31 11:48:39 -07:00
Patrick Linnane
a156daa71a
Merge pull request #17403 from Homebrew/dependabot/bundler/Library/Homebrew/parser-3.3.2.0 2024-05-31 11:44:57 -07:00
Patrick Linnane
d9b6f8c327
Merge pull request #17402 from Homebrew/dependabot/bundler/Library/Homebrew/multi-42969a696f 2024-05-31 11:39:45 -07:00
Patrick Linnane
bfa6181ee1
rubocop: enable Style/SendWithLiteralMethodName
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2024-05-31 11:37:31 -07:00
BrewTestBot
610ac11308
Update RBI files for parser.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-05-31 18:33:32 +00:00
BrewTestBot
1afa318776
Update RBI files for rubocop.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-05-31 18:33:27 +00:00
BrewTestBot
ee82521e15
brew vendor-gems: commit updates. 2024-05-31 18:29:32 +00:00
BrewTestBot
8fd01f43c2
brew vendor-gems: commit updates. 2024-05-31 18:29:27 +00:00
BrewTestBot
0f4af3f0fa
brew vendor-gems: commit updates. 2024-05-31 18:28:43 +00:00
dependabot[bot]
01bacf931e
build(deps-dev): bump rubocop from 1.64.0 to 1.64.1 in /Library/Homebrew
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.64.0 to 1.64.1.
- [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.0...v1.64.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-31 18:28:35 +00:00
dependabot[bot]
1d9792cf1b
build(deps-dev): bump parser in /Library/Homebrew
Bumps [parser](https://github.com/whitequark/parser) from 3.3.1.0 to 3.3.2.0.
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/whitequark/parser/compare/v3.3.1.0...v3.3.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-31 18:28:13 +00:00
dependabot[bot]
8a8289f918
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.11394 to 0.5.11406
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Updates `sorbet-static-and-runtime` from 0.5.11394 to 0.5.11406
- [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-05-31 18:27:43 +00:00
Mike McQuaid
15dc76c5a7
Merge pull request #17399 from Homebrew/portable_ruby_3.3.2
Portable Ruby 3.3.2
2024-05-31 15:49:30 +01:00
Mike McQuaid
b70b501b17
Portable Ruby 3.3.2
Update to the latest Ruby.
2024-05-31 15:38:04 +01:00
Mike McQuaid
81ecff3f01
Merge pull request #17398 from Homebrew/improve_autobump_messaging
dev-cmd/bump*: improve autobump messaging.
2024-05-31 10:36:40 +01:00