-
-
Notifications
You must be signed in to change notification settings - Fork 463
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
release(oxlint): v0.9.10 #6340
release(oxlint): v0.9.10 #6340
Conversation
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. |
Release after I wake up, just in case a hotfix is required. |
Oxlint Ecosystem CI |
CodSpeed Performance ReportMerging #6340 will not alter performanceComparing Summary
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're ready to go. We'll need to re-generate the change log though
The changelog is regenerated with the latest commits from main. |
[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
ContextHost
andLintContext
(docs(linter): add docs forContextHost
andLintContext
#6272) (camchenry)eslint/getter-return
(docs(linter): improve docs foreslint/getter-return
#6229) (DonIsaac)eslint-plugin-import
rules (docs(linter): improve docs foreslint-plugin-import
rules #6131) (dalaoshu)Refactor
ast_node_id
tonode_id
(refactor(linter): rename vars fromast_node_id
tonode_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-vars
options (test(linter): invalideslint/no-unused-vars
options #6228) (DonIsaac)