Skip to content

feat: setup turbomodule#1206

Draft
pradel wants to merge 4 commits intomasterfrom
feature/turborepo-setup
Draft

feat: setup turbomodule#1206
pradel wants to merge 4 commits intomasterfrom
feature/turborepo-setup

Conversation

@pradel
Copy link
Copy Markdown
Member

@pradel pradel commented Dec 14, 2021

Just a test for now

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Dec 14, 2021

⚠️ No Changeset found

Latest commit: 9aad812

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

@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 14, 2021

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.28%. Comparing base (4f5b38e) to head (9aad812).
⚠️ Report is 118 commits behind head on master.

Additional details and impacted files
@@           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           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@darkbasic darkbasic force-pushed the master branch 9 times, most recently from bdf442b to 3e57ec8 Compare September 13, 2023 17:04
@darkbasic
Copy link
Copy Markdown
Member

Unfortunately turbo is not a viable option because they're not multiplatform anymore:
vercel/turborepo#5957

Lerna 7 isn't either: lerna/lerna#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: mikro-orm/mikro-orm#4331
Everything else is for CI consumption only so we can stick with lerna for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants