43894 Commits

Author SHA1 Message Date
Ruoyu Zhong
f94c7d0cfd
Merge pull request #18819 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-runtime-0.5.11663
build(deps): bump sorbet-runtime from 0.5.11647 to 0.5.11663 in /Library/Homebrew
2024-11-26 01:28:50 +08:00
BrewTestBot
bb8fcd1a2a
brew vendor-gems: commit updates. 2024-11-25 17:16:43 +00:00
dependabot[bot]
54b9a0abdc
build(deps): bump sorbet-runtime in /Library/Homebrew
Bumps [sorbet-runtime](https://github.com/sorbet/sorbet) from 0.5.11647 to 0.5.11663.
- [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
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-25 17:12:47 +00:00
Mike McQuaid
69b5df1154
Merge pull request #18818 from Homebrew/allow-disabled-installs
formula_installer: allow installing/upgrading disabled formulae
2024-11-25 17:07:31 +00:00
Patrick Linnane
ba8d449073
formula_installer: allow installing/upgrading disabled formulae
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2024-11-25 08:57:31 -08:00
Mike McQuaid
666601f401
Merge pull request #18811 from gromgit/brew-branch
system_config: print brew branch
2024-11-25 15:17:04 +00:00
Adrian Ho
6eb2030b22 system_config: print brew branch 2024-11-25 23:06:40 +08:00
Mike McQuaid
4a77cd1e2f
Merge pull request #18812 from Homebrew/bump-skip-pr-checking-when-up-to-date
bump: skip PR checking when up to date or livecheck fails
4.4.7
2024-11-25 08:55:08 +00:00
Mike McQuaid
56780f3355
Merge pull request #18806 from Homebrew/rm-uses-ostruct
Remove OpenStruct from Uses cmd
2024-11-25 08:51:07 +00:00
Mike McQuaid
7567fe4ea6
Merge pull request #18810 from alebcay/deprecate-disable-replacement-docs
docs: mention optional replacement parameter for deprecate/disable
2024-11-25 08:49:58 +00:00
Mike McQuaid
cf75c48951
Merge pull request #18809 from reitermarkus/download-lock-interrupt
Fix incorrect download locking.
2024-11-25 08:36:58 +00:00
Bo Anderson
a542ef9b7d
Merge pull request #18814 from Homebrew/revert-final-sig
Remove problematic :final from Requirement sigs
2024-11-25 03:36:44 +00:00
Sam Ford
1cbcc44cb4
bump: skip PR checking when livecheck fails
`brew bump` will check for PRs related to a package even if livecheck
fails to identify new versions. This reworks related conditions to
ensure that related PR checks are only run when livecheck returns
version information.
2024-11-24 20:50:39 -05:00
Sam Ford
918206e1fd
BumpVersionParser: expand tests
This expands test coverage for `BumpVersionParser`, bringing line
coverage to 100% and branch coverage to 95.45%. This is the best we
can do for branch coverage, as Sorbet will catch an invalid argument
type before the method is executed, so we can't exercise the method
in a test to get 100% coverage.
2024-11-24 20:50:38 -05:00
Sam Ford
a89457fcb9
bump: skip PR checking when up to date
`brew bump` will check for PRs related to a package even if the
package version and livecheck version are the same. We're presumably
only interested in related PRs when the livecheck version differs, so
we can reduce GitHub API requests by skipping the check(s) when the
versions are equal. We use `bump` in `autobump` workflows, so this
should help with recent rate limiting issues (e.g., 3203 out of 3426
autobumped formulae were up to date in a recent run).

This also reworks the output for duplicate PRs, making it clear when
`bump` skipped checking PRs (as printing "none" would suggest that
PRs were checked) and only printing the "Maybe duplicate" information
when checked. This makes it a little easier to understand what `bump`
has done internally from the output.
2024-11-24 20:50:37 -05:00
Douglas Eichelberger
ccfc8bfbe6 Remove :final from Requirement#satisfied? sig 2024-11-24 15:49:49 -08:00
Mike McQuaid
8d3056463d
Merge pull request #18800 from Homebrew/ca-certs-secure
revert setting `--insecure` to download ca-certificates
2024-11-24 20:12:50 +00:00
Eric Knibbe
51be1d9652
revert setting --insecure to download ca-certificates 2024-11-24 14:57:32 -05:00
Eric Knibbe
6adec38a7f
Merge pull request #18813 from Homebrew/docs-update-redirecting-php-url
docs: update redirecting url
2024-11-24 14:09:00 -05:00
Sam Ford
1c0e657edb
docs: update redirecting url
A php.net URL in `docs/Versions.md` is redirecting to www.php.net, so
this updates the URL to avoid the redirection.
2024-11-24 10:46:37 -05:00
Caleb Xu
c5070e2c7e
docs: mention optional replacement parameter for deprecate/disable 2024-11-24 07:52:47 -05:00
Markus Reiter
969005a505
Prevent race condition when deleting lock files. 2024-11-24 01:29:42 +01:00
Markus Reiter
4bd75d4235
Fix incorrect download locking. 2024-11-24 00:03:31 +01:00
Douglas Eichelberger
cb1c49e06b Fix sigs 2024-11-23 10:25:45 -08:00
Douglas Eichelberger
89e640c567 Remove OpenStruct from Uses cmd 2024-11-22 21:04:51 -08:00
Ruoyu Zhong
3b1d59d8c4
Merge pull request #18804 from Homebrew/dependabot/bundler/Library/Homebrew/minitest-5.25.2
build(deps-dev): bump minitest from 5.25.1 to 5.25.2 in /Library/Homebrew
2024-11-23 03:27:49 +08:00
Ruoyu Zhong
54b33bb439
Merge pull request #18803 from Homebrew/dependabot/bundler/Library/Homebrew/ruby-lsp-0.22.1
build(deps-dev): bump ruby-lsp from 0.22.0 to 0.22.1 in /Library/Homebrew
2024-11-23 03:26:11 +08:00
BrewTestBot
9ee4ad8891
Update RBI files for minitest.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-11-22 19:15:54 +00:00
BrewTestBot
71a557b32f
brew vendor-gems: commit updates. 2024-11-22 19:15:43 +00:00
BrewTestBot
2e817ea991
Update RBI files for ruby-lsp.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-11-22 19:15:22 +00:00
BrewTestBot
a910ab7886
brew vendor-gems: commit updates. 2024-11-22 19:15:13 +00:00
dependabot[bot]
0b513dbaeb
build(deps-dev): bump minitest in /Library/Homebrew
Bumps [minitest](https://github.com/minitest/minitest) from 5.25.1 to 5.25.2.
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](https://github.com/minitest/minitest/compare/v5.25.1...v5.25.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-22 18:57:25 +00:00
dependabot[bot]
cc4039cb12
build(deps-dev): bump ruby-lsp in /Library/Homebrew
Bumps [ruby-lsp](https://github.com/Shopify/ruby-lsp) from 0.22.0 to 0.22.1.
- [Release notes](https://github.com/Shopify/ruby-lsp/releases)
- [Commits](https://github.com/Shopify/ruby-lsp/compare/v0.22.0...v0.22.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-22 18:56:49 +00:00
Mike McQuaid
3a5b17a421
Merge pull request #18801 from Homebrew/enforce-final
Enforce finalized sorbet methods
2024-11-22 09:03:04 +00:00
Douglas Eichelberger
33d9267d7d Enforce finalized sorbet methods 2024-11-21 18:34:11 -08:00
Bo Anderson
c329e726f8
Merge pull request #18798 from Homebrew/mirror-with-api
formula_installer: re-enable mirror usage when installing via API
2024-11-22 00:25:32 +00:00
Eric Knibbe
86ada937cb
formula_installer: re-enable mirror usage when installing via API 2024-11-21 16:55:19 -05:00
Patrick Linnane
f0c746a0b9
Merge pull request #18797 from Homebrew/dependabot/bundler/Library/Homebrew/ruby-lsp-0.22.0 2024-11-21 08:25:37 -08:00
Patrick Linnane
1fd28d648c
Merge pull request #18796 from Homebrew/dependabot/github_actions/codecov/codecov-action-5.0.7 2024-11-21 08:21:14 -08:00
BrewTestBot
d5d6734d18
Update RBI files for ruby-lsp.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-11-21 16:13:28 +00:00
BrewTestBot
7aaad8fd8d
brew vendor-gems: commit updates. 2024-11-21 16:13:18 +00:00
dependabot[bot]
befc1e2d17
build(deps-dev): bump ruby-lsp in /Library/Homebrew
Bumps [ruby-lsp](https://github.com/Shopify/ruby-lsp) from 0.21.3 to 0.22.0.
- [Release notes](https://github.com/Shopify/ruby-lsp/releases)
- [Commits](https://github.com/Shopify/ruby-lsp/compare/v0.21.3...v0.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-21 16:09:06 +00:00
dependabot[bot]
14afece550
build(deps): bump codecov/codecov-action from 5.0.5 to 5.0.7
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.5 to 5.0.7.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](288befbd10...015f24e681)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-21 16:08:43 +00:00
Mike McQuaid
9dad99bdcd
Merge pull request #18793 from jaminthorns/remove-instal-alias-fish-completions
Remove fish command completions for excluded commands
2024-11-21 08:43:25 +00:00
Jamin Thornsberry
c5253b23c2 Remove fish command completions for excluded commands
This removes fish command completions (but keeps argument completions)
for commands in the `COMPLETIONS_EXCLUSION_LIST` list.

It also removes unnecessary exclusions of `*instal` aliases in command
suggestions in bash and fish completions, since those were removed from
`internal_commands_list.txt` in Homebrew#10229. This makes
`COMPLETIONS_EXCLUSION_LIST` the single source of truth for commands to
exclude from completions.
2024-11-20 17:35:42 -06:00
Ruoyu Zhong
f597978b1f
Merge pull request #18794 from Homebrew/dependabot/github_actions/codecov/codecov-action-5.0.5 2024-11-21 03:21:52 +08:00
dependabot[bot]
988e3ac098
build(deps): bump codecov/codecov-action from 5.0.2 to 5.0.5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.2 to 5.0.5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](5c47607acb...288befbd10)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-20 18:40:13 +00:00
Mike McQuaid
0b25b5ccbb
Merge pull request #18792 from Homebrew/devcontainer_master
devcontainer.json: use master image.
2024-11-20 11:53:44 +00:00
Mike McQuaid
68a0ad05dc
devcontainer.json: use master image.
For development it feels like it makes sense to use the master image.

While we're here, let VSCode autoformat the devcontainer.json.
2024-11-20 11:34:03 +00:00
Mike McQuaid
d8242dafd1
Merge pull request #18768 from Homebrew/revamp_installed_on_request
Revamp installed_on_request handling
2024-11-20 08:29:14 +00:00