Skip to content

fix: resolve internal dep updates recursively - #2294

Open
trueberryless wants to merge 4 commits into
changesets:mainfrom
trueberryless:feat/recursive-release-plan
Open

trueberryless wants to merge 4 commits into
changesets:mainfrom
trueberryless:feat/recursive-release-plan

Conversation

@trueberryless

Copy link
Copy Markdown
Contributor

Description

This PR implements recursive internal dependency resolution in the apply-release-plan package to be able to list commit references in case the chain looks like e.g. a -> b -> c.

I added some tests with small functions to generate the dependency graph.

@changeset-bot

changeset-bot Bot commented Sep 8, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 6c500d6

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@changesets/apply-release-plan Patch
@changesets/cli Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@netlify

netlify Bot commented Sep 8, 2026

Copy link
Copy Markdown

Deploy Preview for changesets ready!

Name Link
🔨 Latest commit 6c500d6
🔍 Latest deploy log https://app.netlify.com/projects/changesets/deploys/6aa0124f674e790009d95cd2
😎 Deploy Preview https://deploy-preview-2294--changesets.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov

codecov Bot commented Sep 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.65%. Comparing base (a0a4dc6) to head (6c500d6).
⚠️ Report is 10 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2294      +/-   ##
==========================================
+ Coverage   84.57%   84.65%   +0.08%     
==========================================
  Files          80       80              
  Lines        3177     3194      +17     
  Branches      894      900       +6     
==========================================
+ Hits         2687     2704      +17     
  Misses        433      433              
  Partials       57       57              

☔ View full report in Codecov by Harness.
📢 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

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

@changesets/changelog-github generates changelog with missing commit refs

1 participant