eslint-plugin-lodash
eslint-plugin-lodash copied to clipboard
Bump eslint-plugin-eslint-plugin from 2.3.0 to 3.5.3
Bumps eslint-plugin-eslint-plugin from 2.3.0 to 3.5.3.
Changelog
Sourced from eslint-plugin-eslint-plugin's changelog.
v3.5.3 (2021-07-30)
v3.5.2 (2021-07-29)
v3.5.1 (2021-07-27)
- Fix: Fix false positive with empty array variable in
require-meta-has-suggestionsrule (#171) (fffa881)v3.5.0 (2021-07-27)
- Update: Add
catchNoFixerButFixablePropertyoption (default false) to catch non-fixable rules that enable the fixable property inrequire-meta-fixablerule (#165) (da652aa)- New: Add new rule
prefer-message-ids(#170) (95021dd)v3.4.0 (2021-07-12)
- Fix: Ensure
require-meta-*rules test null/undefined property values (#164) (990f8f6)- Chore: Improve test coverage in a few places (#167) (cb9276e)
- Docs: Improve consistency of
require-meta-*rule violation messages (#166) (1da1acc)- Update: Add autofixer to
require-meta-has-suggestionsrule (#168) (a0a39c6)- Docs: Fix incorrect CLI option link (#169) (639da89)
- Fix: Improve detection of static
urlstrings inrequire-meta-docs-urlrule (#162) (0459f12)- Update: Fix false positives/negatives in
require-meta-fixablerule (#158) (dc29b03)- Docs: Fix typo (#160) (88cb2bf)
- Fix: Avoid crash with non-static value of
hasSuggestionsinrequire-meta-has-suggestionsrule (#163) (5c83cd9)- Chore: Fully adopt
messageIdinrequire-meta-docs-descriptionrule (#161) (b0b170e)- Docs: Update rule descriptions for consistency (#159) (c10afb8)
- Fix: Use token utilities from eslint-utils (#156) (5ac45f0)
- Fix: Fix false negatives and reporting location in
require-meta-type(#155) (7c0d1d0)- Chore: remove unnecessary ignore pattern from internal js linting (#154) (4aa9aca)
v3.3.0 (2021-07-02)
- Chore: improve test coverage of
no-identical-testsrule (#153) (281d4e5)- Docs: ensure rule doc titles match rule descriptions (#147) (c55a956)
- Update: add the plugin name to plugins prop of presets (#91) (e825c56)
- Docs: indicate rules with suggestions (#146) (cd65a5c)
- New: add new rule
no-only-tests(#145) (f0ac31c)- Fix: update fixer-return rule to handle arrow function expressions (#144) (6762a3f)
v3.2.0 (2021-06-23)
- Fix: Improve detection of fix functions that never return a fix in
fixer-returnrule (#143) (65cfb2c)- Chore: enforce minimum code coverage (#142) (f136e4c)
- Chore: enable meta-property-ordering rule internally (#139) (6c83ec6)
- Update: Flag a violation when rule options are used but an empty schema is present in
require-meta-schemarule (#138) (6ffddd7)- Docs: add rule documentation consistency tests (#137) (c7f8bee)
... (truncated)
Commits
4048e9cBuild: update package.json and changelog for v3.5.3c5c4b62Fix: False negative inprefer-message-idsrule (#173)e4b0f92Build: update package.json and changelog for v3.5.2f7384adFix: support eslint v6 (#172)f9b5321Build: update package.json and changelog for v3.5.1fffa881Fix: Fix false positive with empty array variable in `require-meta-has-sugges...e362487Build: update package.json and changelog for v3.5.0da652aaUpdate: AddcatchNoFixerButFixablePropertyoption (default false) to catch ...95021ddNew: Add new ruleprefer-message-ids(#170)fcbb65cBuild: update package.json and changelog for v3.4.0- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by weiran.zsd, a new releaser for eslint-plugin-eslint-plugin since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)