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. |
Member
|
Release after I wake up, just in case a hotfix is required. |
Contributor
Oxlint Ecosystem CI |
CodSpeed Performance ReportMerging #6340 will not alter performanceComparing Summary
|
Contributor
DonIsaac
approved these changes
Oct 8, 2024
Contributor
DonIsaac
left a comment
There was a problem hiding this comment.
We're ready to go. We'll need to re-generate the change log though
Member
|
The changelog is regenerated with the latest commits from main. |
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.10] - 2024-10-07
Features
no-throw-literal(feat(linter): implementno-throw-literal#6144) (dalaoshu)Bug Fixes
unicorn/prefer-string-replace-all(fix(linter): correct false positive inunicorn/prefer-string-replace-all#6263) (H11)prefer-namespace-keyword(fix(linter): improve the fixer ofprefer-namespace-keyword#6230) (dalaoshu)no-control-regex(fix(linter): allow whitespace control characters inno-control-regex#6140) (camchenry)no-return-assign(fix(linter): false positive inno-return-assign#6128) (DonIsaac)Performance
no-useless-length-check(perf(linter): do not concat vec inno-useless-length-check#6276) (camchenry)Documentation
ContextHostandLintContext(docs(linter): add docs forContextHostandLintContext#6272) (camchenry)eslint/getter-return(docs(linter): improve docs foreslint/getter-return#6229) (DonIsaac)eslint-plugin-importrules (docs(linter): improve docs foreslint-plugin-importrules #6131) (dalaoshu)Refactor
ast_node_idtonode_id(refactor(linter): rename vars fromast_node_idtonode_id#6305) (overlookmotel)no-control-regex(refactor(linter): use regexp AST visitor inno-control-regex#6129) (camchenry)no-hex-escape(refactor(linter): use RegExp AST visitor forno-hex-escape#6117) (camchenry)no-regex-spaces(refactor(linter): use regex visitor inno-regex-spaces#6063) (camchenry)no-useless-escape(refactor(linter): use regex visitor inno-useless-escape#6062) (camchenry)no-empty-character-class(refactor(linter): use regex visitor inno-empty-character-class#6058) (camchenry)Testing
eslint/no-unused-varsoptions (test(linter): invalideslint/no-unused-varsoptions #6228) (DonIsaac)