Dependencies: [skip ci] Bump @typescript-eslint/eslint-plugin from 6.2.1 to 6.3.0
Bumps @typescript-eslint/eslint-plugin from 6.2.1 to 6.3.0.
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v6.3.0
6.3.0 (2023-08-07)
Bug Fixes
- eslint-plugin: [no-extra-parens] keep parens around call expression arguments when type arguments contain parens (#7375) (38e5e4e)
- eslint-plugin: [no-restricted-imports] allow inline type qualifiers when
allowTypeImportsenabled (#7379) (cc9a46d)Features
- eslint-plugin: [prefer-nullish-coalescing] allow
ignorePrimitivesoption to betrue(#7331) (dfcafae)You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
6.3.0 (2023-08-07)
Bug Fixes
- eslint-plugin: [no-extra-parens] keep parens around call expression arguments when type arguments contain parens (#7375) (38e5e4e)
- eslint-plugin: [no-restricted-imports] allow inline type qualifiers when
allowTypeImportsenabled (#7379) (cc9a46d)Features
- eslint-plugin: [prefer-nullish-coalescing] allow
ignorePrimitivesoption to betrue(#7331) (dfcafae)Reverts
You can read about our versioning strategy and releases on our website.
Commits
-
0a1de14chore: publish v6.3.0 -
7891a06Revert "chore(deps): update dependency marked to v6" (#7429) -
6a1437dchore(deps): update dependency marked to v6 (#7422) -
38e5e4efix(eslint-plugin): [no-extra-parens] keep parens around call expression argu... -
56919e4docs: explain return-await's name and existence in its docs (#7392) -
cc9a46dfix(eslint-plugin): [no-restricted-imports] allow inline type qualifiers when... -
4087f48chore: enable consistent-indexed-object-style and lint (#7353) -
8b17a25docs: fix incorrect prefer-nullish-coercing documentation (#7408) -
dfcafaefeat(eslint-plugin): [prefer-nullish-coalescing] allowignorePrimitivesopt... - See full diff in compare view