25765 Commits

Author SHA1 Message Date
Mike McQuaid
8c4183abc8
Merge pull request #10265 from Homebrew/dependabot/bundler/Library/Homebrew/activesupport-6.1.1
build(deps): bump activesupport from 6.1.0 to 6.1.1 in /Library/Homebrew
2021-01-08 10:17:57 +00:00
Mike McQuaid
ddcdca5bb5
Merge pull request #10263 from Homebrew/dependabot/bundler/Library/Homebrew/nokogiri-1.11.1
build(deps): bump nokogiri from 1.11.0 to 1.11.1 in /Library/Homebrew
2021-01-08 10:13:59 +00:00
Mike McQuaid
2ed2368797
Merge pull request #10262 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-ast-1.4.0
build(deps): bump rubocop-ast from 1.3.0 to 1.4.0 in /Library/Homebrew
2021-01-08 10:13:44 +00:00
Kid
de8e87c7d0 Syntax fix 2021-01-08 18:10:25 +08:00
Kid
9b9c0c8626 Add homebrew-items 2021-01-08 18:04:51 +08:00
Mike McQuaid
57eaae6146
Merge pull request #10248 from MikeMcQuaid/analytics-tweaks
Improve submitted analytics data
2021-01-08 10:01:19 +00:00
Mike McQuaid
7176870ef9
Merge pull request #10249 from hyuraku/cmd/info_refactor-github_info
cmd/info: refactor-github_info
2021-01-08 09:45:25 +00:00
Mike McQuaid
50ffa38213
Merge pull request #10247 from iMichka/sha256
checksum: simplify, use only sha256
2021-01-08 09:43:23 +00:00
Mike McQuaid
060c59772f
Merge pull request #10258 from SeekingMeaning/github-scopes
github: check token scopes even if authorized
2021-01-08 09:42:56 +00:00
Mike McQuaid
da34993394
Merge pull request #10254 from vitorgalvao/casks-no-overwrite-symlink
Docs: non-cask binaries are not overwritten by --force
2021-01-08 09:42:42 +00:00
Kid
c57b65fdb8 Revert "Linuxbrew won't have casks"
This reverts commit 13389ca8c53fdf649d1f9b7b9ba7d38e31baa438.

In case we can extract a common function or stuff.
2021-01-08 17:36:38 +08:00
Markus Reiter
3575c87b74
Merge pull request #10257 from Homebrew/sorbet-files-update
sorbet: Update RBI files.
2021-01-08 08:08:54 +01:00
BrewTestBot
c871ba866a Update RBI files for activesupport. 2021-01-08 06:57:28 +00:00
BrewTestBot
2c18ea2885 brew vendor-gems: commit updates. 2021-01-08 06:56:39 +00:00
BrewTestBot
cb5bf64f11 Update RBI files for nokogiri. 2021-01-08 06:28:57 +00:00
BrewTestBot
5f414275ac brew vendor-gems: commit updates. 2021-01-08 06:28:07 +00:00
Seeker
7a086689ec
Merge pull request #10245 from SeekingMeaning/git-repository-head
utils: add `git_repository`
2021-01-07 22:25:31 -08:00
BrewTestBot
1810a1d687 Update RBI files for rubocop-ast. 2021-01-08 06:16:35 +00:00
BrewTestBot
1e1c8cb9d1 brew vendor-gems: commit updates. 2021-01-08 06:15:42 +00:00
dependabot[bot]
59ee8149fc
build(deps): bump activesupport from 6.1.0 to 6.1.1 in /Library/Homebrew
Bumps [activesupport](https://github.com/rails/rails) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v6.1.1/activesupport/CHANGELOG.md)
- [Commits](https://github.com/rails/rails/compare/v6.1.0...v6.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-08 06:13:56 +00:00
dependabot[bot]
2091709a34
build(deps): bump nokogiri from 1.11.0 to 1.11.1 in /Library/Homebrew
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.11.0...v1.11.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-08 06:13:22 +00:00
dependabot[bot]
3079cd0b35
build(deps): bump rubocop-ast from 1.3.0 to 1.4.0 in /Library/Homebrew
Bumps [rubocop-ast](https://github.com/rubocop-hq/rubocop-ast) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/rubocop-hq/rubocop-ast/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop-ast/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop-ast/compare/v1.3.0...v1.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-08 06:13:08 +00:00
Kid
13389ca8c5 Linuxbrew won't have casks 2021-01-08 11:20:13 +08:00
Seeker
4886b3b138 github: check token scopes even if authorized 2021-01-07 17:47:08 -08:00
BrewTestBot
d2fe763ec3 sorbet: Update RBI files.
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
2021-01-08 01:17:49 +00:00
Seeker
4256048a9a
Merge pull request #10241 from SeekingMeaning/ast-util-typecheck
utils/ast: add Sorbet method signatures
2021-01-07 14:31:53 -08:00
Seeker
332778025a utils/ast: add Sorbet method signatures 2021-01-07 13:54:05 -08:00
Michka Popoff
5329972955 uses_from_macos: add netcat 2021-01-07 22:27:15 +01:00
Vítor Galvão
5dbe54d766 Docs: non-cask binaries are not overwritten by --force 2021-01-07 21:23:06 +00:00
Michka Popoff
5e91802470 checksum: simplify, use only sha256
We use only one sha type right now.

Needed for https://github.com/Homebrew/brew/pull/10186
2021-01-07 20:46:13 +01:00
Seeker
dea4eb52b8 git_repository: Use Utils::Git.git instead of plain "git" 2021-01-07 11:45:11 -08:00
Seeker
02c207a9ec git_repository: replace compound unless with equivalent if 2021-01-07 11:45:11 -08:00
Seeker
41e0619de8 utils: add git_repository 2021-01-07 11:45:11 -08:00
Rylan Polster
d06fc3be63 docs: update homebrew-pypi-poet instructions 2021-01-07 13:24:18 -05:00
Seeker
1395259ad6 bump-*-pr: check existing PRs for exact file match 2021-01-07 09:15:42 -08:00
Mike McQuaid
4e79550b03
Merge pull request #10236 from MikeMcQuaid/cask-audit-quieter
audit: quieten down and make casks audit consistent with formulae.
2021-01-07 15:53:59 +00:00
hyuraku
d2c0fdfbcc cmd/info: refactor-github_info 2021-01-08 00:14:33 +09:00
Mike McQuaid
95ec62adae
Merge pull request #10250 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.6198
build(deps): bump sorbet from 0.5.6189 to 0.5.6198 in /Library/Homebrew
2021-01-07 14:23:37 +00:00
Markus Reiter
41a8fa4efc
Merge pull request #10235 from reitermarkus/livecheck-header
Don't preprocess URL for `:header_match` strategy.
2021-01-07 15:01:31 +01:00
Mike McQuaid
d8a5e467e8
audit: quieten down and make casks audit consistent with formulae.
The current casks audit is very noisy in the no-op case (i.e. no errors)
https://github.com/Homebrew/brew/pull/10234/checks?check_run_id=1655630568#step:15:7

This means when there are errors and you're querying all casks it's
pretty hard to quickly identify the problems.

This commit silences the `passing`, `warning` and header/summary output
when you're querying all casks (rather than a specific cask or tap).

This is more consistent with `brew audit` for formulae which is silent
unless there are audit failures.
2021-01-07 13:31:14 +00:00
BrewTestBot
014985fc5c Update RBI files for sorbet. 2021-01-07 13:29:35 +00:00
BrewTestBot
25f50caa3c brew vendor-gems: commit updates. 2021-01-07 13:28:47 +00:00
Mike McQuaid
62d44b5c8a
.vscode: add more settings, extensions. 2021-01-07 13:27:18 +00:00
Rylan Polster
b39c0f71f3
vscode: add configuration 2021-01-07 13:27:18 +00:00
Mike McQuaid
dc072afdb1
rubocop: add shim and command.
Add a shim and a command that can be used to easily add a single
directory to your `PATH` (`Library/Homebrew/shims/gems`) and have it
automatically install, configure and run `rubocop` so you can use it
for in-editor integrations.
2021-01-07 13:27:17 +00:00
dependabot[bot]
1139032b24
build(deps): bump sorbet from 0.5.6189 to 0.5.6198 in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.6189 to 0.5.6198.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-07 13:13:10 +00:00
Mike McQuaid
32fd7039a9
Merge pull request #10214 from Homebrew/dependabot/bundler/Library/Homebrew/nokogiri-1.11.0
build(deps): bump nokogiri from 1.10.10 to 1.11.0 in /Library/Homebrew
2021-01-07 13:04:07 +00:00
Mike McQuaid
a65ba2fbfe
Merge pull request #10246 from Homebrew/sync-triage-config
Synchronize triage configuration
2021-01-07 10:17:21 +00:00
Mike McQuaid
c79f63d0d7
Merge pull request #10234 from MikeMcQuaid/macos-latest
github/workflows: use macos-latest.
2021-01-07 10:00:42 +00:00
Mike McQuaid
2592e406bc
Merge pull request #10237 from MikeMcQuaid/homepage-blank-corrector-fix
rubocops/homepage: don't attempt to auto-correct an empty string.
2021-01-07 09:51:30 +00:00