Skip to content

Commit 045121f

Browse files
Upcoming Release Changes (#2781)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6e354c9 commit 045121f

File tree

7 files changed

+32
-24
lines changed

7 files changed

+32
-24
lines changed

.changeset/@graphql-eslint_eslint-plugin-2783-dependencies.md

-5
This file was deleted.

.changeset/happy-bottles-warn.md

-6
This file was deleted.

.changeset/long-chicken-press.md

-6
This file was deleted.

.changeset/spotty-vans-protect.md

-5
This file was deleted.

examples/graphql-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@eslint/js": "9.15.0",
16-
"@graphql-eslint/eslint-plugin": "4.0.1",
16+
"@graphql-eslint/eslint-plugin": "4.1.0",
1717
"eslint": "9.15.0"
1818
}
1919
}

packages/plugin/CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# @graphql-eslint/eslint-plugin
22

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
- [#2780](https://github.com/dimaMachina/graphql-eslint/pull/2780)
8+
[`98e0b56`](https://github.com/dimaMachina/graphql-eslint/commit/98e0b564a7df339aad03e5ea69e40d34864b2fc1)
9+
Thanks [@dimaMachina](https://github.com/dimaMachina)! - introduce `forbiddenPatterns` and
10+
`requiredPatterns` options for `naming-convention` rule and deprecate `forbiddenPrefixes`,
11+
`forbiddenSuffixes` and `requiredPrefixes` and `requiredSuffixes`
12+
13+
- [#2782](https://github.com/dimaMachina/graphql-eslint/pull/2782)
14+
[`4c20cdd`](https://github.com/dimaMachina/graphql-eslint/commit/4c20cddd252091d61be708a83649ef4b3655e66c)
15+
Thanks [@dimaMachina](https://github.com/dimaMachina)! - add new option `ignoredSelectors` for
16+
`require-description` rule, to ignore eslint selectors, e.g. types which ends with `Connection` or
17+
`Edge`
18+
19+
- [#2783](https://github.com/dimaMachina/graphql-eslint/pull/2783)
20+
[`6e354c9`](https://github.com/dimaMachina/graphql-eslint/commit/6e354c91ec926ae2ff82668d7b81c0a79b019bc3)
21+
Thanks [@dimaMachina](https://github.com/dimaMachina)! - add `json-schema-to-ts` as optional peer
22+
dependency
23+
24+
### Patch Changes
25+
26+
- [#2783](https://github.com/dimaMachina/graphql-eslint/pull/2783)
27+
[`6e354c9`](https://github.com/dimaMachina/graphql-eslint/commit/6e354c91ec926ae2ff82668d7b81c0a79b019bc3)
28+
Thanks [@dimaMachina](https://github.com/dimaMachina)! - dependencies updates:
29+
- Added dependency
30+
[`json-schema-to-ts@^3` ↗︎](https://www.npmjs.com/package/json-schema-to-ts/v/3.0.0) (to
31+
`peerDependencies`)
32+
333
## 4.0.1
434

535
### Patch Changes

packages/plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-eslint/eslint-plugin",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"type": "module",
55
"description": "GraphQL plugin for ESLint",
66
"repository": "https://github.com/dimaMachina/graphql-eslint",

0 commit comments

Comments
 (0)