Skip to content

Commit

Permalink
Merge pull request #229 from iapicca/update_dependencies
Browse files Browse the repository at this point in the history
update dependencies December 23
  • Loading branch information
Francesco Iapicca authored Dec 11, 2023
2 parents d35d4b8 + 26fba75 commit 81e82cb
Show file tree
Hide file tree
Showing 40 changed files with 91 additions and 407 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ linux/
web/
.metadata
.packages
.fvm/flutter_sdk
.fvm/flutter_sdk
pubspec.lock
2 changes: 1 addition & 1 deletion examples/byte_token/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ linux/
web/
.metadata
.packages
pubspec.lock

.fvm/flutter_sdk
pubspec_overrides.yaml
4 changes: 2 additions & 2 deletions examples/byte_token/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ dependencies:
byte_token: ^2.0.0

dev_dependencies:
lints: ^2.1.0
test: ^1.24.2
lints: ^3.0.0
test: ^1.24.9
2 changes: 1 addition & 1 deletion examples/stub/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ linux/
web/
.metadata
.packages
pubspec.lock

.fvm/flutter_sdk
pubspec_overrides.yaml
4 changes: 2 additions & 2 deletions examples/stub/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ environment:

dependencies:
stub: ^2.0.0
test: ^1.24.2
test: ^1.24.9

dev_dependencies:
lints: ^2.1.0
lints: ^3.0.0

2 changes: 1 addition & 1 deletion examples/yak_flutter/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ linux/
web/
.metadata
.packages
pubspec.lock

.fvm/flutter_sdk
pubspec_overrides.yaml
2 changes: 1 addition & 1 deletion examples/yak_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
yak_flutter: ^2.0.0

dev_dependencies:
flutter_lints: ^2.0.1
flutter_lints: ^3.0.1

flutter:
uses-material-design: true
2 changes: 1 addition & 1 deletion examples/yak_result/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ linux/
web/
.metadata
.packages
pubspec.lock

.fvm/flutter_sdk
pubspec_overrides.yaml
2 changes: 1 addition & 1 deletion examples/yak_result/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dependencies:
yak_result: ^2.0.0

dev_dependencies:
lints: ^2.1.0
lints: ^3.0.0
2 changes: 1 addition & 1 deletion examples/yak_runner/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ linux/
web/
.metadata
.packages
pubspec.lock

.fvm/flutter_sdk
pubspec_overrides.yaml
2 changes: 1 addition & 1 deletion examples/yak_runner/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dependencies:
yak_runner: ^2.0.0

dev_dependencies:
lints: ^2.1.0
lints: ^3.0.0
2 changes: 1 addition & 1 deletion examples/yak_tween/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ linux/
web/
.metadata
.packages
pubspec.lock

.fvm/flutter_sdk
pubspec_overrides.yaml
2 changes: 1 addition & 1 deletion examples/yak_tween/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
yak_tween: ^2.0.0

dev_dependencies:
flutter_lints: ^2.0.1
flutter_lints: ^3.0.1

flutter:
uses-material-design: true
2 changes: 0 additions & 2 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ command:
# https://github.com/dart-lang/pub/issues/3404). Disabling this feature
# makes the CI much more stable.
runPubGetInParallel: false
# TODO: https://github.com/iapicca/yak_packages/issues/225
usePubspecOverrides: false

scripts:

Expand Down
2 changes: 1 addition & 1 deletion packages/byte_token/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ linux/
web/
.metadata
.packages
pubspec.lock

.fvm/flutter_sdk
pubspec_overrides.yaml
2 changes: 1 addition & 1 deletion packages/byte_token/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 2.0.0
### 2.0.1
- update dependency
- update to dart 3

Expand Down
12 changes: 6 additions & 6 deletions packages/byte_token/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: byte_token
description: A protobuf based, performant and lightweight token authentication package.
version: 2.0.0
version: 2.0.1
homepage: https://github.com/iapicca/yak_packages

environment:
sdk: ^3.0.0
sdk: ^3.2.0

dependencies:
crypto: ^3.0.3
fixnum: ^1.1.0
protobuf: ^2.1.0
yak_utils: ^2.0.0
protobuf: ^3.1.0
yak_utils: ^2.0.1

dev_dependencies:
lints: ^2.1.0
test: ^1.24.2
lints: ^3.0.0
test: ^1.24.9
2 changes: 1 addition & 1 deletion packages/stub/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ linux/
web/
.metadata
.packages
pubspec.lock

.fvm/flutter_sdk
pubspec_overrides.yaml
2 changes: 1 addition & 1 deletion packages/stub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 2.0.0
### 2.0.1
- update dependency
- update to dart 3

Expand Down
12 changes: 6 additions & 6 deletions packages/stub/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: stub
description: a pure `dart` lightweight package to help you stub methods for your tests
version: 2.0.0
version: 2.0.1
homepage: https://github.com/iapicca/yak_packages

environment:
sdk: ^3.0.0
sdk: ^3.2.0

dependencies:
meta: ^1.9.1
yak_utils: ^2.0.0
meta: ^1.10.0
yak_utils: ^2.0.1

dev_dependencies:
lints: ^2.1.0
test: ^1.24.2
lints: ^3.0.0
test: ^1.24.9
6 changes: 3 additions & 3 deletions packages/yak_flutter/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ migrate_working_dir/
#.vscode/

# Flutter/Dart/Pub related
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
/pubspec.lock
# Libraries should not include , per https://dart.dev/guides/libraries/private-files#pubspeclock.
/
**/doc/api/
.dart_tool/
.packages
Expand All @@ -37,6 +37,6 @@ linux/
web/
.metadata
.packages
pubspec.lock

.fvm/flutter_sdk
pubspec_overrides.yaml
2 changes: 1 addition & 1 deletion packages/yak_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 2.0.1
### 2.0.2
- update dependency
- update to dart 3
- add missing exports
Expand Down
14 changes: 7 additions & 7 deletions packages/yak_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
name: yak_flutter
description: A collection of tools and extensions for Flutter.
version: 2.0.1
version: 2.0.2
homepage: https://github.com/iapicca/yak_packages

environment:
sdk: ^3.0.0
flutter: '>=3.10.0'
sdk: ^3.2.0
flutter: '>=3.16.0'

dependencies:
flutter:
sdk: flutter
yak_tween: ^2.0.0
yak_runner: ^2.0.0
yak_utils: ^2.0.0
yak_tween: ^2.0.1
yak_runner: ^2.0.1
yak_utils: ^2.0.1

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
flutter_lints: ^3.0.1
stub: ^2.0.0
2 changes: 1 addition & 1 deletion packages/yak_result/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ linux/
web/
.metadata
.packages
pubspec.lock

.fvm/flutter_sdk
pubspec_overrides.yaml
2 changes: 1 addition & 1 deletion packages/yak_result/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 2.0.0
### 2.0.1
- update dependency
- update to dart 3

Expand Down
12 changes: 6 additions & 6 deletions packages/yak_result/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: yak_result
description: a lightweight dart micro-package to help you handle functions results
version: 2.0.0
version: 2.0.1
homepage: https://github.com/iapicca/yak_packages

environment:
sdk: ^3.0.0
sdk: ^3.2.0

dependencies:
meta: ^1.9.1
yak_utils: ^2.0.0
meta: ^1.10.0
yak_utils: ^2.0.1

dev_dependencies:
lints: ^2.1.0
lints: ^3.0.0
stub: ^2.0.0
test: ^1.24.2
test: ^1.24.9
2 changes: 1 addition & 1 deletion packages/yak_runner/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ web/
.metadata
.packages
.lcov
pubspec.lock

.fvm/flutter_sdk
pubspec_overrides.yaml
2 changes: 1 addition & 1 deletion packages/yak_runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 2.0.0
### 2.0.1
- update dependency
- update to dart 3

Expand Down
15 changes: 8 additions & 7 deletions packages/yak_runner/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
name: yak_runner
description: A Dart package that makes running functions safer and easier to test
version: 2.0.0
version: 2.0.1
homepage: https://github.com/iapicca/yak_packages

environment:
sdk: ^3.0.0
sdk: ^3.2.0
flutter: '>=3.16.0'

dependencies:
meta: ^1.9.1
yak_result: ^2.0.0
yak_utils: ^2.0.0
meta: ^1.10.0
yak_result: ^2.0.1
yak_utils: ^2.0.1

dev_dependencies:
lints: ^2.1.0
lints: ^3.0.0
stub: ^2.0.0
test: ^1.24.2
test: ^1.24.9
2 changes: 1 addition & 1 deletion packages/yak_test/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ linux/
web/
.metadata
.packages
pubspec.lock

.fvm/flutter_sdk
pubspec_overrides.yaml
2 changes: 1 addition & 1 deletion packages/yak_test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 2.0.0
### 2.0.1
- update dependency
- update to dart 3

Expand Down
15 changes: 8 additions & 7 deletions packages/yak_test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
name: yak_test
description: a Dart package that helps to testing apps made with `yak_packages`
version: 2.0.0
version: 2.0.1
homepage: https://github.com/iapicca/yak_packages

environment:
sdk: ^3.0.0
sdk: ^3.2.0
flutter: '>=3.16.0'

dependencies:
meta: ^1.9.1
yak_runner: ^2.0.0
stub: ^2.0.0
test: ^1.24.2
meta: ^1.10.0
yak_runner: ^2.0.1
stub: ^2.0.1
test: ^1.24.9

dev_dependencies:
mocktail: ^0.3.0
lints: ^2.1.0
lints: ^3.0.0


2 changes: 1 addition & 1 deletion packages/yak_tween/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ linux/
web/
.metadata
.packages
pubspec.lock

.fvm/flutter_sdk
pubspec_overrides.yaml
2 changes: 1 addition & 1 deletion packages/yak_tween/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 2.0.0
### 2.0.1
- update dependency
- update to dart 3

Expand Down
Loading

0 comments on commit 81e82cb

Please sign in to comment.