Update dependency @aarongoldenthal/eslint-config-standard to v16
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@aarongoldenthal/eslint-config-standard (source) | ^15.0.0 -> ^16.0.1 |
Release Notes
gitlab-ci-utils/eslint-config-standard
v16.0.1
Fixed
- Fixed
jest-config
to only apply to test files, which eliminates false positives with some rules in non-test files. Uses the default JesttestMatch
value for files. (#68)
v16.0.0
Changed
- BREAKING: Added new rules in
eslint-plugin-jest
v26.6.0 (max-expects
with default of 5) and v26.7.0 (prefer-mock-promise-shorthand
) tojest-config
. (#65, #66) - BREAKING: Reviewed all current
eslint-plugin-jest
rules for inclusion injest-config
config. (#67)- Updated configuration to explicitly specify all rules rather than rely on
jest/recommended
. - Added rules
no-test-return-statement
andrequire-hook
.
- Updated configuration to explicitly specify all rules rather than rely on
- BREAKING: Added new rule from
eslint-plugin-unicorn
v43.0.0 (prefer-logical-operator-over-ternary
) tounicorn-config
. (#64)
Fixed
- Updated to latest dependencies, including
eslint-plugin-jest
,eslint-plugin-jsdoc
,eslint-plugin-sonarjs
, andeslint-plugin-unicorn
.
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by GoldenBot