Skip to content

Commit 4128431

Browse files
Upcoming Release Changes (#2808)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ccc302d commit 4128431

File tree

6 files changed

+28
-18
lines changed

6 files changed

+28
-18
lines changed

Diff for: .changeset/@graphql-eslint_eslint-plugin-2814-dependencies.md

-6
This file was deleted.

Diff for: .changeset/fluffy-bottles-switch.md

-5
This file was deleted.

Diff for: .changeset/thick-candles-peel.md

-5
This file was deleted.

Diff for: 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.16.0",
16-
"@graphql-eslint/eslint-plugin": "4.2.1",
16+
"@graphql-eslint/eslint-plugin": "4.3.0",
1717
"eslint": "9.16.0"
1818
}
1919
}

Diff for: packages/plugin/CHANGELOG.md

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

3+
## 4.3.0
4+
5+
### Minor Changes
6+
7+
- [#2814](https://github.com/dimaMachina/graphql-eslint/pull/2814)
8+
[`ccc302d`](https://github.com/dimaMachina/graphql-eslint/commit/ccc302d3e43634f1010564a6522413f133aeb674)
9+
Thanks [@dimaMachina](https://github.com/dimaMachina)! - lint federation subgraphs schemas without
10+
parse errors
11+
12+
### Patch Changes
13+
14+
- [#2814](https://github.com/dimaMachina/graphql-eslint/pull/2814)
15+
[`ccc302d`](https://github.com/dimaMachina/graphql-eslint/commit/ccc302d3e43634f1010564a6522413f133aeb674)
16+
Thanks [@dimaMachina](https://github.com/dimaMachina)! - dependencies updates:
17+
18+
- Updated dependency
19+
[`@graphql-tools/graphql-tag-pluck@^8.3.4` ↗︎](https://www.npmjs.com/package/@graphql-tools/graphql-tag-pluck/v/8.3.4)
20+
(from `8.3.4`, in `dependencies`)
21+
- Added dependency
22+
[`@apollo/subgraph@^2` ↗︎](https://www.npmjs.com/package/@apollo/subgraph/v/2.0.0) (to
23+
`peerDependencies`)
24+
25+
- [#2797](https://github.com/dimaMachina/graphql-eslint/pull/2797)
26+
[`b904515`](https://github.com/dimaMachina/graphql-eslint/commit/b9045158e181925cbf2eedbb9f6b9964f25fe613)
27+
Thanks [@dimaMachina](https://github.com/dimaMachina)! - remove `truthy` helper function
28+
329
## 4.2.1
430

531
### Patch Changes

Diff for: 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.2.1",
3+
"version": "4.3.0",
44
"type": "module",
55
"description": "GraphQL plugin for ESLint",
66
"repository": "https://github.com/dimaMachina/graphql-eslint",

0 commit comments

Comments
 (0)