38364 Commits

Author SHA1 Message Date
Bo Anderson
cd4a2862de
Merge pull request #16313 from Bo98/goodbye-2.6-gems
Remove vendored Ruby 2.6 gems
2023-12-12 16:14:04 +00:00
Mike McQuaid
4b90ac2116
Merge pull request #16318 from Homebrew/sponsors-maintainers-man-completions
Update manpage and completions.
2023-12-12 09:12:42 +00:00
BrewTestBot
972a011a9e
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.
2023-12-12 08:48:04 +00:00
Mike McQuaid
9b58b12bb4
Merge pull request #16317 from yoshida-ryuhei/dev/update_completions_bundle
Improve fish completions of brew bundle
2023-12-12 08:47:12 +00:00
Ryuhei Yoshida
64fc295e38 :completions: Add brew-bundle-list 2023-12-12 16:07:37 +09:00
Ryuhei Yoshida
1029549b6a :completions: Add brew-bundle-install 2023-12-12 16:07:37 +09:00
Bo Anderson
688d87e839
Remove Ruby 2.6 & macOS system Ruby support code 2023-12-12 03:44:31 +00:00
Bo Anderson
e4b03d1de0
Merge pull request #16315 from Homebrew/sorbet-files-update
sorbet: Update RBI files.
2023-12-12 03:16:56 +00:00
BrewTestBot
73788ddab0
sorbet: Update RBI files.
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
2023-12-12 00:31:36 +00:00
Mike McQuaid
4c20298ea5
Merge pull request #16310 from EricFromCanada/dependency-warn-false
dependency: disable renamed formula warning
2023-12-11 19:29:41 +00:00
Eric Knibbe
77c23df526
dependency: disable renamed formula warning 2023-12-11 14:14:52 -05:00
Bo Anderson
0bc2028c44
Remove vendored Ruby 2.6 gems 2023-12-11 16:30:01 +00:00
Bo Anderson
5ee6e967da
Merge pull request #16306 from Bo98/4.2.0-deprecations
Deprecate, disable & delete code for Homebrew 4.2.0
2023-12-11 15:44:00 +00:00
Bo Anderson
df979295a9
Merge pull request #16294 from Bo98/ruby-3.1-minimum
Require Ruby 3.1
2023-12-11 15:42:29 +00:00
Mike McQuaid
439598073c
Merge pull request #16312 from Homebrew/sync-triage-config
Synchronize triage configuration
2023-12-11 15:37:17 +00:00
Mike McQuaid
cf8681247f
Merge pull request #16307 from Bo98/no-stderr-silence
cmd/vendor-install: don't silence stderr
2023-12-11 15:32:07 +00:00
BrewTestBot
40bb54bb83
triage-issues.yml: update to match main configuration 2023-12-11 15:15:41 +00:00
BrewTestBot
738839cf1b
Update RBI files for addressable.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2023-12-10 17:57:45 +00:00
BrewTestBot
ce78f52163
brew vendor-gems: commit updates. 2023-12-10 17:51:03 +00:00
dependabot[bot]
e7eb1858a9
build(deps): bump addressable from 2.8.5 to 2.8.6 in /Library/Homebrew
---
updated-dependencies:
- dependency-name: addressable
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-10 17:48:15 +00:00
apainintheneck
b3a6e59f96 cmd/pin: Update pinned formula messaging
The hope is that this will be clearer and less annoying for users.

A user came to us a couple weeks ago stating that it was confusing
that the `brew upgrade` command printed an error when a pinned
formula had a new version available and didn't get upgraded.

This PR changes that message to a warning from an error. While looking
into this we found that there is another message that gets printed
when a package dependency doesn't get upgraded because it is pinned
and that got turned into a warning from a normal message. Honestly,
that should be more worrying for the user anyway; it could lead to
a program not working correctly in the worst case.

I also added a message to the `brew pin` command warning about
potential unintended behavior if a dependency gets pinned and another
package requires a newer version of it.

Lastly, I added a commented out deprecation notice for the
`brew upgrade --ignore-pinned` command since it's now the default.
2023-12-07 23:43:02 -08:00
Bo Anderson
7ba5480dff
cmd/vendor-install: don't silence stderr 2023-12-08 00:10:56 +00:00
Bo Anderson
b42256d286
Deprecate, disable & delete code for Homebrew 4.2.0 2023-12-07 23:42:13 +00:00
Bo Anderson
c32bd1c7cc
Merge pull request #16304 from Bo98/generic-service
utils/service: assume no service system during generic OS tests
4.1.25
2023-12-07 22:02:21 +00:00
Bo Anderson
03b6a83135
utils/service: assume no service system during generic OS tests 2023-12-07 20:58:01 +00:00
Mike McQuaid
8b984114b1
Merge pull request #16305 from Bo98/pour_bottle-api
Partially support `pour_bottle?` in API
2023-12-07 15:36:00 -05:00
Mike McQuaid
cd6f3fe56d
Merge pull request #16303 from Bo98/test-fixes
test: fix a couple failures on certain systems
2023-12-07 15:34:49 -05:00
Bo Anderson
fe011ca0f9
Partially support pour_bottle? in API 2023-12-07 18:05:41 +00:00
Bo Anderson
246a73b644
test: fix a couple failures on certain systems 2023-12-07 03:12:22 +00:00
Mike McQuaid
08b78357a1
Merge pull request #16302 from Homebrew/sponsors-maintainers-man-completions
Update manpage and completions.
2023-12-06 15:43:02 -05:00
BrewTestBot
f8ad848e9e
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.
2023-12-06 20:28:11 +00:00
Mike McQuaid
ecb302c618
Merge pull request #16297 from reitermarkus/deprecate-new-formula-new-cask
Deprecate `--new-formula`/`--new-cask` options.
2023-12-06 15:27:14 -05:00
Mike McQuaid
c9b667ffb4
Merge pull request #16290 from Homebrew/docs
docs: various tweaks.
2023-12-06 14:47:12 -05:00
Mike McQuaid
ae94d9e28b
docs: various tweaks.
Adjust various maintainer and contributor-focused documents after
recent maintainer conversations and generally anything I noticed was
wrong or outdated as I went through these.
2023-12-06 14:29:09 -05:00
Markus Reiter
0a4d10ba89
Deprecate --new-formula/--new-cask options. 2023-12-06 16:18:26 +01:00
Bo Anderson
ab6a7ed5a1
Merge pull request #16300 from Bo98/lazy-debrew
Lazy load Debrew (fixes setupterm error on some environments)
4.1.24
2023-12-06 00:47:03 +00:00
Bo Anderson
a92a36d027
Lazy load Debrew
Fixes terminfo error on some environments
2023-12-06 00:01:25 +00:00
Bo Anderson
4af96ecf7d
Merge pull request #16295 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-sorbet-0.7.6
build(deps-dev): bump rubocop-sorbet from 0.7.5 to 0.7.6 in /Library/Homebrew
2023-12-05 21:02:18 +00:00
BrewTestBot
fa5745f267
Update RBI files for rubocop-sorbet.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2023-12-05 20:39:47 +00:00
BrewTestBot
b43e14b9fa
brew vendor-gems: commit updates. 2023-12-05 20:32:48 +00:00
dependabot[bot]
aefd70e09a
build(deps-dev): bump rubocop-sorbet in /Library/Homebrew
Bumps [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet) from 0.7.5 to 0.7.6.
- [Release notes](https://github.com/shopify/rubocop-sorbet/releases)
- [Commits](https://github.com/shopify/rubocop-sorbet/compare/v0.7.5...v0.7.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-05 20:29:53 +00:00
Mike McQuaid
b9dce730ff
Merge pull request #16238 from abitrolly/create-urlparse
create: Fix getting name from GitHub archives
2023-12-05 15:07:36 -05:00
Anatoli Babenia
6afd15ae00
create: Fix getting name from GitHub archives
`brew create https://github.com/lapce/lapce/archive/v0.3.0.tar.gz` was
getting the wrong name 'v3.0.0' from the URL

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2023-12-05 14:49:53 -05:00
Mike McQuaid
fcfce58973
Merge pull request #16298 from Homebrew/subversion_url
utils/svn_spec: change remote used in test.
2023-12-05 14:36:16 -05:00
Mike McQuaid
35369e1009
utils/svn_spec: change remote used in test.
GitHub is dropping their Subversion support so let's move to an Apache
Subversion server instead.
2023-12-05 14:20:12 -05:00
Bo Anderson
987ebe3d6d
Require Ruby 3.1 2023-12-05 02:31:08 +00:00
Rylan Polster
fc25915359
Merge pull request #16291 from Homebrew/dependabot/bundler/Library/Homebrew/regexp_parser-2.8.3
build(deps-dev): bump regexp_parser from 2.8.2 to 2.8.3 in /Library/Homebrew
4.1.23
2023-12-04 14:40:18 -05:00
BrewTestBot
d562a65753
Update RBI files for regexp_parser.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2023-12-04 19:13:48 +00:00
BrewTestBot
1dfb2cfe2f
brew vendor-gems: commit updates. 2023-12-04 19:00:13 +00:00
dependabot[bot]
d162b9e8d3
build(deps-dev): bump regexp_parser in /Library/Homebrew
Bumps [regexp_parser](https://github.com/ammar/regexp_parser) from 2.8.2 to 2.8.3.
- [Changelog](https://github.com/ammar/regexp_parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ammar/regexp_parser/compare/v2.8.2...v2.8.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-04 18:56:16 +00:00