Releases: borderless/ts-scripts
Releases · borderless/ts-scripts
Add `package.json` sorting
Added
- Add package.json sorting 56870ed
- Upgrades dependencies and bumps minimum node.js version
Build before check to support TypeScript composite projects
Remove `vitest` from peer dependencies
Fixed
- In
bun
,vitest
isn't possible, usebun test
instead
Bun support, upgrade dependencies, and remove ESLint
Changed
- Upgraded
prettier
to v3 which required removing thepackage.json
formatter plugin (until they upgrade) - Added support for
bun
as a runtime, which necessitated removal ofeslint
(until ESLint is fixed 🤷)