biomejs
biome
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix(lint): gate useNullishCoalescing if fix on safe targets The if-to-??= autofix now applies only when the assignment target is a side-effect-free, stable reference (identifiers and member access without calls or update expressions) and when the if statement carries no inner comments that the rewrite would drop. Unsafe cases still report without a fix.
pkallos:pk/use-nullish-coalescing-ignore-if-statements
21 minutes ago
feat(lint): add ignoreIfStatements option to useNullishCoalescing Detect if statements that only assign to a nullish variable (e.g. `if (!a) { a = b }`) and offer a ??= fix when the test catches exactly null/undefined. The ignoreIfStatements option (default false) disables this detection.
pkallos:pk/use-nullish-coalescing-ignore-if-statements
43 minutes ago
fix: re-implement with salsa
Mokto:fix/svelte-store-subscription-unused
4 hours ago
fix(lint): report computed member access in noProcessEnv `noProcessEnv` only queried static member expressions, so bracket access such as `process["env"]` and `env["NODE_ENV"]` (where `env` is imported from `node:process`) was never reported. Query `AnyJsMemberExpression` and use `member_name()` so both static and computed accesses are handled. Fixes #10619. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
JamBalaya56562:fix-no-process-env-computed-member
5 hours ago
fix(lint): report computed member access in noProcessEnv `noProcessEnv` only queried static member expressions, so bracket access such as `process["env"]` and `env["NODE_ENV"]` (where `env` is imported from `node:process`) was never reported. Query `AnyJsMemberExpression` and use `member_name()` so both static and computed accesses are handled. Fixes #10619. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
JamBalaya56562:fix-no-process-env-computed-member
6 hours ago
chore(deps): update rust crate ignore to 0.4.27
renovate/ignore-0.x
8 hours ago
chore(deps): update rust crate ignore to 0.4.27
renovate/ignore-0.x
8 hours ago
feat(fmt/yaml): sequence mapping (#10814)
main
9 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
feat(lint): add ignoreIfStatements option to useNullishCoalescing
#10822
31 minutes ago
5c60cf4
pkallos:pk/use-nullish-coalescing-ignore-if-statements
CodSpeed Performance Gauge
0%
fix(lint): suppress false positives in noUnusedVariables for Svelte store subscriptions and $bindable() props
#10534
4 hours ago
b334de7
Mokto:fix/svelte-store-subscription-unused
CodSpeed Performance Gauge
0%
fix(lint): report computed member access in noProcessEnv
#10820
5 hours ago
cc67948
JamBalaya56562:fix-no-process-env-computed-member
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs