Skip to content

December 26, 2022

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Dec 20:48
· 871 commits to master since this release
ded7065

@graphql-eslint/eslint-plugin@3.14.0

Minor Changes

  • #1335
    2e4dfa0
    Thanks @B2o5T! - support new ESLint flat config system, export
    flatConfigs

  • #1330
    bab45cc
    Thanks @B2o5T! - add new rule require-nullable-fields-with-oneof

  • #1331
    0f7afa5
    Thanks @B2o5T! - add new rule require-type-pattern-with-oneof

  • #1144
    43e2861
    Thanks @TuvalSimha! - Add new option groups to alphabetize
    rule

  • #1303
    c6d5bb7
    Thanks @tshedor! - [require-description] add rootField option for
    only field definitions within Query, Mutation, and Subscription root types

  • #1141
    b1f2730
    Thanks @TuvalSimha! - add new option prefix for
    match-document-filename rule

  • #1314
    a4f885a
    Thanks @B2o5T! - add ESLint suggestions for following graphql-js
    rules:

    • fields-on-correct-type
    • known-argument-names
    • known-type-names
    • possible-type-extension
    • scalar-leafs
    • value-literals-of-correct-type
  • #1316
    1f21fc8
    Thanks @FloEdelmann! - feat: add lone-executable-definition to
    require all queries, mutations, subscriptions and fragments to be located in separate files

  • #1338
    fedec34
    Thanks @B2o5T! - update graphql-config to v4.4.0 that no longer
    requires typescript to be installed

  • #1334
    abcfc14
    Thanks @B2o5T! - add new rule no-one-place-fragments

Patch Changes