Commit 7a3bf10
committed
chore: clean up after object dependsOn reverts
The mechanical reverts of #467 and #469 could not account for changes that
landed on main afterwards:
- #477 renamed plan task-graph snapshots from `.jsonc` to `.md`, so reverting
the `depends_on_package_dependencies` fixture left `snapshots/task_graph.md`
behind as an orphan with no package. The plan snapshot harness runs every
fixture directory through workspace discovery, so this stale directory would
fail the suite — remove it.
- `vec1` was used only by the reverted object-form `dependsOn` config, so it is
now an unused dependency of `vite_task_graph` that `cargo shear` rejects —
drop it.
- Reverting #467's `task-query.md` edits would reintroduce the internal
`vite-task.json` name into published docs; keep the public `vite.config.*`
spelling that main already uses.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QowxsN8vDKKbQdaSMdxL671 parent 425e3ae commit 7a3bf10
4 files changed
Lines changed: 3 additions & 1011 deletions
File tree
- crates
- vite_task_graph
- vite_task_plan/tests/plan_snapshots/fixtures/depends_on_package_dependencies/snapshots
- vite_task/docs
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
0 commit comments