Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(lint): @turbo/workspaces #5810

Merged
merged 1 commit into from
Aug 29, 2023

Conversation

tknickman
Copy link
Member

Description

@turbo/workspaces lint fixes

@vercel
Copy link

vercel bot commented Aug 25, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-svelte-web 🔄 Building (Inspect) Visit Preview 💬 Add feedback Aug 29, 2023 6:57pm
examples-tailwind-web 🔄 Building (Inspect) Visit Preview 💬 Add feedback Aug 29, 2023 6:57pm
examples-vite-web 🔄 Building (Inspect) Visit Preview 💬 Add feedback Aug 29, 2023 6:57pm
turbo-site ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 29, 2023 6:57pm
7 Ignored Deployments
Name Status Preview Comments Updated (UTC)
examples-basic-web ⬜️ Ignored (Inspect) Visit Preview Aug 29, 2023 6:57pm
examples-cra-web ⬜️ Ignored (Inspect) Visit Preview Aug 29, 2023 6:57pm
examples-designsystem-docs ⬜️ Ignored (Inspect) Visit Preview Aug 29, 2023 6:57pm
examples-gatsby-web ⬜️ Ignored (Inspect) Visit Preview Aug 29, 2023 6:57pm
examples-kitchensink-blog ⬜️ Ignored (Inspect) Visit Preview Aug 29, 2023 6:57pm
examples-native-web ⬜️ Ignored (Inspect) Visit Preview Aug 29, 2023 6:57pm
examples-nonmonorepo ⬜️ Ignored (Inspect) Visit Preview Aug 29, 2023 6:57pm

Copy link

@orca-security-us orca-security-us bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca

@github-actions
Copy link
Contributor

✅ This change can build next-swc

@github-actions
Copy link
Contributor

Linux Benchmark for 1c0fb2b

Click to view benchmark
Test Base PR % Significant %
bench_hmr_to_commit/Turbopack CSR/1000 modules 5299.07µs ± 26.30µs 5327.57µs ± 25.18µs +0.54%
bench_hmr_to_eval/Turbopack CSR/1000 modules 4963.30µs ± 31.30µs 5102.97µs ± 162.12µs +2.81%
bench_startup/Turbopack CSR/1000 modules 999.37ms ± 1.91ms 990.72ms ± 2.74ms -0.86%

@github-actions
Copy link
Contributor

github-actions bot commented Aug 25, 2023

🟢 CI successful 🟢

Thanks

@github-actions
Copy link
Contributor

MacOS Benchmark for 1c0fb2b

Test Base PR % Significant %
bench_hmr_to_commit/Turbopack CSR/1000 modules 26.99ms ± 0.10ms 27.54ms ± 0.06ms +2.03% +0.82%
Click to view full benchmark
Test Base PR % Significant %
bench_hmr_to_commit/Turbopack CSR/1000 modules 26.99ms ± 0.10ms 27.54ms ± 0.06ms +2.03% +0.82%
bench_hmr_to_eval/Turbopack CSR/1000 modules 26.86ms ± 0.07ms 26.73ms ± 0.05ms -0.50%
bench_startup/Turbopack CSR/1000 modules 3317.77ms ± 10.32ms 3418.91ms ± 66.20ms +3.05%

@github-actions
Copy link
Contributor

Windows Benchmark for 1c0fb2b

Test Base PR % Significant %
bench_hmr_to_eval/Turbopack CSR/1000 modules 15.83ms ± 0.03ms 15.68ms ± 0.02ms -0.90% -0.25%
Click to view full benchmark
Test Base PR % Significant %
bench_hmr_to_commit/Turbopack CSR/1000 modules 16.04ms ± 0.10ms 15.97ms ± 0.07ms -0.42%
bench_hmr_to_eval/Turbopack CSR/1000 modules 15.83ms ± 0.03ms 15.68ms ± 0.02ms -0.90% -0.25%
bench_startup/Turbopack CSR/1000 modules 4183.98ms ± 27.89ms 4256.09ms ± 90.84ms +1.72%

@github-actions
Copy link
Contributor

Linux Benchmark for 2420c9a

Click to view benchmark
Test Base PR % Significant %
bench_hmr_to_commit/Turbopack CSR/1000 modules 6975.63µs ± 31.61µs 7132.53µs ± 49.78µs +2.25%
bench_hmr_to_eval/Turbopack CSR/1000 modules 6519.78µs ± 23.74µs 6516.72µs ± 144.88µs -0.05%
bench_startup/Turbopack CSR/1000 modules 1062.90ms ± 5.65ms 1060.74ms ± 7.81ms -0.20%

@@ -41,13 +40,18 @@ workspacesCli
.action(summary);

workspacesCli.parseAsync().catch((error) => {
// eslint-disable-next-line no-console
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In #5832 we swap to use our wrapper around console.log, is it worthwhile to switch that here too?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes definitely, I like that method better since we don't need disables everywhere and it consolidates where we're actually logging to the user in case we want to make changes there in the future.

@tknickman
Copy link
Member Author

Depends on #5827 to fix a bug in the useFixtures test hook that is causing intermittent failures here.

@github-actions
Copy link
Contributor

Linux Benchmark for 3e9633c

Click to view benchmark
Test Base PR % Significant %
bench_hmr_to_commit/Turbopack CSR/1000 modules 5352.85µs ± 26.98µs 5314.33µs ± 19.97µs -0.72%
bench_hmr_to_eval/Turbopack CSR/1000 modules 4987.15µs ± 17.85µs 4958.65µs ± 27.74µs -0.57%
bench_startup/Turbopack CSR/1000 modules 1010.50ms ± 2.85ms 1008.26ms ± 0.75ms -0.22%

@github-actions
Copy link
Contributor

MacOS Benchmark for 3e9633c

Test Base PR % Significant %
bench_hmr_to_commit/Turbopack CSR/1000 modules 44.13ms ± 3.72ms 27.61ms ± 0.13ms -37.44% -24.04%
Click to view full benchmark
Test Base PR % Significant %
bench_hmr_to_commit/Turbopack CSR/1000 modules 44.13ms ± 3.72ms 27.61ms ± 0.13ms -37.44% -24.04%
bench_hmr_to_eval/Turbopack CSR/1000 modules 26.38ms ± 0.10ms 26.67ms ± 0.18ms +1.09%
bench_startup/Turbopack CSR/1000 modules 3609.56ms ± 29.59ms 3691.77ms ± 65.46ms +2.28%

@tknickman tknickman merged commit 5e57f7e into main Aug 29, 2023
66 checks passed
@tknickman tknickman deleted the tomknickman/turbo-1261-fix-turboworkspaces branch August 29, 2023 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants