Skip to content

Commit 32b43e0

Browse files
committed
Update changelogs
1 parent a96626b commit 32b43e0

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

packages/base/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- `promise/no-promise-in-callback`
1717
- `promise/no-return-in-finally`
1818
- `promise/valid-params`
19+
- **BREAKING:** Update `eslint-plugin-jsdoc` peer dependency from `^50.2.4` to `^61.4.1` ([#429](https://github.com/MetaMask/eslint-config/pull/429))
20+
- **BREAKING:** Add new `jsdoc/` rules ([#429](https://github.com/MetaMask/eslint-config/pull/429))
21+
- `jsdoc/reject-any-type`: Disallows `any` in JSDoc types
22+
- `jsdoc/reject-function-type`: Disallows `Function` in JSDoc types
23+
- `jsdoc/require-next-type`: Requires a type to be specified for `@next` directives
24+
- `jsdoc/require-throws-type`: Requires a type to be specified for `@throws` directives
25+
- `jsdoc/require-yields-type`: Requires a type to be specified for `@yields` directives`
26+
- `jsdoc/ts-no-empty-object-type`: Disallows empty objects in JSDoc types (i.e. `{}`)
1927

2028
## [14.1.0]
2129

packages/typescript/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- **BREAKING:** Update `typescript-eslint` peer dependency to have a minimum version of v8.39.0 ([#423](https://github.com/MetaMask/eslint-config/pull/423))
1313
- This version has a matching supported `typescript` range, and includes some bug fixes for problems we ran into.
14+
- **BREAKING:** Update `eslint-plugin-jsdoc` peer dependency from `^50.2.4` to `^61.4.1` ([#429](https://github.com/MetaMask/eslint-config/pull/429))
1415
- Disable `@typescript-eslint/no-unnecessary-type-arguments` ([#426](https://github.com/MetaMask/eslint-config/pull/426))
1516
- We decided that "unnecessary" type arguments make types easier to read sometimes, so we should allow them.
1617
- Disable `promise/valid-params` because it's redundant in type-checked projects ([#425](https://github.com/MetaMask/eslint-config/pull/425))

0 commit comments

Comments
 (0)