From fba5e1464a18b314efbbeaf153ee865f822ffbe6 Mon Sep 17 00:00:00 2001 From: Bernardo Date: Wed, 9 Aug 2023 14:16:04 -0300 Subject: [PATCH 1/2] Update dependency. --- dwds/CHANGELOG.md | 1 + dwds/pubspec.yaml | 2 +- frontend_server_common/pubspec.yaml | 2 +- test_common/pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index be666deaf..a319fe98f 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -5,6 +5,7 @@ - Require min `build_web_compilers` version `4.0.4` - [#2171](https://github.com/dart-lang/webdev/pull/2171) - Switch to using new debugging API from DDC to support new type system. - [#2159](https://github.com/dart-lang/webdev/pull/2159) - Fix Flutter crash when calling `resume` when app is not paused. - [#2188](https://github.com/dart-lang/webdev/pull/2188) +- Update file dependency to `7.0.0`. ## 19.0.2 diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 11676531b..396214064 100644 --- a/dwds/pubspec.yaml +++ b/dwds/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: collection: ^1.15.0 crypto: ^3.0.2 dds: ^2.7.1 - file: ^6.1.3 + file: ^7.0.0 http: ^0.13.4 http_multi_server: ^3.2.0 logging: ^1.0.2 diff --git a/frontend_server_common/pubspec.yaml b/frontend_server_common/pubspec.yaml index b10c64e1d..7c9cfea14 100644 --- a/frontend_server_common/pubspec.yaml +++ b/frontend_server_common/pubspec.yaml @@ -7,7 +7,7 @@ environment: dependencies: dwds: any - file: ^6.1.3 + file: ^7.0.0 logging: ^1.0.1 meta: ^1.4.0 mime: ^1.0.0 diff --git a/test_common/pubspec.yaml b/test_common/pubspec.yaml index 079cc8b2b..7110aa52f 100644 --- a/test_common/pubspec.yaml +++ b/test_common/pubspec.yaml @@ -7,7 +7,7 @@ environment: dependencies: dwds: any - file: ^6.1.3 + file: ^7.0.0 logging: ^1.0.1 path: ^1.8.1 test: ^1.21.1 From 9f91517ecd494817041ba00382838431ad615873 Mon Sep 17 00:00:00 2001 From: Bernardo Date: Thu, 10 Aug 2023 14:04:05 -0300 Subject: [PATCH 2/2] Remove code metrics --- dwds/pubspec.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 396214064..7d4c3e2af 100644 --- a/dwds/pubspec.yaml +++ b/dwds/pubspec.yaml @@ -45,7 +45,6 @@ dev_dependencies: build_version: ^2.1.1 build_web_compilers: ^4.0.4 built_value_generator: ^8.3.0 - dart_code_metrics: ^5.5.0 graphs: ^2.1.0 frontend_server_common: path: ../frontend_server_common