Releases: userfrosting/merge-package-dependencies
Releases · userfrosting/merge-package-dependencies
3.0.2
3.0.1
Changed
- Removed dependencies on
lodash
andfs-extra
.
3.0.0
Changed
- Removed
esm
loader in favour of native ESM support. - Raised minimum NodeJS version from 10 to 12.17.0.
2.1.0
This was intended to be a patch release, it is a minor release due to a mistake during the release process. Not reverted as the mistake is overall of little to no impact.
Fixed
- Issue with TypeScript types where return type was
{}
instead of input template.
2.0.2
Fixed
- More cases of
undefined
in logging that was overlooked.
2.0.1
Fixed
- Unnamed packages being identified as
undefined
in logging. File path will now be used as a fallback. - Optional template fields mistakenly marked as required.
1.2.0
Added
- Merge
peerDependencies
in Yarn and NPM packages. (thanks @FabianMeul)
2.0.0
This release is mainly focused on bringing project tooling up to date.
Added
- Used exception types are now exported.
- TypeScript types.
Changed
- Major tooling refactor, API remains unchanged however exports may behave differently.
- Major version updates for dependencies (
chalk
from 2.4.1 to 4,fs-extra
from 7.0.1 to 9,semver
from 5.6 to 7).
1.2.1
Changed
- Updated dependencies.
1.2.0-rc.2
Fixed
- Issue with internal yarnpkg/lockfile dependency that slipped testing.