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

feat(scripts): add diff:flat script #25352

Draft
wants to merge 54 commits into
base: main
Choose a base branch
from
Draft

feat(scripts): add diff:flat script #25352

wants to merge 54 commits into from

Conversation

caugner
Copy link
Contributor

@caugner caugner commented Dec 9, 2024

Summary

Adds a new script to show changes in a way that doesn't omit any changes, while keeping the diff small.

(This works especially well if multiple features are set [from the same version] to the same version.)

Test results and supporting details

I have been sharing screenshots in PRs.

Usage:

npm run diff:flat [<pr-number>]
npm run diff:flat <head-ref> [<base-ref>]

Related issues

Group keys by values, rather than keys by value.
# Conflicts:
#	package-lock.json
@github-actions github-actions bot added infra Infrastructure issues (npm, GitHub Actions, releases) of this project dependencies Pull requests that update a dependency package or file. scripts Issues or pull requests regarding the scripts in scripts/. size:xl [PR only] >1000 LoC changed labels Dec 9, 2024
Copy link

github-actions bot commented Dec 9, 2024

This pull request has merge conflicts that must be resolved before it can be merged.

@github-actions github-actions bot added the merge conflicts 🚧 This PR needs to merge latest "main" branch to resolve a merge conflict or other issue. label Dec 9, 2024
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 package or file. infra Infrastructure issues (npm, GitHub Actions, releases) of this project merge conflicts 🚧 This PR needs to merge latest "main" branch to resolve a merge conflict or other issue. scripts Issues or pull requests regarding the scripts in scripts/. size:xl [PR only] >1000 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant