fix(deps): update dependency dayjs to v1.11.23 - #1397
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
📦 依存パッケージ更新レビュー
更新パッケージ
| パッケージ | 変更 | 種別 |
|---|---|---|
| dayjs | 1.11.21 → 1.11.23 |
patch |
影響度: 🟢 LOW
調査結果
- 破壊的変更: なし。1.11.21 → 1.11.22 → 1.11.23 はいずれもパッチリリースで、公開APIの変更や非推奨化はなし。
- セキュリティ修正: なし。npm/Snyk等でこのバージョン範囲に紐づくCVE・セキュリティアドバイザリは確認できず。
- 主な変更点:
- 本プロジェクトへの影響:
src/lib/date.tsでutc/timezoneプラグインを読み込み、dayjs.tz.setDefault('Asia/Tokyo')の上でdayjs(dateString).tz()を用いてブログ記事の日付フォーマットを行っており、まさに今回修正されたtimezoneプラグインの.tz()処理を利用している。ただし今回の修正は「無効な日付値でのエラー防止」と「DSTの扱い改善」であり、日本(Asia/Tokyo)はDSTを採用していないためDST関連の修正による挙動変化はない。formatDateの入力は記事フロントマターのpublishedTime/modifiedTime(ISO8601形式の妥当な日付)であり、invalid値を渡すケースも通常発生しないため、実質的な影響は小さいと判断。
判定: ✅ 自動承認
パッチバージョンアップかつ破壊的変更・セキュリティ修正なし。本プロジェクトの利用箇所(timezoneプラグイン)に関連する修正はあるが、日本時間かつ妥当な日付文字列のみを扱う現状の使い方では挙動への影響はないため、自動承認が妥当。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.11.21→1.11.23Release Notes
iamkun/dayjs (dayjs)
v1.11.23Compare Source
Bug Fixes
v1.11.22Compare Source
Bug Fixes
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.