Skip to content

Conversation

@kiba-renovate
Copy link
Contributor

@kiba-renovate kiba-renovate bot commented Oct 15, 2025

This PR contains the following updates:

Package Change Age Confidence
@astrojs/mdx (source) 4.3.5 -> 4.3.6 age confidence
@tailwindcss/typography 0.5.16 -> 0.5.19 age confidence
tailwindcss (source) 3.4.17 -> 3.4.18 age confidence

Release Notes

withastro/astro (@​astrojs/mdx)

v4.3.6

Compare Source

Patch Changes
tailwindlabs/tailwindcss-typography (@​tailwindcss/typography)

v0.5.19

Compare Source

Fixed
  • Fixed broken color styles (#​405)

v0.5.18

Compare Source

Fixed
  • Fixed undefined variable error (#​403)

v0.5.17

Compare Source

Added
  • Add modifiers for description list elements (#​357)
  • Add prose-picture modifier (#​367)
Fixed
  • Include unit in hr border-width value (#​379)
  • Ensure <kbd> styles work with Tailwind CSS v4 (#​387)
Changed
  • Remove lodash dependencies (#​402)
tailwindlabs/tailwindcss (tailwindcss)

v3.4.18

Compare Source

Fixed
  • Improve support for raw supports-[…] queries in arbitrary values (#​13605)
  • Fix require.cache error when loaded through a TypeScript file in Node 22.18+ (#​18665)
  • Support import.meta.resolve(…) in configs for new enough Node.js versions (#​18938)
  • Allow using newer versions of postcss-load-config for better ESM and TypeScript PostCSS config support with the CLI (#​18938)
  • Remove irrelevant utility rules when matching important classes (#​19030)

Configuration

📅 Schedule: Branch creation - "after 3am on Thursday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

@kiba-renovate kiba-renovate bot enabled auto-merge October 15, 2025 18:07
@kiba-renovate kiba-renovate bot temporarily deployed to claude-code-action October 15, 2025 18:07 Inactive
@coderabbitai
Copy link

coderabbitai bot commented Oct 15, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Note

Other AI code review bot(s) detected

CodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review.


Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link

codecov bot commented Oct 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 62.96%. Comparing base (eb779df) to head (47123fc).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1179   +/-   ##
=======================================
  Coverage   62.96%   62.96%           
=======================================
  Files          53       53           
  Lines        2495     2495           
  Branches      239      240    +1     
=======================================
  Hits         1571     1571           
  Misses        919      919           
  Partials        5        5           
Flag Coverage Δ
storybook 46.73% <ø> (ø)
unittests 24.22% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions github-actions bot added the changes 🚨 Has changes of archive label Oct 15, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Oct 15, 2025

🚨 Changes to the artifacts

building commit: 27b228e07d0911857737851901c669f3fdd52fbf

SHA256
Recent deployed fcf29c29b956806f861f2be2846945a1f3991a0d0acac24dea128130d8e1c29a
This build e3c30b409f128caa26eb9ea7b5225003173e103f5f496478e10cdb3c2c50d58e

@kiba-claude-code
Copy link
Contributor

レビュー結果

このPRは3つの依存関係のパッチバージョンアップデートです。全体的に安全な更新と判断されますが、いくつか注意点があります。

📦 パッケージ更新の概要

✅ @astrojs/mdx: 4.3.5 → 4.3.6

  • 依存関係 @astrojs/markdown-remark の更新のみ
  • 破壊的変更なし

⚠️ @tailwindcss/typography: 0.5.16 → 0.5.19

主要な変更:

  • 0.5.17: description list要素とpicture要素のmodifier追加、バグ修正
  • 0.5.18: 未定義変数エラーの修正
  • 0.5.19: カラースタイルの重大なバグ修正

重要な内部変更:

  • lodash依存関係の削除 (lodash.castarray, lodash.isplainobject, lodash.merge)
  • この変更は内部実装の改善で、外部APIには影響しないはずですが、念のためビジュアルリグレッションテストの実行を推奨

✅ tailwindcss: 3.4.17 → 3.4.18

  • supports-[...] クエリの改善
  • Node.js 22.18+の require.cache エラー修正
  • 重要なクラスのマッチング時の不要なutilityルール削除

🔍 潜在的な影響範囲

このプロジェクトでは @tailwindcss/typography を tailwind.config.mjs でプラグインとして使用しています。主な影響は:

  • ブログ記事やMarkdownコンテンツのタイポグラフィスタイル
  • prose クラスを使用している箇所

✅ 推奨事項

  1. マージ前: ChromaticのビジュアルリグレッションテストでUIの差分確認
  2. マージ後: 特にブログ記事とMarkdownコンテンツのレンダリングを手動確認

🎯 結論

セキュリティリスクなし、パフォーマンスへの悪影響なし。@tailwindcss/typography のバグ修正が含まれているため、マージを推奨します。

lodash.castarray: 4.4.0
lodash.isplainobject: 4.0.6
lodash.merge: 4.6.2
postcss-selector-parser: 6.0.10
Copy link
Contributor

Choose a reason for hiding this comment

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

@tailwindcss/typography の内部実装改善

この変更で lodash 依存関係(lodash.castarray, lodash.isplainobject, lodash.merge)が削除されました。これは PR #402 による内部実装の改善です。

影響:

  • パッケージサイズの削減
  • 外部APIには影響なし
  • 既存の prose-* クラスは引き続き正常に動作

推奨アクション:
ビジュアルリグレッションテストで、Markdownコンテンツのレンダリングに差異がないことを確認してください。

"@google-analytics/data": "4.12.1",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/typography": "0.5.16",
"@tailwindcss/typography": "0.5.19",
Copy link
Contributor

Choose a reason for hiding this comment

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

@tailwindcss/typography 0.5.16 → 0.5.19 の重要な修正

このアップデートには3つのバグ修正バージョンが含まれています:

  • 0.5.17: <hr> の border-width 値に単位を追加、Tailwind CSS v4 対応
  • 0.5.18: 未定義変数エラーの修正
  • 0.5.19: 壊れたカラースタイルの修正(重要)

特に 0.5.19 はカラースタイルの重大なバグを修正しているため、このアップデートは推奨されます。

@kiba-renovate kiba-renovate bot force-pushed the renovate/npm-root-patch branch from 1b78503 to 47123fc Compare October 18, 2025 09:34
@kiba-renovate kiba-renovate bot changed the title fix(deps): update npm-root-patch fix(deps): update npm-root-patch - autoclosed Oct 18, 2025
@kiba-renovate kiba-renovate bot closed this Oct 18, 2025
auto-merge was automatically disabled October 18, 2025 10:03

Pull request was closed

@kiba-renovate kiba-renovate bot deleted the renovate/npm-root-patch branch October 18, 2025 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changes 🚨 Has changes of archive renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant