Skip to content

Commit

Permalink
Upcoming Release Changes (#2808)
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 Dec 5, 2024
1 parent ccc302d commit 4128431
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 18 deletions.
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

0 comments on commit 4128431

Please sign in to comment.