Skip to content

fix: configure dependabot to group react deps - #1263

Merged
WilliamBergamin merged 1 commit into
mainfrom
group-react-deps-for-dependabot-docs
Mar 3, 2025
Merged

fix: configure dependabot to group react deps#1263
WilliamBergamin merged 1 commit into
mainfrom
group-react-deps-for-dependabot-docs

Conversation

@WilliamBergamin

Copy link
Copy Markdown
Contributor

Summary

#1262 and #1261 are failing tests because dependabot is opening separate PRs for react and react-dom dependencies, I believe these dependencies must stay in sync in order for the tests to pass.

Once this PR is merged dependabot should open one single PR to replace #1262 and #1261

Testing

n/a

Category

  • slack_bolt.App and/or its core components
  • slack_bolt.async_app.AsyncApp and/or its core components
  • Adapters in slack_bolt.adapter
  • Document pages under /docs
  • Others

Requirements

Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.

  • I've read and understood the Contributing Guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've run ./scripts/install_all_and_run_tests.sh after making the changes.

@WilliamBergaminWilliamBergamin added docs Improvements or additions to documentation dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 3, 2025
@WilliamBergaminWilliamBergamin self-assigned this Mar 3, 2025

@mwbrooksmwbrooks left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks for putting this together!

@codecov

codecovBot commented Mar 3, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.96%. Comparing base (a1010fe) to head (832a953).
Report is 1 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #1263 +/- ##
=======================================
Coverage 90.96% 90.96% =======================================
Files 222 222 Lines 7501 7501 =======================================
Hits 6823 6823 Misses 678 678 

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

@WilliamBergamin
WilliamBergamin merged commit 16e4bed into mainMar 3, 2025
@WilliamBergamin
WilliamBergamin deleted the group-react-deps-for-dependabot-docs branch March 3, 2025 22:16
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filedocsImprovements or additions to documentationgithub_actionsPull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@WilliamBergamin@mwbrooks