43456 Commits

Author SHA1 Message Date
dependabot[bot]
9f90e25d9d
build(deps): bump ruby/setup-ruby from 1.198.0 to 1.199.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.198.0 to 1.199.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](98aefb3c83...7d3497fd78)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-01 12:40:52 +00:00
Carlo Cabrera
c69b5e7e3a
Merge pull request #18689 from Homebrew/longer-deps-timeout 2024-11-01 18:02:18 +08:00
Carlo Cabrera
a1853fc975
github_runner_matrix: extend timeout for dependent tests on arm64
We give our ARM runners half the timeout of the Intel runners because
the ARM runners are faster. However, this is no longer true for
dependent testing because we test recursive dependents on ARM but skip
them on Intel.

This means that we can often hit the timeout on ARM but have all jobs
finish on Intel. We can re-run these with the long build label, but
that's a bit wasteful of our limited long build slots.

Instead, let's just use the same timeout value across ARM and Intel
runners when testing dependents: 2 hours.
2024-11-01 12:26:50 +08:00
Carlo Cabrera
745596b555
Merge pull request #18681 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.11630 2024-11-01 10:05:22 +08:00
BrewTestBot
83e9e81b6e
Update RBI files for sorbet.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-11-01 00:54:57 +00:00
BrewTestBot
a477221c5a
brew vendor-gems: commit updates. 2024-11-01 00:54:48 +00:00
Carlo Cabrera
ad98e30d9c
Merge pull request #18687 from Homebrew/sponsors-maintainers-man-completions 2024-11-01 08:53:14 +08:00
Carlo Cabrera
286fc2e6b8
Merge pull request #18688 from Homebrew/sorbet-files-update 2024-11-01 08:52:54 +08:00
BrewTestBot
df99e730c4
sorbet: Update RBI files.
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
2024-11-01 00:28:06 +00:00
BrewTestBot
23b18c8818
Update manpage and completions.
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
2024-11-01 00:08:43 +00:00
Eric Knibbe
121d9983c6
Merge pull request #18686 from Homebrew/dependabot/github_actions/ruby/setup-ruby-1.198.0
build(deps): bump ruby/setup-ruby from 1.197.0 to 1.198.0
2024-10-31 15:07:59 -04:00
dependabot[bot]
25476527fb
build(deps-dev): bump sorbet in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.11625 to 0.5.11630.
- [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-10-31 19:04:00 +00:00
Eric Knibbe
6119eb4c0f
Merge pull request #18683 from Homebrew/dependabot/bundler/Library/Homebrew/ruby-lsp-0.21.1
build(deps-dev): bump ruby-lsp from 0.20.1 to 0.21.1 in /Library/Homebrew
2024-10-31 15:02:45 -04:00
dependabot[bot]
850a84d319
build(deps): bump ruby/setup-ruby from 1.197.0 to 1.198.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.197.0 to 1.198.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](7bae1d00b5...98aefb3c83)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-31 18:53:27 +00:00
dependabot[bot]
790072cd04
build(deps-dev): bump ruby-lsp in /Library/Homebrew
Bumps [ruby-lsp](https://github.com/Shopify/ruby-lsp) from 0.20.1 to 0.21.1.
- [Release notes](https://github.com/Shopify/ruby-lsp/releases)
- [Commits](https://github.com/Shopify/ruby-lsp/compare/v0.20.1...v0.21.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-31 18:31:26 +00:00
Michael Cho
f18e1ea86a
Merge pull request #18614 from Homebrew/inreplace-non-global
utils/inreplace: allow non-global substitution
2024-10-31 14:05:27 -04:00
Mike McQuaid
1e2447a426
Merge pull request #18680 from Homebrew/remove_linux_doctor_xdg_data_dirs
os/linux/diagnostic: remove XDG_DATA_DIRS.
2024-10-31 16:34:42 +00:00
Mike McQuaid
f5b211efaa
os/linux/diagnostic: remove XDG_DATA_DIRS. 2024-10-31 12:43:36 +00:00
Carlo Cabrera
f780e93360
Merge pull request #18678 from Homebrew/native-ruby-uname 2024-10-31 15:48:25 +08:00
Carlo Cabrera
bc21cf366e
os: use native ruby calls for uname
This avoids the overhead of shelling out.
2024-10-31 15:35:58 +08:00
Carlo Cabrera
a7548f009e
Merge pull request #18674 from Homebrew/kernel-major-versions 2024-10-31 15:34:35 +08:00
Carlo Cabrera
42dd0acdc9
macos_version: define a method instead 2024-10-31 15:15:02 +08:00
Mike McQuaid
37dc93131c
Merge pull request #18677 from Homebrew/revert-18326-update-shellenv
Revert "cmd/shellenv: set `XDG_DATA_DIRS` on Linux"
2024-10-30 18:38:35 -07:00
Mike McQuaid
e7159d733c
Revert "cmd/shellenv: set XDG_DATA_DIRS on Linux" 2024-10-30 18:27:54 -07:00
Mike McQuaid
90c043ee0e
Merge pull request #18663 from Homebrew/python-reduce-pth
language/python: reduce dependencies added to pth file
2024-10-30 18:23:40 -07:00
Ruoyu Zhong
702bfe1281
Merge pull request #18670 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-static-and-runtime-0.5.11625
build(deps-dev): bump sorbet-static-and-runtime from 0.5.11620 to 0.5.11625 in /Library/Homebrew
2024-10-31 02:55:49 +08:00
Ruoyu Zhong
7bf63bdeb0
Merge pull request #18672 from Homebrew/dependabot/bundler/Library/Homebrew/json-2.7.5
build(deps-dev): bump json from 2.7.4 to 2.7.5 in /Library/Homebrew
2024-10-31 02:53:11 +08:00
BrewTestBot
ece445a147
brew vendor-gems: commit updates. 2024-10-30 18:43:04 +00:00
BrewTestBot
a9dac0f4d6
brew vendor-gems: commit updates. 2024-10-30 18:43:03 +00:00
Carlo Cabrera
5ae4f254b6
macos_version: add KERNEL_MAJOR_VERSIONS map
This will be used by `llvm` (and, presumably, in the future, versioned
LLVM formulae). The idea is that we will write a config file for each OS
version pointing to the correct SDKROOT so that `llvm` does not require
rebuilding/reinstalling when a user upgrades to a new major version of
macOS.

See Homebrew/homebrew-core#196094.
2024-10-31 02:39:38 +08:00
dependabot[bot]
d77052257b
build(deps-dev): bump json from 2.7.4 to 2.7.5 in /Library/Homebrew
Bumps [json](https://github.com/ruby/json) from 2.7.4 to 2.7.5.
- [Release notes](https://github.com/ruby/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](https://github.com/ruby/json/compare/v2.7.4...v2.7.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-30 18:05:22 +00:00
dependabot[bot]
d80bf30539
build(deps-dev): bump sorbet-static-and-runtime in /Library/Homebrew
Bumps [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) from 0.5.11620 to 0.5.11625.
- [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-10-30 18:04:44 +00:00
Bo Anderson
27b9062530
Merge pull request #18664 from hyuraku/remove-Cask-Config-explicit_s
remove Cask::Config.explicit_s
2024-10-30 17:19:31 +00:00
Bo Anderson
03c422ddb7
Merge pull request #18666 from Homebrew/vendor-version-template-injections
workflows/vendor-version: fix `template-injection` warnings
2024-10-30 17:19:16 +00:00
Bo Anderson
44608084a7
Merge pull request #18667 from Homebrew/pkg-installer-template-injection
workflows/pkg-installer: fix `template-injection` warnings
2024-10-30 17:18:53 +00:00
Bo Anderson
37aab1f5d5
Merge pull request #18668 from Homebrew/fix-artipacked
workflows: fix `artipacked` warning
2024-10-30 17:18:37 +00:00
Carlo Cabrera
d9f1784c90
Merge pull request #18669 from Homebrew/sync-shared-config 2024-10-30 22:54:21 +08:00
BrewTestBot
cce778ed82
stale-issues.yml: update to match main configuration 2024-10-30 14:36:05 +00:00
Carlo Cabrera
2ec174ffb7
workflows: fix artipacked warning
Fixes https://github.com/Homebrew/brew/security/code-scanning/32
Fixes https://github.com/Homebrew/brew/security/code-scanning/33
Fixes https://github.com/Homebrew/brew/security/code-scanning/42
2024-10-30 22:29:01 +08:00
Carlo Cabrera
fbfbc8df29
workflows/pkg-installer: fix template-injection warnings
Fixes https://github.com/Homebrew/brew/security/code-scanning/34
Fixes https://github.com/Homebrew/brew/security/code-scanning/35
Fixes https://github.com/Homebrew/brew/security/code-scanning/36
Fixes https://github.com/Homebrew/brew/security/code-scanning/37
Fixes https://github.com/Homebrew/brew/security/code-scanning/38
Fixes https://github.com/Homebrew/brew/security/code-scanning/39
2024-10-30 22:25:23 +08:00
Carlo Cabrera
6bddbb5cf3
workflows/vendor-version: fix template-injection warnings
Fixes https://github.com/Homebrew/brew/security/code-scanning/40
Fixes https://github.com/Homebrew/brew/security/code-scanning/41
2024-10-30 22:20:14 +08:00
hyuraku
c60e80f0a9 remove Cask::Config.explicit_s spec 2024-10-30 22:20:56 +09:00
hyuraku
9069d42550 remove Cask::Config.explicit_s 2024-10-30 21:08:17 +09:00
Carlo Cabrera
6469a24e46
Merge pull request #18662 from Homebrew/zizmor 2024-10-30 12:46:03 +08:00
Carlo Cabrera
dbe271a597
workflows/actionlint: run zizmor
Port of Homebrew/homebrew-core#195961.

See https://github.com/woodruffw/zizmor.
2024-10-30 11:32:23 +08:00
Michael Cho
fdabc2fd03
language/python: reduce dependencies added to pth file 2024-10-29 23:22:16 -04:00
Michael Cho
f82c58383c
utils/inreplace: allow non-global substitution
Also increase test coverage
2024-10-29 20:15:47 -04:00
Patrick Linnane
0e24ee2c08
Merge pull request #18657 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.11620 2024-10-29 11:47:13 -07:00
Patrick Linnane
101b5265dd
Merge pull request #18660 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-ast-1.33.0 2024-10-29 11:46:47 -07:00
BrewTestBot
b489c9b0e2
Update RBI files for rubocop-ast.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-10-29 18:36:22 +00:00