mirror of
https://github.com/vercel/flags.git
synced 2026-09-19 03:49:23 +08:00
5838f58412
Changesets v3 is the first major release since v2. All packages are now ES modules, and the dependency tree is smaller. - @changesets/cli 2.31.0 -> 3.0.0 - @changesets/changelog-github ^0.7.0 -> ^1.0.0 - changesets/action v1.7.0 -> v2.1.0 (v1 supports only Changesets v2) - root engines.node -> ^22.11 || ^24 || >=26, the requirement of the new CLI Remove the onlyUpdatePeerDependentsWhenOutOfRange experimental option. Changesets v3 gives a peer dependent a patch increase, and only when the new version leaves the declared range. This makes the option redundant for the release plan. Empty the ignore list. Changesets v3 does not version private packages by default, and every ignored package is private. Set format to false. Changesets v3 no longer bundles Prettier, and it excludes Biome from formatter auto-detection. Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com> Co-authored-by: Dominik Ferber <1765075+dferber90@users.noreply.github.com>