[1.11.1] - 2025-08-09
๐ Bug Fixes
- 8c57153 npm/oxlint: Fix
oxlint-tsgolint
version range for yarn (Boshen) - 7fc907f linter: Resolve configured rules for every file linted by
tsgolint
(#12886) (camchenry) - c8e200c linter:
react/jsx-curly-brace-presence
report for JSXAttributeItem with quote char inside (#12888) (Sysix) - dac0f33 linter:
react/jsx-curly-brace-presence
report for JSXAttributeItem with padding space (#12887) (Sysix)
๐ Refactor
- 51aaafd rust: Enable
unnecessary_unwrap
lint (#12908) (camc314) - 106e7a7 linter/expect-expect: Use visitor pattern to detect
expect
calls (#12906) (camc314) - 238b183 linter: Use
fast-glob
instead ofglobset
forGlobSet
(#12870) (shulaoda) - c072e01 all: Add missing lifetimes in function return types (#12895) (overlookmotel)
- 9e3963f linter: Allow marking rule as a tsgolint rule (#12890) (Cam McHenry)
- 6437a3b linter/label-has-associated-control: Remove unnecessary globset (#12863) (shulaoda)
- 78c311c linter/no-unassigned-import: Use
fast-glob
instead ofglobset
(#12867) (shulaoda) - fcdb91d linter/no-restricted-imports: Use
fast-glob
instead ofglobset
(#12868) (shulaoda)
โก Performance
๐งช Testing
- 9d946aa oxlint: Skip
--type--aware
test forbig-endian
(#12911) (Sysix) - 695fbdd oxlint: Fix
--type-aware
test onbig-endian
and skip forwindows
(#12910) (Sysix) - 38118ab oxlint: Fix
--type-aware
snapshot + add non tsgolint rule (#12909) (Sysix) - 281f939 linter/expect-expect: Add test case for
expect
call in for loop (#12907) (camc314)