wix-incubator / eslint-plugin-lodash

ESLint rules for lodash
MIT License
276 stars 65 forks source link

Bump eslint-plugin-eslint-plugin from 2.3.0 to 3.5.0 #327

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps eslint-plugin-eslint-plugin from 2.3.0 to 3.5.0.

Changelog

Sourced from eslint-plugin-eslint-plugin's changelog.

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)
  • Docs: add eslint-plugin-markdown for JavaScript code samples in documentation (#134) (15ffada)
  • Chore: add eslint-plugin-unicorn (#133) (d71c8b3)
  • Build: Add markdownlint for doc formatting (#130) (5b0ce68)
  • Build: run tests under Node 16 (#132) (1368388)
  • Fix: improve detection of static arguments of context.report() in several rules (#129) (6d5be9f)

v3.1.0 (2021-06-15)

  • Chore: Switch from .eslintrc.yml to .eslintrc.js (#127) (c767ea3)
  • Docs: clarify some wording in require-meta-docs-url rule doc (#126) (6fab4c2)
  • Docs: elaborate on output assertion requirement and benefits in consistent-output rule doc (#123) (2fe92b7)
  • Docs: add explanation to prefer-output-null rule doc (#124) (72fc89d)

... (truncated)

Commits
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](https://app.dependabot.com): - 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] commented 3 years ago

Superseded by #328.