Conversation
Contributor
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
Contributor
Oxlint Ecosystem CI |
CodSpeed Instrumentation Performance ReportMerging #11402 will improve performances by 15.22%Comparing Summary
Benchmarks breakdown
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[0.17.0] - 2025-05-30
Features
unicorn/no-for-loopovertypescript/prefer-for-of(feat(linter): removeunicorn/no-for-loopovertypescript/prefer-for-of#11354) (camc314)jsx/no-useless-fragment(feat(linter): implement suggestion forjsx/no-useless-fragment#10800) (Cam McHenry)react/forward-ref-uses-ref(feat(linter/language_server): add second editor suggestion forreact/forward-ref-uses-ref#11375) (Sysix)Bug Fixes
FrameworkFlags::Reactto decide whether rules should run (fix(linter): remove use ofFrameworkFlags::Reactto decide whether rules should run #11383) (camc314)TryFromaria (fix(linter): fix panic in multi byte char inTryFromaria #11350) (camc314)jest/no-large-snapshotserror easier to comprehend (fix(linter): makejest/no-large-snapshotserror easier to comprehend #11294) (Ulrich Stark)jest/no-large-snapshots(fix(linter): improvejest/no-large-snapshots#11291) (Ulrich Stark)jest/no-restricted-matchers(fix(linter): improvejest/no-restricted-matchers#11292) (Ulrich Stark)Performance
Arc<RwLock>instead ofMutexfor workspace workers (perf(language_server): useArc<RwLock>instead ofMutexfor workspace workers #11328) (Sysix)globals(perf(linter): reduce code size inglobals#11333) (shulaoda)Documentation
Refactor
unicorn/text-encoding-identifier-case(refactor(linter): improveunicorn/text-encoding-identifier-case#11386) (shulaoda)Arc::clonein linter runtime (refactor(linter): avoid someArc::clonein linter runtime #11388) (Boshen)react/forward-ref-uses-refare suggestions (refactor(linter): fixes inreact/forward-ref-uses-refare suggestions #11376) (Sysix)diagnostics_with_multiple_fixestoLintContext(refactor(linter): adddiagnostics_with_multiple_fixestoLintContext#11357) (Sysix)PossibleFixesinstead ofFixforMessages(refactor(linter): acceptPossibleFixesinstead ofFixforMessages#11295) (Sysix)PossibleFixesinstead ofOption<Fix>(refactor(linter): usePossibleFixesinstead ofOption<Fix>#11284) (Sysix)unicorn/throw-new-error(refactor(linter): improveunicorn/throw-new-error#11364) (shulaoda)eslint/no-fallthrough(refactor(linter): cleanup docs and simplify code ofeslint/no-fallthrough#11331) (Ulrich Stark)eslint/no-duplicate-imports(refactor(linter): improve docs and simplify code ofeslint/no-duplicate-imports#11320) (Ulrich Stark)eslint/no-void(refactor(linter): improveeslint/no-void#11285) (shulaoda)Styling
declare_oxc_lint(style(linter): remove needless newline indeclare_oxc_lint#11400) (camc314)Testing
eslint/no-duplicate-importsshouldn't report the same span (test(linter):eslint/no-duplicate-importsshouldn't report the same span #11324) (Ulrich Stark)