wix-incubator / eslint-plugin-lodash

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

Bump eslint-plugin-eslint-plugin from 2.3.0 to 3.2.0 #319

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.2.0.

Changelog

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

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)
  • Docs: fix --fix link (#125) (ac2259c)
  • Docs: add links for deprecated and new styles in prefer-object-rule rule (#122) (6e351c6)
  • Docs: mention allowed values in require-meta-type rule doc (#121) (63d46e2)
  • New: add new rule require-meta-has-suggestions (#105) (ff0ae38)
  • Docs: fix broken links in changelog (b6ce109)

v3.0.3 (2021-05-10)

  • Docs: rm global-installed usage (#116) (1f99c7c)
  • Docs: update CI badge for github actions in README (#115) (ccac2c2)
  • Docs: add npm badge to README (#114) (36d16df)
  • Fix: Improve detection of static description strings and ignore non-static descriptions in require-meta-docs-description rule (#113) (1840a53)
  • Chore: refactor utils.getRuleInfo (#112) (98e893b)

v3.0.2 (2021-04-16)

  • Fix: require-meta-schema: Fix false positive (#111) (9f4f461)

v3.0.1 (2021-04-15)

  • chore: fix failing tests (e6aa71f)
  • Fix: Rule can't find reference of create function (#107) (eb501fc)
  • Chore: Switch escope to eslint-scope (#109) (8eccc37)
  • Build: Switch to github actions (#108) (31951d4)

v3.0.0 (2021-04-08)

  • Breaking: change test-case-property-ordering default options (fixes #79) (#93) (ffb734b)
  • Breaking: drop eslint < 7 & node.js < 10 (#95) (59ddffc)
  • Docs: Grammar in require-meta-schema.md (#103) (a3017e2)
Commits
  • 7bf777b Build: update package.json and changelog for v3.2.0
  • 65cfb2c Fix: Improve detection of fix functions that never return a fix in `fixer-ret...
  • f136e4c Chore: enforce minimum code coverage (#142)
  • 6c83ec6 Chore: enable meta-property-ordering rule internally (#139)
  • 6ffddd7 Update: Flag a violation when rule options are used but an empty schema is pr...
  • c7f8bee Docs: add rule documentation consistency tests (#137)
  • 15ffada Docs: add eslint-plugin-markdown for JavaScript code samples in documentation...
  • d71c8b3 Chore: add eslint-plugin-unicorn (#133)
  • 5b0ce68 Build: Add markdownlint for doc formatting (#130)
  • 1368388 Build: run tests under Node 16 (#132)
  • 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](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 #322.