Skip to content

v17.0.0

Latest
Compare
Choose a tag to compare
@raineorshine raineorshine released this 31 Jul 12:14
· 27 commits to main since this release

Breaking

  • Require node >= 18.18.0
  • In workspaces mode, --root is now set by default (#1353)
    • To not check the root package.json, use --no-root.
  • If you have a packageManager field in your package.json, it is now upgraded by default (#1390)
    • Use --dep prod,dev,optional for the old behavior.