30787 Commits

Author SHA1 Message Date
dependabot[bot]
cf7081ddcd
build(deps): bump sorbet-runtime and sorbet-static-and-runtime
Bumps [sorbet-runtime](https://github.com/sorbet/sorbet) and [sorbet-static-and-runtime](https://github.com/sorbet/sorbet). These dependencies needed to be updated together.

Updates `sorbet-runtime` from 0.5.11352 to 0.5.11353
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Updates `sorbet-static-and-runtime` from 0.5.11352 to 0.5.11353
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: sorbet-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- 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-04-23 18:06:30 +00:00
Markus Reiter
5e636174e8
Explicitly mark non-public APIs. 2024-04-23 19:10:45 +02:00
Mike McQuaid
abf8df3866
Revert "formula: configure git/npm to ignore .brew_home" 2024-04-23 16:09:57 +01:00
Mike McQuaid
966454c97d
Merge pull request #17125 from Homebrew/brew-list-manual-auto
cmd/list: support listing formulae installed on request or automatically
2024-04-23 09:10:37 +01:00
Ruoyu Zhong
b53998c21f
Fix tapioca compiler args test 2024-04-23 15:55:08 +08:00
Ruoyu Zhong
107b8c7ca5
test/cmd/list_spec: remove an integration test 2024-04-23 15:55:08 +08:00
Ruoyu Zhong
4e0c7868b3
brew tc --update 2024-04-23 15:55:08 +08:00
Ruoyu Zhong
ba85f92df2
cmd/list: update switches and logic 2024-04-23 15:55:06 +08:00
Ruoyu Zhong
7cf6cb2624
cmd/list: tweak wording 2024-04-23 15:51:16 +08:00
Ruoyu Zhong
a1a0cbbf0a
cmd/list: update description for --installed-as-dependency
Co-authored-by: Kevin <apainintheneck@gmail.com>
2024-04-23 15:41:11 +08:00
Mike McQuaid
2b09fcd6e4
cmd/list: more consistent switches. 2024-04-23 08:35:10 +01:00
Mike McQuaid
b5f857b627
Merge pull request #17081 from alebcay/formula-offline-phases
Support for opt-in network isolation in build/test sandboxes
2024-04-23 08:30:10 +01:00
Mike McQuaid
5ad4e6e293
Merge pull request #17128 from reitermarkus/docs-api-public
Explicitly mark non-private APIs.
2024-04-23 08:28:27 +01:00
Mike McQuaid
0516f47f81
Merge pull request #17123 from Homebrew/namespaced-args
Create individually namespace args for each command
2024-04-23 08:27:39 +01:00
Caleb Xu
4a9d7577e0
ast_constants: enforce {allow,deny}_network_access! order 2024-04-22 22:48:08 -04:00
Caleb Xu
934398dd9a
test: conditionally deny network access in sandbox 2024-04-22 22:39:45 -04:00
Caleb Xu
a3cfff72fd
formula_installer: conditionally deny network access in sandbox 2024-04-22 22:39:45 -04:00
Caleb Xu
aac156ccdf
fork: pass error_pipe path to yielded block 2024-04-22 22:39:45 -04:00
Caleb Xu
7c11699d73
formula: add methods for allowing/denying network access 2024-04-22 22:39:44 -04:00
Caleb Xu
c938f89c28
env_config: new variables for allowing/denying network access 2024-04-22 22:36:00 -04:00
Caleb Xu
3d5c3a0589
sandbox: add methods for allowing/denying network access 2024-04-22 22:36:00 -04:00
Markus Reiter
732bd52c72
Fix typo.
Co-authored-by: Eric Knibbe <enk3@outlook.com>
2024-04-23 02:07:42 +02:00
Markus Reiter
26d1ff5ccb
Fix CI. 2024-04-23 02:07:42 +02:00
Markus Reiter
4b432c7ea4
Explicitly mark non-private APIs. 2024-04-22 21:16:49 +02:00
BrewTestBot
10a44bfc7b
Update RBI files for rubocop.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-04-22 18:21:26 +00:00
BrewTestBot
9f9bbbcc30
brew vendor-gems: commit updates. 2024-04-22 18:20:58 +00:00
dependabot[bot]
dbe06d9dbb
build(deps-dev): bump rubocop from 1.63.2 to 1.63.3 in /Library/Homebrew
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.63.2 to 1.63.3.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop/compare/v1.63.2...v1.63.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 18:20:07 +00:00
Mike McQuaid
af2d356c39
Merge pull request #17122 from Homebrew/deps-simulated-os-and-arch
cmd/deps: add `--os` and `--arch`
2024-04-22 13:37:09 +01:00
Ruoyu Zhong
15c2819849
Fix tapioca compiler args test 2024-04-22 12:25:41 +08:00
Ruoyu Zhong
5e63d3188f
brew tc --update 2024-04-22 12:01:26 +08:00
Ruoyu Zhong
868c15fe4f
cmd/list: support listing formulae installed on request or automatically
Sample usage:

    $ brew ls --manual
    gcc
    llvm
    [...]
    $ brew ls --auto
    grpc
    protobuf
    [...]
    $ brew ls --manual --auto
    gcc: manual
    grpc: auto
    llvm: manual
    protobuf: auto
    [...]

Resolves #17117.
2024-04-22 12:00:22 +08:00
Douglas Eichelberger
1980e62319 brew tc --update 2024-04-21 16:51:31 -07:00
Douglas Eichelberger
7bfa552702 Individually namespace args for each command 2024-04-21 16:51:31 -07:00
Michael Cho
77a16c2e15
cmd/deps: add --os and --arch
Signed-off-by: Michael Cho <michael@michaelcho.dev>
2024-04-21 17:56:59 -04:00
Douglas Eichelberger
54bea636b4
Merge pull request #17113 from Homebrew/dependabot/bundler/Library/Homebrew/rbi-0.1.11
build(deps-dev): bump rbi from 0.1.10 to 0.1.11 in /Library/Homebrew
2024-04-21 14:50:58 -07:00
Douglas Eichelberger
c1bacaea4a Revert prism bump 2024-04-21 14:40:41 -07:00
Douglas Eichelberger
11720132bb cleanup 2024-04-21 14:34:55 -07:00
Mike McQuaid
ed6f3064e5 cli/parser: improve mutable constant comment. 2024-04-21 14:16:26 -07:00
Douglas Eichelberger
98d36c30c5 Apply suggestions from code review
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2024-04-21 14:16:25 -07:00
Douglas Eichelberger
cb71938fff Enable strict typing in CLI::Parser 2024-04-21 14:16:25 -07:00
Mike McQuaid
eead9dd625
Merge pull request #17121 from daeho-ro/livecheck-ssh-git
download_strategy: add ssh://git scheme for git download strategy
2024-04-21 20:03:34 +01:00
Mike McQuaid
c9d5b4ae90
Merge pull request #17116 from branchvincent/ignore-home
formula: configure git/npm to ignore .brew_home
2024-04-21 19:58:52 +01:00
Mike McQuaid
2ab0af6f59
Merge pull request #17110 from Homebrew/tap-new-improvements
dev-cmd/tap-new: various improvements
2024-04-21 19:56:11 +01:00
Daeho Ro
5680ffe2e6 add ssh://git scheme for git download strategy 2024-04-21 18:57:04 +09:00
BrewTestBot
15b249575b
brew vendor-gems: commit updates. 2024-04-21 01:33:14 +00:00
dependabot[bot]
35c724c0a2
build(deps): bump sorbet-runtime and sorbet-static-and-runtime
Bumps [sorbet-runtime](https://github.com/sorbet/sorbet) and [sorbet-static-and-runtime](https://github.com/sorbet/sorbet). These dependencies needed to be updated together.

Updates `sorbet-runtime` from 0.5.11351 to 0.5.11352
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Updates `sorbet-static-and-runtime` from 0.5.11351 to 0.5.11352
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: sorbet-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- 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-04-21 01:32:23 +00:00
Branch Vincent
46a3bbe3c5
formula: configure git/npm to ignore .brew_home 2024-04-19 11:45:25 -07:00
BrewTestBot
3c8c8b9259
brew vendor-gems: commit updates. 2024-04-19 18:12:02 +00:00
BrewTestBot
069a3cd7a3
Update RBI files for rbi.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-04-19 18:11:40 +00:00
dependabot[bot]
590982d05a
build(deps): bump sorbet-static-and-runtime and sorbet-runtime
Bumps [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) and [sorbet-runtime](https://github.com/sorbet/sorbet). These dependencies needed to be updated together.

Updates `sorbet-static-and-runtime` from 0.5.11350 to 0.5.11351
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Updates `sorbet-runtime` from 0.5.11350 to 0.5.11351
- [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
- dependency-name: sorbet-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-19 18:11:11 +00:00