32406 Commits

Author SHA1 Message Date
Ilya Kulakov
be48b47d91 extract: Add the --git-revision argument
When pinning formula alongside its dependencies it's important to limit
the search scope.
2024-06-28 17:45:35 -07:00
Sean Molenaar
a40f32776f
Merge pull request #17577 from SMillerDev/feat/audit/check_cask_binary_32_bit 2024-06-28 09:48:39 +02:00
Mike McQuaid
a7b2da0fc4
cask/audit: use select instead of reject.
Co-authored-by: Rylan Polster <rslpolster@gmail.com>
2024-06-28 08:33:20 +01:00
Sean Molenaar
203049b2f5 fix: improve audit for binary stanza 2024-06-28 09:28:55 +02:00
Sean Molenaar
8e570a0e9b feat: check for unknown arch for casks 2024-06-28 08:53:10 +02:00
Patrick Linnane
cbfdb734af
Merge pull request #17580 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.11450 2024-06-27 14:37:24 -07:00
BrewTestBot
1676aabf7f
Update RBI files for tapioca.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-06-27 18:44:49 +00:00
BrewTestBot
936b660840
brew vendor-gems: commit updates. 2024-06-27 18:44:45 +00:00
BrewTestBot
223b18e94f
brew vendor-gems: commit updates. 2024-06-27 18:44:33 +00:00
dependabot[bot]
ad03b60de7
build(deps-dev): bump sorbet in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.11447 to 0.5.11450.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-27 18:43:54 +00:00
dependabot[bot]
1623908020
build(deps-dev): bump tapioca from 0.14.4 to 0.15.0 in /Library/Homebrew
Bumps [tapioca](https://github.com/Shopify/tapioca) from 0.14.4 to 0.15.0.
- [Release notes](https://github.com/Shopify/tapioca/releases)
- [Commits](https://github.com/Shopify/tapioca/compare/v0.14.4...v0.15.0)

---
updated-dependencies:
- dependency-name: tapioca
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-27 18:43:42 +00:00
Justin Krehel
475fc1d281
cask/audit: filter bad artifacts in rosetta audit 2024-06-27 12:25:46 -04:00
Sean Molenaar
fc3ba1b495
Merge pull request #17573 from SMillerDev/feat/audit/check_cask_binary_rosetta 2024-06-27 14:39:23 +02:00
Sean Molenaar
5fc3af15c5 feat: check if casks should warn about rosetta 2024-06-27 14:22:03 +02:00
Mike McQuaid
5f3af23cdc
Merge pull request #17571 from Homebrew/ignore-last-modified-header-if-invalid 2024-06-27 12:54:39 +01:00
Issy Long
8c9a6e3379
Add a comment for what and why we're rescuing 2024-06-27 12:27:30 +01:00
Issy Long
c8504427cb
CurlDownloadStrategy: Ignore invalid last-modified header values
- Some download locations return a non-standard formatting of date string for the `Last-Modified` header.
  This causes `Time.parse` to blow up. The user sees `error: argument out of range`.
- In this commit we handle the error and return nil, which `filter_map` (equivalent to `.map.compact`) gets rid of and then `time.last` is as normal.
- Fixes https://github.com/Homebrew/brew/issues/ 17556.
2024-06-26 20:00:45 +01:00
BrewTestBot
cac3bde786
brew vendor-gems: commit updates. 2024-06-26 18:27:01 +00:00
dependabot[bot]
64a51da7ae
build(deps-dev): bump sorbet in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.11444 to 0.5.11447.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-26 18:26:08 +00:00
Eric Knibbe
16863f3884
cask/audit: ensure on_os blocks specify a min OS 2024-06-25 22:20:21 -04:00
BrewTestBot
3e8d3b77e4
brew vendor-gems: commit updates. 2024-06-25 18:35:34 +00:00
dependabot[bot]
6369bb9f13
build(deps-dev): bump rexml from 3.3.0 to 3.3.1 in /Library/Homebrew
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.3.0...v3.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-25 18:34:34 +00:00
Mike McQuaid
077170bb43
Merge pull request #17521 from SMillerDev/feat/cops/shared_url_cop 2024-06-25 15:51:35 +01:00
Sean Molenaar
48134ab674 feat: use shared checks for URL cop 2024-06-25 16:13:17 +02:00
Mike McQuaid
1124ab315c
cmd/vendor-install: add extra read check.
Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
2024-06-25 08:53:46 +01:00
Caleb Xu
c214952e2b
cmd/vendor-install: extract portable-ruby download info 2024-06-24 13:15:54 -04:00
Mike McQuaid
43eaeca50f
Merge pull request #17546 from Homebrew/ww/gh-bootstrap-fix 2024-06-24 09:11:09 +01:00
Eric Knibbe
347529b6f8
Merge pull request #17548 from Homebrew/audit_min_os-fixes
cask/audit: support on_os blocks in audit_min_os
2024-06-23 23:27:24 -04:00
Kevin
c53f600677
Merge pull request #17553 from Homebrew/scope-eol-audit-to-core-tap
formula_auditor: scope eol check to core tap
2024-06-22 21:42:55 -07:00
Alexander Bayandin
b24997242b dev-cmd/tap-new: update cache key 2024-06-22 20:55:13 +01:00
apainintheneck
ef56236127 formula_auditor: scope eol check to core tap
This is not relevant information for third-party taps and requires
network requests to `endoflife.date` so it's best to avoid them
in this case.

Closes https://github.com/Homebrew/brew/issues/17531
2024-06-22 12:19:09 -07:00
Alexander Bayandin
e44e645cec dev-cmd/tap-new: add macos-14 2024-06-22 17:47:24 +01:00
BrewTestBot
2f4d623c40
brew vendor-gems: commit updates. 2024-06-22 15:59:49 +00:00
dependabot[bot]
646f462f29
build(deps-dev): bump sorbet-static-and-runtime in /Library/Homebrew
Bumps [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) from 0.5.11439 to 0.5.11444.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-22 15:58:58 +00:00
Eric Knibbe
f627c6331d
cask/audit: support on_os blocks in audit_min_os 2024-06-21 19:25:51 -04:00
William Woodruff
0656a30f18
formula_installer: fix gh bootstrap cycle
Signed-off-by: William Woodruff <william@yossarian.net>
2024-06-21 12:35:01 -04:00
Patrick Linnane
34e4b82875
Merge pull request #17543 from Homebrew/dependabot/bundler/Library/Homebrew/tapioca-0.14.4 2024-06-21 09:08:57 -07:00
Patrick Linnane
f45a22a9f8
Merge pull request #17544 from Homebrew/dependabot/bundler/Library/Homebrew/public_suffix-6.0.0 2024-06-21 09:07:37 -07:00
BrewTestBot
b63d280e02
Update RBI files for tapioca.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-06-21 15:57:37 +00:00
BrewTestBot
22c424f518
Update RBI files for public_suffix.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-06-21 15:57:26 +00:00
BrewTestBot
1cc9c9ae2f
brew vendor-gems: commit updates. 2024-06-21 15:57:19 +00:00
BrewTestBot
11768edf78
brew vendor-gems: commit updates. 2024-06-21 15:57:12 +00:00
BrewTestBot
be55257691
Update RBI files for sorbet.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-06-21 15:56:59 +00:00
BrewTestBot
b5f74cbd34
brew vendor-gems: commit updates. 2024-06-21 15:56:48 +00:00
dependabot[bot]
4e32362ccc
build(deps): bump public_suffix from 5.1.1 to 6.0.0 in /Library/Homebrew
Bumps [public_suffix](https://github.com/weppos/publicsuffix-ruby) from 5.1.1 to 6.0.0.
- [Changelog](https://github.com/weppos/publicsuffix-ruby/blob/main/CHANGELOG.md)
- [Commits](https://github.com/weppos/publicsuffix-ruby/compare/v5.1.1...v6.0.0)

---
updated-dependencies:
- dependency-name: public_suffix
  dependency-type: indirect
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-21 15:56:23 +00:00
dependabot[bot]
ca171531dc
build(deps-dev): bump tapioca from 0.14.3 to 0.14.4 in /Library/Homebrew
Bumps [tapioca](https://github.com/Shopify/tapioca) from 0.14.3 to 0.14.4.
- [Release notes](https://github.com/Shopify/tapioca/releases)
- [Commits](https://github.com/Shopify/tapioca/compare/v0.14.3...v0.14.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-21 15:56:14 +00:00
dependabot[bot]
db9cbab04b
build(deps-dev): bump sorbet in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.11435 to 0.5.11439.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-21 15:55:58 +00:00
Eric Knibbe
1ef1b0b556
cask: ignore minimum macOS in on_os blocks for variations 2024-06-20 23:19:09 -04:00
Eric Knibbe
b8dc576647
dev-cmd/extract: trim version to only digits/decimals for class & file names
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2024-06-20 08:15:36 -04:00
Mike McQuaid
3cfe8e7a80
Merge pull request #17532 from Homebrew/revert-17529-revert-17518-revert-17517-revert-17507-path_exec_files 2024-06-20 05:49:03 +02:00