Skip to content

Releases: userfrosting/merge-package-dependencies

3.0.2

16 Mar 01:42
Compare
Choose a tag to compare
v3.0.2

3.0.2

3.0.1

16 Mar 01:42
Compare
Choose a tag to compare

Changed

  • Removed dependencies on lodash and fs-extra.

3.0.0

03 Apr 11:18
Compare
Choose a tag to compare

Changed

  • Removed esm loader in favour of native ESM support.
  • Raised minimum NodeJS version from 10 to 12.17.0.

2.1.0

28 Apr 09:26
Compare
Choose a tag to compare

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

28 Apr 09:24
Compare
Choose a tag to compare

Fixed

  • More cases of undefined in logging that was overlooked.

2.0.1

28 Apr 09:24
Compare
Choose a tag to compare

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

27 Apr 03:23
Compare
Choose a tag to compare

Added

  • Merge peerDependencies in Yarn and NPM packages. (thanks @FabianMeul)

2.0.0

25 Apr 06:04
Compare
Choose a tag to compare

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

25 Apr 05:54
Compare
Choose a tag to compare

Changed

  • Updated dependencies.

1.2.0-rc.2

25 Apr 05:57
Compare
Choose a tag to compare
1.2.0-rc.2 Pre-release
Pre-release

Fixed

  • Issue with internal yarnpkg/lockfile dependency that slipped testing.