Commit d398eb7
authored
fix: prevent 0.x minor bumps from triggering major in dependents (#447)
Changesets treats a minor bump in 0.x as breaking (per semver), which
caused plugins with emdash as a peer dep to jump to 1.0.0 in the
release PR. Fix by:
- Adding updateInternalDependents: out-of-range so workspace:* deps
are never considered out of range
- Adding onlyUpdatePeerDependentsWhenOutOfRange for the same reason
- Moving emdash from dependencies to peerDependencies in atproto,
audit-log, and webhook-notifier to match the other plugins1 parent 80a895b commit d398eb7
4 files changed
Lines changed: 7 additions & 3 deletions
File tree
- .changeset
- packages/plugins
- atproto
- audit-log
- webhook-notifier
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
16 | 20 | | |
17 | 21 | | |
18 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments