Skip to content

Commit d96f1b5

Browse files
devoncarewCommit Queue
authored andcommitted
[deps] rev ecosystem, http, protobuf, shelf, webdev
Revisions updated by `dart tools/rev_sdk_deps.dart`. ecosystem (https://github.com/dart-lang/ecosystem/compare/5b0d815..fe4979b): fe4979b 2025-02-10 Kevin Moore [firehose] Set exit code and return instead of calling exit(X) (dart-lang/ecosystem#341) http (https://github.com/dart-lang/http/compare/b7cdf61..e28f9f5): e28f9f5 2025-02-11 Sam Rawlins Fix typo in example in README (dart-lang/http#1714) fc59d4a 2025-02-11 Brian Quinlan Revert cronet_http gradle version (dart-lang/http#1712) protobuf (https://github.com/dart-lang/protobuf/compare/d00f905..610943a): 610943a 2025-02-12 Devon Carew update the publish workflow; add a post_summaries one (google/protobuf.dart#961) 35a1bd6 2025-02-12 Devon Carew update the repo analysis config (google/protobuf.dart#962) d3f9ad1 2025-02-12 Devon Carew updates to the gitignore files (google/protobuf.dart#960) 950b6a7 2025-02-11 Ömer Sinan Ağacan Remove redundant checkNotNull calls from pre-null-safe days (google/protobuf.dart#958) shelf (https://github.com/dart-lang/shelf/compare/2a7442f..b39e611): b39e611 2025-02-11 dependabot[bot] Bump actions/stale from 9.0.0 to 9.1.0 in the github-actions group (dart-lang/shelf#470) webdev (https://github.com/dart-lang/webdev/compare/616da45..718c39c): 718c39c3 2025-02-11 Jessy Yameogo set packageConfigPath and update DWDS version to 24.3.5 (dart-lang/webdev#2589) 4246bbc5 2025-02-11 Jessy Yameogo Added method findPackageConfigFilePath to find the package_config.json file (dart-lang/webdev#2587) Change-Id: I7e5940ad3b128d1e47c2185a1435006c2a277bc4 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/409621 Commit-Queue: Devon Carew <[email protected]> Reviewed-by: Konstantin Shcheglov <[email protected]>
1 parent 03eb25d commit d96f1b5

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

DEPS

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -124,35 +124,33 @@ vars = {
124124
# and land the review.
125125
#
126126
# For more details, see https://github.com/dart-lang/sdk/issues/30164.
127-
"dart_style_rev": "21de99ec0ff8ace4d946a746fb427fffd6afa535", # disable tools/rev_sdk_deps.dart
127+
"dart_style_rev": "21de99ec0ff8ace4d946a746fb427fffd6afa535", # rolled manually
128128

129129
### /third_party/pkg dependencies
130-
# 'tools/rev_sdk_deps.dart' can rev pkg dependencies to their latest; put an
131-
# EOL comment after a dependency to disable this and pin it at its current
132-
# revision.
130+
# 'tools/rev_sdk_deps.dart' will rev pkg dependencies to their latest; put an
131+
# EOL comment after a dependency to instead pin at the current revision.
133132
"core_rev": "0b2bd3fcd7f3e082f4cc9b14c19ffa93894b85ae",
134133
"dartdoc_rev": "e1295863b11c54680bf178ec9c2662a33b0e24be", # https://github.com/dart-lang/dartdoc/issues/3969
135-
"ecosystem_rev": "5b0d815952d81f5a51cc6a1af1cacab26f3a61d7",
134+
"ecosystem_rev": "fe4979bc6466de62eaf30b2bf59a78b4bffa3c5b",
136135
"flute_rev": "e4ea0459a7debae5e9592c85141707b01fac86c9",
137136
"glob_rev": "043796be996190473b397fa2fecfa34bb91376fb",
138-
"http_rev": "b7cdf6136926589210662bbdd71000e7abab7271",
137+
"http_rev": "e28f9f5ec65d83d0bfb299a78c9365cc4dc38ba1",
139138
"intl_rev": "5d65e3808ce40e6282e40881492607df4e35669f",
140-
"leak_tracker_rev": "f5620600a5ce1c44f65ddaa02001e200b096e14c", # manually rolled
139+
"leak_tracker_rev": "f5620600a5ce1c44f65ddaa02001e200b096e14c", # rolled manually
141140
"markdown_rev": "62f78c64d963ba6f73bd70ed65630dc934a264e6",
142141
"material_color_utilities_rev": "799b6ba2f3f1c28c67cc7e0b4f18e0c7d7f3c03e",
143-
# dart-native-interop-team@ is rolling breaking changes manually while the assets features are in experimental.
144-
"native_rev": "c817a5e41220de370cbea6e6445e63cdc7087544", # disable tools/rev_sdk_deps.dart
145-
"protobuf_rev": "d00f905450c562493d918884e02048b7aacc00a3",
146-
"pub_rev": "710265bae23ad5860f33287fba10b5c369f19a93", # disable tools/rev_sdk_deps.dart
147-
"shelf_rev": "2a7442f7d6d3e63fdc7b387128619b263dcb7e78",
142+
"native_rev": "c817a5e41220de370cbea6e6445e63cdc7087544", # rolled manually while native assets are experimental
143+
"protobuf_rev": "610943a3bed70c1c2079af5fca02462df10d223f",
144+
"pub_rev": "710265bae23ad5860f33287fba10b5c369f19a93", # rolled manually
145+
"shelf_rev": "b39e61196ce555dc1d3a0c3da695228fa6bdebb8",
148146
"sync_http_rev": "47e6b264a209d0d806cfe9cdad8b6c69ce231986",
149147
"tar_rev": "5a1ea943e70cdf3fa5e1102cdbb9418bd9b4b81a",
150148
"test_rev": "17609bf90c9d5ef47707f5796763629450382474",
151-
"tools_rev": "750b4ad8ea80dd0bfa1d4dcf05915183c2bf6dab", # b/391934702
149+
"tools_rev": "750b4ad8ea80dd0bfa1d4dcf05915183c2bf6dab",
152150
"vector_math_rev": "533c513771d35312dcd0f69e662d729979882df1",
153151
"web_rev": "c2d5f63e9ea4c1409d6e159fc7b92dbcf4dc0d4d",
154152
"web_socket_channel_rev": "f335e52affa5c70a725401394bf265fc4384e62f",
155-
"webdev_rev": "616da45582e008efa114728927eabb498c71f1b7",
153+
"webdev_rev": "718c39c3b10f6e77f767d70d1f30f8a6c8262d6f",
156154
"webdriver_rev": "e84e9ccbee3e0c38a149b7d964eb7ab6ccc78384",
157155
"webkit_inspection_protocol_rev": "effa75205516757795683d527c3dea9546eb0c32",
158156

0 commit comments

Comments
 (0)