preact-cli icon indicating copy to clipboard operation
preact-cli copied to clipboard

chore: repository clean

Open rschristian opened this issue 1 year ago • 1 comments

What kind of change does this PR introduce?

chores

Did you add tests for your changes?

Existing cover

Summary

Just cleaning up some things that have been on my mind

  • Removed lerna
    • AFAIK we aren't really using it. Yarn workspaces cover our use pretty well, and Lerna is quite heavy; it made up ~1/8th of the lock file.
  • Formatted package.json files
    • Consistency-wise, they were all over the place. Different ordering of values, different entries, etc. I ran a formatter over them to at least get consistent ordering, then manually tried to make sure values like author, repository, etc. were corrected and matched.
  • Moved prerender-data-provider/src -> prerender-data-provider/lib, again for consistency.
    • Would be nice for async-loader to match but I think that would require properly setting up package exports to maybe avoid breaking changes. Likely would still break something, so I'm avoiding that for now.

rschristian avatar Aug 01 '22 22:08 rschristian

⚠️ No Changeset found

Latest commit: e5c5b5ed5762a3e03f5c29a513797c1b2d053af8

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

changeset-bot[bot] avatar Aug 01 '22 22:08 changeset-bot[bot]