by shigemk2

当面は技術的なことしか書かない

homebrew

brew 4.1.2

extend/os/mac/keg_relocate: rpath handlingの改善 #15731 'brew doctor'実行時の型エラーの修正 #15744 ドキュメント: コアリポジトリがuntappedであると仮定 #15693 GitHub Actionsのためのパッケージ署名設定の追加 #15743 Formula attrsへの型の追加 #1…

brew 4.1.1

変更点 formula: std_pip_argsを追加 (#15694) os/mac/keg_relocate: rpathの再オーダリングを避ける (#15722) Cask: 複数のヘッダーをサポート (#15602) HOMEBREW_SORBET_RUNTIMEを有効化(場合による) (#15705) dev-cmd/pr-upload: 型チェックエラーを修…

brew 4.0.29

analytics: AWSベースの新しいInfluxDBを使用 (#15659) brew.sh: Debian以外のLinuxのOSバージョンを記録 (#15670) github.com

brew 4.0.28

dev-cmd/generate-*-api: tap migrations JSONを生成します。(#15628) Remove Tap#versioned_formula_files: Tap#versioned_formula_filesを削除します。(#15631) Download tap_migrations.json files from the API: APIからtap_migrations.jsonファイルをダ…

brew 4.0.26

OpenSSL監査の例外を一般化するためのformula_auditorの変更 (#15594) brew editの元に戻す方法の説明 (#15593) 適切にラベル付けされたPRに対して大きなランナーを要求するpr-publishの変更 (#15598) HOMEBREW_ARTIFACT_DOMAINハックを移動するdownload_str…

brew 4.0.25

Cask::outdated_versionsの名前を変更 (#15567) github_packages: 強制的にlnを呼び出す (#15569) formula_auditor: ステージングブランチのためのdeps監査を調整 (#15574) brew/leavesからcaskの依存関係を削除 (#15573) cmd/leaves: cask依存関係の欠落を…

brew 4.0.24

cmd/info: (未文書化の) --github-packages-downloads オプションを追加。(#15552) github_packages: コピーの代わりにハードリンクを作成。(#15553) formula_installer: 間違ったフォーミュラファイルを使用してpostinstallを修正。(#15561) formula: insta…

brew 4.0.23

GAからInfluxDBに移行してた github.com github.com

brew 4.0.22

依存関係ヘルパー: ビルド/テストの依存関係の剪定を修正 (#15529) Linux用shim: gnumakeとgmakeのシンボリックリンクを追加 (#15531) utils/gems: bundlerが不必要に再インストールすることがある問題を修正 (#15532) docs/config: jekyll-feedを削除 (#155…

brew 4.0.21

このリリースでは、初期のmacOS 14 (Sonoma) サポートが追加 変更点: unpack_strategy/zip: 不必要にフォーミュラをロードするのを避ける (#15498) utils/github/api: ghのロードを避ける (#15500) Dockerfile: デフォルトのumaskを設定 (#15505) utils/git…

brew 4.0.18

"Revert "Revert "Merge pull request #15369 from carlocab/sorbet-runtime"" のリバート brew shellenvがシェル名パラメータを受け入れるように変更 マニュアルインストーラの開封を容易に short_versionからビルドを常に削除 utils/bottles: 型チェックエ…

brew 4.0.16

Nokogiriの削除: dependabotアラートの解決 by @dduugg in #15289 git_repository: #to_sの実装 by @carlocab in #15300 completions/fish: Linux向けのcask参照の修正 by @dawidd6 in #15272 utils/gems: インストール不要時にbundle cleanを実行 by @Bo98 …

brew 4.0.15

cask: OSバージョンの削除 (@apainintheneck, #15240) GHPマニフェストにボトルファイルサイズを追加 (@colindean, #15241) GitRepositoryExtensionのリファクタリング (@dduugg, #15032) 未定義のメソッドを修正 (@dduugg, #15247) git_origin_branchの未定…

brew 4.0.14

test/cask/dsl_spec: 一部のロケール設定でのテスト修正 by @ZhongRuoyu in #15216 異なるアーキテクチャでの監査の実行を許可 by @reitermarkus in #15063 brew: GITHUB_EVENT_NAMEのフィルタリングをしない by @carlocab in #15224 rubocop/cask: on_*ブロ…

brew 4.0.13

15184: cask/cmd/reinstallをcask/reinstallに移動 (@hyuraku) 15185: Sorbetとvendor gemワークフローテストの改善 (@Bo98) 15131: テストランナーを設定するコマンドを追加 (dev-cmd/determine-test-runners) (@carlocab) 15186-#15190: actionlintエラー…

brew 4.0.12

新機能 Ignorableでの入力を有効化 by @dduugg in #15114 より早い段階で --only-dependencies フラグをチェックするインストール by @carlocab in #15123 dev-cmd/tap-new: actions/cache@v3を使用(v1は非推奨) by @issyl0 in #15127 拡張機能などでの型…

brew 4.0.7

Auto-update from the API less often by @MikeMcQuaid in #14943 rubocop: Remove comment about RSpec from Style/BlockDelimiters config by @issyl0 in #14945 rubocop: Further trim Naming/MethodParameterName allowlist by @issyl0 in #14944 Check …

brew 4.0.6

rubocop: Enable Layout/MultilineMethodCallIndentation & fix offenses by @issyl0 in #14877 rubocop: Deal with RSpec cop TODOs by @issyl0 in #14884 rubocops/cask: Disallow protocol in cask URL verified stanza by @issyl0 in #14886 rubocops/ca…

brew 4.0.5

Fixed type error in 'brew audit' by @dduugg in #14808 utils/github: Tiny improvements, boolean methods end in ? and remove unnecessary .delete_prefix("/") by @issyl0 in #14816 readall: reject casks with no URL by @Bo98 in #14804 Use 'wslvi…

brew 4.0.3

dev-cmd/contributions: fix spacing. by @MikeMcQuaid in #14727 (fixes bash completion errors) Support link_overwrite and conflicts_with in API by @Bo98 in #14725 Revert "Fix permissions before moving extracted files." by @MikeMcQuaid in #14…

google-cloud-sdk homebrew

caskでインストールできるけど、公式には書かれていないからおそらく非公式。 formulae.brew.sh

brew 3.6.18

docs: add Table of Contents to selected pages by @EricFromCanada in #14312 SystemConfig: show WSL version if available on Linux by @SMillerDev in #14241 cmd/prof: Fix gem errors by @apainintheneck in #14313 workflows/tests: only brew tests…

brew 3.6.17

Fix access to livecheck constants in formulae by @nandahkrishna in #14278 add explicit version for GitHub API by @dtrodrigues in #14266 Deprecate path args to audit cmd by @apainintheneck in #14285 ISSUE_TEMPLATE/bug: nudge people to discu…

brew 3.6.15

livecheck/strategy/sparkle.rb: Add macos to the candidate os values list by @timvisher in #14037 dev-cmd/bump: don't use Repology version if livecheckable by @dawidd6 in #14190 ElectronBuilder: Allow Date/Time deserialization by @samford i…

brew 3.6.12

Docs: update Cookbooks by @EricFromCanada in #14140 dev-cmd/unbottled: simulate target tag by @Bo98 in #14147 CPU: fix M2 family detection by @bayandin in #14148 dev-cmd/ruby: add --version by @danielbayley in #14149 docs: update Contribut…

brew 3.6.11

style: check more shell scripts. by @MikeMcQuaid in #14129 Improve issue templates by @MikeMcQuaid in #14126 uses_from_macos: add mandoc to allowed list by @razamatan in #14137 docs: Fix env variable typo by @p-linnane in #14134 rubydoc: f…

brew 3.6.10

リファクタリング系かな devcontainer/on-create-command: fix Ubuntu 18.04, add debugging. by @MikeMcQuaid in #14115 Service: add method to define a root requirement by @SMillerDev in #14113 Add manpages.rb by @hyuraku in #14117 move two meth…

brew 3.6.9

あんまりよくわからない github.com

brew 3.6.8

Suggest --verbose for softwareupdate --all Improve performance of brew info Fix Oh-My-Zsh suggested completions configuration など github.com

brew 3.6.7

Restore ARM Linux support when installing gems by @Bo98 in #14008 など github.com