Skip to content

[ruby] Update knapsack_pro 9.2.3 → 10.0.0 (major)#5767

Open
depfu[bot] wants to merge 1 commit into
developfrom
depfu/update/knapsack_pro-10.0.0
Open

[ruby] Update knapsack_pro 9.2.3 → 10.0.0 (major)#5767
depfu[bot] wants to merge 1 commit into
developfrom
depfu/update/knapsack_pro-10.0.0

Conversation

@depfu
Copy link
Copy Markdown
Contributor

@depfu depfu Bot commented May 11, 2026

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ knapsack_pro (9.2.3 → 10.0.0) · Repo · Changelog

Release Notes

10.0.0 (from changelog)

  • RSpec & Queue Mode: When you retry one (or all the) nodes, Knapsack Pro only executes the tests that failed last time on that node. See Retry only Failures.
    • Introduces KNAPSACK_PRO_TEST_QUEUE_ID, a unique ID that identifies a test queue (Knapsack Pro sets it for you)
      • If you are overriding KNAPSACK_PRO_BRANCH to share a test-suite with multiple Knapsack Pro commands (e.g., appending a suffix), you will need to do the same for KNAPSACK_PRO_TEST_QUEUE_ID (e.g., on Buildkite, use KNAPSACK_PRO_TEST_QUEUE_ID=$BUILDKITE_BUILD_NUMBER-custom-suffix to match KNAPSACK_PRO_BRANCH=$MY_BRANCH-custom-suffix)
      • Whenever possible, create a separate test-suite on the Knapsack Pro dashboard to avoid the above
    • If you are on CircleCI, you need to expose CIRCLE_PIPELINE_NUMBER, see Retry only Failures

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 5 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu Bot added the dependencies Pull requests that update a dependency file label May 11, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.31%. Comparing base (4d3a8a3) to head (4eef83b).
⚠️ Report is 3 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #5767      +/-   ##
===========================================
- Coverage    87.35%   87.31%   -0.04%     
===========================================
  Files         1477     1477              
  Lines        33526    33526              
  Branches      3550     3550              
===========================================
- Hits         29285    29272      -13     
- Misses        4220     4233      +13     
  Partials        21       21              
Flag Coverage Δ
javascript 50.00% <ø> (ø)
ruby 87.32% <ø> (-0.05%) ⬇️

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.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants