Skip to content

Commit ded7065

Browse files
chore(release): update monorepo packages versions (#1315)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ba24f26 commit ded7065

13 files changed

+68
-65
lines changed

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

-5
This file was deleted.

.changeset/afraid-foxes-hide.md

-5
This file was deleted.

.changeset/early-geckos-search.md

-5
This file was deleted.

.changeset/fair-donkeys-heal.md

-5
This file was deleted.

.changeset/flat-apes-develop.md

-5
This file was deleted.

.changeset/good-baboons-bathe.md

-6
This file was deleted.

.changeset/light-lizards-know.md

-5
This file was deleted.

.changeset/sour-windows-tap.md

-12
This file was deleted.

.changeset/strange-donuts-warn.md

-6
This file was deleted.

.changeset/three-moose-roll.md

-5
This file was deleted.

.changeset/two-avocados-grab.md

-5
This file was deleted.

packages/plugin/CHANGELOG.md

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

3+
## 3.14.0
4+
5+
### Minor Changes
6+
7+
- [#1335](https://github.com/B2o5T/graphql-eslint/pull/1335)
8+
[`2e4dfa0`](https://github.com/B2o5T/graphql-eslint/commit/2e4dfa0b82705e5fe6d91e2d742896b638e2eeec)
9+
Thanks [@B2o5T](https://github.com/B2o5T)! - support new ESLint flat config system, export
10+
`flatConfigs`
11+
12+
- [#1330](https://github.com/B2o5T/graphql-eslint/pull/1330)
13+
[`bab45cc`](https://github.com/B2o5T/graphql-eslint/commit/bab45cc003ff95a39692166785b6b59b33bd6a71)
14+
Thanks [@B2o5T](https://github.com/B2o5T)! - add new rule `require-nullable-fields-with-oneof`
15+
16+
- [#1331](https://github.com/B2o5T/graphql-eslint/pull/1331)
17+
[`0f7afa5`](https://github.com/B2o5T/graphql-eslint/commit/0f7afa50f5dbf65f4c7a089f91f4de97e096af95)
18+
Thanks [@B2o5T](https://github.com/B2o5T)! - add new rule `require-type-pattern-with-oneof`
19+
20+
- [#1144](https://github.com/B2o5T/graphql-eslint/pull/1144)
21+
[`43e2861`](https://github.com/B2o5T/graphql-eslint/commit/43e286162e1e70ae39b75b8010991fc5eb6c2c72)
22+
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Add new option `groups` to `alphabetize`
23+
rule
24+
25+
- [#1303](https://github.com/B2o5T/graphql-eslint/pull/1303)
26+
[`c6d5bb7`](https://github.com/B2o5T/graphql-eslint/commit/c6d5bb7c81f3336b7739c691610df597470739bb)
27+
Thanks [@tshedor](https://github.com/tshedor)! - [require-description] add `rootField` option for
28+
only field definitions within `Query`, `Mutation`, and `Subscription` root types
29+
30+
- [#1141](https://github.com/B2o5T/graphql-eslint/pull/1141)
31+
[`b1f2730`](https://github.com/B2o5T/graphql-eslint/commit/b1f27304a4531819f31c0a3705afb390607e23d0)
32+
Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - add new option `prefix` for
33+
`match-document-filename` rule
34+
35+
- [#1314](https://github.com/B2o5T/graphql-eslint/pull/1314)
36+
[`a4f885a`](https://github.com/B2o5T/graphql-eslint/commit/a4f885a93fca8ff6ad2300bec8e666370799c897)
37+
Thanks [@B2o5T](https://github.com/B2o5T)! - add ESLint suggestions for following `graphql-js`
38+
rules:
39+
40+
- `fields-on-correct-type`
41+
- `known-argument-names`
42+
- `known-type-names`
43+
- `possible-type-extension`
44+
- `scalar-leafs`
45+
- `value-literals-of-correct-type`
46+
47+
- [#1316](https://github.com/B2o5T/graphql-eslint/pull/1316)
48+
[`1f21fc8`](https://github.com/B2o5T/graphql-eslint/commit/1f21fc8276d4cc67a9e8d897d24c5df67092629b)
49+
Thanks [@FloEdelmann](https://github.com/FloEdelmann)! - feat: add `lone-executable-definition` to
50+
require all queries, mutations, subscriptions and fragments to be located in separate files
51+
52+
- [#1338](https://github.com/B2o5T/graphql-eslint/pull/1338)
53+
[`fedec34`](https://github.com/B2o5T/graphql-eslint/commit/fedec34fe2d477296bc0dc9306b7fa2cdaf1fc4c)
54+
Thanks [@B2o5T](https://github.com/B2o5T)! - update `graphql-config` to v4.4.0 that no longer
55+
requires `typescript` to be installed
56+
57+
- [#1334](https://github.com/B2o5T/graphql-eslint/pull/1334)
58+
[`abcfc14`](https://github.com/B2o5T/graphql-eslint/commit/abcfc1411d35c0f6edb5d11779eeae98f1937c98)
59+
Thanks [@B2o5T](https://github.com/B2o5T)! - add new rule `no-one-place-fragments`
60+
61+
### Patch Changes
62+
63+
- [#1338](https://github.com/B2o5T/graphql-eslint/pull/1338)
64+
[`fedec34`](https://github.com/B2o5T/graphql-eslint/commit/fedec34fe2d477296bc0dc9306b7fa2cdaf1fc4c)
65+
Thanks [@B2o5T](https://github.com/B2o5T)! - dependencies updates:
66+
- Updated dependency
67+
[`graphql-config@^4.4.0` ↗︎](https://www.npmjs.com/package/graphql-config/v/4.4.0) (from
68+
`^4.3.6`, in `dependencies`)
69+
370
## 3.13.1
471

572
### 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": "3.13.1",
3+
"version": "3.14.0",
44
"description": "GraphQL plugin for ESLint",
55
"repository": "https://github.com/B2o5T/graphql-eslint",
66
"author": "Dotan Simha <[email protected]>",

0 commit comments

Comments
 (0)