Conversation
Contributor
Your org has enabled the Graphite merge queue for merging into mainAdd the label “0-merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
Contributor
Oxlint Ecosystem CI |
CodSpeed Performance ReportMerging #5718 will not alter performanceComparing Summary
|
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.9.4] - 2024-09-12
Features
SerializeforOxlintConfig(feat(linter): implSerializeforOxlintConfig#5594) (DonIsaac)eslint/no-invalid-regexp(feat(linter): implementeslint/no-invalid-regexp#5443) (Boshen)Bug Fixes
react/no_set_state+react/no_string_refsrules find correct parent (fix(linter):react/no_set_state+react/no_string_refsrules find correct parent #5615) (overlookmotel)Performance
cow_replaceinstead ofreplace(perf(linter): usecow_replaceinstead ofreplace#5643) (dalaoshu)eslint/no_shadow_restricted_namesuserun_on_symbol(perf(linter):eslint/no_shadow_restricted_namesuserun_on_symbol#5618) (overlookmotel)react/no_set_state+react/no_string_refsrules reduce iteration over ancestors (perf(linter):react/no_set_state+react/no_string_refsrules reduce iteration over ancestors #5616) (overlookmotel)jsx_keyslightly faster (perf(linter): makejsx_keyslightly faster #5585) (Boshen)should_runto check path only once to nextjs/no_typos (perf(linter): addshould_runto check path only once to nextjs/no_typos #5584) (Boshen)cow_utilsinstead (perf(rust): usecow_utilsinstead #5664) (dalaoshu)Documentation
Refactor
LintFilter(refactor(linter): addLintFilter#5685) (DonIsaac)OxlintOptions(refactor(linter): start internal/external split ofOxlintOptions#5659) (DonIsaac)std::ptr::eq(refactor(linter): usestd::ptr::eq#5649) (overlookmotel)ContentHashforno_duplicate_case; removecalculate_hash(refactor(linter): useContentHashforno_duplicate_case; removecalculate_hash#5648) (Boshen)OxlintConfig(refactor(linter): start internal/external split ofOxlintConfig#5595) (DonIsaac)Ruletrait default methods (refactor(linter): inlineRuletrait default methods #5619) (overlookmotel)Ruletrait method params (refactor(linter): renameRuletrait method params #5617) (overlookmotel)LintServiceOptionsprivate (refactor(linter): make fields ofLintServiceOptionsprivate #5593) (DonIsaac)climodule (refactor(oxlint): move cli-related exports toclimodule #5139) (DonIsaac)IsGlobalReferencetrait (refactor(semantic): introduceIsGlobalReferencetrait #5672) (Boshen)- 26d9235 Enable clippy::ref_as_ptr (refactor: enable clippy::ref_as_ptr #5577) (夕舞八弦)Testing
oxc/no-async-await(test(linter): add class method test cases foroxc/no-async-await#5550) (DonIsaac)