v1.35.0
🚀 Features
- Redesign project away from bun - by @howmanysmall (1f971)
- opencode: Enhance test injection and update bun integration - by @howmanysmall (5e471)
- oxlint: Enable small rules and Vitest tests - by @howmanysmall (52de6)
- react: Add
no-manual-children-propertyrule - by @howmanysmall (9bb21) - rules: Improve prefer-enum-member and shard upstream tests - by @howmanysmall (095ef)
🐞 Bug Fixes
- ci:
- Run sharded tests through agent task - by @howmanysmall (a1f67)
- Retry transient aube installs - by @howmanysmall (d0172)
- Cache aube virtual store - by @howmanysmall (fe55f)
- Stabilize tuple shard checks - by @howmanysmall (afd14)
- Switch changelogithub command to abbreviated alias - by @howmanysmall (7d26a)
- config:
- Adjust coverage thresholds for branches and statements - by @howmanysmall (be1cb)
- no-empty-array-literal:
- Resolve type aliases in local scopes - by @howmanysmall (70887)
- prefer-enum-item:
- Guard unionConstituents against undefined return - by @howmanysmall (dc706)
- prefer-enum-member:
- Handle empty union constituents in type cache - by @howmanysmall (03dfd)
- rules:
- Read tuple constraints from type parameters - by @howmanysmall (7a72f)
- Detect tuple factory return constraints - by @howmanysmall (c756a)
- Inspect generic signature constraints - by @howmanysmall (70636)
- Detect tuple iterable parameter constraints - by @howmanysmall (93f94)
- Detect tuple iterable call constraints - by @howmanysmall (f452e)
- Detect tuple array aliases - by @howmanysmall (64c63)
- Resolve tuple aliases from source - by @howmanysmall (df7b4)