41947 Commits

Author SHA1 Message Date
Patrick Linnane
665578584a
formula_creator: don't recommend interpolating bin
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2024-08-09 11:58:51 -07:00
Issy Long
87440322e2
Merge pull request #17997 from Homebrew/srb-more-undefs-cant-be-strict
sorbet: Comment more files that can't be `strict` because of `undef`
2024-08-09 18:50:49 +01:00
Issy Long
0e81efcccb
sorbet: Comment more files that can't be strict because of undef
- Found with
  `grep -rL "# typed: strict" Library/Homebrew | xargs grep -l "undef "`.
- This stops people from trying to bump them and
  getting an error that they can't fix because
  [it's a Sorbet limitation](https://sorbet.org/docs/error-reference#3008),
  wasting contributor time.
2024-08-09 18:23:00 +01:00
Patrick Linnane
112098cde3
Merge pull request #17994 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.11517 2024-08-09 10:17:08 -07:00
BrewTestBot
53a27cc0ab
brew vendor-gems: commit updates. 2024-08-09 17:05:02 +00:00
dependabot[bot]
3d20c4f308
build(deps-dev): bump sorbet in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.11514 to 0.5.11517.
- [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-08-09 17:03:43 +00:00
Mike McQuaid
2a32d390c4
Merge pull request #17993 from Homebrew/language_deps_required 2024-08-09 14:21:21 +01:00
Mike McQuaid
debdc30aa0
language/*: only check required deps in detected_*_shebang
Otherwise, we rewrite this even when we have a e.g. build or test
dependency on NodeJS.

See context in:
https://github.com/Homebrew/homebrew-core/issues/176257#issuecomment-2277602215
2024-08-09 14:08:29 +01:00
Ruoyu Zhong
6026a632d5
Merge pull request #17992 from Homebrew/sponsors-maintainers-man-completions 2024-08-09 09:13:26 +08:00
BrewTestBot
b2a1ad519f
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-08-09 00:07:01 +00:00
Patrick Linnane
940dcc14e0
Merge pull request #17990 from Homebrew/dependabot/bundler/Library/Homebrew/parser-3.3.4.2 2024-08-08 14:00:51 -07:00
Patrick Linnane
27c173a9ff
Merge pull request #17991 from Homebrew/dependabot/bundler/Library/Homebrew/ruby-lsp-0.17.12 2024-08-08 13:58:29 -07:00
Patrick Linnane
343bd507c4
Merge pull request #17989 from Homebrew/dependabot/bundler/Library/Homebrew/parallel-1.26.1 2024-08-08 13:57:13 -07:00
BrewTestBot
05b49abc8a
Update RBI files for parser.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-08-08 20:49:48 +00:00
BrewTestBot
0f2bc8edb8
Update RBI files for ruby-lsp.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-08-08 20:46:55 +00:00
BrewTestBot
194980cc11
brew vendor-gems: commit updates. 2024-08-08 20:46:35 +00:00
BrewTestBot
f7d601530c
brew vendor-gems: commit updates. 2024-08-08 20:46:13 +00:00
BrewTestBot
a2d8ee66fb
brew vendor-gems: commit updates. 2024-08-08 20:46:00 +00:00
dependabot[bot]
81eeba8a37
build(deps-dev): bump ruby-lsp in /Library/Homebrew
Bumps [ruby-lsp](https://github.com/Shopify/ruby-lsp) from 0.17.11 to 0.17.12.
- [Release notes](https://github.com/Shopify/ruby-lsp/releases)
- [Commits](https://github.com/Shopify/ruby-lsp/compare/v0.17.11...v0.17.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-08 18:39:13 +00:00
dependabot[bot]
b4240f9d9c
build(deps-dev): bump parser in /Library/Homebrew
Bumps [parser](https://github.com/whitequark/parser) from 3.3.4.1 to 3.3.4.2.
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/whitequark/parser/compare/v3.3.4.1...v3.3.4.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-08 18:39:02 +00:00
dependabot[bot]
1b7226d46a
build(deps-dev): bump parallel in /Library/Homebrew
Bumps [parallel](https://github.com/grosser/parallel) from 1.25.1 to 1.26.1.
- [Commits](https://github.com/grosser/parallel/compare/v1.25.1...v1.26.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-08 18:38:43 +00:00
Mike McQuaid
eaa5204b20
Merge pull request #17987 from Homebrew/sbom-schema-fix 2024-08-08 09:49:26 +01:00
Mike McQuaid
42a6b59de5
sbom: fix errors, improve reproducibility, tests.
- Remove/change data from bottle SBOM to avoid harming reproduciblity
- Add `schema_validation_errors` method to provide nicer test failures
- Add tests more tests for SBOM when bottling
- Cleanup SBOM tests to use more typical RSpec form and be DRYer
2024-08-08 09:34:32 +01:00
Bo Anderson
6b186f9874
Fix SBOM schema validation 2024-08-08 02:30:42 +01:00
Patrick Linnane
39d51a45e8
Merge pull request #17983 from Homebrew/dependabot/bundler/Library/Homebrew/tapioca-0.16.0 4.3.14 2024-08-07 12:27:52 -07:00
Patrick Linnane
10e43a46c6
Regenerate RBI for rbi
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2024-08-07 12:15:39 -07:00
BrewTestBot
c01393389f
Update RBI files for tapioca.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-08-07 12:14:17 -07:00
BrewTestBot
842205e9ab
brew vendor-gems: commit updates. 2024-08-07 12:14:17 -07:00
dependabot[bot]
c276cb68ec
build(deps-dev): bump tapioca from 0.15.1 to 0.16.0 in /Library/Homebrew
Bumps [tapioca](https://github.com/Shopify/tapioca) from 0.15.1 to 0.16.0.
- [Release notes](https://github.com/Shopify/tapioca/releases)
- [Commits](https://github.com/Shopify/tapioca/compare/v0.15.1...v0.16.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-08-07 12:14:17 -07:00
Patrick Linnane
dadda30dc1
Merge pull request #17984 from Homebrew/dependabot/bundler/Library/Homebrew/parser-3.3.4.1 2024-08-07 11:54:23 -07:00
Patrick Linnane
2f6a67dbc2
Merge pull request #17985 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.11514 2024-08-07 11:50:37 -07:00
BrewTestBot
5f7645551f
Update RBI files for parser.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-08-07 18:43:31 +00:00
BrewTestBot
55325cbd70
brew vendor-gems: commit updates. 2024-08-07 18:39:30 +00:00
BrewTestBot
0821b87376
brew vendor-gems: commit updates. 2024-08-07 18:39:21 +00:00
dependabot[bot]
3feb30e3e2
build(deps-dev): bump sorbet in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.11511 to 0.5.11514.
- [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-08-07 18:34:40 +00:00
dependabot[bot]
1740be3f0f
build(deps-dev): bump parser in /Library/Homebrew
Bumps [parser](https://github.com/whitequark/parser) from 3.3.4.0 to 3.3.4.1.
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/whitequark/parser/compare/v3.3.4.0...v3.3.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-07 18:34:26 +00:00
Bo Anderson
0bf3d74209
Merge pull request #17981 from Homebrew/sbom-schema-offline
Vendor SBOM schema
2024-08-07 18:16:45 +01:00
Bo Anderson
040372fafa
Vendor SBOM schema 2024-08-07 18:00:53 +01:00
Mike McQuaid
90a90b3076
Merge pull request #17976 from Homebrew/update-pkg-build 2024-08-07 09:07:03 +01:00
Patrick Linnane
47b1cab7ae
Merge pull request #17968 from maxim-belkin/fix-autoupdate-on-windows 2024-08-06 19:58:35 -07:00
Patrick Linnane
ea731e4039
Merge pull request #17978 from Homebrew/sponsors-maintainers-man-completions 2024-08-06 15:42:42 -07:00
BrewTestBot
29a9fd90ce
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-08-06 22:29:00 +00:00
Bo Anderson
15db0f7bb6
Merge pull request #17977 from Homebrew/update-consistent-chown
cmd/update: make chown suggestion consistent
2024-08-06 23:28:09 +01:00
Bo Anderson
c3d9e8e6f1
cmd/update: make chown suggestion consistent 2024-08-06 21:42:50 +01:00
Patrick Linnane
d1a72dc782
Merge pull request #17971 from Homebrew/dependabot/github_actions/artifacts-720c8da8de 2024-08-06 12:54:45 -07:00
Patrick Linnane
f66aa5e0e0
pkg-installer: don't build on Dependabot PR's
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2024-08-06 12:31:54 -07:00
Patrick Linnane
428d2afd14
Merge pull request #17975 from Homebrew/dependabot/github_actions/github/codeql-action-3.26.0 2024-08-06 12:20:24 -07:00
dependabot[bot]
8dce095be3
build(deps): bump actions/upload-artifact in the artifacts group
Bumps the artifacts group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `actions/upload-artifact` from 4.3.5 to 4.3.6
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](89ef406dd8...834a144ee9)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: artifacts
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-06 18:38:29 +00:00
dependabot[bot]
a6328c5062
build(deps): bump github/codeql-action from 3.25.15 to 3.26.0
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.15 to 3.26.0.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](afb54ba388...eb055d739a)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-06 18:38:21 +00:00
Patrick Linnane
8fdd3a3040
Merge pull request #17973 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.11511 2024-08-06 09:36:53 -07:00