From 6dc2808f88f4aac933196eaca2a53777ee6d2aa6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Jul 2023 07:37:25 +0000 Subject: [PATCH] chore: release eslint-plugin-prettier --- .changeset/add-dependency-synckit.md | 5 ----- .changeset/old-plants-exist.md | 5 ----- .changeset/orange-eyes-brush.md | 5 ----- .changeset/pre.json | 14 -------------- .changeset/quiet-cups-pull.md | 5 ----- .changeset/stale-guests-battle.md | 5 ----- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 8 files changed, 19 insertions(+), 40 deletions(-) delete mode 100644 .changeset/add-dependency-synckit.md delete mode 100644 .changeset/old-plants-exist.md delete mode 100644 .changeset/orange-eyes-brush.md delete mode 100644 .changeset/pre.json delete mode 100644 .changeset/quiet-cups-pull.md delete mode 100644 .changeset/stale-guests-battle.md diff --git a/.changeset/add-dependency-synckit.md b/.changeset/add-dependency-synckit.md deleted file mode 100644 index 4939a785..00000000 --- a/.changeset/add-dependency-synckit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-plugin-prettier': patch ---- - -fix: add missing dependency `synckit` diff --git a/.changeset/old-plants-exist.md b/.changeset/old-plants-exist.md deleted file mode 100644 index 971b8480..00000000 --- a/.changeset/old-plants-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-plugin-prettier': major ---- - -feat!: bump peer eslint to ">=8.0.0" and node to "^14.18.0 || >=16.0.0" diff --git a/.changeset/orange-eyes-brush.md b/.changeset/orange-eyes-brush.md deleted file mode 100644 index 84344f4d..00000000 --- a/.changeset/orange-eyes-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-prettier": major ---- - -feat!: upgrade to prettier v3 diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index 82a446dd..00000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "mode": "exit", - "tag": "alpha", - "initialVersions": { - "eslint-plugin-prettier": "4.2.2" - }, - "changesets": [ - "add-dependency-synckit", - "old-plants-exist", - "orange-eyes-brush", - "quiet-cups-pull", - "stale-guests-battle" - ] -} diff --git a/.changeset/quiet-cups-pull.md b/.changeset/quiet-cups-pull.md deleted file mode 100644 index a3da6175..00000000 --- a/.changeset/quiet-cups-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-prettier": minor ---- - -feat: add typings support diff --git a/.changeset/stale-guests-battle.md b/.changeset/stale-guests-battle.md deleted file mode 100644 index 93873fda..00000000 --- a/.changeset/stale-guests-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-prettier": patch ---- - -fix: compatibility with prettier@3 without plugins diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e494f6f..a8658b70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 5.0.0 + +### Major Changes + +- [#508](https://github.com/prettier/eslint-plugin-prettier/pull/508) [`910aeb6`](https://github.com/prettier/eslint-plugin-prettier/commit/910aeb60a7456beb6193c634bb8dec1b7181312d) Thanks [@JounQin](https://github.com/JounQin)! - feat!: bump peer eslint to ">=8.0.0" and node to "^14.18.0 || >=16.0.0" + +- [#508](https://github.com/prettier/eslint-plugin-prettier/pull/508) [`910aeb6`](https://github.com/prettier/eslint-plugin-prettier/commit/910aeb60a7456beb6193c634bb8dec1b7181312d) Thanks [@JounQin](https://github.com/JounQin)! - feat!: upgrade to prettier v3 + +### Minor Changes + +- [#508](https://github.com/prettier/eslint-plugin-prettier/pull/508) [`910aeb6`](https://github.com/prettier/eslint-plugin-prettier/commit/910aeb60a7456beb6193c634bb8dec1b7181312d) Thanks [@JounQin](https://github.com/JounQin)! - feat: add typings support + +### Patch Changes + +- [#548](https://github.com/prettier/eslint-plugin-prettier/pull/548) [`82a3db8`](https://github.com/prettier/eslint-plugin-prettier/commit/82a3db878baf1a8f8ef53393069fe23c3a80ce15) Thanks [@fisker](https://github.com/fisker)! - fix: add missing dependency `synckit` + +- [#564](https://github.com/prettier/eslint-plugin-prettier/pull/564) [`ae7a73c`](https://github.com/prettier/eslint-plugin-prettier/commit/ae7a73c6c4b306c617c5dd9baaaa2ae7c0f9f44b) Thanks [@auvred](https://github.com/auvred)! - fix: compatibility with prettier@3 without plugins + ## 4.2.2 ### Patch Changes diff --git a/package.json b/package.json index 7f17b346..3a845004 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-prettier", - "version": "5.0.0-alpha.2", + "version": "5.0.0", "description": "Runs prettier as an eslint rule", "repository": "git+https://github.com/prettier/eslint-plugin-prettier.git", "homepage": "https://github.com/prettier/eslint-plugin-prettier#readme",