2024/11/07分のコミットです。
CHANGELOGへの追加はありませんでした。
Fix deprecation warning caused by DST
activesupport/lib/active_support/core_ext/time/compatibility.rb
の修正です。
Ruby 2.4より前のバージョン向けのto_timeメソッドが返すTimeオブジェクトをtimezoneを保持しないようにした対応に関連して、処理上問題無い箇所ではdeprecateメッセージを出さないようDon't emit to_time deprecations in known-safe contextsで対応したのですが、DSTの考慮漏れがあった(DSTの影響でzoneが変わることが、あり、それを考慮出来てなかった)のを修正しています。
Add yarn.lock to allowed dirty files
tools/releaser/lib/releaser.rb
の修正です。
release時に変更があっても無視するファイルの一覧にyarn.lock
を追加しています。