Skip to content

Commit 50b9ccd

Browse files
authored
Merge branch 'master' into grpc-web-example-package-web
2 parents 2b2b151 + 9a9c017 commit 50b9ccd

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

.github/workflows/health.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ on:
55
types: [opened, synchronize, reopened, labeled, unlabeled]
66
jobs:
77
health:
8-
uses: dart-lang/ecosystem/.github/workflows/health.yaml@9fabe464ea1d8408774de74d2ac759c1f90ae480
8+
uses: dart-lang/ecosystem/.github/workflows/health.yaml@main
99
with:
10-
checks: "version,changelog,do-not-submit,breaking,coverage,leaking"
10+
checks: "changelog,do-not-submit,breaking,coverage,leaking"
11+
ignore_coverage: "example/**,interop/**"
1112
permissions:
12-
pull-requests: write
13+
pull-requests: write

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* When the keep alive manager runs into a timeout, it will finish the transport instead of closing
66
the connection, as defined in the gRPC spec.
77
* Upgrade to `package:lints` version 5.0.0 and Dart SDK version 3.5.0.
8+
* Upgrade `example/grpc-web` code.
89
* Update xhr transport to migrate off legacy JS/HTML apis.
910

1011
## 4.0.1

example/grpc-web/pubspec.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Dart gRPC-Web sample client
33
publish_to: none
44

55
environment:
6-
sdk: '>=2.12.0 <3.0.0'
6+
sdk: ^3.5.0
77

88
dependencies:
99
grpc:
@@ -12,6 +12,6 @@ dependencies:
1212
web: ^1.1.0
1313

1414
dev_dependencies:
15-
build_runner: ^2.0.0
16-
build_web_compilers: '>3.0.0 <5.0.0'
17-
lints: ^2.0.0
15+
build_runner: ^2.4.13
16+
build_web_compilers: ^4.0.11
17+
lints: ^5.0.0

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dev_dependencies:
2828
test: ^1.16.0
2929
stream_channel: ^2.1.0
3030
stream_transform: ^2.0.0
31-
vm_service: ">=11.6.0 <15.0.0"
31+
vm_service: ">=11.6.0 <16.0.0"
3232
fake_async: ^1.3.1
3333

3434
false_secrets:

0 commit comments

Comments
 (0)