Commit cbbcbda
committed
chore(deps,spec): take the safe dev bumps, regenerate from the live spec, and stop a TS major poisoning the group
The dev-dependencies group is a catch-all, so dependabot folded a TypeScript
MAJOR (6 to 7) in with four harmless bumps. TS 7 is blocked upstream: hey-api,
the type generator, declares a peer range of >=5.5.3 || >=6.0.0, and on 7 the
generator dies inside the compiler API ("Cannot read properties of undefined
(reading 'LineFeed')"), so `generate` cannot run at all. One unmergeable major
was holding the whole batch hostage. TypeScript majors are now ignored by
dependabot and adopted by hand once hey-api declares support.
Regenerated against the live spec in the same commit, which is what makes this
safe to release: the nightly cron decides whether to publish by diffing the
COMMITTED spec against a fresh generate, so committing the regeneration without
releasing would make tonight's run see no change and silently skip the publish.
Picks up ascendant.signLord and nodes.{rahu,ketu}.kpNumber on the KP chart, and
the corrected aspects datetime description.1 parent 33de1c5 commit cbbcbda
5 files changed
Lines changed: 84 additions & 45 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
26 | 34 | | |
27 | 35 | | |
28 | 36 | | |
| |||
0 commit comments