Skip to content

Commit 7ed84b3

Browse files
Upcoming Release Changes (alpha) (#2744)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 03ccb9d commit 7ed84b3

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@
2020
"breezy-seals-sparkle",
2121
"chilled-rivers-prove",
2222
"chilly-ants-exist",
23+
"cool-spoons-explain",
2324
"curly-socks-boil",
2425
"dull-scissors-destroy",
2526
"empty-horses-relate",
2627
"empty-singers-develop",
28+
"fast-fishes-shake",
2729
"few-mails-sparkle",
2830
"friendly-singers-rush",
2931
"healthy-moose-kneel",

packages/plugin/CHANGELOG.md

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

3+
## 4.0.0-alpha.15
4+
5+
### Patch Changes
6+
7+
- [#2743](https://github.com/dimaMachina/graphql-eslint/pull/2743)
8+
[`03ccb9d`](https://github.com/dimaMachina/graphql-eslint/commit/03ccb9dabcd70af92ae46a0807f6cd979317a38f)
9+
Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix error from `no-deprecated` rule
10+
`4.0.0-alpha.13: node.typeInfo(...).inputType.getFields is not a function`
11+
12+
- [#2735](https://github.com/dimaMachina/graphql-eslint/pull/2735)
13+
[`ccd9303`](https://github.com/dimaMachina/graphql-eslint/commit/ccd930309957896f5d22ed59d40a67803ee77868)
14+
Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix reporting lint issues not on first
15+
char of file for `.vue` and support ESLint fixes and suggestions for them. Use
16+
[new official example](https://github.com/dimaMachina/graphql-eslint/blob/master/examples/vue-code-file/eslint.config.js)
17+
318
## 4.0.0-alpha.14
419

520
### 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": "4.0.0-alpha.14",
3+
"version": "4.0.0-alpha.15",
44
"type": "module",
55
"description": "GraphQL plugin for ESLint",
66
"repository": "https://github.com/B2o5T/graphql-eslint",

0 commit comments

Comments
 (0)