We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
none
1 parent 0657703 commit 493489bCopy full SHA for 493489b
1 file changed
docs/differences-from-changesets.md
@@ -21,7 +21,7 @@ Key differences from changesets:
21
- Out-of-range peer dep bumps match the triggering bump level (not always major) — a minor bump on `core` → minor bump on `plugin`, not major
22
- Dev deps never propagate by default (configurable per-package for bundled devDeps)
23
- `cascadeTo` config for source-side "when I change, cascade to these packages"
24
-- Per-bump-file `none` to suppress propagation on specific changes
+- Per-bump-file `none` to acknowledge changes without triggering a direct bump
25
- Warns about `^0.x` caret range gotchas and `workspace:*` on peer deps
26
27
See [docs/version-propagation.md](./version-propagation.md) for the full algorithm.
0 commit comments