Skip to content

Latest commit

 

History

History
177 lines (130 loc) · 16.8 KB

CHANGELOG.md

File metadata and controls

177 lines (130 loc) · 16.8 KB

Changelog

5.0.0 (2024-01-10)

⚠ BREAKING CHANGES

  • Require Node.js ^18.18.0 || ^20.9.0 || >=21.1.0 (#169)

Features

  • add auto-generated configs list to readme in template (#164) (93a5ffb)
  • Require Node.js ^18.18.0 || ^20.9.0 || >=21.1.0 (#169) (6d3a572)

Chores

4.1.5 (2023-07-31)

Chores

4.1.4 (2023-07-27)

Chores

4.1.3 (2023-02-28)

Miscellaneous Chores

4.1.2 (2023-02-28)

Miscellaneous Chores

  • Run a test release using release-please (#145) (6d3e535)

v4.1.1 - December 30, 2022

  • 9349ded chore: Bump decode-uri-component from 0.2.0 to 0.2.2 (#141) (dependabot[bot])
  • a810ce5 docs: add node version requirement to readme (#142) (Gain John)

v4.1.0 - December 14, 2022

  • 6878784 feat: add eslint-doc-generator to plugin template (#140) (Bryan Mishkin)

v4.0.0 - July 16, 2022

  • 0c6b337 chore: update all dependencies (#138) (Bryan Mishkin)
  • c7de75d feat: upgrade plugin template dependencies (#133) (Bryan Mishkin)
  • 9675983 feat!: drop Node 12/17 support (#135) (Bryan Mishkin)
  • b6a3591 feat: strictly define Node API in plugin template (#134) (Bryan Mishkin)
  • 0a0f60c feat: drop ESLint v6 support in plugin template (#136) (Bryan Mishkin)
  • e926489 chore: Bump tar from 6.1.0 to 6.1.11 (#125) (dependabot[bot])
  • 6650240 chore: Bump minimist from 1.2.5 to 1.2.6 (#126) (dependabot[bot])
  • 87ac39d chore: add funding field in pkg json (#128) (Amaresh S M)
  • edda907 fix: remove unused meta.docs.category field in rule template (#132) (Brandon Scott)
  • dff57cc ci: add node v18 to test workflow (#130) (Amaresh S M)
  • e804496 ci: update github actions (#127) (Amaresh S M)
  • 58fedf1 chore: recreate package-lock.json (#129) (Bryan Mishkin)
  • a74ee56 chore: Bump follow-redirects from 1.14.1 to 1.14.8 (#121) (dependabot[bot])
  • 47cdfc9 docs: Switch to single-line comment for rule jsdoc type (#119) (Bryan Mishkin)

v3.0.1 - October 18, 2021

  • 6f92f33 Chore: Use latest dependencies internally (#117) (Bryan Mishkin)
  • 7f55ede Upgrade: Use latest dependencies in plugin template (#116) (Bryan Mishkin)
  • 68ba9da Chore: add type jsdoc to rule.js (#113) (eightHundreds)
  • abda0c8 Docs: Add eslint keyword in package.json (#115) (Bryan Mishkin)
  • 7e6a5c1 Docs: Add better package.json description (#114) (Bryan Mishkin)

v3.0.0 - August 4, 2021

  • 652d0b7 Docs: Update copyright (Nicholas C. Zakas)
  • ee6b480 Breaking: Convert to ESM (#112) (Bryan Mishkin)
  • f4a54b4 Chore: Catch unused ESLint comments internally (#108) (Bryan Mishkin)
  • 671329e Update: Fix linting inconsistencies in template (#106) (Bryan Mishkin)
  • d5c7a80 Breaking: Upgrade yeoman dependencies to latest (#101) (Bryan Mishkin)
  • f39f2ca Update: Tweak schema property formatting in rule template (#104) (Bryan Mishkin)
  • ca2a546 Docs: Switch to HTTPS links (#105) (Bryan Mishkin)
  • b495003 Chore: Use npm ci in CI workflow (#103) (Bryan Mishkin)
  • 98f19d6 Chore: Fix CI to run on correct branch (#102) (Bryan Mishkin)
  • a39c90f Update: Move ESLint Plugin before ESLint Core in CLI prompt (#97) (Bryan Mishkin)
  • 8508232 Chore: Replace deprecated require-uncached with import-fresh (#92) (Bryan Mishkin)
  • 5ceb1e9 Chore: Update eslint-release to v3 (#96) (Bryan Mishkin)
  • f895bcd Update: Add placeholder for meta.docs.url in rule template (#99) (Bryan Mishkin)
  • 3fe65c2 Update: Add placeholder for meta.type in rule template (#98) (Bryan Mishkin)
  • 6d3e1e2 Fix: Use caret range for requireindex in template (#82) (Bryan Mishkin)
  • baa4faa Chore: Remove unused dependency run-async (#94) (Bryan Mishkin)
  • 34edf58 Chore: Add markdownlint for doc formatting (#91) (Bryan Mishkin)
  • 4bf02cc Chore: Remove unnecessary dependency mkdirp (#93) (Bryan Mishkin)
  • 866d240 New: Add eslint-plugin-node to plugin generator (#89) (Bryan Mishkin)
  • 232e772 Chore: Update testing dependencies to latest (#90) (Bryan Mishkin)
  • 7714ede New: Add eslint-plugin-eslint-plugin to plugin generator (#79) (Bryan Mishkin)
  • f0e6ca5 Docs: Fix CI build badge in README (#87) (Bryan Mishkin)
  • 6d0cc94 Chore: Update and autofix internal linting (#88) (Bryan Mishkin)
  • dc4a493 Breaking: Drop Node 10 and other unmaintained versions (#81) (Bryan Mishkin)
  • f761f7e Update: Drop Node 10 from generated plugin template (#83) (Bryan Mishkin)
  • 3098c58 Update: Add ESLint 6+ peer dependency to generated plugin template (#84) (Bryan Mishkin)
  • 087a0e1 Update: Bump mocha to v9 in generated plugin template (#85) (Bryan Mishkin)
  • 2ff9a18 Upgrade: Bump hosted-git-info from 2.8.8 to 2.8.9 (#77) (dependabot[bot])
  • 01c1985 Docs: Add NPM version badge to README (#80) (Bryan Mishkin)
  • e3f384c Upgrade: Bump set-getter from 0.1.0 to 0.1.1 (#78) (dependabot[bot])
  • 8ce0541 Upgrade: Bump bl from 1.2.2 to 1.2.3 (#76) (dependabot[bot])
  • b8ee731 Upgrade: Bump ini from 1.3.5 to 1.3.8 (#75) (dependabot[bot])
  • 8a175b6 Chore: move to GitHub Actions (#72) (Kai Cataldo)

v2.0.0 - June 8, 2020

  • 520cc84 Chore: Updated the template devDependencies to fix vulnerabilities. (#71) (Ron Perris)
  • 6900c62 Docs: remove global-installed usage (#69) (薛定谔的猫)
  • c07f9d6 Breaking: drop support node < 8 (#68) (薛定谔的猫)
  • f591143 Chore: Use SVG badge in README for readability (#67) (Olle Jonsson)
  • 51d9529 Upgrade: [email protected] (#66) (Teddy Katz)
  • 43e6fe2 Build: Add appveyor.yml, testing against Node 7 (#60) (Kevin Partington)

v1.2.0 - December 16, 2016

  • d9a75e1 Chore: Fix license field in package.json to be valid SPDX string (#57) (Kevin Partington)
  • e7e14c1 Build: Test in Node 6 (and 7) on Travis (#56) (Kevin Partington)
  • 35e759c Update: Generated rule doc uses core ESLint example headers (fixes #21) (#55) (Kevin Partington)
  • dab779a Build: Pinning run-async dependency to 2.2.x (#54) (Kevin Partington)
  • 9f6f865 Update: Plugin package.json template devDependencies upgrade (fixes #52) (#53) (Kevin Partington)
  • 6603484 Docs: Update license copyright (Nicholas C. Zakas)
  • 737a81b Docs: clarify that Yeoman needs to be installed separately (#50) (Teddy Katz)
  • 5f990e5 Chore: Use require-uncached to avoid stale cache in tests (fixes #44) (#49) (Kevin Partington)
  • 2cb110f Upgrade: eslint-release@^0.10.1 (#47) (Kevin Partington)
  • 34f37a0 1.1.1 (ESLint Jenkins)
  • 1aa7f48 Build: package.json and changelog update for 1.1.1 (ESLint Jenkins)
  • c19cd6d Chore: Reorganizing tests to align with project structure (#46) (Kevin Partington)
  • 0b540e2 Fix: Double quotes correctly escaped in JS/JSON files (fixes #42) (#45) (Kevin Partington)

v1.1.1 - September 30, 2016

  • c19cd6d Chore: Reorganizing tests to align with project structure (#46) (Kevin Partington)
  • 0b540e2 Fix: Double quotes correctly escaped in JS/JSON files (fixes #42) (#45) (Kevin Partington)

v1.1.0 - August 10, 2016

  • adffe8c Update: Rule generator uses new rule format (fixes #36) (#41) (Kevin Partington)
  • 19417c4 New: Main generator (calls existing generators) (fixes #31) (#40) (Kevin Partington)
  • 314f47a Build: Add CI release scripts (Nicholas C. Zakas)
  • 17a0537 Chore: Rename .eslintrc, add tests eslintrc w/ mocha env (fixes #37) (#38) (Kevin Partington)
  • 2a37eb5 Fix: add mocha as a dependency (fixes #32) (Patrick McElhaney)

v1.0.4 - April 22, 2016

  • 5cfbe55 Chore: Remove unnecessary copyright/license info (Nicholas C. Zakas)
  • 1231130 Chore: Add jQuery Foundation copyright (Nicholas C. Zakas)
  • 929104d Upgrade: Update dependencies, fix deprecation warnings (fixes #17) (Ian Christian Myers)
  • a6a4096 Fix: Update eslint dep in generated package.json (fixes #14) (Ian Christian Myers)
  • 7ba630b Build: Lint generator-eslint with eslint (fixes #26) (Ian Christian Myers)
  • 90a2425 Fix: npm test script on plugin generator (fixes #25) (Ian Christian Myers)

v1.0.3 - March 10, 2016

  • ffa83c6 Build: Add eslint-release (Nicholas C. Zakas)
  • 855fd77 Fix: Complete path for correct plugin install (fixes #19) (Afnan Fahim)