Skip to content
Merged
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
10 changes: 5 additions & 5 deletions _test_yaml/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ resolution: workspace
dev_dependencies:
_json_serial_shared_test:
path: ../shared_test
build_runner: ^2.2.1
build_runner: ^2.6.0
build_verify: ^3.0.0
checked_yaml: ^2.0.4-wip
checked_yaml: ^2.0.4
json_annotation: ^4.9.0
json_serializable: ^6.8.0
path: ^1.8.2
test: ^1.21.6
yaml: ^3.0.0
path: ^1.9.0
test: ^1.25.9
yaml: ^3.1.2
3 changes: 3 additions & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
include: package:dart_flutter_team_lints/analysis_options.yaml

analyzer:
errors:
# For source_gen and analyzer deprecations
deprecated_member_use: ignore
language:
strict-casts: true

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

- Require `yaml: ^3.1.2`

## 2.0.4

- Require Dart 3.8
Expand Down
10 changes: 5 additions & 5 deletions checked_yaml/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: checked_yaml
version: 2.0.4
version: 2.0.5-wip

description: >-
Generate more helpful exceptions when decoding YAML documents using
Expand All @@ -20,12 +20,12 @@ resolution: workspace
dependencies:
json_annotation: ^4.3.0
source_span: ^1.8.0
yaml: ^3.0.0
yaml: ^3.1.2

dev_dependencies:
build_runner: ^2.0.6
build_runner: ^2.6.0
build_verify: ^3.0.0
json_serializable: ^6.0.0
path: ^1.8.0
test: ^1.17.10
path: ^1.9.0
test: ^1.25.9
test_process: ^2.0.0
4 changes: 2 additions & 2 deletions example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ dependencies:
json_annotation: ^4.9.0

dev_dependencies:
build_runner: ^2.3.3
json_serializable: ^6.8.0
build_runner: ^2.6.0
json_serializable: ^6.10.0
```

Annotate your code with classes defined in
Expand Down
8 changes: 4 additions & 4 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ dev_dependencies:
path: ../shared_test

# REQUIRED!
build_runner: ^2.3.3
build_runner: ^2.6.0

# Used by tests. Not required to use `json_serializable`.
build_verify: ^3.0.0

# REQUIRED!
json_serializable: ^6.8.0
json_serializable: ^6.10.0

# Not required to use `json_serializable`.
path: ^1.8.0
test: ^1.21.6
path: ^1.9.0
test: ^1.25.9
4 changes: 2 additions & 2 deletions example/test/readme_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ dependencies:
json_annotation: ^4.9.0

dev_dependencies:
build_runner: ^2.3.3
json_serializable: ^6.8.0
build_runner: ^2.6.0
json_serializable: ^6.10.0
''';
3 changes: 2 additions & 1 deletion json_annotation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## 4.9.1-wip

- Require Dart 3.8
- Support `JsonKey` annotation on constructor parameters.
- Require `meta: ^1.15.0`
- Require Dart 3.8

## 4.9.0

Expand Down
2 changes: 1 addition & 1 deletion json_annotation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ environment:
resolution: workspace

dependencies:
meta: ^1.4.0
meta: ^1.15.0
6 changes: 5 additions & 1 deletion json_serializable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## 6.11.0
## 6.11.0-wip

- Support `JsonKey` annotation on constructor parameters.
- Require `analyzer: '>=7.4.0 <9.0.0'`
- Require `dart_style: ^3.0.0`
- Require `meta: ^1.15.0`
- Require `source_helper: ^1.3.6`

## 6.10.0

Expand Down
20 changes: 10 additions & 10 deletions json_serializable/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: json_serializable
version: 6.11.0
version: 6.11.0-wip
description: >-
Automatically generate code for converting to and from JSON by annotating
Dart classes.
Expand All @@ -15,31 +15,31 @@ topics:
resolution: workspace

dependencies:
analyzer: ^7.4.0
analyzer: '>=7.4.0 <9.0.0'
async: ^2.10.0
build: ^3.0.0
build_config: ^1.1.0
dart_style: '>=2.3.7 <4.0.0'
dart_style: ^3.0.0

# Use a tight version constraint to ensure that a constraint on
# `json_annotation` properly constrains all features it provides.
json_annotation: '>=4.9.0 <4.10.0'
meta: ^1.14.0
meta: ^1.15.0
path: ^1.9.0
pub_semver: ^2.1.4
pubspec_parse: ^1.0.0
source_gen: ^3.0.0
source_helper: ^1.3.4
source_helper: ^1.3.6

dev_dependencies:
_json_serial_shared_test:
path: ../shared_test
build_runner: ^2.4.6
build_runner: ^2.6.0
build_verify: ^3.0.0
collection: ^1.17.0
logging: ^1.0.0
collection: ^1.19.0
logging: ^1.2.0
source_gen_test: ^1.3.0
test: ^1.24.4
test: ^1.25.9
test_descriptor: ^2.0.0
test_process: ^2.0.0
yaml: ^3.0.0
yaml: ^3.1.2
2 changes: 1 addition & 1 deletion shared_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ resolution: workspace

dependencies:
stack_trace: ^1.10.0
test: ^1.6.0
test: ^1.25.9