Commit b8b896f
committed
chore: clean modernization config smells
Objective: remediate low-risk configuration smells found by the adversarial proof audit.
Rationale: package-local pnpm.peerDependencyRules blocks were ignored by pnpm and produced install warnings even though the root already owns the GraphQL peer policy. Root TypeScript paths omitted existing workspace packages, and the Next.js example invoked the flatbread CLI without declaring the workspace dependency it relies on. The SvelteKit example repository metadata still pointed at the old playground path.
Migration notes: pnpm peer policy remains at the root package.json. The Next.js example now declares flatbread as a workspace dev dependency. Added root path aliases are IDE/type-resolution hygiene only and do not change runtime exports.
Rollback: revert this commit to restore the previous package metadata, path aliases, and lockfile entries. The previous stack entries remain independently valid.
Change-Id: I54fc3c5302d102a8d677f063fcc1d174f9ffc3f81 parent 53d71fd commit b8b896f
6 files changed
Lines changed: 15 additions & 23 deletions
File tree
- examples
- nextjs
- sveltekit
- packages
- codegen
- flatbread
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | 56 | | |
64 | 57 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | 66 | | |
74 | 67 | | |
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 | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
0 commit comments