diff --git a/.changeset/curly-steaks-judge.md b/.changeset/curly-steaks-judge.md deleted file mode 100644 index 0c8c3bf..0000000 --- a/.changeset/curly-steaks-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jarsec/eslint-config": patch ---- - -fix(renovate): Update patch dependencies (patch) diff --git a/.changeset/heavy-cameras-sneeze.md b/.changeset/heavy-cameras-sneeze.md deleted file mode 100644 index 00d54a3..0000000 --- a/.changeset/heavy-cameras-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jarsec/eslint-config": patch ---- - -fix(renovate): Update minor (minor) diff --git a/.changeset/tough-peas-dream.md b/.changeset/tough-peas-dream.md deleted file mode 100644 index f117a09..0000000 --- a/.changeset/tough-peas-dream.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@jarsec/eslint-config": major ---- - -Refactor eslint configuration - -Version 5 brings the following changes: - -- Removal of xo and xo-typescript -- Separation of javascript and typescript rules -- Introduction of @stylistic/eslint-plugin and associated rules (to replace dprint/prettier) -- Addition of node-specific lint rules diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index d65bab6..0fea6a6 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,23 @@ # @jarsec/eslint-config +## 5.0.0 + +### Major Changes + +- c703d78: Refactor eslint configuration + + Version 5 brings the following changes: + + - Removal of xo and xo-typescript + - Separation of javascript and typescript rules + - Introduction of @stylistic/eslint-plugin and associated rules (to replace dprint/prettier) + - Addition of node-specific lint rules + +### Patch Changes + +- 6c2981c: fix(renovate): Update patch dependencies (patch) +- cc5eb8e: fix(renovate): Update minor (minor) + ## 4.5.0 ### Minor Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 7cd8983..6976ba6 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@jarsec/eslint-config", - "version": "4.5.0", + "version": "5.0.0", "description": "jsec's eslint configurations", "author": "Jarrod Seccombe ", "main": "index.js",