From 9eb6bf0ef02e3c8b42201a72444962a04bfd548f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 03:28:31 +0000 Subject: [PATCH] Version Packages (#101) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to develop, this PR will be updated. # Releases ## @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) Co-authored-by: github-actions[bot] --- .changeset/curly-steaks-judge.md | 5 ----- .changeset/heavy-cameras-sneeze.md | 5 ----- .changeset/tough-peas-dream.md | 12 ------------ packages/eslint-config/CHANGELOG.md | 18 ++++++++++++++++++ packages/eslint-config/package.json | 2 +- 5 files changed, 19 insertions(+), 23 deletions(-) delete mode 100644 .changeset/curly-steaks-judge.md delete mode 100644 .changeset/heavy-cameras-sneeze.md delete mode 100644 .changeset/tough-peas-dream.md 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",