What's Changed
- refactor: make E2E benchmark more realistic by @camchenry in #763
- docs: improve README positioning by @Boshen in #767
- Revise oxlint command examples in README by @connorshea in #768
- chore(deps): update dependency vitest>vite to v8.0.0-beta.16 by @renovate[bot] in #770
- chore(deps): update github-actions by @renovate[bot] in #771
- chore(deps): update module golang.org/x/sys to v0.42.0 by @renovate[bot] in #772
- chore(deps): update taiki-e/install-action action to v2.68.25 by @renovate[bot] in #773
- fix(dot-notation): optional chaining autofix by @camc314 in #775
- fix(no-unnecessary-condition): avoid false positive for unresolved conditional null checks by @camc314 in #776
- fix(prefer-optional-chain): false positive on unrelated comparisons by @camc314 in #778
- chore(justfile): add alias
rforreadyby @younggglcy in #782 - chore(justfile): add pnpm install steps to init recipe by @younggglcy in #783
- fix(no-base-to-string): handle overloaded toString declarations by @camc314 in #779
- chore: update typescript-go submodule by @camc314 in #785
- fix(restrict-plus-operands): report actual type instead of always reporting RegExp by @younggglcy in #786
- fix(no-unnecessary-condition): handle IndexedAccess types in ?? and ??= paths by @younggglcy in #784
- fix(no-unnecessary-type-assertion): handle JSDoc autofix ranges by @Jkker in #781
- fix(no-unnecessary-condition): handle branded record keys in nullish checks by @camc314 in #791
- chore: update typescript-go submodule by @camc314 in #788
- fix(no-unnecessary-condition): use resolved call types for optional chains by @camc314 in #792
New Contributors
- @younggglcy made their first contribution in #782
- @Jkker made their first contribution in #781
Full Changelog: v0.16.0...v0.17.0