29755 Commits

Author SHA1 Message Date
dependabot[bot]
09c6af4a8f
build(deps-dev): bump sorbet in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.9303 to 0.5.9307.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-08 18:04:51 +00:00
dependabot[bot]
a1389f0072
build(deps): bump unparser from 0.6.0 to 0.6.1 in /Library/Homebrew
Bumps [unparser](https://github.com/mbj/unparser) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/mbj/unparser/releases)
- [Changelog](https://github.com/mbj/unparser/blob/main/Changelog.md)
- [Commits](https://github.com/mbj/unparser/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-08 18:04:25 +00:00
dependabot[bot]
b8c0a2b719
build(deps): bump rubocop-rspec from 2.5.0 to 2.6.0 in /Library/Homebrew
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.5.0 to 2.6.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.5.0...v2.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-08 18:04:15 +00:00
dependabot[bot]
c5452e4ebe
build(deps): bump rubocop-ast from 1.12.0 to 1.13.0 in /Library/Homebrew
Bumps [rubocop-ast](https://github.com/rubocop/rubocop-ast) from 1.12.0 to 1.13.0.
- [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.12.0...v1.13.0)

---
updated-dependencies:
- dependency-name: rubocop-ast
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-08 18:03:39 +00:00
fn ⌃ ⌥
4698dfe9ae search: print newline if neither --formula nor --cask specified 2021-11-08 08:55:18 -08:00
fn ⌃ ⌥
9438dc94e3 search: split missing formula help into its own method 2021-11-08 08:55:18 -08:00
fn ⌃ ⌥
896aff0cf2 search: split up command into multiple methods 2021-11-08 08:55:18 -08:00
Mike McQuaid
e38e25dfd1
Merge pull request #12397 from XuehaiPan/shellcheckrc
.shellcheckrc: disable unneeded check SC2310-SC2312 globally
2021-11-08 16:15:21 +00:00
XuehaiPan
d78c11361a .shellcheckrc: disable unneeded check SC2310-SC2312 globally 2021-11-08 23:50:54 +08:00
Bo Anderson
e30b7f118d
os/mac: bump latest SDK 2021-11-08 15:37:15 +00:00
Bo Anderson
404850600f
os/mac/xcode: update latest Xcode to 13.1 on Big Sur 2021-11-08 15:36:54 +00:00
Sean Molenaar
ca7623c70f
Merge pull request #12367 from SMillerDev/feature/service/interval
Service: add interval support
2021-11-08 16:24:19 +01:00
Mike McQuaid
ff5e68ad20
Merge pull request #12391 from XuehaiPan/shellcheck-autofix
style: implement shellcheck autofix in `brew style --fix`
2021-11-08 15:18:59 +00:00
Xuehai Pan
c1d2f8a2c6
style: catch failures while applying patches
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-11-08 22:50:20 +08:00
XuehaiPan
b86fdfeb09 style: use long options for patch command 2021-11-08 22:34:49 +08:00
Mike McQuaid
64fb3c86f8
Merge pull request #12396 from XuehaiPan/vscode-shell-formatter
.vscode: auto fix shell script code style on save or on demand
3.3.3
2021-11-08 14:21:00 +00:00
Mike McQuaid
49e4df288c
Merge pull request #12388 from nihaals/update-verified-hostnames-link
Docs: Update cask cookbook header
2021-11-08 13:58:30 +00:00
XuehaiPan
800bd93c5a .vscode: add extension editorconfig 2021-11-08 20:57:52 +08:00
XuehaiPan
fcbf626e4c .vscode: enable shellcheck auto-fix on save 2021-11-08 20:57:52 +08:00
XuehaiPan
0331cbeda3 utils/shfmt.sh: use utils/shfmt.sh as shell script formmatter 2021-11-08 20:57:52 +08:00
XuehaiPan
67c619d4f2 style: use popen_write to apply patches 2021-11-08 20:10:30 +08:00
Rylan Polster
2537b8d76d
Merge pull request #12375 from Rylan12/fix-audit-args
`dev-cmd/audit`: fix cask arg handling
2021-11-08 00:47:57 -05:00
Bo Anderson
fbe8f40ea2
Merge pull request #12394 from Bo98/bottle-pkg_version-fix
dev-cmd/bottle: fix pkg_version comparison on merge
2021-11-08 04:04:01 +00:00
Xuehai Pan
a56ab26e88
Merge branch 'master' into shellcheck-autofix 2021-11-08 12:02:54 +08:00
Bo Anderson
38ebaac869
dev-cmd/bottle: fix pkg_version comparison on merge 2021-11-08 03:42:41 +00:00
Bo Anderson
aaea979a42
Merge pull request #12393 from Bo98/shellcheck-fix
Fix shellcheck `brew style` errors
2021-11-08 03:34:03 +00:00
Bo Anderson
98c082ca94
style: ignore SC2310-2312 for now 2021-11-08 03:11:39 +00:00
XuehaiPan
cf7def0c68
style: apply shellcheck autofix 2021-11-08 03:07:25 +00:00
XuehaiPan
00ebd8581f style: apply shellcheck autofix 2021-11-07 21:21:42 +08:00
XuehaiPan
fa85d00b95 style: implement shellcheck autofix in brew style --fix 2021-11-07 21:12:03 +08:00
Nihaal Sangha
1984ca098d
Update cask cookbook header 2021-11-07 01:23:31 +00:00
Sean Molenaar
25bc1d8860
Service: add interval support 2021-11-06 13:18:58 +01:00
Rylan Polster
e09139fb47
Clarify comment 2021-11-06 00:59:46 -04:00
Rylan Polster
46f7c8b0b6
Move handling to dev-cmd/audit.rb 2021-11-06 00:51:20 -04:00
Bo Anderson
cb249836cb
Merge pull request #12387 from Bo98/bottle-all
dev-cmd/bottle: correct `all` rebuild matching logic
2021-11-06 04:04:25 +00:00
Bo Anderson
d4c33634db
dev-cmd/bottle: correct all rebuild matching logic 2021-11-06 03:44:14 +00:00
Bo Anderson
f014526f1f
Merge pull request #12384 from Bo98/bottle-all-keep-old
dev-cmd/bottle: don't gen `all` bottles if a bottle spec already exists
2021-11-06 03:00:25 +00:00
Nanda H Krishna
0e94a409de
Merge pull request #12385 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.9303
build(deps-dev): bump sorbet from 0.5.9301 to 0.5.9303 in /Library/Homebrew
2021-11-05 20:54:12 -04:00
BrewTestBot
150058a15e
brew vendor-gems: commit updates. 2021-11-05 18:05:44 +00:00
dependabot[bot]
9ed8d4efb3
build(deps-dev): bump sorbet in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.9301 to 0.5.9303.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-05 18:03:15 +00:00
Bo Anderson
d2ba21c1b1
dev-cmd/bottle: don't gen all bottles if a bottle spec already exists 2021-11-05 17:29:18 +00:00
Bo Anderson
6f722bea25
Merge pull request #12348 from Bo98/xquartz
Remove XQuartz handling
2021-11-05 17:04:27 +00:00
Mike McQuaid
f2e2a290cd
Merge pull request #12382 from MikeMcQuaid/portable_ruby_arm64
vendor-install: better handle /usr/local arm64 ruby.
2021-11-05 13:39:24 +00:00
Bo Anderson
4836ea0ba2
Remove XQuartz handling 2021-11-05 12:40:22 +00:00
Mike McQuaid
342f8e1e71
vendor-install: better handle /usr/local arm64 ruby.
Fixes https://github.com/Homebrew/brew/issues/12351
2021-11-05 12:35:46 +00:00
Mike McQuaid
a044c5f35b
Merge pull request #12378 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.9301
build(deps-dev): bump sorbet from 0.5.9300 to 0.5.9301 in /Library/Homebrew
2021-11-05 12:09:51 +00:00
BrewTestBot
f3f52e8fef
brew vendor-gems: commit updates. 2021-11-04 18:09:47 +00:00
dependabot[bot]
54edc442af
build(deps-dev): bump sorbet in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.9300 to 0.5.9301.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-04 18:04:41 +00:00
Mike McQuaid
eca16a2a39
Merge pull request #12377 from nihaals/verified-url-hostname
Improve `verified:` docs in cask cookbook
2021-11-04 09:42:46 +00:00
Mike McQuaid
ed5ae17051
Merge pull request #12376 from FnControlOption/search-casks
search: optimize cask search
2021-11-04 09:16:19 +00:00