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.
[1.8.0] - 2025-07-22
🚀 Features
🐛 Bug Fixes
unicorn/prefer-number-properties
for Infinity (fix(linter): correct autofix inunicorn/prefer-number-properties
for Infinity #12445) (yefan)unicorn/catch-error-name
wasn't using the ignore property (fix(linter):unicorn/catch-error-name
wasn't using the ignore property #12446) (Parbez)TSNonNullExpression
inunicorn/prefer-array-find
(fix(linter): don't panic onTSNonNullExpression
inunicorn/prefer-array-find
#12400) (Sysix)svelte
files (fix(linter): parse second script block forsvelte
files #12390) (Sysix)--rules
(fix(linter): mark correctly enabled default rules for--rules
#12163) (Sysix).flat(1.0)
(fix(linter/prefer-array-flat-map): error for.flat(1.0)
#12360) (overlookmotel)🚜 Refactor
source_len
field toRawTransferMetadata
(refactor(linter, napi/parser): addsource_len
field toRawTransferMetadata
#12383) (overlookmotel)RawTransferMetadata
inoxc_linter
crate (refactor(linter): duplicateRawTransferMetadata
inoxc_linter
crate #12382) (overlookmotel)&Allocator
intoLinter::run_external_rules
(refactor(linter): pass&Allocator
intoLinter::run_external_rules
#12374) (overlookmotel)oxlint2
feature consistent (refactor(linter): make feature gates foroxlint2
feature consistent #12369) (overlookmotel)Allocator
andAllocatorGuard
(refactor(linter): clarify usage ofAllocator
andAllocatorGuard
#12332) (overlookmotel)ModuleContentOwner
abstraction (refactor(linter): removeModuleContentOwner
abstraction #12331) (overlookmotel)📚 Documentation
RawTransferMetadata2
type (docs(linter): correct comment onRawTransferMetadata2
type #12428) (overlookmotel)