From 18f73a30aaced882f356929a6caa175fa274cc9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 20:13:53 +0700 Subject: [PATCH] chore(release): update monorepo packages versions (#2786) Co-authored-by: github-actions[bot] --- .changeset/spotty-lobsters-enjoy.md | 6 ------ .changeset/strong-otters-mate.md | 5 ----- examples/graphql-config/package.json | 2 +- packages/plugin/CHANGELOG.md | 14 ++++++++++++++ packages/plugin/package.json | 2 +- 5 files changed, 16 insertions(+), 13 deletions(-) delete mode 100644 .changeset/spotty-lobsters-enjoy.md delete mode 100644 .changeset/strong-otters-mate.md diff --git a/.changeset/spotty-lobsters-enjoy.md b/.changeset/spotty-lobsters-enjoy.md deleted file mode 100644 index 365544f59e9..00000000000 --- a/.changeset/spotty-lobsters-enjoy.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@graphql-eslint/eslint-plugin': patch ---- - -`allowLeadingUnderscore` and `allowTrailingUnderscore` should not conflict with `ignorePattern` in -`naming-convention` rule diff --git a/.changeset/strong-otters-mate.md b/.changeset/strong-otters-mate.md deleted file mode 100644 index e3538fe7ee4..00000000000 --- a/.changeset/strong-otters-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-eslint/eslint-plugin': patch ---- - -add an example with [custom graphql rules](https://github.com/dimaMachina/graphql-eslint/tree/master/examples/custom-rules) diff --git a/examples/graphql-config/package.json b/examples/graphql-config/package.json index 502bd3edbc4..2d2bfc2bafa 100644 --- a/examples/graphql-config/package.json +++ b/examples/graphql-config/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@eslint/js": "9.15.0", - "@graphql-eslint/eslint-plugin": "4.1.0", + "@graphql-eslint/eslint-plugin": "4.1.1", "eslint": "9.15.0" } } diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index 7bf072250cc..d479589ed2d 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -1,5 +1,19 @@ # @graphql-eslint/eslint-plugin +## 4.1.1 + +### Patch Changes + +- [#2785](https://github.com/dimaMachina/graphql-eslint/pull/2785) + [`99b0703`](https://github.com/dimaMachina/graphql-eslint/commit/99b0703e91fc6661664c8773f48ffe28ac4a3467) + Thanks [@dimaMachina](https://github.com/dimaMachina)! - `allowLeadingUnderscore` and + `allowTrailingUnderscore` should not conflict with `ignorePattern` in `naming-convention` rule + +- [#2787](https://github.com/dimaMachina/graphql-eslint/pull/2787) + [`f370359`](https://github.com/dimaMachina/graphql-eslint/commit/f370359b4844c291cf5790e4503454ebd30373a2) + Thanks [@dimaMachina](https://github.com/dimaMachina)! - add an example with + [custom graphql rules](https://github.com/dimaMachina/graphql-eslint/tree/master/examples/custom-rules) + ## 4.1.0 ### Minor Changes diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 1a7c428b00d..298dab0fb2c 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-eslint/eslint-plugin", - "version": "4.1.0", + "version": "4.1.1", "type": "module", "description": "GraphQL plugin for ESLint", "repository": "https://github.com/dimaMachina/graphql-eslint",