Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: group docusaurus dependencies #1155

Merged

Conversation

WilliamBergamin
Copy link
Contributor

@WilliamBergamin WilliamBergamin commented Sep 3, 2024

#1148 Failed with the following error message found in the CI pipeline

[cause]: Error: Invalid name=docusaurus-plugin-content-docs version number=3.5.2.
  All official @docusaurus/* packages should have the exact same version as @docusaurus/core (number=3.4.0).
  Maybe you want to check, or regenerate your yarn.lock or package-lock.json file?

This PR attempts to configure dependabot grouping for docusaurus dependencies. This should allow dependabot to update all docusaurus dependencies in one since PR preventing this type of breakage 🤔

Category (place an x in each of the [ ])

  • 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 (place an x in each [ ])

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.

@WilliamBergamin WilliamBergamin added docs Improvements or additions to documentation dependencies Pull requests that update a dependency file labels Sep 3, 2024
@WilliamBergamin WilliamBergamin self-assigned this Sep 3, 2024
Copy link

codecov bot commented Sep 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.02%. Comparing base (b3b05a9) to head (468c454).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1155   +/-   ##
=======================================
  Coverage   92.02%   92.02%           
=======================================
  Files         195      195           
  Lines        6631     6631           
=======================================
  Hits         6102     6102           
  Misses        529      529           

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

Copy link
Contributor

@filmaj filmaj left a comment

Choose a reason for hiding this comment

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

Nice, didn't know you could do this!

@WilliamBergamin WilliamBergamin merged commit 53f30a1 into slackapi:main Sep 3, 2024
12 checks passed
@WilliamBergamin WilliamBergamin deleted the group-depednabot-deps branch September 3, 2024 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file docs Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants