Skip to content

ci: add e18e dependency diff workflow#2435

Open
serhalp wants to merge 2 commits intomainfrom
serhalp/add-dependency-diff-workflow
Open

ci: add e18e dependency diff workflow#2435
serhalp wants to merge 2 commits intomainfrom
serhalp/add-dependency-diff-workflow

Conversation

@serhalp
Copy link
Copy Markdown
Member

@serhalp serhalp commented Apr 9, 2026

🔗 Linked issue

N/A

🧭 Context

See https://github.com/e18e/action-dependency-diff.

📚 Description

This configures the e18e/action-dependency-diff workflow. I've tried to tune it to avoid being noisy, but we may have to iterate a bit on it once merged.

Note that the action doesn't have sophisticated monorepo handling, so it won't report the base app + cli + docs separately, since they share a lockfile.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 9, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
npmx.dev Building Building Preview, Comment Apr 10, 2026 11:15am
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
docs.npmx.dev Ignored Ignored Preview Apr 10, 2026 11:15am
npmx-lunaria Ignored Ignored Apr 10, 2026 11:15am

Request Review

@serhalp serhalp marked this pull request as ready for review April 9, 2026 12:02
@serhalp serhalp requested a review from 43081j April 9, 2026 12:02
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 9, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: eedfe119-535b-4f41-9197-8eb31d6feda2

📥 Commits

Reviewing files that changed from the base of the PR and between 57687cc and cb41e32.

📒 Files selected for processing (1)
  • .github/workflows/dependency-diff.yml

📝 Walkthrough

Walkthrough

A new GitHub Actions workflow file has been added to automate dependency difference checks on pull requests. The workflow triggers on pull requests targeting the main or release branches when changes affect dependency-related files including package.json, pnpm-lock.yaml, pnpm-workspace.yaml, and workspace package files. The workflow uses concurrency controls to limit simultaneous runs and maintains minimal repository permissions. It executes a single job that checks out the repository with full history and runs the dependency-diff action with specific thresholds for duplicates, dependencies, and file size.

Suggested reviewers

  • 43081j
  • ghostdevv
🚥 Pre-merge checks | ✅ 1
✅ Passed checks (1 passed)
Check name Status Explanation
Description check ✅ Passed The pull request description directly addresses the changeset, explaining the purpose of adding the e18e/action-dependency-diff workflow configuration and its tuning considerations.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch serhalp/add-dependency-diff-workflow

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

2 participants