What's Changed
- docs: update agent development instructions by @camc314 in #1210
- docs: refresh README benchmarks and wording by @camc314 in #1208
- chore(deps): update crate-ci/typos action to v1.50.2 by @renovate[bot] in #1213
- chore(deps): update taiki-e/install-action action to v2.87.14 by @renovate[bot] in #1216
- chore(deps): update dependency dprint-json to v0.24.0 by @renovate[bot] in #1217
- feat(no-unnecessary-condition): implement suggestion by @baevm in #1218
- fix(require-array-sort-compare): resolve string element constraints by @camc314 in #1219
- fix(no-duplicate-type-constituents): allow undefined on optional parameter properties by @camc314 in #1222
- test(no-unnecessary-type-assertion): cover Record alias assertions by @camc314 in #1226
- fix(no-misused-spread): omit invalid WeakMap suggestions by @camc314 in #1227
- fix(no-meaningless-void-operator): allow void on assignments by @camc314 in #1228
- feat: add no-generated-empty-object-type rule by @camc314 in #1229
- fix(no-useless-default-assignment): use suggestions for undefined defaults by @camc314 in #1231
- fix(unbound-method): treat Intl.Collator compare as bound by @camc314 in #1224
- fix(no-unnecessary-type-parameters): preserve suggestion type precedence by @camc314 in #1232
- fix(no-unnecessary-condition): handle union keys in nullish assignment by @camc314 in #1230
- fix: preserve expression syntax when removing await by @camc314 in #1233
- fix: match package specifiers on whole path components by @camc314 in #1225
- fix(no-useless-default-assignment): handle tuples with rest elements by @camc314 in #1223
- fix(no-deprecated): detect deprecated aliases in object shorthand by @camc314 in #1235
- fix(no-unnecessary-condition): check nested logical expressions in truthiness contexts by @camc314 in #1236
- perf: avoid singleton union type allocations in hot rules by @camc314 in #1237
- perf: speed up headless file-to-program assignment by @camc314 in #1239
- perf(no-unnecessary-type-assertion): reject incompatible types first by @tony-scio in #1181
- refactor: extract checker workload scheduling by @camc314 in #1241
- perf: add experimental checker scheduling modes by @camc314 in #1240
New Contributors
- @baevm made their first contribution in #1218
- @tony-scio made their first contribution in #1181
Full Changelog: v7.0.2002...v7.0.2003