From 579cbbfe264c80c8ee6c2a151e8164a40d62b289 Mon Sep 17 00:00:00 2001 From: thomashii Date: Sun, 24 Apr 2022 09:42:33 +0800 Subject: [PATCH] Published 6.0.0 --- README.md | 18 +++++- packages/auth/pubspec.yaml | 28 ++++----- packages/cache/pubspec.yaml | 4 +- packages/client/pubspec.yaml | 32 +++++----- packages/configuration/pubspec.yaml | 28 ++++----- .../container/angel_container/pubspec.yaml | 2 +- .../angel_container_generator/pubspec.yaml | 8 +-- packages/cors/pubspec.yaml | 48 +++++++-------- packages/file_service/pubspec.yaml | 28 ++++----- packages/framework/pubspec.yaml | 24 ++++---- packages/hot/pubspec.yaml | 38 ++++++------ packages/html/pubspec.yaml | 48 +++++++-------- packages/jael/angel_jael/pubspec.yaml | 60 +++++++++---------- packages/jael/jael/pubspec.yaml | 4 +- .../jael/jael_language_server/pubspec.yaml | 6 +- packages/jael/jael_preprocessor/pubspec.yaml | 12 ++-- packages/jael/jael_web/pubspec.yaml | 16 ++--- packages/jinja/pubspec.yaml | 2 +- packages/markdown/pubspec.yaml | 2 +- packages/mock_request/pubspec.yaml | 8 +-- packages/mongo/pubspec.yaml | 28 ++++----- packages/mustache/pubspec.yaml | 2 +- packages/oauth2/pubspec.yaml | 2 +- packages/orm/angel_migration/pubspec.yaml | 6 +- .../orm/angel_migration_runner/pubspec.yaml | 11 ++-- packages/orm/angel_orm/pubspec.yaml | 14 ++--- packages/orm/angel_orm_generator/pubspec.yaml | 44 +++++++------- packages/orm/angel_orm_mysql/pubspec.yaml | 32 +++++----- packages/orm/angel_orm_postgres/pubspec.yaml | 24 ++++---- packages/orm/angel_orm_service/pubspec.yaml | 60 +++++++++---------- packages/orm/angel_orm_test/pubspec.yaml | 48 +++++++-------- packages/paginate/pubspec.yaml | 2 +- packages/production/pubspec.yaml | 26 ++++---- packages/proxy/pubspec.yaml | 2 +- packages/redis/pubspec.yaml | 2 +- packages/route/pubspec.yaml | 2 +- packages/security/pubspec.yaml | 4 +- packages/sembast/pubspec.yaml | 2 +- packages/seo/pubspec.yaml | 2 +- .../serialize/angel_serialize/pubspec.yaml | 6 +- .../angel_serialize_generator/pubspec.yaml | 12 ++-- packages/shelf/pubspec.yaml | 6 +- packages/static/pubspec.yaml | 48 +++++++-------- packages/sync/pubspec.yaml | 2 +- packages/test/pubspec.yaml | 44 +++++++------- packages/validate/pubspec.yaml | 28 ++++----- packages/websocket/pubspec.yaml | 36 +++++------ tool/performance/pubspec.yaml | 2 +- 48 files changed, 463 insertions(+), 450 deletions(-) diff --git a/README.md b/README.md index 32d063c0..9b1e25d6 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,7 @@ ## About -Angel3 is a fork of the original Angel framework to support NNBD in Dart SDK 2.12.x and later. -It is a full-stack Web framework in Dart that aims to streamline development by providing many common features out-of-the-box in a consistent manner. One of the main goal is to enable developers to build both frontend and backend in the same language, Dart. Angel3 framework is designed as a collection of plugins that enable developers to pick and choose the parts needed for their projects. A series of starter templates are also provided for quick start and trial run with Angel3 framework. Visit our [website]() to learn more. +Angel3 is a fork of archived Angel framework to support Dart SDK 2.12.x or later. It is a full-stack Web framework in Dart that aims to streamline development by providing many common features out-of-the-box in a consistent manner. One of the main goal is to enable developers to build both frontend and backend in the same language, Dart. Angel3 framework is designed as a collection of plugins that enable developers to pick and choose the parts needed for their projects. A series of starter templates are also provided for quick start and trial run with Angel3 framework. Visit our [website]() to learn more. The availabe features in Angel3 includes: @@ -35,7 +34,7 @@ The status of the code base is as follows: Branch: `master` -* Dart version : 2.12.x and above. +* Dart version : 2.16.x or later. * Publish : Yes. Refer to packages with `angel3_` prefix on [pub.dev](https://pub.dev/publishers/dukefirehawk.com/packages). * Null Safety : Yes * Status : Production @@ -43,6 +42,19 @@ Branch: `master` For more details, checkout [Project Status](https://github.com/dukefirehawk/angel/wiki/Project-Status) +## Release Notes + +### Release 6.0.0 + +* Updated all `angel3_` packages to 6.0.0 +* Updated all `angel3_` packages to use SDK 2.16.x or later +* Updated ORM to support MariaDB 10.2.x (stable) and MySQL 8.x (beta) +* Updated code generator to use `analyzer` 3.x.x +* Updated exception handling +* Added default logger to generate standardised logging messages +* Added `melos` support +* Removed deprecated API + ## Installation and Setup ### Create a new project by cloning from boilerplate templates diff --git a/packages/auth/pubspec.yaml b/packages/auth/pubspec.yaml index ed736299..9effcc52 100644 --- a/packages/auth/pubspec.yaml +++ b/packages/auth/pubspec.yaml @@ -18,18 +18,18 @@ dev_dependencies: angel3_container: ^6.0.0 http: ^0.13.1 io: ^1.0.0 - test: ^1.17.4 + test: ^1.21.0 lints: ^1.0.0 -dependency_overrides: - angel3_container: - path: ../container/angel_container - angel3_framework: - path: ../framework - angel3_http_exception: - path: ../http_exception - angel3_model: - path: ../model - angel3_route: - path: ../route - angel3_mock_request: - path: ../mock_request \ No newline at end of file +# dependency_overrides: +# angel3_container: +# path: ../container/angel_container +# angel3_framework: +# path: ../framework +# angel3_http_exception: +# path: ../http_exception +# angel3_model: +# path: ../model +# angel3_route: +# path: ../route +# angel3_mock_request: +# path: ../mock_request \ No newline at end of file diff --git a/packages/cache/pubspec.yaml b/packages/cache/pubspec.yaml index 87c3b8c0..0b79685b 100644 --- a/packages/cache/pubspec.yaml +++ b/packages/cache/pubspec.yaml @@ -12,8 +12,8 @@ dependencies: pool: ^1.5.0 logging: ^1.0.0 dev_dependencies: - angel3_test: ^4.0.0 + angel3_test: ^6.0.0 glob: ^2.0.1 http: ^0.13.3 - test: ^1.17.5 + test: ^1.21.0 lints: ^1.0.0 diff --git a/packages/client/pubspec.yaml b/packages/client/pubspec.yaml index 2d5cca7b..0aa1f97d 100644 --- a/packages/client/pubspec.yaml +++ b/packages/client/pubspec.yaml @@ -22,20 +22,20 @@ dev_dependencies: async: ^2.6.1 build_runner: ^2.1.2 build_web_compilers: ^3.2.1 - test: ^1.20.0 + test: ^1.21.0 lints: ^1.0.0 -dependency_overrides: - angel3_container: - path: ../container/angel_container - angel3_framework: - path: ../framework - angel3_http_exception: - path: ../http_exception - angel3_model: - path: ../model - angel3_route: - path: ../route - angel3_mock_request: - path: ../mock_request - angel3_auth: - path: ../auth \ No newline at end of file +# dependency_overrides: +# angel3_container: +# path: ../container/angel_container +# angel3_framework: +# path: ../framework +# angel3_http_exception: +# path: ../http_exception +# angel3_model: +# path: ../model +# angel3_route: +# path: ../route +# angel3_mock_request: +# path: ../mock_request +# angel3_auth: +# path: ../auth \ No newline at end of file diff --git a/packages/configuration/pubspec.yaml b/packages/configuration/pubspec.yaml index be33a90b..d2fd8a4d 100644 --- a/packages/configuration/pubspec.yaml +++ b/packages/configuration/pubspec.yaml @@ -16,17 +16,17 @@ dev_dependencies: logging: ^1.0.1 lints: ^1.0.0 belatuk_pretty_logging: ^4.0.0 - test: ^1.17.5 -dependency_overrides: - angel3_container: - path: ../container/angel_container - angel3_framework: - path: ../framework - angel3_http_exception: - path: ../http_exception - angel3_model: - path: ../model - angel3_route: - path: ../route - angel3_mock_request: - path: ../mock_request \ No newline at end of file + test: ^1.21.0 +# dependency_overrides: +# angel3_container: +# path: ../container/angel_container +# angel3_framework: +# path: ../framework +# angel3_http_exception: +# path: ../http_exception +# angel3_model: +# path: ../model +# angel3_route: +# path: ../route +# angel3_mock_request: +# path: ../mock_request \ No newline at end of file diff --git a/packages/container/angel_container/pubspec.yaml b/packages/container/angel_container/pubspec.yaml index 613466a8..02008e65 100644 --- a/packages/container/angel_container/pubspec.yaml +++ b/packages/container/angel_container/pubspec.yaml @@ -9,5 +9,5 @@ dependencies: collection: ^1.15.0 quiver: ^3.0.1 dev_dependencies: - test: ^1.17.5 + test: ^1.21.0 lints: ^1.0.0 \ No newline at end of file diff --git a/packages/container/angel_container_generator/pubspec.yaml b/packages/container/angel_container_generator/pubspec.yaml index 2ecead68..dafdeb42 100644 --- a/packages/container/angel_container_generator/pubspec.yaml +++ b/packages/container/angel_container_generator/pubspec.yaml @@ -11,8 +11,8 @@ dependencies: dev_dependencies: build_runner: ^2.1.2 build_test: ^2.1.3 - test: ^1.17.5 + test: ^1.21.0 lints: ^1.0.1 -dependency_overrides: - angel3_container: - path: ../angel_container +# dependency_overrides: +# angel3_container: +# path: ../angel_container diff --git a/packages/cors/pubspec.yaml b/packages/cors/pubspec.yaml index 2ca97dc4..091ec69e 100644 --- a/packages/cors/pubspec.yaml +++ b/packages/cors/pubspec.yaml @@ -11,27 +11,27 @@ dev_dependencies: angel3_test: ^6.0.0 http: ^0.13.3 lints: ^1.0.0 - test: ^1.17.5 -dependency_overrides: - angel3_container: - path: ../container/angel_container - angel3_framework: - path: ../framework - angel3_http_exception: - path: ../http_exception - angel3_model: - path: ../model - angel3_route: - path: ../route - angel3_mock_request: - path: ../mock_request - angel3_auth: - path: ../auth - angel3_client: - path: ../client - angel3_websocket: - path: ../websocket - angel3_validate: - path: ../validate - angel3_test: - path: ../test + test: ^1.21.0 +# dependency_overrides: +# angel3_container: +# path: ../container/angel_container +# angel3_framework: +# path: ../framework +# angel3_http_exception: +# path: ../http_exception +# angel3_model: +# path: ../model +# angel3_route: +# path: ../route +# angel3_mock_request: +# path: ../mock_request +# angel3_auth: +# path: ../auth +# angel3_client: +# path: ../client +# angel3_websocket: +# path: ../websocket +# angel3_validate: +# path: ../validate +# angel3_test: +# path: ../test diff --git a/packages/file_service/pubspec.yaml b/packages/file_service/pubspec.yaml index 25758c2e..5cf0e5b9 100644 --- a/packages/file_service/pubspec.yaml +++ b/packages/file_service/pubspec.yaml @@ -10,18 +10,18 @@ dependencies: file: ^6.1.1 pool: ^1.5.0 dev_dependencies: - test: ^1.20.0 + test: ^1.21.0 lints: ^1.0.0 -dependency_overrides: - angel3_container: - path: ../container/angel_container - angel3_framework: - path: ../framework - angel3_http_exception: - path: ../http_exception - angel3_model: - path: ../model - angel3_route: - path: ../route - angel3_mock_request: - path: ../mock_request +# dependency_overrides: +# angel3_container: +# path: ../container/angel_container +# angel3_framework: +# path: ../framework +# angel3_http_exception: +# path: ../http_exception +# angel3_model: +# path: ../model +# angel3_route: +# path: ../route +# angel3_mock_request: +# path: ../mock_request diff --git a/packages/framework/pubspec.yaml b/packages/framework/pubspec.yaml index 7a5efff1..dff7ba3d 100644 --- a/packages/framework/pubspec.yaml +++ b/packages/framework/pubspec.yaml @@ -33,16 +33,16 @@ dependencies: dev_dependencies: http: ^0.13.1 io: ^1.0.0 - test: ^1.17.5 + test: ^1.21.0 lints: ^1.0.0 -dependency_overrides: - angel3_container: - path: ../container/angel_container - angel3_http_exception: - path: ../http_exception - angel3_model: - path: ../model - angel3_route: - path: ../route - angel3_mock_request: - path: ../mock_request +# dependency_overrides: +# angel3_container: +# path: ../container/angel_container +# angel3_http_exception: +# path: ../http_exception +# angel3_model: +# path: ../model +# angel3_route: +# path: ../route +# angel3_mock_request: +# path: ../mock_request diff --git a/packages/hot/pubspec.yaml b/packages/hot/pubspec.yaml index 3f597056..7d9f9a19 100644 --- a/packages/hot/pubspec.yaml +++ b/packages/hot/pubspec.yaml @@ -19,23 +19,23 @@ dev_dependencies: http: ^0.13.2 logging: ^1.0.1 lints: ^1.0.0 -dependency_overrides: - angel3_container: - path: ../container/angel_container - angel3_framework: - path: ../framework - angel3_http_exception: - path: ../http_exception - angel3_model: - path: ../model - angel3_route: - path: ../route - angel3_mock_request: - path: ../mock_request - angel3_auth: - path: ../auth - angel3_client: - path: ../client - angel3_websocket: - path: ../websocket +# dependency_overrides: +# angel3_container: +# path: ../container/angel_container +# angel3_framework: +# path: ../framework +# angel3_http_exception: +# path: ../http_exception +# angel3_model: +# path: ../model +# angel3_route: +# path: ../route +# angel3_mock_request: +# path: ../mock_request +# angel3_auth: +# path: ../auth +# angel3_client: +# path: ../client +# angel3_websocket: +# path: ../websocket \ No newline at end of file diff --git a/packages/html/pubspec.yaml b/packages/html/pubspec.yaml index 43b39194..60c51e13 100644 --- a/packages/html/pubspec.yaml +++ b/packages/html/pubspec.yaml @@ -12,28 +12,28 @@ dev_dependencies: angel3_test: ^6.0.0 html: ^0.15.0 logging: ^1.0.1 - test: ^1.17.0 + test: ^1.21.0 lints: ^1.0.0 -dependency_overrides: - angel3_container: - path: ../container/angel_container - angel3_framework: - path: ../framework - angel3_test: - path: ../test - angel3_websocket: - path: ../websocket - angel3_http_exception: - path: ../http_exception - angel3_client: - path: ../client - angel3_auth: - path: ../auth - angel3_validate: - path: ../validate - angel3_mock_request: - path: ../mock_request - angel3_model: - path: ../model - angel3_route: - path: ../route +# dependency_overrides: +# angel3_container: +# path: ../container/angel_container +# angel3_framework: +# path: ../framework +# angel3_test: +# path: ../test +# angel3_websocket: +# path: ../websocket +# angel3_http_exception: +# path: ../http_exception +# angel3_client: +# path: ../client +# angel3_auth: +# path: ../auth +# angel3_validate: +# path: ../validate +# angel3_mock_request: +# path: ../mock_request +# angel3_model: +# path: ../model +# angel3_route: +# path: ../route diff --git a/packages/jael/angel_jael/pubspec.yaml b/packages/jael/angel_jael/pubspec.yaml index 0b05451b..ccb63746 100644 --- a/packages/jael/angel_jael/pubspec.yaml +++ b/packages/jael/angel_jael/pubspec.yaml @@ -7,8 +7,8 @@ environment: sdk: '>=2.16.0 <3.0.0' dependencies: angel3_framework: ^6.0.0 - jael3: ^5.0.0 - jael3_preprocessor: ^5.0.0 + jael3: ^6.0.0 + jael3_preprocessor: ^6.0.0 belatuk_code_buffer: ^3.0.0 belatuk_symbol_table: ^3.0.0 file: ^6.0.0 @@ -16,32 +16,32 @@ dependencies: dev_dependencies: angel3_test: ^6.0.0 html: ^0.15.0 - test: ^1.17.3 + test: ^1.21.0 lints: ^1.0.0 -dependency_overrides: - angel3_container: - path: ../../container/angel_container - angel3_framework: - path: ../../framework - angel3_http_exception: - path: ../../http_exception - angel3_model: - path: ../../model - angel3_route: - path: ../../route - angel3_mock_request: - path: ../../mock_request - angel3_auth: - path: ../../auth - angel3_client: - path: ../../client - angel3_websocket: - path: ../../websocket - angel3_validate: - path: ../../validate - angel3_test: - path: ../../test - jael3: - path: ../jael - jael3_preprocessor: - path: ../jael_preprocessor +# dependency_overrides: +# angel3_container: +# path: ../../container/angel_container +# angel3_framework: +# path: ../../framework +# angel3_http_exception: +# path: ../../http_exception +# angel3_model: +# path: ../../model +# angel3_route: +# path: ../../route +# angel3_mock_request: +# path: ../../mock_request +# angel3_auth: +# path: ../../auth +# angel3_client: +# path: ../../client +# angel3_websocket: +# path: ../../websocket +# angel3_validate: +# path: ../../validate +# angel3_test: +# path: ../../test +# jael3: +# path: ../jael +# jael3_preprocessor: +# path: ../jael_preprocessor diff --git a/packages/jael/jael/pubspec.yaml b/packages/jael/jael/pubspec.yaml index f406ab50..72d016e5 100644 --- a/packages/jael/jael/pubspec.yaml +++ b/packages/jael/jael/pubspec.yaml @@ -1,5 +1,5 @@ name: jael3 -version: 5.0.0 +version: 6.0.0 description: A simple server-side HTML templating engine for Dart. Comparable to Blade or Liquid. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/jael/jael @@ -16,6 +16,6 @@ dependencies: matcher: ^0.12.10 dev_dependencies: lints: ^1.0.0 - test: ^1.17.4 + test: ^1.21.0 executables: jaelfmt: jaelfmt \ No newline at end of file diff --git a/packages/jael/jael_language_server/pubspec.yaml b/packages/jael/jael_language_server/pubspec.yaml index f8a3921f..a21158a6 100644 --- a/packages/jael/jael_language_server/pubspec.yaml +++ b/packages/jael/jael_language_server/pubspec.yaml @@ -1,5 +1,5 @@ name: jael3_language_server -version: 1.0.0 +version: 6.0.0 description: Language Server Protocol implementation for the Jael templating engine. homepage: https://github.com/angel-dart/vscode publish_to: none @@ -10,8 +10,8 @@ dependencies: # dart_language_server: ^0.1.16 file: ^6.1.2 io: ^1.0.0 - jael3: ^4.2.0 - jael3_preprocessor: ^5.0.0 + jael3: ^6.0.0 + jael3_preprocessor: ^6.0.0 json_rpc_2: ^3.0.1 logging: ^1.0.1 path: ^1.8.0 diff --git a/packages/jael/jael_preprocessor/pubspec.yaml b/packages/jael/jael_preprocessor/pubspec.yaml index 3120b42f..dd82f741 100644 --- a/packages/jael/jael_preprocessor/pubspec.yaml +++ b/packages/jael/jael_preprocessor/pubspec.yaml @@ -1,5 +1,5 @@ name: jael3_preprocessor -version: 5.0.0 +version: 6.0.0 description: A pre-processor for resolving blocks and includes within Jael templates. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/jael/jael_preprocessor @@ -7,13 +7,13 @@ environment: sdk: '>=2.16.0 <3.0.0' dependencies: file: ^6.1.0 - jael3: ^6.0.0 + jael3: ^5.0.0 belatuk_symbol_table: ^3.0.0 collection: ^1.15.0 dev_dependencies: belatuk_code_buffer: ^3.0.0 - test: ^1.17.4 + test: ^1.21.0 lints: ^1.0.0 -dependency_overrides: - jael3: - path: ../jael +# dependency_overrides: +# jael3: +# path: ../jael diff --git a/packages/jael/jael_web/pubspec.yaml b/packages/jael/jael_web/pubspec.yaml index f4230b0d..74b651d1 100644 --- a/packages/jael/jael_web/pubspec.yaml +++ b/packages/jael/jael_web/pubspec.yaml @@ -1,5 +1,5 @@ name: jael3_web -version: 2.0.0 +version: 6.0.0 description: Experimental virtual DOM/SPA engine built on Jael3. Supports SSR. publish_to: none environment: @@ -8,15 +8,15 @@ dependencies: build: ^2.0.2 build_config: ^1.0.0 code_builder: ^4.0.0 - jael3: ^5.0.0 - jael3_preprocessor: ^5.0.0 + jael3: ^6.0.0 + jael3_preprocessor: ^6.0.0 source_gen: ^1.0.2 dev_dependencies: build_runner: ^2.0.4 build_web_compilers: ^3.0.0 lints: ^1.0.0 -dependency_overrides: - jael3: - path: ../jael - jael3_preprocessor: - path: ../jael_preprocessor +# dependency_overrides: +# jael3: +# path: ../jael +# jael3_preprocessor: +# path: ../jael_preprocessor diff --git a/packages/jinja/pubspec.yaml b/packages/jinja/pubspec.yaml index 6254d9e6..68d4cfa5 100644 --- a/packages/jinja/pubspec.yaml +++ b/packages/jinja/pubspec.yaml @@ -10,5 +10,5 @@ dependencies: dev_dependencies: angel3_test: ^6.0.0 path: ^1.8.0 - test: ^1.17.5 + test: ^1.21.0 lints: ^1.0.0 \ No newline at end of file diff --git a/packages/markdown/pubspec.yaml b/packages/markdown/pubspec.yaml index 246d46ef..39de45d4 100644 --- a/packages/markdown/pubspec.yaml +++ b/packages/markdown/pubspec.yaml @@ -12,4 +12,4 @@ dependencies: dev_dependencies: angel3_test: ^6.0.0 lints: ^1.0.0 - test: ^1.17.0 + test: ^1.21.0 diff --git a/packages/mock_request/pubspec.yaml b/packages/mock_request/pubspec.yaml index 7afb7676..8ea1729e 100644 --- a/packages/mock_request/pubspec.yaml +++ b/packages/mock_request/pubspec.yaml @@ -10,8 +10,8 @@ dependencies: dev_dependencies: angel3_framework: ^6.0.0 http: ^0.13.2 - test: ^1.17.4 + test: ^1.21.0 lints: ^1.0.0 -dependency_overrides: - angel3_framework: - path: ../framework +# dependency_overrides: +# angel3_framework: +# path: ../framework diff --git a/packages/mongo/pubspec.yaml b/packages/mongo/pubspec.yaml index ee1d22b6..69293477 100644 --- a/packages/mongo/pubspec.yaml +++ b/packages/mongo/pubspec.yaml @@ -12,18 +12,18 @@ dependencies: mongo_dart: ^0.7.0 dev_dependencies: http: ^0.13.0 - test: ^1.17.5 + test: ^1.21.0 lints: ^1.0.0 -dependency_overrides: - angel3_container: - path: ../container/angel_container - angel3_framework: - path: ../framework - angel3_http_exception: - path: ../http_exception - angel3_model: - path: ../model - angel3_route: - path: ../route - angel3_mock_request: - path: ../mock_request \ No newline at end of file +# dependency_overrides: +# angel3_container: +# path: ../container/angel_container +# angel3_framework: +# path: ../framework +# angel3_http_exception: +# path: ../http_exception +# angel3_model: +# path: ../model +# angel3_route: +# path: ../route +# angel3_mock_request: +# path: ../mock_request \ No newline at end of file diff --git a/packages/mustache/pubspec.yaml b/packages/mustache/pubspec.yaml index edaf9c69..9f6eb4d2 100644 --- a/packages/mustache/pubspec.yaml +++ b/packages/mustache/pubspec.yaml @@ -12,5 +12,5 @@ dependencies: path: ^1.8.0 dev_dependencies: http: ^0.13.3 - test: ^1.17.8 + test: ^1.21.0 lints: ^1.0.0 diff --git a/packages/oauth2/pubspec.yaml b/packages/oauth2/pubspec.yaml index ba04d9f2..0d8d8990 100644 --- a/packages/oauth2/pubspec.yaml +++ b/packages/oauth2/pubspec.yaml @@ -16,5 +16,5 @@ dev_dependencies: logging: ^1.0.1 oauth2: ^2.0.0 lints: ^1.0.0 - test: ^1.17.5 + test: ^1.21.0 uuid: ^3.0.4 diff --git a/packages/orm/angel_migration/pubspec.yaml b/packages/orm/angel_migration/pubspec.yaml index 80788ee2..67a6dad2 100755 --- a/packages/orm/angel_migration/pubspec.yaml +++ b/packages/orm/angel_migration/pubspec.yaml @@ -9,6 +9,6 @@ dependencies: angel3_orm: ^6.0.0 dev_dependencies: lints: ^1.0.0 -dependency_overrides: - angel3_orm: - path: ../angel_orm +# dependency_overrides: +# angel3_orm: +# path: ../angel_orm diff --git a/packages/orm/angel_migration_runner/pubspec.yaml b/packages/orm/angel_migration_runner/pubspec.yaml index 1a5b9911..4a344174 100755 --- a/packages/orm/angel_migration_runner/pubspec.yaml +++ b/packages/orm/angel_migration_runner/pubspec.yaml @@ -12,11 +12,12 @@ dependencies: charcode: ^1.2.0 postgres: ^2.4.0 mysql_client: ^0.0.11 + mysql1: ^0.19.0 logging: ^1.0.0 dev_dependencies: lints: ^1.0.0 -dependency_overrides: - angel3_orm: - path: ../angel_orm - angel3_migration: - path: ../angel_migration +# dependency_overrides: +# angel3_orm: +# path: ../angel_orm +# angel3_migration: +# path: ../angel_migration diff --git a/packages/orm/angel_orm/pubspec.yaml b/packages/orm/angel_orm/pubspec.yaml index 9a752a82..7a22c6d9 100644 --- a/packages/orm/angel_orm/pubspec.yaml +++ b/packages/orm/angel_orm/pubspec.yaml @@ -19,10 +19,10 @@ dev_dependencies: build_runner: ^2.1.1 test: ^1.17.4 lints: ^1.0.0 -dependency_overrides: - angel3_serialize: - path: ../../serialize/angel_serialize - angel3_serialize_generator: - path: ../../serialize/angel_serialize_generator - angel3_model: - path: ../../model \ No newline at end of file +# dependency_overrides: +# angel3_serialize: +# path: ../../serialize/angel_serialize +# angel3_serialize_generator: +# path: ../../serialize/angel_serialize_generator +# angel3_model: +# path: ../../model \ No newline at end of file diff --git a/packages/orm/angel_orm_generator/pubspec.yaml b/packages/orm/angel_orm_generator/pubspec.yaml index 83801bd3..cf642009 100644 --- a/packages/orm/angel_orm_generator/pubspec.yaml +++ b/packages/orm/angel_orm_generator/pubspec.yaml @@ -28,27 +28,27 @@ dev_dependencies: angel3_migration: ^6.0.0 build_runner: ^2.0.1 postgres: ^2.4.0 - test: ^1.17.3 + test: ^1.21.0 lints: ^1.0.0 -dependency_overrides: - angel3_container: - path: ../../container/angel_container - angel3_framework: - path: ../../framework - angel3_http_exception: - path: ../../http_exception - angel3_model: - path: ../../model - angel3_route: - path: ../../route - angel3_mock_request: - path: ../../mock_request - angel3_serialize: - path: ../../serialize/angel_serialize - angel3_serialize_generator: - path: ../../serialize/angel_serialize_generator - angel3_orm: - path: ../angel_orm - angel3_migration: - path: ../angel_migration +# dependency_overrides: +# angel3_container: +# path: ../../container/angel_container +# angel3_framework: +# path: ../../framework +# angel3_http_exception: +# path: ../../http_exception +# angel3_model: +# path: ../../model +# angel3_route: +# path: ../../route +# angel3_mock_request: +# path: ../../mock_request +# angel3_serialize: +# path: ../../serialize/angel_serialize +# angel3_serialize_generator: +# path: ../../serialize/angel_serialize_generator +# angel3_orm: +# path: ../angel_orm +# angel3_migration: +# path: ../angel_migration \ No newline at end of file diff --git a/packages/orm/angel_orm_mysql/pubspec.yaml b/packages/orm/angel_orm_mysql/pubspec.yaml index e706a2fa..283b5084 100644 --- a/packages/orm/angel_orm_mysql/pubspec.yaml +++ b/packages/orm/angel_orm_mysql/pubspec.yaml @@ -15,20 +15,20 @@ dev_dependencies: angel3_orm_generator: ^6.0.0 angel3_orm_test: ^6.0.0 build_runner: ^2.0.1 - test: ^1.17.0 + test: ^1.21.0 lints: ^1.0.0 -dependency_overrides: - angel3_serialize: - path: ../../serialize/angel_serialize - angel3_serialize_generator: - path: ../../serialize/angel_serialize_generator - angel3_model: - path: ../../model - angel3_orm_test: - path: ../angel_orm_test - angel3_orm: - path: ../angel_orm - angel3_migration: - path: ../angel_migration - angel3_orm_generator: - path: ../angel_orm_generator +# dependency_overrides: +# angel3_serialize: +# path: ../../serialize/angel_serialize +# angel3_serialize_generator: +# path: ../../serialize/angel_serialize_generator +# angel3_model: +# path: ../../model +# angel3_orm_test: +# path: ../angel_orm_test +# angel3_orm: +# path: ../angel_orm +# angel3_migration: +# path: ../angel_migration +# angel3_orm_generator: +# path: ../angel_orm_generator diff --git a/packages/orm/angel_orm_postgres/pubspec.yaml b/packages/orm/angel_orm_postgres/pubspec.yaml index 5461fa27..f2338b82 100644 --- a/packages/orm/angel_orm_postgres/pubspec.yaml +++ b/packages/orm/angel_orm_postgres/pubspec.yaml @@ -14,16 +14,16 @@ dependencies: dev_dependencies: belatuk_pretty_logging: ^4.0.0 angel3_orm_test: ^6.0.0 - test: ^1.17.5 + test: ^1.21.0 lints: ^1.0.0 -dependency_overrides: - angel3_serialize: - path: ../../serialize/angel_serialize - angel3_model: - path: ../../model - angel3_orm_test: - path: ../angel_orm_test - angel3_orm: - path: ../angel_orm - angel3_migration: - path: ../angel_migration +# dependency_overrides: +# angel3_serialize: +# path: ../../serialize/angel_serialize +# angel3_model: +# path: ../../model +# angel3_orm_test: +# path: ../angel_orm_test +# angel3_orm: +# path: ../angel_orm +# angel3_migration: +# path: ../angel_migration diff --git a/packages/orm/angel_orm_service/pubspec.yaml b/packages/orm/angel_orm_service/pubspec.yaml index 34fd76d5..cd5bfa51 100644 --- a/packages/orm/angel_orm_service/pubspec.yaml +++ b/packages/orm/angel_orm_service/pubspec.yaml @@ -19,34 +19,34 @@ dev_dependencies: #angel3_orm_test: ^3.0.0 build_runner: ^2.0.4 logging: ^1.0.1 - test: ^1.17.7 + test: ^1.21.0 lints: ^1.0.0 -dependency_overrides: - angel3_container: - path: ../../container/angel_container - angel3_framework: - path: ../../framework - angel3_http_exception: - path: ../../http_exception - angel3_model: - path: ../../model - angel3_route: - path: ../../route - angel3_mock_request: - path: ../../mock_request - angel3_serialize: - path: ../../serialize/angel_serialize - angel3_serialize_generator: - path: ../../serialize/angel_serialize_generator - angel3_orm_test: - path: ../angel_orm_test - angel3_orm: - path: ../angel_orm - angel3_orm_generator: - path: ../angel_orm_generator - angel3_orm_postgres: - path: ../angel_orm_postgres - angel3_migration: - path: ../angel_migration - angel3_migration_runner: - path: ../angel_migration_runner +# dependency_overrides: +# angel3_container: +# path: ../../container/angel_container +# angel3_framework: +# path: ../../framework +# angel3_http_exception: +# path: ../../http_exception +# angel3_model: +# path: ../../model +# angel3_route: +# path: ../../route +# angel3_mock_request: +# path: ../../mock_request +# angel3_serialize: +# path: ../../serialize/angel_serialize +# angel3_serialize_generator: +# path: ../../serialize/angel_serialize_generator +# angel3_orm_test: +# path: ../angel_orm_test +# angel3_orm: +# path: ../angel_orm +# angel3_orm_generator: +# path: ../angel_orm_generator +# angel3_orm_postgres: +# path: ../angel_orm_postgres +# angel3_migration: +# path: ../angel_migration +# angel3_migration_runner: +# path: ../angel_migration_runner diff --git a/packages/orm/angel_orm_test/pubspec.yaml b/packages/orm/angel_orm_test/pubspec.yaml index 3a010492..293df0c6 100644 --- a/packages/orm/angel_orm_test/pubspec.yaml +++ b/packages/orm/angel_orm_test/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: angel3_orm: ^6.0.0 angel3_serialize: ^6.0.0 io: ^1.0.0 - test: ^1.17.4 + test: ^1.21.0 collection: ^1.15.0 optional: ^6.0.0 dev_dependencies: @@ -19,26 +19,26 @@ dev_dependencies: angel3_framework: ^6.0.0 build_runner: ^2.0.1 lints: ^1.0.0 -dependency_overrides: - angel3_container: - path: ../../container/angel_container - angel3_framework: - path: ../../framework - angel3_http_exception: - path: ../../http_exception - angel3_model: - path: ../../model - angel3_route: - path: ../../route - angel3_mock_request: - path: ../../mock_request - angel3_serialize: - path: ../../serialize/angel_serialize - angel3_serialize_generator: - path: ../../serialize/angel_serialize_generator - angel3_orm: - path: ../angel_orm - angel3_migration: - path: ../angel_migration - angel3_orm_generator: - path: ../angel_orm_generator +# dependency_overrides: +# angel3_container: +# path: ../../container/angel_container +# angel3_framework: +# path: ../../framework +# angel3_http_exception: +# path: ../../http_exception +# angel3_model: +# path: ../../model +# angel3_route: +# path: ../../route +# angel3_mock_request: +# path: ../../mock_request +# angel3_serialize: +# path: ../../serialize/angel_serialize +# angel3_serialize_generator: +# path: ../../serialize/angel_serialize_generator +# angel3_orm: +# path: ../angel_orm +# angel3_migration: +# path: ../angel_migration +# angel3_orm_generator: +# path: ../angel_orm_generator diff --git a/packages/paginate/pubspec.yaml b/packages/paginate/pubspec.yaml index 54e4d2d3..501526e0 100644 --- a/packages/paginate/pubspec.yaml +++ b/packages/paginate/pubspec.yaml @@ -10,5 +10,5 @@ dependencies: dev_dependencies: angel3_test: ^6.0.0 logging: ^1.0.1 - test: ^1.17.8 + test: ^1.21.0 lints: ^1.0.0 \ No newline at end of file diff --git a/packages/production/pubspec.yaml b/packages/production/pubspec.yaml index f08d3dcf..f7c77b12 100644 --- a/packages/production/pubspec.yaml +++ b/packages/production/pubspec.yaml @@ -15,16 +15,16 @@ dependencies: intl: ^0.17.0 dev_dependencies: lints: ^1.0.1 -dependency_overrides: - angel3_container: - path: ../container/angel_container - angel3_framework: - path: ../framework - angel3_http_exception: - path: ../http_exception - angel3_model: - path: ../model - angel3_route: - path: ../route - angel3_mock_request: - path: ../mock_request +# dependency_overrides: +# angel3_container: +# path: ../container/angel_container +# angel3_framework: +# path: ../framework +# angel3_http_exception: +# path: ../http_exception +# angel3_model: +# path: ../model +# angel3_route: +# path: ../route +# angel3_mock_request: +# path: ../mock_request diff --git a/packages/proxy/pubspec.yaml b/packages/proxy/pubspec.yaml index 6dda34c0..c62b0039 100644 --- a/packages/proxy/pubspec.yaml +++ b/packages/proxy/pubspec.yaml @@ -15,5 +15,5 @@ dev_dependencies: angel3_mock_request: ^6.0.0 logging: ^1.0.1 lints: ^1.0.0 - test: ^1.17.7 + test: ^1.21.0 diff --git a/packages/redis/pubspec.yaml b/packages/redis/pubspec.yaml index 7f329eda..b9cfbe43 100644 --- a/packages/redis/pubspec.yaml +++ b/packages/redis/pubspec.yaml @@ -10,5 +10,5 @@ dependencies: angel3_http_exception: ^6.0.0 resp_client: ^1.2.0 dev_dependencies: - test: ^1.17.8 + test: ^1.21.0 lints: ^1.0.0 diff --git a/packages/route/pubspec.yaml b/packages/route/pubspec.yaml index de40ed9f..de208e96 100644 --- a/packages/route/pubspec.yaml +++ b/packages/route/pubspec.yaml @@ -13,5 +13,5 @@ dev_dependencies: build_runner: ^2.1.2 build_web_compilers: ^3.2.1 http: ^0.13.3 - test: ^1.20.0 + test: ^1.21.0 lints: ^1.0.0 diff --git a/packages/security/pubspec.yaml b/packages/security/pubspec.yaml index 799d0646..88c4f59a 100644 --- a/packages/security/pubspec.yaml +++ b/packages/security/pubspec.yaml @@ -13,9 +13,9 @@ dev_dependencies: angel3_production: ^6.0.0 angel3_redis: ^6.0.0 angel3_test: ^6.0.0 - angel3_validate: ^4.0.0 + angel3_validate: ^6.0.0 belatuk_pretty_logging: ^4.0.0 - test: ^1.17.5 + test: ^1.21.0 lints: ^1.0.0 #dependency_overrides: # angel3_auth: diff --git a/packages/sembast/pubspec.yaml b/packages/sembast/pubspec.yaml index 75f5530e..9d4561e2 100644 --- a/packages/sembast/pubspec.yaml +++ b/packages/sembast/pubspec.yaml @@ -12,5 +12,5 @@ dev_dependencies: angel3_http_exception: ^6.0.0 logging: ^1.0.1 lints: ^1.0.0 - test: ^1.17.8 + test: ^1.21.0 diff --git a/packages/seo/pubspec.yaml b/packages/seo/pubspec.yaml index 9dd3d5ba..3b68e76a 100644 --- a/packages/seo/pubspec.yaml +++ b/packages/seo/pubspec.yaml @@ -15,5 +15,5 @@ dependencies: dev_dependencies: angel3_test: ^6.0.0 logging: ^1.0.1 - test: ^1.17.8 + test: ^1.21.0 lints: ^1.0.0 \ No newline at end of file diff --git a/packages/serialize/angel_serialize/pubspec.yaml b/packages/serialize/angel_serialize/pubspec.yaml index 94820335..b0c66866 100644 --- a/packages/serialize/angel_serialize/pubspec.yaml +++ b/packages/serialize/angel_serialize/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: quiver: ^3.0.1 dev_dependencies: lints: ^1.0.0 -dependency_overrides: - angel3_model: - path: ../../model +# dependency_overrides: +# angel3_model: +# path: ../../model diff --git a/packages/serialize/angel_serialize_generator/pubspec.yaml b/packages/serialize/angel_serialize_generator/pubspec.yaml index 10cf6afe..9607a2a7 100644 --- a/packages/serialize/angel_serialize_generator/pubspec.yaml +++ b/packages/serialize/angel_serialize_generator/pubspec.yaml @@ -23,9 +23,9 @@ dev_dependencies: build_runner: ^2.0.1 collection: ^1.15.0 lints: ^1.0.0 - test: ^1.17.4 -dependency_overrides: - angel3_model: - path: ../../model - angel3_serialize: - path: ../angel_serialize + test: ^1.21.0 +# dependency_overrides: +# angel3_model: +# path: ../../model +# angel3_serialize: +# path: ../angel_serialize diff --git a/packages/shelf/pubspec.yaml b/packages/shelf/pubspec.yaml index bac33aae..2ebaac73 100644 --- a/packages/shelf/pubspec.yaml +++ b/packages/shelf/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: angel3_container: ^6.0.0 angel3_mock_request: ^6.0.0 path: ^1.8.0 - shelf: ^1.1.4 + shelf: ^1.3.0 stream_channel: ^2.1.0 logging: ^1.0.0 charcode: ^1.3.0 @@ -18,6 +18,6 @@ dependencies: dev_dependencies: angel3_test: ^6.0.0 belatuk_pretty_logging: ^4.0.0 - shelf_static: ^1.0.0 - test: ^1.17.5 + shelf_static: ^1.1.0 + test: ^1.21.0 lints: ^1.0.0 diff --git a/packages/static/pubspec.yaml b/packages/static/pubspec.yaml index b2578f75..052b97f5 100644 --- a/packages/static/pubspec.yaml +++ b/packages/static/pubspec.yaml @@ -19,28 +19,28 @@ dev_dependencies: http: ^0.13.2 matcher: ^0.12.10 lints: ^1.0.0 - test: ^1.17.4 -dependency_overrides: - angel3_container: - path: ../container/angel_container - angel3_framework: - path: ../framework - angel3_http_exception: - path: ../http_exception - angel3_model: - path: ../model - angel3_route: - path: ../route - angel3_mock_request: - path: ../mock_request - angel3_auth: - path: ../auth - angel3_client: - path: ../client - angel3_websocket: - path: ../websocket - angel3_validate: - path: ../validate - angel3_test: - path: ../test + test: ^1.21.0 +# dependency_overrides: +# angel3_container: +# path: ../container/angel_container +# angel3_framework: +# path: ../framework +# angel3_http_exception: +# path: ../http_exception +# angel3_model: +# path: ../model +# angel3_route: +# path: ../route +# angel3_mock_request: +# path: ../mock_request +# angel3_auth: +# path: ../auth +# angel3_client: +# path: ../client +# angel3_websocket: +# path: ../websocket +# angel3_validate: +# path: ../validate +# angel3_test: +# path: ../test diff --git a/packages/sync/pubspec.yaml b/packages/sync/pubspec.yaml index 093ed1bf..f71140f2 100644 --- a/packages/sync/pubspec.yaml +++ b/packages/sync/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: stream_channel: ^2.1.0 dev_dependencies: angel3_test: ^6.0.0 - test: ^1.17.5 + test: ^1.21.0 lints: ^1.0.0 #dependency_overrides: # angel3_websocket: diff --git a/packages/test/pubspec.yaml b/packages/test/pubspec.yaml index 88eef80a..1d6fb716 100644 --- a/packages/test/pubspec.yaml +++ b/packages/test/pubspec.yaml @@ -17,26 +17,26 @@ dependencies: matcher: ^0.12.10 web_socket_channel: ^2.0.0 dev_dependencies: - test: ^1.17.5 + test: ^1.21.0 lints: ^1.0.0 -dependency_overrides: - angel3_container: - path: ../container/angel_container - angel3_framework: - path: ../framework - angel3_http_exception: - path: ../http_exception - angel3_model: - path: ../model - angel3_route: - path: ../route - angel3_mock_request: - path: ../mock_request - angel3_auth: - path: ../auth - angel3_client: - path: ../client - angel3_websocket: - path: ../websocket - angel3_validate: - path: ../validate \ No newline at end of file +# dependency_overrides: +# angel3_container: +# path: ../container/angel_container +# angel3_framework: +# path: ../framework +# angel3_http_exception: +# path: ../http_exception +# angel3_model: +# path: ../model +# angel3_route: +# path: ../route +# angel3_mock_request: +# path: ../mock_request +# angel3_auth: +# path: ../auth +# angel3_client: +# path: ../client +# angel3_websocket: +# path: ../websocket +# angel3_validate: +# path: ../validate \ No newline at end of file diff --git a/packages/validate/pubspec.yaml b/packages/validate/pubspec.yaml index f39d62f4..2808db31 100644 --- a/packages/validate/pubspec.yaml +++ b/packages/validate/pubspec.yaml @@ -15,17 +15,17 @@ dev_dependencies: build_web_compilers: ^3.2.0 logging: ^1.0.1 lints: ^1.0.0 - test: ^1.17.4 -dependency_overrides: - angel3_container: - path: ../container/angel_container - angel3_framework: - path: ../framework - angel3_http_exception: - path: ../http_exception - angel3_model: - path: ../model - angel3_route: - path: ../route - angel3_mock_request: - path: ../mock_request \ No newline at end of file + test: ^1.21.0 +# dependency_overrides: +# angel3_container: +# path: ../container/angel_container +# angel3_framework: +# path: ../framework +# angel3_http_exception: +# path: ../http_exception +# angel3_model: +# path: ../model +# angel3_route: +# path: ../route +# angel3_mock_request: +# path: ../mock_request \ No newline at end of file diff --git a/packages/websocket/pubspec.yaml b/packages/websocket/pubspec.yaml index 382a4144..4f22989f 100644 --- a/packages/websocket/pubspec.yaml +++ b/packages/websocket/pubspec.yaml @@ -20,22 +20,22 @@ dependencies: dev_dependencies: angel3_container: ^6.0.0 angel3_model: ^6.0.0 - test: ^1.17.5 + test: ^1.21.0 lints: ^1.0.0 -dependency_overrides: - angel3_container: - path: ../container/angel_container - angel3_framework: - path: ../framework - angel3_http_exception: - path: ../http_exception - angel3_model: - path: ../model - angel3_route: - path: ../route - angel3_mock_request: - path: ../mock_request - angel3_auth: - path: ../auth - angel3_client: - path: ../client \ No newline at end of file +# dependency_overrides: +# angel3_container: +# path: ../container/angel_container +# angel3_framework: +# path: ../framework +# angel3_http_exception: +# path: ../http_exception +# angel3_model: +# path: ../model +# angel3_route: +# path: ../route +# angel3_mock_request: +# path: ../mock_request +# angel3_auth: +# path: ../auth +# angel3_client: +# path: ../client \ No newline at end of file diff --git a/tool/performance/pubspec.yaml b/tool/performance/pubspec.yaml index d4775884..0bfdd66a 100644 --- a/tool/performance/pubspec.yaml +++ b/tool/performance/pubspec.yaml @@ -3,7 +3,7 @@ version: 1.0.0 description: Angel3 performance testing tool publish_to: none environment: - sdk: '>=2.12.0 <3.0.0' + sdk: '>=2.16.0 <3.0.0' published_to: none dependencies: http: ^0.13.4