Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .fvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"flutter": "stable"
}
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ build/
# Directory created by dartdoc
doc/api/


.idea/
.vscode/

**/*.iml

**/test/**/*.mocks.dart
pubspec_overrides.yaml

# FVM Version Cache
.fvm/
20 changes: 11 additions & 9 deletions codegen/end_to_end_test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
name: end_to_end_test
version: 0.0.1
version: 0.0.2
publish_to: none
description: Tests, not for publishing. Uses the original version of codegen without tristate optionals.
repository: https://github.com/gql-dart/gql

environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
built_collection: ^5.0.0
built_value: ^8.0.6
gql_exec: ^1.0.0
gql_code_builder_serializers: ^0.1.0
built_collection: ^5.1.1
built_value: ^8.12.0
gql_exec: ^1.0.0 # UPDATE AFTER PUBLISHING
gql_code_builder_serializers: ^0.1.0 # UPDATE AFTER PUBLISHING
dev_dependencies:
build_runner: ^2.0.0
test: ^1.16.8
gql_code_builder: ^0.7.1
gql_build: ^0.8.0
build_runner: ^2.8.0
test: ^1.26.3
gql_code_builder: ^0.15.0 # UPDATE AFTER PUBLISHING
gql_build: ^0.11.0+1 # UPDATE AFTER PUBLISHING
22 changes: 12 additions & 10 deletions codegen/end_to_end_test_tristate/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@ version: 0.0.1
publish_to: none
description: Tests, not for publishing. Uses the tristate optionals version of codegen.
repository: https://github.com/gql-dart/gql

environment:
sdk: '>=3.0.0 <4.0.0'
sdk: ^3.0.0

dependencies:
built_collection: ^5.0.0
built_value: ^8.0.6
gql_exec: ^1.0.0
gql_code_builder_serializers: ^0.1.0
built_collection: ^5.1.1
built_value: ^8.12.0
gql_exec: ^1.0.0 # UPDATE AFTER PUBLISHING
gql_code_builder_serializers: ^0.1.0 # UPDATE AFTER PUBLISHING
dev_dependencies:
build_runner: ^2.0.0
test: ^1.16.8
gql_tristate_value: ^1.0.0
gql_build: ^0.8.0
gql_code_builder: ^0.7.1
build_runner: ^2.8.0
test: ^1.26.3
gql_tristate_value: ^1.0.0 # UPDATE AFTER PUBLISHING
gql_build: ^0.11.0+1 # UPDATE AFTER PUBLISHING
gql_code_builder: ^0.15.0 # UPDATE AFTER PUBLISHING
4 changes: 4 additions & 0 deletions codegen/gql_build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.14.0

- Update dependencies

# 0.13.0

- Add configurable formatting support with dart_style 3.0.0
Expand Down
36 changes: 19 additions & 17 deletions codegen/gql_build/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,30 @@
name: gql_build
version: 0.13.0
version: 0.14.0
description: Useful builders for your GraphQL SDL and documents. Based on package:gql_code_builder and package:build
repository: https://github.com/gql-dart/gql

environment:
sdk: '>=3.0.0 <4.0.0'
sdk: ^3.0.0

dependencies:
analyzer: '>=4.6.0 <8.0.0'
build: ^3.0.0
built_collection: ^5.0.0
built_value: ^8.0.6
built_value_generator: ^8.0.6
code_builder: ^4.3.0
dart_style: ^3.0.0
pub_semver: ^2.0.0
glob: ^2.0.0
analyzer: ^8.1.1
build: ^4.0.0
built_collection: ^5.1.1
built_value: ^8.12.0
built_value_generator: ^8.12.0
code_builder: ^4.11.0
dart_style: ^3.1.2
pub_semver: ^2.2.0
glob: ^2.1.3
gql: ^1.0.0
gql_code_builder: ^0.15.0
gql_code_builder_serializers: ^0.1.0
path: ^1.8.0
yaml: ^3.1.0
gql_code_builder: ^0.15.0 # UPDATE AFTER PUBLISHING
gql_code_builder_serializers: ^0.1.0 # UPDATE AFTER PUBLISHING
path: ^1.9.1
yaml: ^3.1.3
gql_tristate_value: ^1.0.0
dev_dependencies:
build_test: ^3.0.0
gql_pedantic: ^1.0.2
build_test: ^3.4.0
gql_pedantic: ^1.1.0
topics:
- graphql
- gql
Expand Down
4 changes: 4 additions & 0 deletions codegen/gql_code_builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.16.0

- Update dependencies

## 0.15.0

- **BREAKING**: Remove allocator parameter from public APIs - allocation is now deferred using Code.scope
Expand Down
24 changes: 13 additions & 11 deletions codegen/gql_code_builder/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
name: gql_code_builder
version: 0.15.0
version: 0.16.0
description: Dart code builders taking *.graphql documents and SDL to build useful classes.
repository: https://github.com/gql-dart/gql

environment:
sdk: '>=3.0.0 <4.0.0'
sdk: ^3.0.0

dependencies:
analyzer: '>=4.6.0 <8.0.0'
built_collection: ^5.0.0
built_value: ^8.0.6
code_builder: ^4.7.0
collection: ^1.15.0
analyzer: ^8.1.1
built_collection: ^5.1.1
built_value: ^8.12.0
code_builder: ^4.11.0
collection: ^1.19.1
gql: ^1.0.0
gql_exec: ^1.0.0
path: ^1.8.0
path: ^1.9.1
gql_tristate_value: ^1.0.0
gql_code_builder_serializers: ^0.1.0
gql_code_builder_serializers: ^0.1.0 # UPDATE AFTER PUBLISHING
dev_dependencies:
gql_pedantic: ^1.0.2
test: ^1.16.8
gql_pedantic: ^1.1.0
test: ^1.26.3
topics:
- graphql
- gql
Expand Down
4 changes: 4 additions & 0 deletions codegen/gql_code_builder_serializers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.0

- Update dependencies

## 0.1.0

- Initial version
12 changes: 7 additions & 5 deletions codegen/gql_code_builder_serializers/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
name: gql_code_builder_serializers
version: 0.1.0
version: 0.2.0
description: Common serializers for gql_code_builder
repository: https://github.com/gql-dart/gql

environment:
sdk: ^3.0.0

dependencies:
gql: ^1.0.0
built_value: ^8.0.0
gql: ^1.0.0 # UPDATE AFTER PUBLISHING
built_value: ^8.12.0
gql_exec: ^1.0.0
dev_dependencies:
lints: ^3.0.0
test: ^1.24.0
lints: ^6.0.0
test: ^1.26.3
topics:
- graphql
- gql
Expand Down
2 changes: 1 addition & 1 deletion codegen/gql_debug_tools/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
gql_code_builder:
path: ../gql_code_builder
code_builder: any
dart_style: ^3.0.0
dart_style: ^3.1.2
path: any
args: any

Expand Down
4 changes: 4 additions & 0 deletions codegen/gql_tristate_value/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.0

- Update dependencies

## 1.0.0

- Initial version.
4 changes: 3 additions & 1 deletion codegen/gql_tristate_value/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: gql_tristate_value
version: 1.0.0
version: 1.1.0
description: A wrapper class for representing a value that can be absent, present and null, or present and non-null.
repository: https://github.com/gql-dart/gql

environment:
sdk: '>=3.0.0 <4.0.0'

dev_dependencies:
test: ^1.16.8
lints: ^3.0.0
Expand Down
4 changes: 4 additions & 0 deletions gql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.0

- Update dependencies

## 1.0.0+1

- add topics
Expand Down
16 changes: 9 additions & 7 deletions gql/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
name: gql
version: 1.0.0+1
version: 1.1.0
description: GraphQL tools for parsing, transforming and printing GraphQL documents.
repository: https://github.com/gql-dart/gql

environment:
sdk: '>=2.12.0 <4.0.0'

dependencies:
collection: ^1.15.0
meta: ^1.3.0
source_span: ^1.8.0
yaml: ^3.0.0
collection: ^1.19.1
meta: ^1.16.0
source_span: ^1.10.1
yaml: ^3.1.3
dev_dependencies:
gql_pedantic: ^1.0.2
test: ^1.16.2
gql_pedantic: ^1.1.0
test: ^1.26.3
topics:
- graphql
- gql
1 change: 1 addition & 0 deletions gql_pedantic/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ name: gql_pedantic
version: 1.1.0
description: Even more opinionated lint rules.
repository: https://github.com/gql-dart/gql

environment:
sdk: '>=2.12.0 <4.0.0'
4 changes: 4 additions & 0 deletions links/gql_dedupe_link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.1.0

- Update dependencies

## 3.0.0

- skip deduplication for mutations by default
Expand Down
14 changes: 8 additions & 6 deletions links/gql_dedupe_link/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
name: gql_dedupe_link
version: 3.0.0
version: 3.1.0
description: GQL Link to deduplicate identical in-flight execution requests
repository: https://github.com/gql-dart/gql

environment:
sdk: '>=2.12.0 <4.0.0'

dependencies:
async: ^2.5.0
async: ^2.13.0
gql: ^1.0.0
gql_exec: ^1.0.0
gql_link: ^1.0.0
meta: ^1.3.0
meta: ^1.16.0
dev_dependencies:
gql_pedantic: ^1.0.2
mockito: ^5.0.0-nullsafety.7
test: ^1.16.2
gql_pedantic: ^1.1.0
mockito: ^5.5.1
test: ^1.26.3
topics:
- graphql
- gql
Expand Down
4 changes: 4 additions & 0 deletions links/gql_dio_link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.0

- Update dependencies

## 1.0.1+1

- add topics
Expand Down
28 changes: 15 additions & 13 deletions links/gql_dio_link/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
name: gql_dio_link
version: 1.0.1+1
version: 1.1.0
description: Similar to gql_http_link, gql_dio_link is a GQL Terminating Link to execute requests via Dio using JSON
repository: https://github.com/gql-dart/gql

environment:
sdk: '>=2.13.0 <4.0.0'

dependencies:
dio: ^5.2.0+1
gql: ^1.0.0
gql_exec: ^1.0.0
gql_link: ^1.0.0
meta: ^1.3.0
dio: ^5.9.0
gql: ^1.0.0 # UPDATER AFTER PUBLISH
gql_exec: ^1.0.0 # UPDATER AFTER PUBLISH
gql_link: ^1.0.0 # UPDATER AFTER PUBLISH
meta: ^1.16.0
dev_dependencies:
build_runner: ^2.0.0
code_builder: ^4.2.0
collection: ^1.15.0
gql_pedantic: ^1.0.2
http_parser: ^4.0.0
mockito: ^5.3.0
test: ^1.14.3
build_runner: ^2.8.0
code_builder: ^4.11.0
collection: ^1.19.1
gql_pedantic: ^1.1.0 # UPDATER AFTER PUBLISH
http_parser: ^4.1.2
mockito: ^5.5.1
test: ^1.26.3
topics:
- graphql
- gql
Expand Down
4 changes: 4 additions & 0 deletions links/gql_error_link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.0

- Update dependencies

## 1.0.0+1

- add topics
Expand Down
Loading