eslint-plugin-lodash icon indicating copy to clipboard operation
eslint-plugin-lodash copied to clipboard

Bump eslint-plugin-eslint-plugin from 2.3.0 to 3.5.3

Open dependabot-preview[bot] opened this issue 4 years ago • 0 comments

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)

  • Fix: False negative in prefer-message-ids rule (#173) (c5c4b62)

v3.5.2 (2021-07-29)

v3.5.1 (2021-07-27)

  • Fix: Fix false positive with empty array variable in require-meta-has-suggestions rule (#171) (fffa881)

v3.5.0 (2021-07-27)

  • Update: Add catchNoFixerButFixableProperty option (default false) to catch non-fixable rules that enable the fixable property in require-meta-fixable rule (#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-suggestions rule (#168) (a0a39c6)
  • Docs: Fix incorrect CLI option link (#169) (639da89)
  • Fix: Improve detection of static url strings in require-meta-docs-url rule (#162) (0459f12)
  • Update: Fix false positives/negatives in require-meta-fixable rule (#158) (dc29b03)
  • Docs: Fix typo (#160) (88cb2bf)
  • Fix: Avoid crash with non-static value of hasSuggestions in require-meta-has-suggestions rule (#163) (5c83cd9)
  • Chore: Fully adopt messageId in require-meta-docs-description rule (#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-tests rule (#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-return rule (#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-schema rule (#138) (6ffddd7)
  • Docs: add rule documentation consistency tests (#137) (c7f8bee)

... (truncated)

Commits
  • 4048e9c Build: update package.json and changelog for v3.5.3
  • c5c4b62 Fix: False negative in prefer-message-ids rule (#173)
  • e4b0f92 Build: update package.json and changelog for v3.5.2
  • f7384ad Fix: support eslint v6 (#172)
  • f9b5321 Build: update package.json and changelog for v3.5.1
  • fffa881 Fix: Fix false positive with empty array variable in `require-meta-has-sugges...
  • e362487 Build: update package.json and changelog for v3.5.0
  • da652aa Update: Add catchNoFixerButFixableProperty option (default false) to catch ...
  • 95021dd New: Add new rule prefer-message-ids (#170)
  • fcbb65c Build: 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 compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will 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 labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will 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)

dependabot-preview[bot] avatar Jul 30 '21 03:07 dependabot-preview[bot]