From b287720eaaa63e43a8a2cb05b4f823b09da3f652 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 19 Mar 2023 20:58:07 +0000 Subject: [PATCH 1/2] Version Packages --- .changeset/angry-tomatoes-hug.md | 5 ----- .changeset/itchy-flowers-sniff.md | 5 ----- .changeset/modern-queens-applaud.md | 5 ----- .changeset/smooth-doors-serve.md | 5 ----- .changeset/strange-parents-admire.md | 5 ----- .changeset/tall-steaks-poke.md | 5 ----- .changeset/tidy-chefs-breathe.md | 5 ----- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 9 files changed, 21 insertions(+), 36 deletions(-) delete mode 100644 .changeset/angry-tomatoes-hug.md delete mode 100644 .changeset/itchy-flowers-sniff.md delete mode 100644 .changeset/modern-queens-applaud.md delete mode 100644 .changeset/smooth-doors-serve.md delete mode 100644 .changeset/strange-parents-admire.md delete mode 100644 .changeset/tall-steaks-poke.md delete mode 100644 .changeset/tidy-chefs-breathe.md diff --git a/.changeset/angry-tomatoes-hug.md b/.changeset/angry-tomatoes-hug.md deleted file mode 100644 index 9c6a1bc..0000000 --- a/.changeset/angry-tomatoes-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@zazen/eslint-config": patch ---- - -Update eslint-plugin-n to v15.6.1 diff --git a/.changeset/itchy-flowers-sniff.md b/.changeset/itchy-flowers-sniff.md deleted file mode 100644 index b2c053b..0000000 --- a/.changeset/itchy-flowers-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@zazen/eslint-config": patch ---- - -Update eslint-config-xo-typescript to v0.56.0 diff --git a/.changeset/modern-queens-applaud.md b/.changeset/modern-queens-applaud.md deleted file mode 100644 index cd3942c..0000000 --- a/.changeset/modern-queens-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@zazen/eslint-config": minor ---- - -Update eslint-plugin-unicorn to v46 diff --git a/.changeset/smooth-doors-serve.md b/.changeset/smooth-doors-serve.md deleted file mode 100644 index c65de92..0000000 --- a/.changeset/smooth-doors-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@zazen/eslint-config": minor ---- - -Update eslint-config-prettier to v8.7.0 diff --git a/.changeset/strange-parents-admire.md b/.changeset/strange-parents-admire.md deleted file mode 100644 index 538ddaf..0000000 --- a/.changeset/strange-parents-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@zazen/eslint-config": minor ---- - -Update typescript-eslint monorepo to v5.55.0 diff --git a/.changeset/tall-steaks-poke.md b/.changeset/tall-steaks-poke.md deleted file mode 100644 index 5649bf0..0000000 --- a/.changeset/tall-steaks-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@zazen/eslint-config": minor ---- - -Update eslint-plugin-import to v2.27.5 diff --git a/.changeset/tidy-chefs-breathe.md b/.changeset/tidy-chefs-breathe.md deleted file mode 100644 index 02c90f3..0000000 --- a/.changeset/tidy-chefs-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@zazen/eslint-config': patch ---- - -Patch ESLint’s module resolution so plugins work more reliably diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f12777..4389f62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Change Log +## 6.3.0 + +### Minor Changes + +- [#335](https://github.com/stormwarning/zazen-eslint-config/pull/335) [`be8a9a0`](https://github.com/stormwarning/zazen-eslint-config/commit/be8a9a0d0b311271ecdd6a62c8b7be96c5273f6b) Thanks [@renovate](https://github.com/apps/renovate)! - Update eslint-plugin-unicorn to v46 + +- [#322](https://github.com/stormwarning/zazen-eslint-config/pull/322) [`82dc849`](https://github.com/stormwarning/zazen-eslint-config/commit/82dc84929c04125507b77c92e5be3de53cb43a3b) Thanks [@renovate](https://github.com/apps/renovate)! - Update eslint-config-prettier to v8.7.0 + +- [#320](https://github.com/stormwarning/zazen-eslint-config/pull/320) [`612986d`](https://github.com/stormwarning/zazen-eslint-config/commit/612986d7f5338abc0b703257db8ccd0b5fe233d7) Thanks [@renovate](https://github.com/apps/renovate)! - Update typescript-eslint monorepo to v5.55.0 + +- [#328](https://github.com/stormwarning/zazen-eslint-config/pull/328) [`e6cfea6`](https://github.com/stormwarning/zazen-eslint-config/commit/e6cfea63b6b10cb8e0ef9188e6ddd057ab52d545) Thanks [@renovate](https://github.com/apps/renovate)! - Update eslint-plugin-import to v2.27.5 + +### Patch Changes + +- [#327](https://github.com/stormwarning/zazen-eslint-config/pull/327) [`ab6bbc5`](https://github.com/stormwarning/zazen-eslint-config/commit/ab6bbc543d7613e5db37672ed67c5756009597ba) Thanks [@renovate](https://github.com/apps/renovate)! - Update eslint-plugin-n to v15.6.1 + +- [#332](https://github.com/stormwarning/zazen-eslint-config/pull/332) [`db2edec`](https://github.com/stormwarning/zazen-eslint-config/commit/db2edec1afaf05f4a8a8850bc978249a0983654a) Thanks [@renovate](https://github.com/apps/renovate)! - Update eslint-config-xo-typescript to v0.56.0 + +- [#331](https://github.com/stormwarning/zazen-eslint-config/pull/331) [`49fb92c`](https://github.com/stormwarning/zazen-eslint-config/commit/49fb92c0606a42b3f0ba0d7624de5f9304b1a07f) Thanks [@stormwarning](https://github.com/stormwarning)! - Patch ESLint’s module resolution so plugins work more reliably + ## 6.2.1 — 2022-12-20 ### Patch Changes diff --git a/package.json b/package.json index 9010c92..0842d48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zazen/eslint-config", - "version": "6.2.1", + "version": "6.3.0", "description": "Lint JavaScript, free of weariness and confusion", "keywords": [ "eslint-config", From 0169caee0ea3eea7723f0bbf6ef7596d62714ae0 Mon Sep 17 00:00:00 2001 From: Jeff Date: Sun, 19 Mar 2023 14:59:37 -0600 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4389f62..7e17cff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +1,19 @@ # Change Log -## 6.3.0 +## 6.3.0 — 2023-03-19 ### Minor Changes -- [#335](https://github.com/stormwarning/zazen-eslint-config/pull/335) [`be8a9a0`](https://github.com/stormwarning/zazen-eslint-config/commit/be8a9a0d0b311271ecdd6a62c8b7be96c5273f6b) Thanks [@renovate](https://github.com/apps/renovate)! - Update eslint-plugin-unicorn to v46 - -- [#322](https://github.com/stormwarning/zazen-eslint-config/pull/322) [`82dc849`](https://github.com/stormwarning/zazen-eslint-config/commit/82dc84929c04125507b77c92e5be3de53cb43a3b) Thanks [@renovate](https://github.com/apps/renovate)! - Update eslint-config-prettier to v8.7.0 - -- [#320](https://github.com/stormwarning/zazen-eslint-config/pull/320) [`612986d`](https://github.com/stormwarning/zazen-eslint-config/commit/612986d7f5338abc0b703257db8ccd0b5fe233d7) Thanks [@renovate](https://github.com/apps/renovate)! - Update typescript-eslint monorepo to v5.55.0 - -- [#328](https://github.com/stormwarning/zazen-eslint-config/pull/328) [`e6cfea6`](https://github.com/stormwarning/zazen-eslint-config/commit/e6cfea63b6b10cb8e0ef9188e6ddd057ab52d545) Thanks [@renovate](https://github.com/apps/renovate)! - Update eslint-plugin-import to v2.27.5 +- Update eslint-plugin-unicorn to v46 [#335](https://github.com/stormwarning/zazen-eslint-config/pull/335) +- Update eslint-config-prettier to v8.7.0 [#322](https://github.com/stormwarning/zazen-eslint-config/pull/322) +- Update typescript-eslint monorepo to v5.55.0 [#320](https://github.com/stormwarning/zazen-eslint-config/pull/320) +- Update eslint-plugin-import to v2.27.5 [#328](https://github.com/stormwarning/zazen-eslint-config/pull/328) ### Patch Changes -- [#327](https://github.com/stormwarning/zazen-eslint-config/pull/327) [`ab6bbc5`](https://github.com/stormwarning/zazen-eslint-config/commit/ab6bbc543d7613e5db37672ed67c5756009597ba) Thanks [@renovate](https://github.com/apps/renovate)! - Update eslint-plugin-n to v15.6.1 - -- [#332](https://github.com/stormwarning/zazen-eslint-config/pull/332) [`db2edec`](https://github.com/stormwarning/zazen-eslint-config/commit/db2edec1afaf05f4a8a8850bc978249a0983654a) Thanks [@renovate](https://github.com/apps/renovate)! - Update eslint-config-xo-typescript to v0.56.0 - -- [#331](https://github.com/stormwarning/zazen-eslint-config/pull/331) [`49fb92c`](https://github.com/stormwarning/zazen-eslint-config/commit/49fb92c0606a42b3f0ba0d7624de5f9304b1a07f) Thanks [@stormwarning](https://github.com/stormwarning)! - Patch ESLint’s module resolution so plugins work more reliably +- Patch ESLint’s module resolution so plugins work more reliably [#331](https://github.com/stormwarning/zazen-eslint-config/pull/331) +- Update eslint-plugin-n to v15.6.1 [#327](https://github.com/stormwarning/zazen-eslint-config/pull/327) +- Update eslint-config-xo-typescript to v0.56.0 [#332](https://github.com/stormwarning/zazen-eslint-config/pull/332) ## 6.2.1 — 2022-12-20