Bump @typescript-eslint/eslint-plugin from 6.16.0 to 6.17.0
Merged
requested to merge dependabot-npm_and_yarn-typescript-eslint-eslint-plugin-6.17.0 into master
Bumps @typescript-eslint/eslint-plugin from 6.16.0 to 6.17.0.
Release notes
Sourced from @typescript-eslint/eslint-plugin
's releases.
v6.17.0
6.17.0 (2024-01-01)
Bug Fixes
- eslint-plugin: [no-restricted-imports] prevent crash when
patterns
orpaths
in options are empty (#8108) (675e987)Features
- eslint-plugin: [no-floating-promises] flag result of .map(async) (#7897) (5857356)
- eslint-plugin: [switch-exhaustiveness-check] add an option to warn against a
default
case on an already exhaustiveswitch
(#7539) (6a219bd)You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin
's changelog.
6.17.0 (2024-01-01)
Bug Fixes
- eslint-plugin: [no-restricted-imports] prevent crash when
patterns
orpaths
in options are empty (#8108) (675e987)Features
- eslint-plugin: [no-floating-promises] flag result of .map(async) (#7897) (5857356)
- eslint-plugin: [switch-exhaustiveness-check] add an option to warn against a
default
case on an already exhaustiveswitch
(#7539) (6a219bd)You can read about our versioning strategy and releases on our website.
Commits
-
e566a5d
chore: publish v6.17.0 -
675e987
fix(eslint-plugin): [no-restricted-imports] prevent crash whenpatterns
or ... -
5857356
feat(eslint-plugin): [no-floating-promises] flag result of .map(async) (#7897) -
6a219bd
feat(eslint-plugin): [switch-exhaustiveness-check] add an option to warn agai... -
5ad1b76
docs: modify examples for explicit-module-boundary-types (#7404) -
cde4d4d
docs(eslint-plugin): [prefer-readonly-parameter-types] fix broken code sample... - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts
Merge request reports
Activity
added dependencies javascript labels
mentioned in commit 95b696bd
Please register or sign in to reply