Skip to content

Commit 361917e

Browse files
devoncarewCommit Queue
authored andcommitted
[deps] rev ai, dartdoc, ecosystem, shelf, tools, webdev
Revisions updated by `dart tools/rev_sdk_deps.dart`. ai (https://github.com/dart-lang/ai/compare/59db320..a29274b): a29274b 2025-10-09 Greg Spencer Provide output logs when the process launch fails. (dart-lang/ai#293) d33ed02 2025-10-07 Greg Spencer [Feat] Add hot restart tool (dart-lang/ai#297) dartdoc (https://github.com/dart-lang/dartdoc/compare/ec2a4fe..98d03ad): 98d03ad2 2025-10-09 Sarah Zakarias Bump to 9.0.0 (dart-lang/dartdoc#4116) 45ba6ede 2025-10-07 Sam Rawlins Display constructor names in annotations (dart-lang/dartdoc#4115) ecosystem (https://github.com/dart-lang/ecosystem/compare/96ee861..f4fbac4): f4fbac4 2025-10-13 Moritz Use up to date firehose in publish (dart-lang/ecosystem#376) 1fe5686 2025-10-10 Moritz Relax assumptions on workspaces in firehose (dart-lang/ecosystem#375) shelf (https://github.com/dart-lang/shelf/compare/f30d650..710b8ce): 710b8ce 2025-10-08 Kevin Moore shelf_router_generator: update dependencies, SDK (dart-lang/shelf#484) tools (https://github.com/dart-lang/tools/compare/6866f9b..adf3fe7): adf3fe78 2025-10-13 Parker Lougheed [markdown] Preserve metadata passed to fenced code blocks (dart-lang/tools#2186) b435a46b 2025-10-10 Stephen Adams Fix `SingleMapping.spanFor` to use previous line (dart-lang/tools#2205) 4c7dae18 2025-10-10 Morgan :) Fix for skipped tests on Windows. (dart-lang/tools#2204) 50b4514e 2025-10-09 Morgan :) Use Event extension type for Windows DirectoryWatcher. (dart-lang/tools#2203) a0af8b59 2025-10-08 Morgan :) Use Event extension type for MacOS DirectoryWatcher. (dart-lang/tools#2201) 0f50f061 2025-10-08 Morgan :) Add package-private extension type Event on FileSystemEvent. (dart-lang/tools#2200) d67ab97c 2025-10-07 Moritz [bazel_worker] Upgrade `protobuf` + cleanups (dart-lang/tools#2195) webdev (https://github.com/dart-lang/webdev/compare/29ba1b1..186bfe7): 186bfe71 2025-10-09 Ben Konyi [ DWDS ] Expose `dtdUri` via `DebugConnection` (dart-lang/webdev#2694) 3ab8fca3 2025-10-09 Srujan Gaddam [DWDS] Don't send PauseInterrupted event during a hot reload (dart-lang/webdev#2695) cdc5cc3c 2025-10-09 jensjoha Pass script uri for javascript expression compilation (dart-lang/webdev#2682) Change-Id: Ie78adfec4a8887af1ea3104b50c52ea2fd3bb1d2 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/454621 Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Auto-Submit: Devon Carew <devoncarew@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
1 parent 493e16a commit 361917e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

DEPS

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,10 @@ vars = {
131131
### /third_party/pkg dependencies
132132
# 'tools/rev_sdk_deps.dart' will rev pkg dependencies to their latest; put an
133133
# EOL comment after a dependency to instead pin at the current revision.
134-
"ai_rev": "59db320ee39a1ae5f6e2830be851e52bb7263ce1",
134+
"ai_rev": "a29274bb2f8a48434f6d9b44d29ee3bbabf669ba",
135135
"core_rev": "5c3e2c38df268be2347f3aad30ced0147dd012bb", # b/444274553
136-
"dartdoc_rev": "ec2a4feee51961e9fbdd2bd94060cc8fc994c47e",
137-
"ecosystem_rev": "96ee86147a5f4c70aed64262e1521b745936cdb1",
136+
"dartdoc_rev": "98d03ad2cc341d1fb053e0addfc96ba35301976b",
137+
"ecosystem_rev": "f4fbac4de4a61c60193556e63e52b790ecc5e986",
138138
"flute_rev": "d5adc4d6439572db5da71a9261b9bf0c7c96daa4",
139139
"http_rev": "2c53fa3c558ec5d1dd9fce4360d435113dba11e5",
140140
"i18n_rev": "34d1832b7e65d9aef1f7f6a82c22f6e53476191c",
@@ -143,14 +143,14 @@ vars = {
143143
"native_rev": "3ec573500f743d4a1393f7802143aef50fec0a47", # rolled manually while native assets are experimental
144144
"protobuf_rev": "14bbd0bd7ff9b7e322ff4e85bd243f6905170b92",
145145
"pub_rev": "f7f1891e2de3d795532f45ec214f88ac912ffcd6", # rolled manually
146-
"shelf_rev": "f30d65034a868530a9aa9ada7c3067d22fa01185",
146+
"shelf_rev": "710b8cef08f69acf176c807eaf274dfb8656fde0",
147147
"sync_http_rev": "6666fff944221891182e1f80bf56569338164d72",
148148
"tar_rev": "13479f7c2a18f499e840ad470cfcca8c579f6909",
149149
"test_rev": "8083c8f24ffbca58cc0385add03c296b70636e7a",
150-
"tools_rev": "6866f9b19553625cc8af099d67aecbfb02067dcb",
150+
"tools_rev": "adf3fe7853d2d41ed39ee615fc4dc1a97bf5034c",
151151
"vector_math_rev": "a7b7e9ccb931348dbfa669e0f8fea1bf97705b16",
152152
"web_rev": "816abcc1bf186f61c7e66e7f4c56d1554a61ab27",
153-
"webdev_rev": "29ba1b12c83b5d0e34bc61181801120c36b95c54",
153+
"webdev_rev": "186bfe71c54a851afd2629c6445cd6a8e9516ee1",
154154
"webdriver_rev": "09104f459ed834d48b132f6b7734923b1fbcf2e9",
155155
"webkit_inspection_protocol_rev": "0f7685804d77ec02c6564d7ac1a6c8a2341c5bdf",
156156

0 commit comments

Comments
 (0)