31656 Commits

Author SHA1 Message Date
dependabot[bot]
b67dd5400d
build(deps-dev): bump sorbet in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.9482 to 0.5.9491.
- [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>
2022-01-10 18:02:54 +00:00
dependabot[bot]
7a18d59ce3
build(deps): bump nokogiri from 1.12.5 to 1.13.0 in /docs
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.5 to 1.13.0.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.12.5...v1.13.0)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-10 18:02:08 +00:00
dependabot[bot]
9dc7182e86
build(deps): bump chef-utils from 17.9.18 to 17.9.26 in /docs
Bumps [chef-utils](https://github.com/chef/chef) from 17.9.18 to 17.9.26.
- [Release notes](https://github.com/chef/chef/releases)
- [Changelog](https://github.com/chef/chef/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chef/chef/compare/v17.9.18...v17.9.26)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-10 18:02:00 +00:00
Sam Ford
cb537eae52
Strategy: Add --silent flag to DEFAULT_CURL_ARGS
Currently, only `Livecheck::Strategy::PAGE_HEADERS_CURL_ARGS` uses
the `--silent` option and `PAGE_CONTENT_CURL_ARGS` does not (though
there's no intention behind this omission). However, the
`#page_content` method should also use the `--silent` flag, to
prevent progress bar text (`#=#=#`, etc.) from appearing in output.

This is an issue because the regex that's used to identify `curl`
error messages in `stderr` (`^curl:.+$/`) will fail if leading
progress bar text is present. This leads to an ambiguous "cURL
failed without a detectable error" message instead of the actual
error message(s) from `curl`.

This commit addresses the issue by adding `--silent` to
`Livecheck::Strategy::DEFAULT_CURL_ARGS`, which both
`PAGE_HEADERS_CURL_ARGS` and `PAGE_CONTENT_CURL_ARGS` inherit.
2022-01-10 11:59:07 -05:00
Bevan Kay
7e24930e4e
Update Library/Homebrew/rubocops/cask/url_legacy_comma_separators.rb
Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
2022-01-11 01:22:22 +11:00
Mike McQuaid
33d765150a
Merge pull request #12672 from Rylan12/cleanup-help-text
Fix `brew help cleanup` text
2022-01-10 13:05:17 +00:00
Mike McQuaid
65702a5a24
Merge pull request #12690 from colindean/patch-1
Force UTF-8 encoding of lsb_release output
2022-01-10 13:05:01 +00:00
Bevan Kay
22d68fb99b
fix style offences 2022-01-10 21:34:51 +11:00
Bevan Kay
cc2b99c8cf
Add check for url :block 2022-01-10 21:27:20 +11:00
Colin Dean
b632123d6b
Force UTF-8 encoding of lsb_release output
It's possible that the output may be encoded ASCII-8BIT, which cannot be automatically encoded to UTF-8 by Ruby's JSON library.

In this particular case, elementaryOS 6.1 returns `Jólnir` as a part of the lsb_release Description field.
Ruby's IO.popen would return this whole output in ASCII-8BIT.
When this description field was passed to homebrew-bundle to be written in a JSON lockfile,
Ruby throws an exception because it could not automatically reencode from ASCII-8BIT to UTF-8.

This may actually affect other output of the calls to the underlying `Utils.popen_read` but this may be the first thing to trigger it since
JSON requires UTF-8 output and nothing else using that function may require UTF-8.

Fixes #12689 12689
Fixes Homebrew/homebrew-bundle#1043
2022-01-09 21:12:52 -05:00
Rylan Polster
feb93167ad
Rename and fix Formatter:wrap to Formatter.format_help_text 2022-01-08 23:13:08 -05:00
Miccal Matthews
7fc2159fcd
Merge pull request #12618 from SMillerDev/chore/docs/add_cask_docs
docs: document how to add/update casks
2022-01-09 08:18:05 +08:00
Sean Molenaar
33b8e0faa0 docs: integrate suggested changes 2022-01-08 11:30:51 +02:00
Nanda H Krishna
5ed2e8642a
Merge pull request #12683 from Homebrew/dependabot/bundler/Library/Homebrew/mini_portile2-2.7.1
build(deps): bump mini_portile2 from 2.6.1 to 2.7.1 in /Library/Homebrew
2022-01-07 14:04:57 -05:00
Nanda H Krishna
afe146cc6e
Merge pull request #12685 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.9482
build(deps-dev): bump sorbet from 0.5.9475 to 0.5.9482 in /Library/Homebrew
2022-01-07 14:04:38 -05:00
Nanda H Krishna
7bd10bd4f8
Merge pull request #12684 from Homebrew/dependabot/bundler/Library/Homebrew/nokogiri-1.13.0
build(deps): bump nokogiri from 1.12.5 to 1.13.0 in /Library/Homebrew
2022-01-07 14:04:14 -05:00
BrewTestBot
ea61dcf36e
Update RBI files for nokogiri. 2022-01-07 18:15:04 +00:00
BrewTestBot
d891ade832
Update RBI files for mini_portile2. 2022-01-07 18:12:51 +00:00
BrewTestBot
da008f0cab
brew vendor-gems: commit updates. 2022-01-07 18:09:04 +00:00
BrewTestBot
868037a897
brew vendor-gems: commit updates. 2022-01-07 18:08:49 +00:00
BrewTestBot
9b93b13615
brew vendor-gems: commit updates. 2022-01-07 18:07:57 +00:00
dependabot[bot]
9c02bdd70f
build(deps-dev): bump sorbet in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.9475 to 0.5.9482.
- [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>
2022-01-07 18:06:09 +00:00
dependabot[bot]
09c53d0ec2
build(deps): bump nokogiri from 1.12.5 to 1.13.0 in /Library/Homebrew
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.5 to 1.13.0.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.12.5...v1.13.0)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-07 18:05:27 +00:00
dependabot[bot]
b3d5a501a8
build(deps): bump mini_portile2 from 2.6.1 to 2.7.1 in /Library/Homebrew
Bumps [mini_portile2](https://github.com/flavorjones/mini_portile) from 2.6.1 to 2.7.1.
- [Release notes](https://github.com/flavorjones/mini_portile/releases)
- [Changelog](https://github.com/flavorjones/mini_portile/blob/main/CHANGELOG.md)
- [Commits](https://github.com/flavorjones/mini_portile/compare/v2.6.1...v2.7.1)

---
updated-dependencies:
- dependency-name: mini_portile2
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-07 18:05:18 +00:00
Mike McQuaid
4b3f0719e9
Merge pull request #12678 from hyuraku/repair-cask-formulae-autoremove
repair cask formulae autoremove
2022-01-07 13:09:41 +00:00
hyuraku
1fd4c4d840 rename variables and repair style 2022-01-07 21:05:36 +09:00
Nanda H Krishna
13c45f4f3e
Merge pull request #12681 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.9475
build(deps-dev): bump sorbet from 0.5.9470 to 0.5.9475 in /Library/Homebrew
2022-01-06 15:12:19 -05:00
Nanda H Krishna
d768dead82
Merge pull request #12680 from Homebrew/dependabot/bundler/Library/Homebrew/rspec_junit_formatter-0.5.1
build(deps): bump rspec_junit_formatter from 0.5.0 to 0.5.1 in /Library/Homebrew
2022-01-06 15:11:56 -05:00
Nanda H Krishna
b510d6c0f8
Merge pull request #12682 from Homebrew/dependabot/bundler/Library/Homebrew/mime-types-data-3.2022.0105
build(deps): bump mime-types-data from 3.2021.1115 to 3.2022.0105 in /Library/Homebrew
2022-01-06 15:11:31 -05:00
BrewTestBot
c404b7eda0
Update RBI files for mime-types-data. 2022-01-06 18:15:05 +00:00
BrewTestBot
af62602b7e
Update RBI files for rspec_junit_formatter. 2022-01-06 18:11:52 +00:00
BrewTestBot
3f834dee6d
Update RBI files for sorbet. 2022-01-06 18:10:56 +00:00
BrewTestBot
0105e48aef
brew vendor-gems: commit updates. 2022-01-06 18:10:26 +00:00
BrewTestBot
dac0ae040d
brew vendor-gems: commit updates. 2022-01-06 18:07:04 +00:00
BrewTestBot
ab7a10629c
brew vendor-gems: commit updates. 2022-01-06 18:07:00 +00:00
dependabot[bot]
3037a8ac1c
build(deps): bump mime-types-data in /Library/Homebrew
Bumps [mime-types-data](https://github.com/mime-types/mime-types-data) from 3.2021.1115 to 3.2022.0105.
- [Release notes](https://github.com/mime-types/mime-types-data/releases)
- [Changelog](https://github.com/mime-types/mime-types-data/blob/main/History.md)
- [Commits](https://github.com/mime-types/mime-types-data/compare/v3.2021.1115...v3.2022.0105)

---
updated-dependencies:
- dependency-name: mime-types-data
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-06 18:04:53 +00:00
dependabot[bot]
c8a93600a4
build(deps-dev): bump sorbet in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.9470 to 0.5.9475.
- [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>
2022-01-06 18:04:32 +00:00
dependabot[bot]
57024e6d27
build(deps): bump rspec_junit_formatter in /Library/Homebrew
Bumps [rspec_junit_formatter](https://github.com/sj26/rspec_junit_formatter) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/sj26/rspec_junit_formatter/releases)
- [Changelog](https://github.com/sj26/rspec_junit_formatter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sj26/rspec_junit_formatter/compare/v0.5.0...v0.5.1)

---
updated-dependencies:
- dependency-name: rspec_junit_formatter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-06 18:04:10 +00:00
Mike McQuaid
f7990dbaf1
Merge pull request #12679 from Homebrew/update-man-completions
Update maintainers, manpage and completions.
2022-01-06 15:58:30 +00:00
BrewTestBot
2b6a129fb4
Update maintainers, manpage and completions.
Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
2022-01-06 15:32:07 +00:00
Mike McQuaid
d880fcc92a
Merge pull request #12673 from zachauten/basic-auth
Add basic auth to curl download strategy, HOMEBREW_DOCKER_REGISTRY_TO…
2022-01-06 15:30:06 +00:00
Zach Auten
7b2666eb9a
Add basic auth to curl download strategy, HOMEBREW_DOCKER_REGISTRY_TOKEN env variable 2022-01-06 09:41:09 -05:00
hyuraku
37945a407e repair cask formulae autoremove 2022-01-06 22:33:27 +09:00
Nanda H Krishna
3ce31edb71
Merge pull request #12675 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.9470
build(deps-dev): bump sorbet from 0.5.9468 to 0.5.9470 in /Library/Homebrew
2022-01-05 14:22:59 -05:00
Nanda H Krishna
e60cf74806
Merge pull request #12676 from Homebrew/dependabot/bundler/Library/Homebrew/thor-1.2.1
build(deps): bump thor from 1.1.0 to 1.2.1 in /Library/Homebrew
2022-01-05 14:22:37 -05:00
BrewTestBot
83d4e339bf
Update RBI files for thor. 2022-01-05 18:12:09 +00:00
BrewTestBot
9ac58f05a5
brew vendor-gems: commit updates. 2022-01-05 18:08:08 +00:00
BrewTestBot
c99f4e8d86
brew vendor-gems: commit updates. 2022-01-05 18:07:08 +00:00
dependabot[bot]
497364bb1c
build(deps): bump thor from 1.1.0 to 1.2.1 in /Library/Homebrew
Bumps [thor](https://github.com/rails/thor) from 1.1.0 to 1.2.1.
- [Release notes](https://github.com/rails/thor/releases)
- [Commits](https://github.com/rails/thor/compare/v1.1.0...v1.2.1)

---
updated-dependencies:
- dependency-name: thor
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-05 18:05:25 +00:00
dependabot[bot]
79882f2df9
build(deps-dev): bump sorbet in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.9468 to 0.5.9470.
- [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>
2022-01-05 18:04:25 +00:00