Skip to content

Commit

Permalink
Upcoming Release Changes (#2781)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 29, 2024
1 parent 6e354c9 commit 045121f
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/@graphql-eslint_eslint-plugin-2783-dependencies.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/happy-bottles-warn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/long-chicken-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-vans-protect.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/graphql-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@eslint/js": "9.15.0",
"@graphql-eslint/eslint-plugin": "4.0.1",
"@graphql-eslint/eslint-plugin": "4.1.0",
"eslint": "9.15.0"
}
}
30 changes: 30 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# @graphql-eslint/eslint-plugin

## 4.1.0

### Minor Changes

- [#2780](https://github.com/dimaMachina/graphql-eslint/pull/2780)
[`98e0b56`](https://github.com/dimaMachina/graphql-eslint/commit/98e0b564a7df339aad03e5ea69e40d34864b2fc1)
Thanks [@dimaMachina](https://github.com/dimaMachina)! - introduce `forbiddenPatterns` and
`requiredPatterns` options for `naming-convention` rule and deprecate `forbiddenPrefixes`,
`forbiddenSuffixes` and `requiredPrefixes` and `requiredSuffixes`

- [#2782](https://github.com/dimaMachina/graphql-eslint/pull/2782)
[`4c20cdd`](https://github.com/dimaMachina/graphql-eslint/commit/4c20cddd252091d61be708a83649ef4b3655e66c)
Thanks [@dimaMachina](https://github.com/dimaMachina)! - add new option `ignoredSelectors` for
`require-description` rule, to ignore eslint selectors, e.g. types which ends with `Connection` or
`Edge`

- [#2783](https://github.com/dimaMachina/graphql-eslint/pull/2783)
[`6e354c9`](https://github.com/dimaMachina/graphql-eslint/commit/6e354c91ec926ae2ff82668d7b81c0a79b019bc3)
Thanks [@dimaMachina](https://github.com/dimaMachina)! - add `json-schema-to-ts` as optional peer
dependency

### Patch Changes

- [#2783](https://github.com/dimaMachina/graphql-eslint/pull/2783)
[`6e354c9`](https://github.com/dimaMachina/graphql-eslint/commit/6e354c91ec926ae2ff82668d7b81c0a79b019bc3)
Thanks [@dimaMachina](https://github.com/dimaMachina)! - dependencies updates:
- Added dependency
[`json-schema-to-ts@^3` ↗︎](https://www.npmjs.com/package/json-schema-to-ts/v/3.0.0) (to
`peerDependencies`)

## 4.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-eslint/eslint-plugin",
"version": "4.0.1",
"version": "4.1.0",
"type": "module",
"description": "GraphQL plugin for ESLint",
"repository": "https://github.com/dimaMachina/graphql-eslint",
Expand Down

0 comments on commit 045121f

Please sign in to comment.