Skip to content

dependabot で `workbox-* の pattern を追加#4963

Open
Pugma wants to merge 2 commits intomasterfrom
feat/dependabot-pattern
Open

dependabot で `workbox-* の pattern を追加#4963
Pugma wants to merge 2 commits intomasterfrom
feat/dependabot-pattern

Conversation

@Pugma
Copy link
Contributor

@Pugma Pugma commented Dec 4, 2025

概要

なぜこの PR を入れたいのか

  • workbox-* 関連の dependabot PR が別々に立っていたこと
  • これらの パッケージが別ではなく、同一のバージョンで管理されていること

動作確認の手順

CI の pass

UI 変更部分のスクリーンショット

なし

PR を出す前の確認事項

  • (機能の追加なら)追加することの合意がチームで取れている
    • 取れていない場合はチェックを外して PR にすれば OK
  • 動作確認ができている
  • 自分で一度コードを眺めて自分的に問題はなさそう

見てほしいところ・聞きたいことなど

@Pugma Pugma requested a review from Copilot December 4, 2025 16:11
@github-actions
Copy link

github-actions bot commented Dec 4, 2025

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds a Dependabot configuration to group workbox-* package updates together, preventing separate PRs for each workbox package and ensuring they are updated together as a cohesive set.

  • Adds a new dependency group pattern workbox-* to group all workbox-related packages
  • Ensures workbox packages (currently 6 packages: workbox-cacheable-response, workbox-core, workbox-expiration, workbox-precaching, workbox-routing, and workbox-strategies) are updated together

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov
Copy link

codecov bot commented Dec 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.81%. Comparing base (9f296d7) to head (2c726dc).
⚠️ Report is 67 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4963      +/-   ##
==========================================
- Coverage   61.06%   60.81%   -0.26%     
==========================================
  Files         102      101       -1     
  Lines        2969     2973       +4     
  Branches      614      616       +2     
==========================================
- Hits         1813     1808       -5     
- Misses       1059     1071      +12     
+ Partials       97       94       -3     

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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants