Mike McQuaid
5afdff6b57
brew-rs: add an opt-in Rust frontend path
...
Homebrew's Ruby and Bash startup cost is most noticeable on common API-backed
commands, so add a tightly gated Rust frontend experiment for search, info,
list, and the essential mutating commands. The goal is to make iteration on a
faster CLI possible without changing the default user experience or taking on
the risk of reimplementing all of FormulaInstaller in Rust on day one.
Keep the risk contained by only enabling the Rust path on supported Tier 1
default-prefix installs when both HOMEBREW_DEVELOPER and
HOMEBREW_EXPERIMENTAL_RUST_FRONTEND are set, and by continuing to delegate
complex install, upgrade, uninstall, and update behaviour back to the existing
Homebrew frontend for v1 correctness. That lets us measure the frontend win
first and only move more logic out of Ruby when profiling proves it is worth
the complexity.
Build brew-rs through vendor-install and run Rust subtree tasks through
portable Ruby's rake so local development, first-run bootstrapping, and CI all
use the same path instead of bespoke scripts. Add integration coverage, a
dedicated workflow, hyperfine benchmarks, Dependabot support, and Rust-specific
docs so the experiment is easy to validate, benchmark, and evolve.
2026-03-22 14:50:32 +00:00
Mike McQuaid
b694d232c5
PULL_REQUEST_TEMPLATE: improve integration test wording.
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-03-21 10:15:43 +00:00
Mike McQuaid
9fdb706d9a
PULL_REQUEST_TEMPLATE: tweak and make consistent.
...
Updated the pull request template to use comments better and be more consistent with Homebrew/homebrew-cask and Homebrew/homebrew-core.
2026-03-21 09:25:57 +00:00
Mike McQuaid
4f89431d4e
Merge pull request #21779 from Homebrew/default-container
...
Use ghcr.io/homebrew/brew:main for tests and bottling
2026-03-20 17:06:37 +00:00
dependabot[bot]
72a6b72101
build(deps): bump actions/download-artifact
...
Bumps the github-actions group with 1 update in the / directory: [actions/download-artifact](https://github.com/actions/download-artifact ).
Updates `actions/download-artifact` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](70fc10c6e5...3e5f45b2cf )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: 8.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-20 08:17:25 +00:00
Ruoyu Zhong
0f7b6e1dd7
Merge pull request #21778 from Homebrew/docs-formulae.brew.sh
...
workflows/docs: remove cache-homebrew-prefix usage in formulae.brew.sh
2026-03-19 19:40:45 +00:00
Michael Cho
c8ac14c5d5
Use ghcr.io/homebrew/brew:main for tests and bottling
2026-03-19 15:31:29 -04:00
Ruoyu Zhong
703645b5f7
workflows/docs: remove cache-homebrew-prefix usage in formulae.brew.sh
...
This unblocks formulae.brew.sh CI. For reasoning, see
Homebrew/formulae.brew.sh#2155 .
2026-03-20 03:27:31 +08:00
BrewTestBot
1ca6307ebe
actionlint.yml: update to match main configuration
2026-03-19 18:37:34 +00:00
BrewTestBot
188460b74a
actionlint.yml: update to match main configuration
2026-03-19 17:52:25 +00:00
Mike McQuaid
11a18ccd4d
workflows/tests: install jq on Debian oldstable.
2026-03-19 08:59:46 +00:00
BrewTestBot
337268ffd8
dependabot.yml: update to match main configuration
2026-03-16 20:55:22 +00:00
dependabot[bot]
ff76f9c58e
build(deps): bump the github-actions group with 4 updates
...
Bumps the github-actions group with 4 updates: [github/codeql-action](https://github.com/github/codeql-action ), [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ), [docker/login-action](https://github.com/docker/login-action ) and [docker/build-push-action](https://github.com/docker/build-push-action ).
Updates `github/codeql-action` from 4.32.2 to 4.32.6
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](45cbd0c69e...0d579ffd05 )
Updates `docker/setup-buildx-action` from 3.12.0 to 4.0.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](8d2750c68a...4d04d5d948 )
Updates `docker/login-action` from 3.7.0 to 4.0.0
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](c94ce9fb46...b45d80f862 )
Updates `docker/build-push-action` from 6.19.2 to 7.0.0
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](10e90e3645...d08e5c354a )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.32.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: docker/setup-buildx-action
dependency-version: 4.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: docker/login-action
dependency-version: 4.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: docker/build-push-action
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-13 08:07:26 +00:00
BrewTestBot
423cf39e35
actionlint.yml: update to match main configuration
2026-03-11 08:18:27 +00:00
Mike McQuaid
bef9ff8bae
github/workflows: add cache-homebrew-prefix workflow keys.
...
This should avoid the multiple uses of Homebrew/actions/cache-homebrew-prefix in
this repository overwriting the caches of others.
2026-03-10 09:50:05 +00:00
BrewTestBot
82eebbec66
actionlint.yml: update to match main configuration
2026-03-09 22:35:39 +00:00
dependabot[bot]
7a250d03cf
build(deps): bump the github-actions group with 3 updates
...
Bumps the github-actions group with 3 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact ), [actions/download-artifact](https://github.com/actions/download-artifact ) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance ).
Updates `actions/upload-artifact` from 6.0.0 to 7.0.0
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](b7c566a772...bbbca2ddaa )
Updates `actions/download-artifact` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](37930b1c2a...70fc10c6e5 )
Updates `actions/attest-build-provenance` from 3.2.0 to 4.1.0
- [Release notes](https://github.com/actions/attest-build-provenance/releases )
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md )
- [Commits](96278af6ca...a2bbfa2537 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/download-artifact
dependency-version: 8.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/attest-build-provenance
dependency-version: 4.1.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-06 08:06:53 +00:00
luojiyin
b1d74a67c0
Fix typo: enviroment -> environment
2026-02-27 13:45:39 +08:00
Mike McQuaid
b4d16f5e97
Merge pull request #21627 from shaanmajid/guard-scheduled-issue-jobs
...
Guard scheduled issue jobs to upstream repo
2026-02-26 08:37:42 +00:00
Shaan Majid
b9de88905f
ci: guard scheduled issue jobs to upstream repo
2026-02-26 01:13:17 -06:00
Leon Adomaitis
30c6743a8f
rubydoc: apply upstream app.js patch in docs CI
2026-02-25 17:46:20 +01:00
Michael Cho
613fb3416f
workflows/docker: add ubuntu24.04:main to help migration
2026-02-22 19:55:47 -05:00
Mike McQuaid
e9c26f83f9
workflows/docs: deflake broken links check
...
- Only run on Homebrew/brew pull requests (not push/merge groups)
- Try to run more than once on failures.
2026-02-22 10:47:00 +00:00
dependabot[bot]
c3afb55e63
build(deps): bump the github-actions group with 2 updates
...
Bumps the github-actions group with 2 updates: [docker/build-push-action](https://github.com/docker/build-push-action ) and [actions/stale](https://github.com/actions/stale ).
Updates `docker/build-push-action` from 6.18.0 to 6.19.2
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](263435318d...10e90e3645 )
Updates `actions/stale` from 10.1.1 to 10.2.0
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](997185467f...b5d41d4e1d )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-version: 6.19.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: actions/stale
dependency-version: 10.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-20 08:06:24 +00:00
Mike McQuaid
0c0d1c55b7
Use Homebrew/actions/cache-homebrew-prefix@main in workflows
...
This should help speed these up a little bit.
2026-02-13 21:10:11 +00:00
BrewTestBot
a62defb808
actionlint.yml: update to match main configuration
2026-02-13 18:09:41 +00:00
BrewTestBot
487bb7bf83
dependabot.yml: update to match main configuration
2026-02-13 18:09:41 +00:00
dependabot[bot]
ae9d1e57c9
build(deps): bump the github-actions group with 2 updates
...
Bumps the github-actions group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action ) and [ruby/setup-ruby](https://github.com/ruby/setup-ruby ).
Updates `github/codeql-action` from 4.31.10 to 4.32.2
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](cdefb33c0f...45cbd0c69e )
Updates `ruby/setup-ruby` from 1.286.0 to 1.288.0
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](90be1154f9...09a7688d3b )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.32.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: ruby/setup-ruby
dependency-version: 1.288.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-13 08:06:47 +00:00
Patrick Linnane
6feb6f1f11
docs: Modernize GitHub Pages deployment
2026-02-10 13:13:15 -08:00
dependabot[bot]
035f388280
build(deps): bump the github-actions group with 3 updates
...
Bumps the github-actions group with 3 updates: [actions/cache](https://github.com/actions/cache ), [docker/login-action](https://github.com/docker/login-action ) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance ).
Updates `actions/cache` from 5.0.1 to 5.0.3
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](9255dc7a25...cdf6c1fa76 )
Updates `docker/login-action` from 3.6.0 to 3.7.0
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](5e57cd1181...c94ce9fb46 )
Updates `actions/attest-build-provenance` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/actions/attest-build-provenance/releases )
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md )
- [Commits](00014ed6ed...96278af6ca )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: 5.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: docker/login-action
dependency-version: 3.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: actions/attest-build-provenance
dependency-version: 3.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-06 08:06:31 +00:00
Mike McQuaid
1d8ed8d17d
Add AI assistance checkbox to PR template
...
Added a checkbox for AI assistance in PR generation.
2026-02-03 10:23:18 +01:00
dependabot[bot]
7a676a8677
build(deps): bump the github-actions group with 2 updates
...
Bumps the github-actions group with 2 updates: [ruby/setup-ruby](https://github.com/ruby/setup-ruby ) and [actions/setup-python](https://github.com/actions/setup-python ).
Updates `ruby/setup-ruby` from 1.271.0 to 1.286.0
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](f8d7259c7a...90be1154f9 )
Updates `actions/setup-python` from 6.1.0 to 6.2.0
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](83679a892e...a309ff8b42 )
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-version: 1.286.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: actions/setup-python
dependency-version: 6.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-30 08:06:25 +00:00
Mike McQuaid
4c1aff91e0
workflows/release: only upload unversioned installer.
2026-01-26 08:51:42 +00:00
Patrick Linnane
4bde8b09a6
workflows/release: create an unversioned .pkg
...
Signed-off-by: Patrick Linnane <patrick@linnane.io >
2026-01-24 19:53:50 -08:00
dependabot[bot]
71df0f3b1a
build(deps): bump the github-actions group with 2 updates
...
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout ) and [github/codeql-action](https://github.com/github/codeql-action ).
Updates `actions/checkout` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](8e8c483db8...de0fac2e45 )
Updates `github/codeql-action` from 4.31.9 to 4.31.10
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](5d4e8d1aca...cdefb33c0f )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: github/codeql-action
dependency-version: 4.31.10
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-23 08:06:32 +00:00
Rylan Polster
875eaa3a12
Add --no-exit-code to generate-man-completions
2026-01-05 13:19:16 -05:00
Mike McQuaid
b4ab6393f7
workflows/docs: test latest manpage generation.
2025-12-31 12:52:51 +00:00
dependabot[bot]
58512f96b3
build(deps): bump the github-actions group with 7 updates
...
Bumps the github-actions group with 7 updates:
| Package | From | To |
| --- | --- | --- |
| [actions/upload-artifact](https://github.com/actions/upload-artifact ) | `5.0.0` | `6.0.0` |
| [actions/download-artifact](https://github.com/actions/download-artifact ) | `6.0.0` | `7.0.0` |
| [github/codeql-action](https://github.com/github/codeql-action ) | `4.31.5` | `4.31.9` |
| [actions/cache](https://github.com/actions/cache ) | `4.3.0` | `5.0.1` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) | `3.11.1` | `3.12.0` |
| [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance ) | `3.0.0` | `3.1.0` |
| [codecov/test-results-action](https://github.com/codecov/test-results-action ) | `1.1.1` | `1.2.1` |
Updates `actions/upload-artifact` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](330a01c490...b7c566a772 )
Updates `actions/download-artifact` from 6.0.0 to 7.0.0
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](018cc2cf5b...37930b1c2a )
Updates `github/codeql-action` from 4.31.5 to 4.31.9
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](fdbfb4d275...5d4e8d1aca )
Updates `actions/cache` from 4.3.0 to 5.0.1
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](0057852bfa...9255dc7a25 )
Updates `docker/setup-buildx-action` from 3.11.1 to 3.12.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](e468171a9d...8d2750c68a )
Updates `actions/attest-build-provenance` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/actions/attest-build-provenance/releases )
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md )
- [Commits](977bb373ed...00014ed6ed )
Updates `codecov/test-results-action` from 1.1.1 to 1.2.1
- [Release notes](https://github.com/codecov/test-results-action/releases )
- [Commits](47f89e9acb...0fa95f0e1e )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/download-artifact
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: github/codeql-action
dependency-version: 4.31.9
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: actions/cache
dependency-version: 5.0.1
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: docker/setup-buildx-action
dependency-version: 3.12.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: actions/attest-build-provenance
dependency-version: 3.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: codecov/test-results-action
dependency-version: 1.2.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-26 08:05:23 +00:00
Patrick Linnane
1c41c03906
workflows/tests: run brew style on both official taps in one step
...
Signed-off-by: Patrick Linnane <patrick@linnane.io >
2025-12-24 09:07:56 -08:00
dependabot[bot]
f6f6c7d367
build(deps): bump the github-actions group with 2 updates
...
Bumps the github-actions group with 2 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action ) and [actions/create-github-app-token](https://github.com/actions/create-github-app-token ).
Updates `codecov/codecov-action` from 5.5.1 to 5.5.2
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](5a1091511a...671740ac38 )
Updates `actions/create-github-app-token` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/actions/create-github-app-token/releases )
- [Commits](7e473efe3c...29824e69f5 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-version: 5.5.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: actions/create-github-app-token
dependency-version: 2.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-19 08:04:45 +00:00
Patrick Linnane
8e96d6f02b
Merge pull request #21265 from Homebrew/portable-ruby-3.4.8
...
Portable Ruby 3.4.8
2025-12-17 16:33:35 +00:00
Patrick Linnane
a7c8597dfb
workflows/docs: bump setup-ruby
...
Signed-off-by: Patrick Linnane <patrick@linnane.io >
2025-12-17 08:14:33 -08:00
Mike McQuaid
df92535f07
github/workflows: use ubuntu-latest whenever we use setup-homebrew.
...
This works on ubuntu-slim now but is slightly flakier and I suspect
slower.
Keep using ubuntu-slim where we don't need a full Homebrew.
2025-12-17 08:30:15 +00:00
dependabot[bot]
9507a99c7d
build(deps): bump actions/stale in the github-actions group
...
Bumps the github-actions group with 1 update: [actions/stale](https://github.com/actions/stale ).
Updates `actions/stale` from 10.1.0 to 10.1.1
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](5f858e3efb...997185467f )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-version: 10.1.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-12 08:04:50 +00:00
Mike McQuaid
b30a5c561a
Move to ubuntu-slim
...
Let's try to see if these workers are faster and/or cheaper and still
work.
2025-12-10 15:16:23 +00:00
dependabot[bot]
89d656ba9e
build(deps): bump actions/checkout in the github-actions group
...
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout ).
Updates `actions/checkout` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](1af3b93b68...8e8c483db8 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-10 01:03:35 +00:00
BrewTestBot
5d0d9a3715
dependabot.yml: update to match main configuration
2025-12-06 18:45:09 +00:00
BrewTestBot
f9d7c62c1c
dependabot.yml: update to match main configuration
2025-12-06 18:07:41 +00:00
BrewTestBot
1eb3f7cbe3
dependabot.yml: update to match main configuration
2025-11-28 14:09:14 +00:00
dependabot[bot]
ed0d0310f3
build(deps): bump the all group across 1 directory with 8 updates
...
Bumps the all group with 4 updates in the /Library/Homebrew directory: [vernier](https://github.com/jhawthorn/vernier ), [sorbet-static-and-runtime](https://github.com/sorbet/sorbet ), [spoom](https://github.com/Shopify/spoom ) and [addressable](https://github.com/sporkmonger/addressable ).
Updates `vernier` from 1.8.1 to 1.9.0
- [Release notes](https://github.com/jhawthorn/vernier/releases )
- [Commits](https://github.com/jhawthorn/vernier/compare/v1.8.1...v1.9.0 )
Updates `sorbet-static-and-runtime` from 0.6.12783 to 0.6.12798
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
Updates `spoom` from 1.7.9 to 1.7.10
- [Release notes](https://github.com/Shopify/spoom/releases )
- [Commits](https://github.com/Shopify/spoom/commits )
Updates `addressable` from 2.8.7 to 2.8.8
- [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.8.7...addressable-2.8.8 )
Updates `sorbet-runtime` from 0.6.12783 to 0.6.12798
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
Updates `public_suffix` from 6.0.2 to 7.0.0
- [Changelog](https://github.com/weppos/publicsuffix-ruby/blob/main/CHANGELOG.md )
- [Commits](https://github.com/weppos/publicsuffix-ruby/compare/v6.0.2...v7.0.0 )
Updates `sorbet` from 0.6.12783 to 0.6.12798
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
Updates `sorbet-static` from 0.6.12783 to 0.6.12798
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
build(deps): bump the all group with 3 updates
Bumps the all group with 3 updates: [github/codeql-action](https://github.com/github/codeql-action ), [actions/setup-python](https://github.com/actions/setup-python ) and [actions/create-github-app-token](https://github.com/actions/create-github-app-token ).
Updates `github/codeql-action` from 4.31.4 to 4.31.5
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](e12f017898...fdbfb4d275 )
Updates `actions/setup-python` from 6.0.0 to 6.1.0
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](e797f83bcb...83679a892e )
Updates `actions/create-github-app-token` from 2.1.4 to 2.2.0
- [Release notes](https://github.com/actions/create-github-app-token/releases )
- [Commits](6701853927...7e473efe3c )
---
updated-dependencies:
- dependency-name: vernier
dependency-version: 1.9.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: all
- dependency-name: sorbet-static-and-runtime
dependency-version: 0.6.12798
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: all
- dependency-name: spoom
dependency-version: 1.7.10
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: all
- dependency-name: addressable
dependency-version: 2.8.8
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all
- dependency-name: sorbet-runtime
dependency-version: 0.6.12798
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all
- dependency-name: public_suffix
dependency-version: 7.0.0
dependency-type: indirect
update-type: version-update:semver-major
dependency-group: all
- dependency-name: sorbet
dependency-version: 0.6.12798
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: all
- dependency-name: sorbet-static
dependency-version: 0.6.12798
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: all
- dependency-name: github/codeql-action
dependency-version: 4.31.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all
- dependency-name: actions/setup-python
dependency-version: 6.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all
- dependency-name: actions/create-github-app-token
dependency-version: 2.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-28 08:07:44 +00:00