You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: preserve existing package.json dependency versions as minimums (#1999)
<!-- π Hi, thanks for sending a PR to create-typescript-app! π.
Please fill out all fields below and make sure each item is true and [x]
checked.
Otherwise we may not be able to review your PR. -->
## PR Checklist
- [x] Addresses an existing open issue: fixes#1997
- [x] That issue was marked as [`status: accepting
prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22)
- [x] Steps in
[CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md)
were taken
## Overview
Uses the `semver` package to avoid using new dependency versions if
they're smaller than existing ones.
As a nice-to-have, not-strictly-necessary cleanup, removes the Base
distinction between "full" package data and what's used in Blocks. It's
just `packageData` now. No more `packageDataFull`.
π
0 commit comments