Skip to content

fix(deps): update dependency dayjs to v1.11.23 - #1397

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/dayjs-1.x
Aug 22, 2026
Merged

fix(deps): update dependency dayjs to v1.11.23#1397
renovate[bot] merged 1 commit into
mainfrom
renovate/dayjs-1.x

Conversation

@renovate

@renovate renovate Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
dayjs (source) 1.11.211.11.23 age confidence

Release Notes

iamkun/dayjs (dayjs)

v1.11.23

Compare Source

Bug Fixes
  • plugin: timezone plugin prevent RangeError for invalid Day.js values (#​3180) (dad46e6)
  • plugin: timezone plugin prevent RangeError for invalid Day.js values (#​3180) (#​3181) (2a3785f)

v1.11.22

Compare Source

Bug Fixes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added automerge: enabled dependencies Pull requests that update a dependency file labels Aug 22, 2026
@vercel

vercel Bot commented Aug 22, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
thinceller.net Ready Ready Preview Aug 22, 2026 2:09am

@claude claude Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📦 依存パッケージ更新レビュー

更新パッケージ

パッケージ 変更 種別
dayjs 1.11.211.11.23 patch

影響度: 🟢 LOW

調査結果

  • 破壊的変更: なし。1.11.21 → 1.11.22 → 1.11.23 はいずれもパッチリリースで、公開APIの変更や非推奨化はなし。
  • セキュリティ修正: なし。npm/Snyk等でこのバージョン範囲に紐づくCVE・セキュリティアドバイザリは確認できず。
  • 主な変更点:
    • v1.11.22: timezoneプラグインで、ホストのDST(夏時間)の影響を受けずに .tz() のオフセットを計算するよう修正(#3169, #3174
    • v1.11.23: timezoneプラグインで、不正な(invalid)Day.jsの値を渡した際に RangeError が発生していた問題を修正(#3180
  • 本プロジェクトへの影響: src/lib/date.tsutc / timezone プラグインを読み込み、dayjs.tz.setDefault('Asia/Tokyo') の上で dayjs(dateString).tz() を用いてブログ記事の日付フォーマットを行っており、まさに今回修正されたtimezoneプラグインの .tz() 処理を利用している。ただし今回の修正は「無効な日付値でのエラー防止」と「DSTの扱い改善」であり、日本(Asia/Tokyo)はDSTを採用していないためDST関連の修正による挙動変化はない。formatDate の入力は記事フロントマターの publishedTime/modifiedTime(ISO8601形式の妥当な日付)であり、invalid値を渡すケースも通常発生しないため、実質的な影響は小さいと判断。

判定: ✅ 自動承認

パッチバージョンアップかつ破壊的変更・セキュリティ修正なし。本プロジェクトの利用箇所(timezoneプラグイン)に関連する修正はあるが、日本時間かつ妥当な日付文字列のみを扱う現状の使い方では挙動への影響はないため、自動承認が妥当。

@renovate
renovate Bot merged commit 563b665 into main Aug 22, 2026
12 checks passed
@renovate
renovate Bot deleted the renovate/dayjs-1.x branch August 22, 2026 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge: enabled dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants