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
allowTypeImports
enabled (#7379) (cc9a46d)Features
- eslint-plugin: [prefer-nullish-coalescing] allow
ignorePrimitives
option 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
allowTypeImports
enabled (#7379) (cc9a46d)Features
- eslint-plugin: [prefer-nullish-coalescing] allow
ignorePrimitives
option to betrue
(#7331) (dfcafae)Reverts
You can read about our versioning strategy and releases on our website.
Commits
-
0a1de14
chore: publish v6.3.0 -
7891a06
Revert "chore(deps): update dependency marked to v6" (#7429) -
6a1437d
chore(deps): update dependency marked to v6 (#7422) -
38e5e4e
fix(eslint-plugin): [no-extra-parens] keep parens around call expression argu... -
56919e4
docs: explain return-await's name and existence in its docs (#7392) -
cc9a46d
fix(eslint-plugin): [no-restricted-imports] allow inline type qualifiers when... -
4087f48
chore: enable consistent-indexed-object-style and lint (#7353) -
8b17a25
docs: fix incorrect prefer-nullish-coercing documentation (#7408) -
dfcafae
feat(eslint-plugin): [prefer-nullish-coalescing] allowignorePrimitives
opt... - See full diff in compare view