accounts icon indicating copy to clipboard operation
accounts copied to clipboard

feat: setup turbomodule

Open pradel opened this issue 2 years ago • 3 comments

Just a test for now

pradel avatar Dec 14 '21 11:12 pradel

⚠️ No Changeset found

Latest commit: 9aad8128f096268c27225692b231b220ab2c4ea2

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 Dec 14 '21 11:12 changeset-bot[bot]

Codecov Report

Merging #1206 (9aad812) into master (4f5b38e) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1206   +/-   ##
=======================================
  Coverage   95.28%   95.28%           
=======================================
  Files         106      106           
  Lines        2377     2377           
  Branches      473      473           
=======================================
  Hits         2265     2265           
  Misses        107      107           
  Partials        5        5           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4f5b38e...9aad812. Read the comment docs.

codecov[bot] avatar Dec 14 '21 11:12 codecov[bot]

Unfortunately turbo is not a viable option because they're not multiplatform anymore: https://github.com/vercel/turbo/issues/5957

Lerna 7 isn't either: https://github.com/lerna/lerna/issues/3676

At the moment we're still using lerna 6 (so I am actually able to use it on ppc64le) but I've already migrated to yarn 4 which bundles a brand new task runner. I'm planning to use it for the most basic tasks like compiling and testing, like I did in mikro-orm: https://github.com/mikro-orm/mikro-orm/pull/4331 Everything else is for CI consumption only so we can stick with lerna for it.

darkbasic avatar Sep 15 '23 09:09 darkbasic