Skip to content

Commit 07e7a48

Browse files
committed
bump fast_immutable_collections, json_serializable & lints versions
1 parent 0f35eee commit 07e7a48

File tree

20 files changed

+79
-37
lines changed

20 files changed

+79
-37
lines changed

builders/json_serializable_fic/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.1.3
2+
3+
- **CHORE**: Update `fast_immutable_collections` to ^11.1.0
4+
- **CHORE**: Update `json_serializable` to ^6.11.4
5+
- **CHORE**: Update `lints` to ^6.0.0
6+
17
## 1.1.2
28

39
- **CHORE**: Update `build`, `source_gen` and `analyzer` dependencies

builders/json_serializable_fic/example/main.g.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

builders/json_serializable_fic/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: json_serializable_fic
22
description: Adding support for fast immutable collections for json_serializable
3-
version: 1.1.2
3+
version: 1.1.3
44
homepage: https://github.com/knaeckeKami/immutable_json_list_serializer
55

66
environment:
@@ -11,11 +11,11 @@ resolution: workspace
1111
dev_dependencies:
1212
test: ^1.16.8
1313
collection: "^1.15.0"
14-
fast_immutable_collections: ^2.0.2
15-
lints: ^5.1.1
14+
fast_immutable_collections: ^11.1.0
15+
lints: ^6.0.0
1616

1717
dependencies:
18-
json_serializable: ^6.9.4
18+
json_serializable: ^6.11.4
1919
json_annotation: ^4.3.0
2020
build_runner: ^2.4.15
2121
source_gen: ^4.2.0

builders/json_serializable_fic/test/integration/model.g.dart

Lines changed: 10 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

builders/json_serializable_immutable_collections/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.1.3
2+
3+
- **CHORE**: Update `lints` to ^6.0.0
4+
- **CHORE**: Update `json_serializable` to ^6.11.4
5+
16
## 1.1.2
27

38
- **CHORE**: Update `build`, `source_gen` and `analyzer` dependencies

builders/json_serializable_immutable_collections/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: json_serializable_immutable_collections
22
description: Adding support for immutable collections for json_serializable
3-
version: 1.1.2
3+
version: 1.1.3
44
homepage: https://github.com/knaeckeKami/immutable_json_list_serializer
55

66
environment:
@@ -12,10 +12,10 @@ dev_dependencies:
1212
test: ^1.16.8
1313
built_collection: ^5.0.0
1414
kt_dart: ^1.1.0
15-
lints: ^5.1.1
15+
lints: ^6.0.0
1616

1717
dependencies:
18-
json_serializable: ^6.9.4
18+
json_serializable: ^6.11.4
1919
json_annotation: ^4.3.0
2020
build_runner: ^2.4.15
2121
source_gen: ^4.2.0

builders/json_serializable_mobx/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.1.3
2+
3+
- **CHORE**: Update `json_serializable` to ^6.11.4
4+
- **CHORE**: Update `lints` to ^6.0.0
5+
16
## 1.1.2
27

38
- **CHORE**: Update `build`, `source_gen` and `analyzer` dependencies

builders/json_serializable_mobx/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: json_serializable_mobx
22
description: Adding support for mobx collections for json_serializable
3-
version: 1.1.2
3+
version: 1.1.3
44
homepage: https://github.com/knaeckeKami/immutable_json_list_serializer
55

66
environment:
@@ -11,10 +11,10 @@ resolution: workspace
1111
dev_dependencies:
1212
test: ^1.16.8
1313
mobx: ^2.5.0
14-
lints: ^5.1.1
14+
lints: ^6.0.0
1515

1616
dependencies:
17-
json_serializable: ^6.9.4
17+
json_serializable: ^6.11.4
1818
json_annotation: ^4.3.0
1919
build_runner: ^2.4.15
2020
analyzer: ^10.0.1

combine_example/lib/src/combine_example.g.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

combine_example/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ resolution: workspace
1313
dependencies:
1414
json_annotation: ^4.3.0
1515
built_collection: ^5.0.0
16-
fast_immutable_collections: ^2.0.2
16+
fast_immutable_collections: ^11.1.0
1717
kt_dart: ^1.1.0
1818
mobx: ^2.5.0
1919
build: ^4.0.4
@@ -22,9 +22,9 @@ dependencies:
2222
json_serializable_kt_typehelpers: ^4.1.2
2323
json_serializable_fic_typehelpers: ^2.2.1
2424
json_serializable_mobx_typehelpers: ^3.2.2
25-
json_serializable: ^6.9.4
25+
json_serializable: ^6.11.4
2626

2727
dev_dependencies:
28-
lints: ^5.1.1
28+
lints: ^6.0.0
2929
test: ^1.14.4
3030
build_runner: ^2.4.15

0 commit comments

Comments
 (0)