dependabot[bot]
29c0e9c0f7
build(deps): bump minitest from 5.16.3 to 5.17.0 in /Library/Homebrew
...
Bumps [minitest](https://github.com/seattlerb/minitest ) from 5.16.3 to 5.17.0.
- [Release notes](https://github.com/seattlerb/minitest/releases )
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc )
- [Commits](https://github.com/seattlerb/minitest/compare/v5.16.3...v5.17.0 )
---
updated-dependencies:
- dependency-name: minitest
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-02 18:00:56 +00:00
Sean Molenaar
015ee67a70
Merge pull request #14241 from SMillerDev/feature/config/show_wsl
2023-01-02 16:38:21 +01:00
Sean Molenaar
84911edbed
system config: don't print WSL info on non-WSL systems
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2023-01-02 16:08:42 +01:00
Mike McQuaid
333c15b1ba
Merge pull request #14312 from EricFromCanada/docs-toc
...
docs: add Table of Contents to selected pages
2023-01-02 13:25:20 +00:00
apainintheneck
d291117468
Improve install cmd error msg
...
It now specifies casks, formulae or both in
theh output based upon the user args given.
2022-12-31 15:52:05 -08:00
apainintheneck
a8384c0ce7
cli/parser: Better error message for cask on linux
...
1. Validate options before constraint violations. This allows
us to error out when --cask is passed on Linux before getting
a constraint violation when --cask and --formula are set.
2. Skip printing the help page when --cask is passed on Linux.
2022-12-31 12:34:18 -08:00
apainintheneck
d318c56013
Add integration tests for profiler
2022-12-30 19:37:32 -08:00
Sean Molenaar
55c82749ad
SystemConfig: show WSL version if available on Linux
2022-12-30 20:48:24 +01:00
EricFromCanada
42e91e8668
docs: add Table of Contents to selected pages
2022-12-30 00:45:30 -05:00
Rylan Polster
e76c55e184
Merge pull request #14311 from Homebrew/sponsors-maintainers-man-completions
...
Update sponsors.
3.6.17
2022-12-30 00:36:55 -05:00
apainintheneck
5708ed3171
Fix brew prof --stackprof
...
The `stackprof` gem wasn't being included
correctly because it was missing the path
directory. This vendored gems path is added
later on in `load_path.rb`.
We export the GEM_PATH and GEM_HOME environment
variables in setup_gem_environment! so we
can use that information if we require the
`rubygems` gem first.
2022-12-29 17:44:48 -08:00
Kevin
d84d4b51a4
Merge pull request #14300 from apainintheneck/remove-bitdefender-diagnostic-check
...
Remove bitdefender diagnostic check
2022-12-29 17:37:37 -08:00
BrewTestBot
6ea0fa3826
Update sponsors.
...
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow.
2022-12-30 00:05:25 +00:00
apainintheneck
3a35ea3e28
Set ruby-prof to v1.4.3
...
This is the last version of this gem that supports
Ruby 2.6.x. We can stop passing the explicit version
when we move to a newer version of Ruby.
2022-12-29 12:48:13 -08:00
Rylan Polster
55a8c0208f
Merge pull request #14303 from Rylan12/cask-json-api-container
...
Use JSON instead of `#inspect` to include cask container in API
2022-12-29 14:33:52 -05:00
Mike McQuaid
5994f165f5
Merge pull request #14123 from bevanjkay/cask-wildcard-launchctl
...
cask/artifact/abstract_uninstall: allow wildcard entries for launchctl
2022-12-29 19:26:53 +00:00
Rylan Polster
bda0a141bc
Merge pull request #14306 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-ast-1.24.1
...
build(deps): bump rubocop-ast from 1.24.0 to 1.24.1 in /Library/Homebrew
2022-12-29 14:20:30 -05:00
BrewTestBot
09ff92707c
Update RBI files for rubocop-ast.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml ) workflow.
2022-12-29 18:12:16 +00:00
BrewTestBot
5a2d5f67ac
brew vendor-gems: commit updates.
2022-12-29 18:06:22 +00:00
dependabot[bot]
b2b76b9433
build(deps): bump rubocop-ast from 1.24.0 to 1.24.1 in /Library/Homebrew
...
Bumps [rubocop-ast](https://github.com/rubocop/rubocop-ast ) from 1.24.0 to 1.24.1.
- [Release notes](https://github.com/rubocop/rubocop-ast/releases )
- [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-ast/compare/v1.24.0...v1.24.1 )
---
updated-dependencies:
- dependency-name: rubocop-ast
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-29 18:02:23 +00:00
Carlo Cabrera
819aa09e63
Merge pull request #14296 from chenrui333/fix-audit-for-bump-formula-pr-cmd
2022-12-29 16:14:44 +08:00
Rylan Polster
7a85492176
Use JSON instead of #inspect
to include cask container in API
2022-12-29 02:05:16 -05:00
Rylan Polster
b55f1dafe7
Merge pull request #14302 from p-linnane/improve-sparke-audit
...
cask/audit: improve handling `nil` in sparkle
2022-12-29 00:56:27 -05:00
Patrick Linnane
7b6c8329b1
Update Library/Homebrew/cask/audit.rb
...
Co-authored-by: Rylan Polster <rslpolster@gmail.com>
2022-12-28 21:31:02 -08:00
Patrick Linnane
ed6d7ce995
cask/audit: improve handling nil
in sparkle
2022-12-28 21:17:38 -08:00
Rylan Polster
938d90c533
Merge pull request #14301 from Rylan12/more-on-system-rubocops
...
Expand `on_system` rubocops
2022-12-28 21:37:51 -05:00
Bevan Kay
3869bf156c
change line splitting method
2022-12-29 12:54:59 +11:00
Bevan Kay
3bdab156c2
add additional test
2022-12-29 12:54:21 +11:00
Rui Chen
c9274ea34f
audit: use full_name
for cask audit
...
Signed-off-by: Rui Chen <rui@chenrui.dev>
2022-12-28 16:29:33 -05:00
Rylan Polster
d316819f0c
Add tests
2022-12-28 16:10:26 -05:00
Rylan Polster
3556e756fc
Check casks for macOS version conditionals
2022-12-28 16:10:26 -05:00
Rylan Polster
e08d4f9f31
Check for loose MacOS.version
method calls
2022-12-28 16:10:26 -05:00
Rylan Polster
a504d2c1aa
Check for loose Hardware::CPU
method calls
2022-12-28 16:10:26 -05:00
apainintheneck
b6f9b7d3e0
Remove bitdefender diagnostic check
...
This shows up in `brew doctor` but hasn't been
reported as a problem by users in 3+ years.
2022-12-28 10:45:29 -08:00
Colin Dean
74ca197b1c
Governance: Adds PLC candidate expectations
...
This facilitates the distribution of a slate of candidates and their bios and intentions.
2022-12-28 12:36:39 -05:00
Rui Chen
59cff340ca
use formula.full_name
rather than formula.name
...
Signed-off-by: Rui Chen <rui@chenrui.dev>
2022-12-28 11:08:43 -05:00
Mike McQuaid
1a21c7e7ef
Merge pull request #13658 from bevanjkay/extract-plist-installerpath
...
unversioned_cask_checker: check installer artifacts
2022-12-28 15:05:26 +00:00
Rylan Polster
1405b1f863
Merge pull request #14289 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-performance-1.15.2
...
build(deps): bump rubocop-performance from 1.15.1 to 1.15.2 in /Library/Homebrew
2022-12-28 09:58:50 -05:00
Sean Molenaar
f1cc298956
Merge pull request #14265 from SMillerDev/feature/package/generate_mac_pkg
...
feature: generate macOS pkg files
2022-12-28 15:45:24 +01:00
Rylan Polster
de0e9b09b4
Merge pull request #14298 from bevanjkay/improve-cask-audit
...
cask/audit: improve sparkle minimum version audit
2022-12-28 01:40:08 -05:00
BrewTestBot
f55d819f39
Update RBI files for rubocop-performance.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml ) workflow.
2022-12-28 06:26:41 +00:00
BrewTestBot
4178247be4
brew vendor-gems: commit updates.
2022-12-28 06:18:32 +00:00
dependabot[bot]
8902075693
build(deps): bump rubocop-performance in /Library/Homebrew
...
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance ) from 1.15.1 to 1.15.2.
- [Release notes](https://github.com/rubocop/rubocop-performance/releases )
- [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.15.1...v1.15.2 )
---
updated-dependencies:
- dependency-name: rubocop-performance
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-28 06:14:56 +00:00
Bevan Kay
c45a32ea8d
Update Library/Homebrew/cask/audit.rb
...
Co-authored-by: Rylan Polster <rslpolster@gmail.com>
2022-12-28 16:32:58 +11:00
Bevan Kay
2788efb732
Update audit.rb
2022-12-28 16:26:45 +11:00
Bevan Kay
3e11f315f7
cask/audit: improve sparkle minimum version audit
2022-12-28 15:18:59 +11:00
Kevin
bbc475f922
Merge pull request #14295 from apainintheneck/comment-out-path-args-deprecation
...
Comment out path args deprecation
2022-12-27 19:31:27 -08:00
Bevan Kay
db9d48a7ec
fix tests
2022-12-28 12:50:16 +11:00
Rylan Polster
f3e5f17f91
Merge pull request #14297 from Rylan12/minimum-macos-version-audit
...
Improve minimum macOS version audit for casks
2022-12-27 20:21:07 -05:00
Bevan Kay
e0f067bab8
Update tests
2022-12-28 11:49:37 +11:00