Commit cd74579
committed
feat(tools): add component schema diff generator with shared core library
- Add @adobe/spectrum-component-diff-generator CLI tool for comparing component schemas
- Add @adobe/spectrum-diff-core shared library for common diff functionality
- Dynamic file discovery using GitHub API to detect new/deleted components
- Breaking vs non-breaking change detection for JSON schemas
- Support for remote-to-remote, remote-to-local, and local-to-local comparisons
- Professional markdown, JSON, and CLI output formats
- Integration with GitHub Actions for automated PR comments
- Comprehensive test coverage with 29 passing tests
- Monorepo integration with Moon and standardized tooling
- Remove ESLint in favor of Prettier for consistent formatting1 parent 10c607e commit cd74579
File tree
15 files changed
+358
-1126
lines changed- .changeset
- tools
- component-diff-generator
- src
- lib
- diff-generator
- src/lib
- spectrum-diff-core
- src/cli
15 files changed
+358
-1126
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
0 commit comments