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

chore: update @rocicorp/eslint-config to 0.7.0 #3571

Merged
merged 3 commits into from
Jan 21, 2025
Merged

Conversation

grgbkr
Copy link
Contributor

@grgbkr grgbkr commented Jan 20, 2025

In particular this pull in "no-console".

@grgbkr grgbkr requested a review from darkgnotic January 20, 2025 19:06
Copy link

vercel bot commented Jan 20, 2025

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

Name Status Preview Comments Updated (UTC)
replicache-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 21, 2025 5:06pm
zbugs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 21, 2025 5:06pm

@@ -244,9 +244,11 @@ export async function runUntilKilled(
export async function exitAfter(run: () => Promise<void>) {
try {
await run();
// eslint-disable-next-line no-console
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should these be using the lc: LogContext rather than console?

Copy link
Contributor

Choose a reason for hiding this comment

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

I couldn't immediately think of an elegant way to do that. These are top-level wrappers that call the methods that create the LogContext ...

Copy link

github-actions bot commented Jan 20, 2025

🐰 Bencher Report

Branchgrgbkr/eslint-update
Testbedlocalhost
Click to view all benchmark results
BenchmarkThroughputBenchmark Result
operations / second (ops/s)
(Result Δ%)
Lower Boundary
operations / second (ops/s)
(Limit %)
src/client/zero.bench.ts > basics > All 1000 rows x 10 columns (numbers)📈 view plot
🚷 view threshold
70.69
(-2.59%)
68.94
(97.53%)
src/client/zero.bench.ts > with filter > Lower rows 500 x 10 columns (numbers)📈 view plot
🚷 view threshold
93.86
(+0.37%)
88.84
(94.65%)
🐰 View full continuous benchmarking report in Bencher

Copy link

github-actions bot commented Jan 20, 2025

🐰 Bencher Report

Branchgrgbkr/eslint-update
Testbedlocalhost
Click to view all benchmark results
BenchmarkFile SizeBenchmark Result
kilobytes (KB)
(Result Δ%)
Upper Boundary
kilobytes (KB)
(Limit %)
zero-package.tgz📈 view plot
🚷 view threshold
899.51
(+0.00%)
917.46
(98.04%)
zero.js📈 view plot
🚷 view threshold
171.19
(-0.01%)
174.63
(98.03%)
zero.js.br📈 view plot
🚷 view threshold
47.67
(+0.02%)
48.61
(98.06%)
🐰 View full continuous benchmarking report in Bencher

@grgbkr grgbkr merged commit 6204faa into main Jan 21, 2025
11 checks passed
@grgbkr grgbkr deleted the grgbkr/eslint-update branch January 21, 2025 17:12
Copy link
Contributor

@darkgnotic darkgnotic left a comment

Choose a reason for hiding this comment

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

Thanks @grgbkr !

@@ -244,9 +244,11 @@ export async function runUntilKilled(
export async function exitAfter(run: () => Promise<void>) {
try {
await run();
// eslint-disable-next-line no-console
Copy link
Contributor

Choose a reason for hiding this comment

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

I couldn't immediately think of an elegant way to do that. These are top-level wrappers that call the methods that create the LogContext ...

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