Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/@graphql-eslint_eslint-plugin-2814-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-bottles-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-candles-peel.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.16.0",
"@graphql-eslint/eslint-plugin": "4.2.1",
"@graphql-eslint/eslint-plugin": "4.3.0",
"eslint": "9.16.0"
}
}
26 changes: 26 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @graphql-eslint/eslint-plugin

## 4.3.0

### Minor Changes

- [#2814](https://github.com/dimaMachina/graphql-eslint/pull/2814)
[`ccc302d`](https://github.com/dimaMachina/graphql-eslint/commit/ccc302d3e43634f1010564a6522413f133aeb674)
Thanks [@dimaMachina](https://github.com/dimaMachina)! - lint federation subgraphs schemas without
parse errors

### Patch Changes

- [#2814](https://github.com/dimaMachina/graphql-eslint/pull/2814)
[`ccc302d`](https://github.com/dimaMachina/graphql-eslint/commit/ccc302d3e43634f1010564a6522413f133aeb674)
Thanks [@dimaMachina](https://github.com/dimaMachina)! - dependencies updates:

- Updated dependency
[`@graphql-tools/graphql-tag-pluck@^8.3.4` ↗︎](https://www.npmjs.com/package/@graphql-tools/graphql-tag-pluck/v/8.3.4)
(from `8.3.4`, in `dependencies`)
- Added dependency
[`@apollo/subgraph@^2` ↗︎](https://www.npmjs.com/package/@apollo/subgraph/v/2.0.0) (to
`peerDependencies`)

- [#2797](https://github.com/dimaMachina/graphql-eslint/pull/2797)
[`b904515`](https://github.com/dimaMachina/graphql-eslint/commit/b9045158e181925cbf2eedbb9f6b9964f25fe613)
Thanks [@dimaMachina](https://github.com/dimaMachina)! - remove `truthy` helper function

## 4.2.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.2.1",
"version": "4.3.0",
"type": "module",
"description": "GraphQL plugin for ESLint",
"repository": "https://github.com/dimaMachina/graphql-eslint",
Expand Down