Homebrew
Notes
no notes yet
Release notes
v6.0.11
· recent
<!-- Release notes generated using configuration in .github/release.yml at main -->
What's Changed
- Enable more cask metadata migration to JSON for all users by @MikeMcQuaid in https://github.com/Homebrew/brew/pull/22958
- Skip rewriting Mach-O binaries when delete_rpath changes nothing by @hyuraku in https://github.com/Homebrew/brew/pull/23079
- test_bot/formulae: remove generic tests by @cho-m in https://github.com/Homebrew/brew/pull/23082
- Return a shared type instance from type constructors when runtime checking is disabled by @dduugg in https://github.com/Homebrew/brew/pull/23078
- test_bot/formulae: skip portable Ruby tests on macOS if same version by @cho-m in https://github.com/Homebrew/brew/pull/23083
- Test fixes for portable Ruby macOS runners by @cho-m in https://github.com/Homebrew/brew/pull/23081
- test/cask/audit_spec: fix min OS for Intel by @cho-m in https://github.com/Homebrew/brew/pull/23085
- Fix
brew outdated --greedycrash on installed casks without a URL by @p-linnane in https://github.com/Homebrew/brew/pull/23084 - Revert "Return a shared type instance from type constructors when runtime checking is disabled" by @dduugg in https://github.com/Homebrew/brew/pull/23091
- Fix more test failures by @cho-m in https://github.com/Homebrew/brew/pull/23088
- Add brew vulns command by @andrew in https://github.com/Homebrew/brew/pull/23080
- Remove dead API methods and move generated_hash! to tests by @dduugg in https://github.com/Homebrew/brew/pull/23095
- Fix donation link by @MikeMcQuaid in https://github.com/Homebrew/brew/pull/23098
- Test uninstalling casks by @MikeMcQuaid in https://github.com/Homebrew/brew/pull/23097
- Use RubyMacho 6.0.0 by @MikeMcQuaid in https://github.com/Homebrew/brew/pull/23047
- Test without Sorbet runtime by @MikeMcQuaid in https://github.com/Homebrew/brew/pull/23099
- Preserve cask container metadata by @MikeMcQuaid in https://github.com/Homebrew/brew/pull/23100
- cmd/deps: accept --brewfile as an input source by @andrew in https://github.com/Homebrew/brew/pull/23104
- vulns/scanner: fall back to verbatim head URL for non-forge repos by @andrew in https://github.com/Homebrew/brew/pull/23103
- dev-cmd/generate-vulns-advisories: OSV advisory export for homebrew-advisory-database by @andrew in https://github.com/Homebrew/brew/pull/23106
- Keep the current internal package API file on
brew cleanup -sby @p-linnane in https://github.com/Homebrew/brew/pull/23111 - Show application of file and data patches by @Bo98 in https://github.com/Homebrew/brew/pull/23110
- vulns/osv_export: merge into existing records instead of overwriting by @andrew in https://github.com/Homebrew/brew/pull/23112
- test_bot/formulae: only run subset of
brew testsfor portable Ruby by @cho-m in https://github.com/Homebrew/brew/pull/23113 - Start bottle downloads before dependency fetches by @MikeMcQuaid in https://github.com/Homebrew/brew/pull/23105
- download_queue: wake on completed downloads by @MikeMcQuaid in https://github.com/Homebrew/brew/pull/23107
- Prewarm Bootsnap caches after
brew updateby @MikeMcQuaid in https://github.com/Homebrew/brew/pull/23108 - generate-vulns-advisories: derive initial fixed via FormulaVersions by @andrew in https://github.com/Homebrew/brew/pull/23115
Full Changelog: https://github.com/Homebrew/brew/compare/6.0.10...6.0.11