Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 5.0.0-beta.1 [skip ci]
# [5.0.0-beta.1](v4.3.1...v5.0.0-beta.1) (2022-09-19) ### Build System * bump minimum supported version of node to 16.10 ([e9284c1](e9284c1)) * bump minimum supported version of TypeScript to 4.0.2 ([01e7eb4](01e7eb4)) ### Features * **no-method-signature:** rename to `prefer-property-signatures` & move it to `stylistic` ruleset ([2a9033e](2a9033e)) * **prefer-immutable-parameter-types:** create rule ([cfa93dc](cfa93dc)) * **prefer-readonly-type:** deprecated this rule ([86a6d78](86a6d78)) * remove `@typescript-eslint/prefer-readonly-parameter-types` from `external-recommended` ([60315ed](60315ed)) * **type-declaration-immutability:** create rule ([7838fd2](7838fd2)) ### BREAKING CHANGES * remove `@typescript-eslint/prefer-readonly-parameter-types` from `external-recommended` * **no-method-signature:** rename to `prefer-property-signatures` & move it to `stylistic` ruleset * bump minimum supported version of TypeScript to 4.0.2 * bump minimum supported version of node to 16.10
- Loading branch information