Skip to content

Commit

Permalink
chore(gql_code_builder): support analyzer 7.0.0 (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
knaeckeKami authored Jan 6, 2025
1 parent 09709e5 commit 68e1394
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codegen/gql_build/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/gql-dart/gql
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
analyzer: '>=4.6.0 <7.0.0'
analyzer: '>=4.6.0 <8.0.0'
build: ^2.1.0
built_collection: ^5.0.0
built_value: ^8.0.6
Expand Down
2 changes: 1 addition & 1 deletion codegen/gql_code_builder/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/gql-dart/gql
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
analyzer: '>=4.6.0 <7.0.0'
analyzer: '>=4.6.0 <8.0.0'
built_collection: ^5.0.0
built_value: ^8.0.6
code_builder: ^4.7.0
Expand Down
2 changes: 2 additions & 0 deletions gql/lib/src/schema/defaults.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
// * The implementation of GraphQLSchema as a "view" of an AST makes
// adding default definitions feel awkward and un-integrated

// ignore_for_file: unused_element

/// This module defines some (but not all) of the schema definitions
/// that are provided by default for all schemas:
/// * the `__typename` field ([typeNameField])
Expand Down

0 comments on commit 68e1394

Please sign in to comment.