Conversation
Rsdoctor Bundle Diff AnalysisFound 2 project(s) in monorepo. 📁 rsbuild-demoPath:
📦 Download Diff Report: rsbuild-demo Bundle Diff 📁 rsbuild-demo2Path:
📦 Download Diff Report: rsbuild-demo2 Bundle Diff Generated by Rsdoctor GitHub Action |
There was a problem hiding this comment.
Pull Request Overview
This pull request makes two main changes: (1) moves fast-glob from dependencies to devDependencies in package.json, and (2) adds functionality to track and display baseline commit information along with associated PRs in bundle analysis reports.
- Dependency reorganization:
fast-globmoved to devDependencies since it's only used during build/development - New feature: Display baseline commit hash and associated PR links in bundle analysis reports
- Implementation: Added
findPRsByCommitmethod to GitHubService to fetch PRs associated with baseline commits
Reviewed Changes
Copilot reviewed 4 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Moved fast-glob from dependencies to devDependencies |
| pnpm-lock.yaml | Updated lock file to reflect dependency reorganization |
| src/github.ts | Added findPRsByCommit method to fetch PRs associated with a commit |
| src/report.ts | Updated report generation to include baseline commit and PR information |
| src/index.ts | Integrated baseline PR tracking into the main workflow |
| dist/index.js | Compiled output reflecting all source code changes including bundled fast-glob dependencies |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
a3d76fd to
7b25f6e
Compare
No description provided.