Skip to content

Commit aa5df74

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

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@
1717
"changesets": [
1818
"@graphql-eslint_eslint-plugin-1792-dependencies",
1919
"@graphql-eslint_eslint-plugin-1813-dependencies",
20+
"breezy-seals-sparkle",
2021
"dull-scissors-destroy",
2122
"few-mails-sparkle",
2223
"itchy-ads-compete",
24+
"lovely-laws-hide",
2325
"rare-planes-love",
2426
"real-coins-share",
2527
"strong-needles-compare"

packages/plugin/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @graphql-eslint/eslint-plugin
22

3+
## 4.0.0-alpha.2
4+
5+
### Patch Changes
6+
7+
- [#2455](https://github.com/dimaMachina/graphql-eslint/pull/2455)
8+
[`08a8a13`](https://github.com/dimaMachina/graphql-eslint/commit/08a8a1382d51140ddf7a310de3a711b354533879)
9+
Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix caching issues for
10+
`no-unreachable-types` / `no-unused-fields` rules for multi projects
11+
12+
- [#2458](https://github.com/dimaMachina/graphql-eslint/pull/2458)
13+
[`9096458`](https://github.com/dimaMachina/graphql-eslint/commit/909645893d41f2ccf618b2c74fb7671ddab538b9)
14+
Thanks [@dimaMachina](https://github.com/dimaMachina)! - add `meta` object with `name` and
15+
`version` to `parser` and `processor` to be compatible with ESLint 9
16+
317
## 4.0.0-alpha.1
418

519
### Major Changes

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-eslint/eslint-plugin",
3-
"version": "4.0.0-alpha.1",
3+
"version": "4.0.0-alpha.2",
44
"type": "module",
55
"description": "GraphQL plugin for ESLint",
66
"repository": "https://github.com/B2o5T/graphql-eslint",

0 commit comments

Comments
 (0)