Releases: eslint-community/eslint-plugin-eslint-plugin
Releases · eslint-community/eslint-plugin-eslint-plugin
Release 4.4.0
Release 4.3.0
Release 4.2.0
Release 4.1.0
Release 4.0.3
Release 4.0.2
v4.0.1
What's Changed
- Docs: Improve CHANGELOG for v4 by @bmish in #217
- Fix: Avoid crash when provided suggestions array has non-object by @bmish in #216
- Docs: Add missing date in changelog by @bmish in #218
- Fix: Handle
meta: {} as constfor TypeScript rules by @bmish in #219
Full Changelog: v4.0.0...v4.0.1
Release 4.0.0
v4.0.0
This release is identical to v4.0.0-3. Summary of changes:
- Breaking: Enable additional
recommendedrules for v4#152 - Breaking: Support TypeScript rules
#197 - Breaking: Support ESM rules
#177 - Breaking: Add
fixer-returntorulespreset#199 - Breaking: Add
hasSuggestionsproperty tometa-property-orderingrule#119 - Breaking: Drop support for Node 10, 13, 15
#151 - Breaking: Drop support for old minor versions of Node 12 and 14
#212 - Breaking: Reduce false positives by only detecting function-style rules when function returns an object
#211 - Breaking: Update
fixer-returnandprefer-replace-textrules to also apply to suggestion fixer functions#194 - Breaking: Update
no-missing-placeholders,no-unused-placeholders,prefer-message-ids,prefer-placeholdersrules to also apply to suggestion messages#196 - Breaking: Update
report-message-formatto also apply to suggestion messages#195 - Fix: False negative with TypeScript rules that don't have type parameters (fixes #202)
#209 - Fix: Only consider functions with a single argument as function-style rules
#213 - Build: test on ESLint v8 (fixes #175)
#186 - Chore: Fix markdownlint glob path
#200 - Chore: Switch to release-it
#131 - Chore: fix release-it config
124909c - Chore: release-it config
894d7b0 - Chore:
require-meta-docs-urlallows prereleases8fe1017 - Chore: upgrade
@ts-eslint/parserto v5#206 - Chore: upgrade
eslint-utilsto v3#148 - Chore: upgrade dev deps (fixes #188)
#198 - Chore: upgrade
eslint-plugin-unicornto v36#187 - Docs: Improve README headers
#208 - Docs: Move preset list into table in README
#205 - Docs: add example of using rule/test presets in overrides to README
#204 - Docs: add toc in readme
#207
Release 4.0.0-3
Release 4.0.0-2
- Breaking: Drop support for old minor versions of Node 12 and 14 (#212) (5604516)
- Fix: False negative with TypeScript rules that don't have type parameters (fixes #202) (#209) (f8a642a)
- Chore: upgrade @ts-eslint/parser to v5 (#206) (0ebc427)
- Docs: Improve README headers (#208) (db2865a)
- Docs: add toc in readme (#207) (92131e3)
- Docs: Move preset list into table in README (#205) (07cd9c9)
- docs: add example of using rule/test presets in overrides to README (#204) (2e86892)
- Upgrade: eslint-plugin-unicorn to v37 (#203) (b58b35a)