From 3e94fecd144ede76812967741cef1faa287d0b63 Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 17 Dec 2024 09:53:02 +0100 Subject: [PATCH] Update health.yaml (#753) * Update health.yaml * Upgrade example * Fixes * try different syntax * without endings * test new wf * new version * Works, use main now * Add changelog --- .github/workflows/health.yaml | 7 ++++--- CHANGELOG.md | 1 + example/grpc-web/pubspec.yaml | 8 ++++---- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/health.yaml b/.github/workflows/health.yaml index 9d32c209..3ba41f30 100644 --- a/.github/workflows/health.yaml +++ b/.github/workflows/health.yaml @@ -5,8 +5,9 @@ on: types: [opened, synchronize, reopened, labeled, unlabeled] jobs: health: - uses: dart-lang/ecosystem/.github/workflows/health.yaml@9fabe464ea1d8408774de74d2ac759c1f90ae480 + uses: dart-lang/ecosystem/.github/workflows/health.yaml@main with: - checks: "version,changelog,do-not-submit,breaking,coverage,leaking" + checks: "changelog,do-not-submit,breaking,coverage,leaking" + ignore_coverage: "example/**,interop/**" permissions: - pull-requests: write \ No newline at end of file + pull-requests: write diff --git a/CHANGELOG.md b/CHANGELOG.md index 684f1d6a..273cc7c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * When the keep alive manager runs into a timeout, it will finish the transport instead of closing the connection, as defined in the gRPC spec. * Upgrade to `package:lints` version 5.0.0 and Dart SDK version 3.5.0. +* Upgrade `example/grpc-web` code. ## 4.0.1 diff --git a/example/grpc-web/pubspec.yaml b/example/grpc-web/pubspec.yaml index e215c131..10f80ceb 100644 --- a/example/grpc-web/pubspec.yaml +++ b/example/grpc-web/pubspec.yaml @@ -3,7 +3,7 @@ description: Dart gRPC-Web sample client publish_to: none environment: - sdk: '>=2.12.0 <3.0.0' + sdk: ^3.5.0 dependencies: grpc: @@ -11,6 +11,6 @@ dependencies: protobuf: ^3.0.0 dev_dependencies: - build_runner: ^2.0.0 - build_web_compilers: '>3.0.0 <5.0.0' - lints: ^2.0.0 + build_runner: ^2.4.13 + build_web_compilers: ^4.0.11 + lints: ^5.0.0