2017-03-29 19:10:50 +00:00
|
|
|
# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
2015-05-16 13:17:10 +00:00
|
|
|
# for details. All rights reserved. Use of this source code is governed by a
|
|
|
|
# BSD-style license that can be found in the LICENSE file.
|
|
|
|
|
2017-06-20 19:35:22 +00:00
|
|
|
# IMPORTANT:
|
|
|
|
# Before adding or updating dependencies, please review the documentation here:
|
|
|
|
# https://github.com/dart-lang/sdk/wiki/Adding-and-Updating-Dependencies
|
2022-10-07 00:04:56 +00:00
|
|
|
#
|
|
|
|
# Packages can be rolled to the latest version with `tools/manage_deps.dart`.
|
|
|
|
#
|
|
|
|
# For example
|
|
|
|
#
|
|
|
|
# dart tools/manage_deps.dart bump third_party/pkg/dart_style
|
2017-06-20 19:35:22 +00:00
|
|
|
|
2018-01-05 18:48:58 +00:00
|
|
|
allowed_hosts = [
|
2023-10-25 22:34:39 +00:00
|
|
|
'android.googlesource.com',
|
2018-01-05 18:48:58 +00:00
|
|
|
'boringssl.googlesource.com',
|
2018-06-28 16:08:14 +00:00
|
|
|
'chrome-infra-packages.appspot.com',
|
2018-01-05 18:48:58 +00:00
|
|
|
'chromium.googlesource.com',
|
|
|
|
'dart.googlesource.com',
|
2020-06-02 12:53:24 +00:00
|
|
|
'dart-internal.googlesource.com',
|
2018-01-05 18:48:58 +00:00
|
|
|
'fuchsia.googlesource.com',
|
2023-05-22 23:38:58 +00:00
|
|
|
'llvm.googlesource.com',
|
2018-01-05 18:48:58 +00:00
|
|
|
]
|
|
|
|
|
2015-05-16 13:17:10 +00:00
|
|
|
vars = {
|
|
|
|
# The dart_root is the root of our sdk checkout. This is normally
|
|
|
|
# simply sdk, but if using special gclient specs it can be different.
|
|
|
|
"dart_root": "sdk",
|
|
|
|
|
2015-05-28 12:24:22 +00:00
|
|
|
# We use mirrors of all github repos to guarantee reproducibility and
|
|
|
|
# consistency between what users see and what the bots see.
|
|
|
|
# We need the mirrors to not have 100+ bots pulling github constantly.
|
2018-01-02 16:01:28 +00:00
|
|
|
# We mirror our github repos on Dart's git servers.
|
2015-05-28 12:24:22 +00:00
|
|
|
# DO NOT use this var if you don't see a mirror here:
|
2018-01-02 16:01:28 +00:00
|
|
|
# https://dart.googlesource.com/
|
2020-06-02 12:53:24 +00:00
|
|
|
"dart_git": "https://dart.googlesource.com/",
|
|
|
|
"dart_internal_git": "https://dart-internal.googlesource.com",
|
2018-01-02 16:01:28 +00:00
|
|
|
# If the repo you want to use is at github.com/dart-lang, but not at
|
|
|
|
# dart.googlesource.com, please file an issue
|
|
|
|
# on github and add the label 'area-infrastructure'.
|
|
|
|
# When the repo is mirrored, you can add it to this DEPS file.
|
2015-05-26 08:44:57 +00:00
|
|
|
|
2016-06-22 17:32:51 +00:00
|
|
|
# Chromium git
|
2023-10-25 22:34:39 +00:00
|
|
|
"android_git": "https://android.googlesource.com",
|
2016-06-22 17:32:51 +00:00
|
|
|
"chromium_git": "https://chromium.googlesource.com",
|
2017-05-07 04:44:59 +00:00
|
|
|
"fuchsia_git": "https://fuchsia.googlesource.com",
|
2023-05-22 23:38:58 +00:00
|
|
|
"llvm_git": "https://llvm.googlesource.com",
|
2016-06-22 17:32:51 +00:00
|
|
|
|
2023-09-13 11:42:51 +00:00
|
|
|
# Checked-in SDK version. The checked-in SDK is a Dart SDK distribution
|
|
|
|
# in a cipd package used to run Dart scripts in the build and test
|
|
|
|
# infrastructure, which is automatically built on the release commits.
|
|
|
|
# Use a published dev version to support unstable platforms.
|
|
|
|
"sdk_tag": "version:3.2.0-150.0.dev",
|
2020-04-28 14:20:48 +00:00
|
|
|
|
2019-11-26 17:10:18 +00:00
|
|
|
# co19 is a cipd package. Use update.sh in tests/co19[_2] to update these
|
2022-05-17 13:43:59 +00:00
|
|
|
# hashes.
|
2023-10-27 07:43:50 +00:00
|
|
|
"co19_rev": "3011a2e78f407ba3f9a3cf543fe17f5e8f2cc294",
|
2021-09-23 15:51:06 +00:00
|
|
|
# This line prevents conflicts when both packages are rolled simultaneously.
|
2023-10-10 08:12:41 +00:00
|
|
|
"co19_2_rev": "d87f9096ec0a14cd7c32c33316fb2378b89d6a45",
|
2016-06-22 17:32:51 +00:00
|
|
|
|
2020-06-02 12:53:24 +00:00
|
|
|
# The internal benchmarks to use. See go/dart-benchmarks-internal
|
2023-05-24 15:20:35 +00:00
|
|
|
"benchmarks_internal_rev": "f048a4a853e3062056d39c3db100acdde42f16d6",
|
2020-06-02 12:53:24 +00:00
|
|
|
"checkout_benchmarks_internal": False,
|
|
|
|
|
2023-08-29 11:03:32 +00:00
|
|
|
# Checkout the flute benchmark only when benchmarking.
|
|
|
|
"checkout_flute": False,
|
|
|
|
|
2020-10-28 16:25:05 +00:00
|
|
|
# Checkout Android dependencies only on Mac and Linux.
|
2021-11-02 15:00:53 +00:00
|
|
|
"download_android_deps":
|
2022-05-10 16:11:53 +00:00
|
|
|
"host_os == mac or (host_os == linux and host_cpu == x64)",
|
2020-10-28 16:25:05 +00:00
|
|
|
|
2021-04-14 11:16:16 +00:00
|
|
|
# Checkout extra javascript engines for testing or benchmarking.
|
|
|
|
# d8, the V8 shell, is always checked out.
|
|
|
|
"checkout_javascript_engines": False,
|
2023-10-13 17:09:19 +00:00
|
|
|
"d8_tag": "version:11.9.95",
|
2022-01-10 14:05:33 +00:00
|
|
|
"jsshell_tag": "version:95.0",
|
2021-04-14 11:16:16 +00:00
|
|
|
|
2018-11-29 15:37:40 +00:00
|
|
|
# As Flutter does, we use Fuchsia's GN and Clang toolchain. These revision
|
|
|
|
# should be kept up to date with the revisions pulled by the Flutter engine.
|
|
|
|
# The list of revisions for these tools comes from Fuchsia, here:
|
2022-02-17 15:51:48 +00:00
|
|
|
# https://fuchsia.googlesource.com/integration/+/HEAD/toolchain
|
2018-11-29 15:37:40 +00:00
|
|
|
# If there are problems with the toolchain, contact fuchsia-toolchain@.
|
2023-06-14 21:11:11 +00:00
|
|
|
"clang_version": "git_revision:6d667d4b261e81f325756fdfd5bb43b3b3d2451d",
|
2023-09-12 22:24:55 +00:00
|
|
|
"gn_version": "git_revision:991530ce394efb58fcd848195469022fa17ae126",
|
2017-05-07 04:44:59 +00:00
|
|
|
|
2023-10-24 14:36:19 +00:00
|
|
|
"reclient_version": "git_revision:81e819b39d4743462857cc55430d898b9fcca1af",
|
|
|
|
|
2022-10-11 18:12:39 +00:00
|
|
|
# Update from https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/gn
|
2023-08-22 19:59:25 +00:00
|
|
|
"fuchsia_sdk_version": "version:12.20230407.0.1",
|
|
|
|
"download_fuchsia_deps": False,
|
2022-10-11 18:12:39 +00:00
|
|
|
|
2022-09-23 11:14:16 +00:00
|
|
|
# Ninja, runs the build based on files generated by GN.
|
2023-05-26 20:55:33 +00:00
|
|
|
"ninja_tag": "version:2@1.11.1.chromium.7",
|
2022-09-23 11:14:16 +00:00
|
|
|
|
2017-05-07 04:44:59 +00:00
|
|
|
# Scripts that make 'git cl format' work.
|
2022-03-08 10:23:34 +00:00
|
|
|
"clang_format_scripts_rev": "bb994c6f067340c1135eb43eed84f4b33cfa7397",
|
2015-05-16 13:17:10 +00:00
|
|
|
|
2023-01-23 04:30:59 +00:00
|
|
|
### /third_party/ dependencies
|
|
|
|
|
|
|
|
# Prefer to use hashes of binaryen that have been reviewed & rolled into g3.
|
2023-09-21 11:47:59 +00:00
|
|
|
"binaryen_rev" : "a51bd6df919a5b79574f0996a760cc20cb05697e",
|
2023-05-19 22:46:56 +00:00
|
|
|
"boringssl_gen_rev": "a468ba9fec3f59edf46a7db98caaca893e1e4d96",
|
|
|
|
"boringssl_rev": "74646566e93de7551bfdfc5f49de7462f13d1d05",
|
2023-01-23 04:30:59 +00:00
|
|
|
"browser-compat-data_tag": "ac8cae697014da1ff7124fba33b0b4245cc6cd1b", # v1.0.22
|
2023-10-24 17:09:20 +00:00
|
|
|
"devtools_rev": "d2f59cf9cb072f64baa7268a0a97cf422f44edbf",
|
2023-01-23 04:30:59 +00:00
|
|
|
"icu_rev": "81d656878ec611cb0b42d52c82e9dae93920d9ba",
|
|
|
|
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
|
2023-05-22 23:38:58 +00:00
|
|
|
"libcxx_rev": "44079a4cc04cdeffb9cfe8067bfb3c276fb2bab0",
|
|
|
|
"libcxxabi_rev": "2ce528fb5e0f92e57c97ec3ff53b75359d33af12",
|
2023-01-26 16:07:22 +00:00
|
|
|
"libprotobuf_rev": "24487dd1045c7f3d64a21f38a3f0c06cc4cf2edb",
|
2023-01-23 04:30:59 +00:00
|
|
|
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
|
2023-10-25 22:34:39 +00:00
|
|
|
"perfetto_rev": "13ce0c9e13b0940d2476cd0cff2301708a9a2e2b",
|
2023-01-23 04:30:59 +00:00
|
|
|
"ply_rev": "604b32590ffad5cbb82e4afef1d305512d06ae93",
|
2023-05-17 19:32:49 +00:00
|
|
|
"protobuf_gn_rev": "ca669f79945418f6229e4fef89b666b2a88cbb10",
|
2023-01-23 04:30:59 +00:00
|
|
|
"root_certificates_rev": "692f6d6488af68e0121317a9c2c9eb393eb0ee50",
|
|
|
|
"WebCore_rev": "bcb10901266c884e7b3740abc597ab95373ab55c",
|
2023-04-17 16:32:20 +00:00
|
|
|
"zlib_rev": "14dd4c4455602c9b71a1a89b5cafd1f4030d2e3f",
|
2016-09-16 15:24:54 +00:00
|
|
|
|
2023-01-23 04:30:59 +00:00
|
|
|
### /third_party/pkg dependencies
|
|
|
|
# 'tools/rev_sdk_deps.dart' can rev pkg dependencies to their latest; put an
|
[deps] rev async, dartdoc, html, http, http_multi_server, source_map_stack_trace, stream_channel, test, tools, watcher, webdev, yaml, yaml_edit
Revisions updated by `dart tools/rev_sdk_deps.dart`.
async (https://github.com/dart-lang/async/compare/8deaa40..f454380):
f454380 2023-03-02 Natalie Weizenbaum Add `StreamExtensions.listenAndBuffer()` (#235)
dartdoc (https://github.com/dart-lang/dartdoc/compare/77d5994..98fa859):
98fa859c 2023-03-05 dependabot[bot] Bump cli_util from 0.3.5 to 0.4.0 (#3360)
html (https://github.com/dart-lang/html/compare/0b8025c..08643e9):
08643e9 2023-03-02 Devon Carew prep for publishing 0.15.2 (#205)
http (https://github.com/dart-lang/http/compare/1500a71..805a147):
805a147 2023-03-02 Kevin Moore Fix some spelling (#884)
5a2f036 2023-03-02 Kevin Moore Move to pkg:dart_flutter_team_lints, require Dart 2.19 (#883)
35b2cef 2023-03-02 Bahaa Fathi Yousef Corrected the spelling of "Implements" in "/http/lib/src/io_client.dart" (#871)
bb86cf3 2023-02-27 Brian Quinlan Provide access to NSURLSession.sessionDescription (#881)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/2cd5355..7bd190c):
7bd190c 2023-03-06 Kevin Moore Require Dart 2.19, enable and fix new team lints (#51)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/a60ef54..45ea368):
45ea368 2023-03-07 Kevin Moore Require Dart 2.19, use pkg:dart_flutter_team_lints (#35)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0850515..a20ccd4):
a20ccd4 2023-02-28 Kevin Moore move to pkg:dart_flutter_team_lints lints, fix code, bump min SDK (#87)
test (https://github.com/dart-lang/test/compare/1307cc5..92da93a):
92da93a8 2023-03-06 Devon Carew dogfood the new setup-dart action (#1964)
e49818ec 2023-03-01 dependabot[bot] Bump github/codeql-action from 2.2.1 to 2.2.5 (#1963)
tools (https://github.com/dart-lang/tools/compare/28b7be8..a1c3506):
a1c3506 2023-03-07 Devon Carew dogfood the new setup-dart action (#25)
fb46723 2023-03-07 Elias Yishak Update pubspec.yaml (#24)
5a72344 2023-03-06 Elias Yishak Add `DashEvent` for toggling telemetry collection + send event whenever toggled (#23)
watcher (https://github.com/dart-lang/watcher/compare/0ca6638..5968409):
5968409 2023-03-07 Kevin Moore blast_repo fixes (#139)
e8f771a 2023-03-07 Kevin Moore Require Dart 2.19, use new team lints (#138)
webdev (https://github.com/dart-lang/webdev/compare/deb801b..c007560):
c007560 2023-03-06 Elliott Brooks (she/her) [MV3 Debug Extension] Show warning when clicking on debug extension for non Dart app (#2015)
1a010dc 2023-03-06 Devon Carew dogfood the new setup-dart action (#2017)
07743a3 2023-03-06 Anna Gringauze Fix exception mapping from JS to dart (#2004)
eb63b31 2023-03-03 Elliott Brooks (she/her) Create a Dart Debug Extension issue template (#2014)
85f35d4 2023-03-01 Devon Carew update publishing automation integration (#2002)
e748045 2023-02-28 Anna Gringauze Prepare to release webdev 3.0.1 (#2000)
5355050 2023-02-27 Elliott Brooks (she/her) [MV3 Debug Extension] Ignore page reloads for detecting navigation away from app (#1994)
4e08276 2023-02-27 Anna Gringauze Prepare to release dwds 18.0.0 (#1993)
fc54d68 2023-02-27 Anna Gringauze Fix expression evaluation failures on empty scopes (#1998)
496a2b4 2023-02-27 Anna Gringauze Temporarily disable publish verification (#1996)
yaml (https://github.com/dart-lang/yaml/compare/a6d8781..1ad2f49):
1ad2f49 2023-03-01 Kevin Moore Require Dart 2.19, migrate to dart_flutter_team_lints, make associated fixes (#138)
4d369fd 2023-03-01 Kevin Moore benchmark: fix output.json (#137)
yaml_edit (https://github.com/dart-lang/yaml_edit/compare/998eea2..0668eb5):
0668eb5 2023-03-02 Jonas Finnemann Jensen Wrap recursively, prepare release (#28)
a4ff857 2023-03-01 Mohamed Ishad Update CHANGELOG.md (#37)
2fdfbdb 2023-02-28 Mohamed Ishad Fix for issue #23 (#34)
494ad7c 2023-02-25 MikiPaul fixed typo (#36)
Change-Id: I101c94575c20fca55c7440e84668413207073a32
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/287162
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-03-07 21:13:36 +00:00
|
|
|
# EOL comment after a dependency to disable this and pin it at its current
|
|
|
|
# revision.
|
2022-06-19 19:11:11 +00:00
|
|
|
|
[deps] rev args, async, bazel_worker, benchmark_harness, boolean_selector, browser_launcher, cli_util, clock, collection, convert, crypto, csslib, dartdoc, ecosystem, ffi, fixnum, glob, html, http, http_multi_server, http_parser, json_rpc_2, lints, logging, markdown, matcher, mime, mockito, native, package_config, path, pool, pub_semver, shelf, source_map_stack_trace, source_maps, source_span, sse, stack_trace, stream_channel, string_scanner, term_glyph, test, test_descriptor, test_process, test_reflective_loader, tools, typed_data, usage, watcher, web_socket_channel, webdev, yaml, yaml_edit
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/5a4e16f..df9b428):
df9b428 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#256)
892f013 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#257)
async (https://github.com/dart-lang/async/compare/75efa6c..def4482):
def4482 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#253)
a0ca552 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#252)
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/159e671..b1b6a66):
b1b6a66 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#82)
bb9e48d 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#81)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/7d0d28e..59aea95):
59aea95 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#94)
e3f6207 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#93)
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/f255921..9431e01):
9431e01 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#51)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/1f69393..25bc94a):
25bc94a 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#50)
cli_util (https://github.com/dart-lang/cli_util/compare/44118e3..9e48f0d):
9e48f0d 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#90)
clock (https://github.com/dart-lang/clock/compare/1e75f08..200a020):
200a020 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#56)
8a2b550 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#57)
collection (https://github.com/dart-lang/collection/compare/91afde4..d27bfaf):
d27bfaf 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#314)
5d568ae 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#313)
convert (https://github.com/dart-lang/convert/compare/c058c8f..140b2f0):
140b2f0 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#87)
crypto (https://github.com/dart-lang/crypto/compare/1e26879..b38dd62):
b38dd62 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#153)
csslib (https://github.com/dart-lang/csslib/compare/bd30a1a..f6b68dd):
f6b68dd 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#190)
4b1ee3f 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#189)
dartdoc (https://github.com/dart-lang/dartdoc/compare/a3cfdc4..59947b1):
59947b14 2023-09-25 Sam Rawlins Do not hide stacktrace of DartdocFailures (#3505)
d95af5c7 2023-09-25 dependabot[bot] Bump actions/checkout from 4.0.0 to 4.1.0 (#3506)
ecosystem (https://github.com/dart-lang/ecosystem/compare/3da2dd3..dcbd2ee):
dcbd2ee 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#184)
3006120 2023-10-01 dependabot[bot] Bump peter-evans/create-or-update-comment (#183)
69334aa 2023-10-01 dependabot[bot] Bump actions/upload-artifact (#181)
3dd6c69 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#185)
2c5523c 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#182)
5b7d3fd 2023-09-28 Devon Carew update package:dart_flutter_team_lints to use the beta package:lints (#179)
297e63e 2023-09-28 Devon Carew fix an issue validating pre-release git publishing tags (#180)
1154183 2023-09-28 Moritz Check for `DO_NOT_SUBMIT` strings. (#178)
bc2dd27 2023-09-28 Moritz Add api tool call for testing (#153)
eb8e398 2023-09-27 Moritz Do not fail `publish` on forks (#177)
f40a4eb 2023-09-25 Devon Carew improve support for '-dev' and '-wip' package versions (#173)
ffi (https://github.com/dart-lang/ffi/compare/d36e05a..ee70dd4):
ee70dd4 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#214)
fixnum (https://github.com/dart-lang/fixnum/compare/87ed065..ef0a587):
ef0a587 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#115)
glob (https://github.com/dart-lang/glob/compare/9c1996f..0046533):
0046533 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#83)
f6ebc74 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#84)
html (https://github.com/dart-lang/html/compare/a1b193e..49e2c8e):
49e2c8e 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#228)
fb2de8a 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#227)
http (https://github.com/dart-lang/http/compare/1251619..88ec75e):
88ec75e 2023-10-01 dependabot[bot] Bump actions/checkout from 3 to 4 (#1025)
08143d1 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#1024)
2c99da1 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#1023)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/9d62ea3..03041aa):
03041aa 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#59)
5efaa07 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#58)
http_parser (https://github.com/dart-lang/http_parser/compare/d2d03e7..c557f57):
c557f57 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#78)
a629fd6 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#79)
json_rpc_2 (https://github.com/dart-lang/json_rpc_2/compare/50a3786..0521afb):
0521afb 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#104)
4782145 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#103)
lints (https://github.com/dart-lang/lints/compare/b044aca..140c802):
140c802 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#158)
624a09d 2023-09-28 Devon Carew add dangling_library_doc_comments, remove prefer_void_to_null (#157)
296efaf 2023-09-28 Devon Carew remove no_wildcard_variable_uses; improve testing (#156)
c266a04 2023-09-26 Devon Carew rev to 3.0.0-beta in preparation for publishing (#153)
logging (https://github.com/dart-lang/logging/compare/bcaad0f..642ed21):
642ed21 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#149)
287f4cb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#148)
markdown (https://github.com/dart-lang/markdown/compare/6cfd6f1..ae766d5):
ae766d5 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#556)
matcher (https://github.com/dart-lang/matcher/compare/80910d6..11daad9):
11daad9 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#229)
mime (https://github.com/dart-lang/mime/compare/37ef637..f3b9c49):
f3b9c49 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#105)
mockito (https://github.com/dart-lang/mockito/compare/097e563..610c3dc):
610c3dc 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#699)
73930cd 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#698)
native (https://github.com/dart-lang/native/compare/be4aaf7..22500ea):
22500ea 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#144)
5bfc7ff 2023-10-01 dependabot[bot] Bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#145)
0b7885a 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#143)
package_config (https://github.com/dart-lang/package_config/compare/ae7ad83..100533d):
100533d 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#141)
a4b474a 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#142)
path (https://github.com/dart-lang/path/compare/96d9183..abcf38c):
abcf38c 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#151)
pool (https://github.com/dart-lang/pool/compare/a5bee35..4bcc7de):
4bcc7de 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#75)
pub_semver (https://github.com/dart-lang/pub_semver/compare/f0be74a..8e5a58f):
8e5a58f 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#93)
81da7c8 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#92)
shelf (https://github.com/dart-lang/shelf/compare/4851978..c15fc6f):
c15fc6f 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#386)
e47c00e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#384)
b9c898e 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#385)
9b96b9b 2023-09-26 Michael Thomsen Add backend tag in pubspec.yaml (#381)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/196d7bf..73d449c):
73d449c 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#42)
2c4840e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#43)
source_maps (https://github.com/dart-lang/source_maps/compare/eb3d40a..fc6aa16):
fc6aa16 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#83)
dfca7d5 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#82)
source_span (https://github.com/dart-lang/source_span/compare/48d0f57..92e50bf):
92e50bf 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#102)
c212afa 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#103)
sse (https://github.com/dart-lang/sse/compare/eeb2588..606387e):
606387e 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#89)
stack_trace (https://github.com/dart-lang/stack_trace/compare/bcf2a0b..1c36cd7):
1c36cd7 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#143)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0ce7ab6..bf74065):
bf74065 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#95)
string_scanner (https://github.com/dart-lang/string_scanner/compare/da9142c..616424c):
616424c 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#63)
term_glyph (https://github.com/dart-lang/term_glyph/compare/1b28285..19abf84):
19abf84 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#42)
test (https://github.com/dart-lang/test/compare/8191a35..367aa39):
367aa397 2023-10-02 Jacob MacDonald release test_core and test (#2112)
672be9d7 2023-10-02 Ben Konyi Update package:vm_service to 12.0.0 (#2110)
de324cc7 2023-10-01 dependabot[bot] Bump github/codeql-action from 2.21.5 to 2.21.9 (#2106)
31b94dbb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#2105)
d56c2150 2023-10-01 dependabot[bot] Bump actions/cache from 3.0.11 to 3.3.2 (#2108)
b93f1b50 2023-10-01 dependabot[bot] Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#2109)
a077b673 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#2107)
566d70a2 2023-09-26 Lau Ching Jun Filter test by line when kernel is compiled with --filesystem-scheme. (#2101)
7ec1bbf5 2023-09-25 Nate Bosch Drop support for legacy iframe communication (#2099)
d3f4b368 2023-09-25 Nate Bosch Tighten types in test utils (#2097)
9d997910 2023-09-25 Nate Bosch Add types to Browser implementation url arguments (#2096)
test_descriptor (https://github.com/dart-lang/test_descriptor/compare/030193d..55b5eac):
55b5eac 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#57)
c2ba59e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#56)
test_process (https://github.com/dart-lang/test_process/compare/2a6ee23..5efd0bf):
5efd0bf 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#49)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/45c57d6..8593eb1):
8593eb1 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#52)
4857e22 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#53)
tools (https://github.com/dart-lang/tools/compare/3c248df..f318c80):
f318c80 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#177)
0480655 2023-10-01 dependabot[bot] Bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#176)
73583e8 2023-09-29 Devon Carew update package:cli_config to the latest package:dart_flutter_team_lints (#171)
b293897 2023-09-28 Devon Carew update to the latest package:dart_flutter_team_lints (#173)
242fdb5 2023-09-28 Devon Carew update to the latest package:dart_flutter_team_lints (#172)
a51f779 2023-09-28 Elias Yishak Use constant for no op client id (#168)
e83caee 2023-09-27 Moritz Allow `publish` to write comments on forks (#169)
typed_data (https://github.com/dart-lang/typed_data/compare/80e8943..d1c15ed):
d1c15ed 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#73)
e13af06 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#74)
usage (https://github.com/dart-lang/usage/compare/7b12d51..d7d2964):
d7d2964 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#198)
920c6e8 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#199)
watcher (https://github.com/dart-lang/watcher/compare/1aed03e..c480e2d):
c480e2d 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#151)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/af945f1..364013d):
364013d 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#286)
50dada7 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#285)
webdev (https://github.com/dart-lang/webdev/compare/3078f48..7c2c2d7):
7c2c2d70 2023-10-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 4.1.0 (#2245)
7739a114 2023-09-26 Elliott Brooks Refactor tests to handle new `ToolConfiguration` (#2243)
4e350cde 2023-09-21 Elliott Brooks Fix issue with the inspector panel in the Dart Debug Extension (#2242)
bbddba29 2023-09-21 Elliott Brooks Prepare the Dart Debug Extension for release to version 1.36 (#2241)
cc5db13f 2023-09-21 Elliott Brooks Rename plainUri to debugUri and send it to the extension (#2238)
48fc725f 2023-09-20 Elliott Brooks Add a new workspaceName parameter to DWDS on start up (#2237)
d2dae560 2023-09-20 Elliott Brooks Refactor: Update the parameters for `DWDS.start` (#2231)
yaml (https://github.com/dart-lang/yaml/compare/ae00187..9f0d649):
9f0d649 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#153)
8e70ffb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#152)
yaml_edit (https://github.com/dart-lang/yaml_edit/compare/4a9734d..a7e7fba):
a7e7fba 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#58)
f33e3d0 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#59)
8a380e8 2023-09-28 Sigurd Meldgaard Change AliasError to AliasException (#57)
Change-Id: I22f88e36d2eceb03495dabcf1265e9043364e0bd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/329260
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-10-04 05:28:26 +00:00
|
|
|
"args_rev": "df9b428e53e889835257c8475538e09834ffd022",
|
|
|
|
"async_rev": "def44823a35fc13312d3147cbbd5425a73e7e243",
|
|
|
|
"bazel_worker_rev": "b1b6a6605f0255eb1bf4aaf5aaf36f0d635e1b20",
|
|
|
|
"benchmark_harness_rev": "59aea9583e9cc760776ff686cd79bcc4e5a36669",
|
[deps] rev boolean_selector, browser_launcher, cli_util, convert, crypto, ffi, fixnum, markdown, matcher, mime, mockito, native, path, pool, sse, stack_trace, stream_channel, string_scanner, term_glyph, test_process, watcher
Revisions updated by `dart tools/rev_sdk_deps.dart`.
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/9431e01..479e1c1):
479e1c1 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#52)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/25bc94a..c2871b2):
c2871b2 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#49)
cli_util (https://github.com/dart-lang/cli_util/compare/9e48f0d..56c1235):
56c1235 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#89)
convert (https://github.com/dart-lang/convert/compare/140b2f0..03242b2):
03242b2 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#88)
crypto (https://github.com/dart-lang/crypto/compare/b38dd62..36ead7c):
36ead7c 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#154)
ffi (https://github.com/dart-lang/ffi/compare/ee70dd4..2faec28):
2faec28 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#215)
fixnum (https://github.com/dart-lang/fixnum/compare/ef0a587..ef45eb5):
ef45eb5 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#116)
markdown (https://github.com/dart-lang/markdown/compare/ae766d5..4e2e970):
4e2e970 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#557)
matcher (https://github.com/dart-lang/matcher/compare/11daad9..356e5f6):
356e5f6 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#228)
mime (https://github.com/dart-lang/mime/compare/f3b9c49..af3e5fe):
af3e5fe 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#106)
mockito (https://github.com/dart-lang/mockito/compare/610c3dc..49859e4):
49859e4 2023-10-05 Ilya Yanok Fix Mockito formatting for recent Dart versions
native (https://github.com/dart-lang/native/compare/7aaa025..fd21f5b):
fd21f5b 2023-10-05 Gabriel Terwesten [native_assets_cli] Clarify meaning of `targetAndroidNdkApi` in docs (#151)
path (https://github.com/dart-lang/path/compare/abcf38c..4ca27d4):
4ca27d4 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#152)
pool (https://github.com/dart-lang/pool/compare/4bcc7de..5ccef15):
5ccef15 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#74)
sse (https://github.com/dart-lang/sse/compare/606387e..e190744):
e190744 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#90)
stack_trace (https://github.com/dart-lang/stack_trace/compare/1c36cd7..634589f):
634589f 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#142)
stream_channel (https://github.com/dart-lang/stream_channel/compare/bf74065..ffdb208):
ffdb208 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#96)
string_scanner (https://github.com/dart-lang/string_scanner/compare/616424c..9c525f7):
9c525f7 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#64)
term_glyph (https://github.com/dart-lang/term_glyph/compare/19abf84..cff80de):
cff80de 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#43)
test_process (https://github.com/dart-lang/test_process/compare/5efd0bf..d610333):
d610333 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#48)
watcher (https://github.com/dart-lang/watcher/compare/c480e2d..3998cdd):
3998cdd 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#152)
Change-Id: If3a7412a341d968ec8eee3a866f9f6149460c2c8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/329580
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-10-05 14:58:17 +00:00
|
|
|
"boolean_selector_rev": "479e1c110355a6c13f88922c9fdec353225fc825",
|
|
|
|
"browser_launcher_rev": "c2871b2e03aa4490caf476c274996e2bc20c5451",
|
2023-09-25 09:19:00 +00:00
|
|
|
"characters_rev": "7633a16a22c626e19ca750223237396315268a06",
|
[deps] rev boolean_selector, browser_launcher, cli_util, convert, crypto, ffi, fixnum, markdown, matcher, mime, mockito, native, path, pool, sse, stack_trace, stream_channel, string_scanner, term_glyph, test_process, watcher
Revisions updated by `dart tools/rev_sdk_deps.dart`.
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/9431e01..479e1c1):
479e1c1 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#52)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/25bc94a..c2871b2):
c2871b2 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#49)
cli_util (https://github.com/dart-lang/cli_util/compare/9e48f0d..56c1235):
56c1235 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#89)
convert (https://github.com/dart-lang/convert/compare/140b2f0..03242b2):
03242b2 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#88)
crypto (https://github.com/dart-lang/crypto/compare/b38dd62..36ead7c):
36ead7c 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#154)
ffi (https://github.com/dart-lang/ffi/compare/ee70dd4..2faec28):
2faec28 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#215)
fixnum (https://github.com/dart-lang/fixnum/compare/ef0a587..ef45eb5):
ef45eb5 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#116)
markdown (https://github.com/dart-lang/markdown/compare/ae766d5..4e2e970):
4e2e970 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#557)
matcher (https://github.com/dart-lang/matcher/compare/11daad9..356e5f6):
356e5f6 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#228)
mime (https://github.com/dart-lang/mime/compare/f3b9c49..af3e5fe):
af3e5fe 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#106)
mockito (https://github.com/dart-lang/mockito/compare/610c3dc..49859e4):
49859e4 2023-10-05 Ilya Yanok Fix Mockito formatting for recent Dart versions
native (https://github.com/dart-lang/native/compare/7aaa025..fd21f5b):
fd21f5b 2023-10-05 Gabriel Terwesten [native_assets_cli] Clarify meaning of `targetAndroidNdkApi` in docs (#151)
path (https://github.com/dart-lang/path/compare/abcf38c..4ca27d4):
4ca27d4 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#152)
pool (https://github.com/dart-lang/pool/compare/4bcc7de..5ccef15):
5ccef15 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#74)
sse (https://github.com/dart-lang/sse/compare/606387e..e190744):
e190744 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#90)
stack_trace (https://github.com/dart-lang/stack_trace/compare/1c36cd7..634589f):
634589f 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#142)
stream_channel (https://github.com/dart-lang/stream_channel/compare/bf74065..ffdb208):
ffdb208 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#96)
string_scanner (https://github.com/dart-lang/string_scanner/compare/616424c..9c525f7):
9c525f7 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#64)
term_glyph (https://github.com/dart-lang/term_glyph/compare/19abf84..cff80de):
cff80de 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#43)
test_process (https://github.com/dart-lang/test_process/compare/5efd0bf..d610333):
d610333 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#48)
watcher (https://github.com/dart-lang/watcher/compare/c480e2d..3998cdd):
3998cdd 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#152)
Change-Id: If3a7412a341d968ec8eee3a866f9f6149460c2c8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/329580
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-10-05 14:58:17 +00:00
|
|
|
"cli_util_rev": "56c1235ba516dbabb3e2b1d4fe76603630f9f5d1",
|
[deps] rev args, async, bazel_worker, benchmark_harness, boolean_selector, browser_launcher, cli_util, clock, collection, convert, crypto, csslib, dartdoc, ecosystem, ffi, fixnum, glob, html, http, http_multi_server, http_parser, json_rpc_2, lints, logging, markdown, matcher, mime, mockito, native, package_config, path, pool, pub_semver, shelf, source_map_stack_trace, source_maps, source_span, sse, stack_trace, stream_channel, string_scanner, term_glyph, test, test_descriptor, test_process, test_reflective_loader, tools, typed_data, usage, watcher, web_socket_channel, webdev, yaml, yaml_edit
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/5a4e16f..df9b428):
df9b428 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#256)
892f013 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#257)
async (https://github.com/dart-lang/async/compare/75efa6c..def4482):
def4482 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#253)
a0ca552 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#252)
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/159e671..b1b6a66):
b1b6a66 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#82)
bb9e48d 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#81)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/7d0d28e..59aea95):
59aea95 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#94)
e3f6207 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#93)
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/f255921..9431e01):
9431e01 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#51)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/1f69393..25bc94a):
25bc94a 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#50)
cli_util (https://github.com/dart-lang/cli_util/compare/44118e3..9e48f0d):
9e48f0d 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#90)
clock (https://github.com/dart-lang/clock/compare/1e75f08..200a020):
200a020 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#56)
8a2b550 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#57)
collection (https://github.com/dart-lang/collection/compare/91afde4..d27bfaf):
d27bfaf 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#314)
5d568ae 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#313)
convert (https://github.com/dart-lang/convert/compare/c058c8f..140b2f0):
140b2f0 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#87)
crypto (https://github.com/dart-lang/crypto/compare/1e26879..b38dd62):
b38dd62 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#153)
csslib (https://github.com/dart-lang/csslib/compare/bd30a1a..f6b68dd):
f6b68dd 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#190)
4b1ee3f 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#189)
dartdoc (https://github.com/dart-lang/dartdoc/compare/a3cfdc4..59947b1):
59947b14 2023-09-25 Sam Rawlins Do not hide stacktrace of DartdocFailures (#3505)
d95af5c7 2023-09-25 dependabot[bot] Bump actions/checkout from 4.0.0 to 4.1.0 (#3506)
ecosystem (https://github.com/dart-lang/ecosystem/compare/3da2dd3..dcbd2ee):
dcbd2ee 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#184)
3006120 2023-10-01 dependabot[bot] Bump peter-evans/create-or-update-comment (#183)
69334aa 2023-10-01 dependabot[bot] Bump actions/upload-artifact (#181)
3dd6c69 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#185)
2c5523c 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#182)
5b7d3fd 2023-09-28 Devon Carew update package:dart_flutter_team_lints to use the beta package:lints (#179)
297e63e 2023-09-28 Devon Carew fix an issue validating pre-release git publishing tags (#180)
1154183 2023-09-28 Moritz Check for `DO_NOT_SUBMIT` strings. (#178)
bc2dd27 2023-09-28 Moritz Add api tool call for testing (#153)
eb8e398 2023-09-27 Moritz Do not fail `publish` on forks (#177)
f40a4eb 2023-09-25 Devon Carew improve support for '-dev' and '-wip' package versions (#173)
ffi (https://github.com/dart-lang/ffi/compare/d36e05a..ee70dd4):
ee70dd4 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#214)
fixnum (https://github.com/dart-lang/fixnum/compare/87ed065..ef0a587):
ef0a587 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#115)
glob (https://github.com/dart-lang/glob/compare/9c1996f..0046533):
0046533 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#83)
f6ebc74 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#84)
html (https://github.com/dart-lang/html/compare/a1b193e..49e2c8e):
49e2c8e 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#228)
fb2de8a 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#227)
http (https://github.com/dart-lang/http/compare/1251619..88ec75e):
88ec75e 2023-10-01 dependabot[bot] Bump actions/checkout from 3 to 4 (#1025)
08143d1 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#1024)
2c99da1 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#1023)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/9d62ea3..03041aa):
03041aa 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#59)
5efaa07 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#58)
http_parser (https://github.com/dart-lang/http_parser/compare/d2d03e7..c557f57):
c557f57 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#78)
a629fd6 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#79)
json_rpc_2 (https://github.com/dart-lang/json_rpc_2/compare/50a3786..0521afb):
0521afb 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#104)
4782145 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#103)
lints (https://github.com/dart-lang/lints/compare/b044aca..140c802):
140c802 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#158)
624a09d 2023-09-28 Devon Carew add dangling_library_doc_comments, remove prefer_void_to_null (#157)
296efaf 2023-09-28 Devon Carew remove no_wildcard_variable_uses; improve testing (#156)
c266a04 2023-09-26 Devon Carew rev to 3.0.0-beta in preparation for publishing (#153)
logging (https://github.com/dart-lang/logging/compare/bcaad0f..642ed21):
642ed21 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#149)
287f4cb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#148)
markdown (https://github.com/dart-lang/markdown/compare/6cfd6f1..ae766d5):
ae766d5 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#556)
matcher (https://github.com/dart-lang/matcher/compare/80910d6..11daad9):
11daad9 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#229)
mime (https://github.com/dart-lang/mime/compare/37ef637..f3b9c49):
f3b9c49 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#105)
mockito (https://github.com/dart-lang/mockito/compare/097e563..610c3dc):
610c3dc 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#699)
73930cd 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#698)
native (https://github.com/dart-lang/native/compare/be4aaf7..22500ea):
22500ea 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#144)
5bfc7ff 2023-10-01 dependabot[bot] Bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#145)
0b7885a 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#143)
package_config (https://github.com/dart-lang/package_config/compare/ae7ad83..100533d):
100533d 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#141)
a4b474a 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#142)
path (https://github.com/dart-lang/path/compare/96d9183..abcf38c):
abcf38c 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#151)
pool (https://github.com/dart-lang/pool/compare/a5bee35..4bcc7de):
4bcc7de 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#75)
pub_semver (https://github.com/dart-lang/pub_semver/compare/f0be74a..8e5a58f):
8e5a58f 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#93)
81da7c8 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#92)
shelf (https://github.com/dart-lang/shelf/compare/4851978..c15fc6f):
c15fc6f 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#386)
e47c00e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#384)
b9c898e 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#385)
9b96b9b 2023-09-26 Michael Thomsen Add backend tag in pubspec.yaml (#381)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/196d7bf..73d449c):
73d449c 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#42)
2c4840e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#43)
source_maps (https://github.com/dart-lang/source_maps/compare/eb3d40a..fc6aa16):
fc6aa16 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#83)
dfca7d5 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#82)
source_span (https://github.com/dart-lang/source_span/compare/48d0f57..92e50bf):
92e50bf 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#102)
c212afa 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#103)
sse (https://github.com/dart-lang/sse/compare/eeb2588..606387e):
606387e 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#89)
stack_trace (https://github.com/dart-lang/stack_trace/compare/bcf2a0b..1c36cd7):
1c36cd7 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#143)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0ce7ab6..bf74065):
bf74065 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#95)
string_scanner (https://github.com/dart-lang/string_scanner/compare/da9142c..616424c):
616424c 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#63)
term_glyph (https://github.com/dart-lang/term_glyph/compare/1b28285..19abf84):
19abf84 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#42)
test (https://github.com/dart-lang/test/compare/8191a35..367aa39):
367aa397 2023-10-02 Jacob MacDonald release test_core and test (#2112)
672be9d7 2023-10-02 Ben Konyi Update package:vm_service to 12.0.0 (#2110)
de324cc7 2023-10-01 dependabot[bot] Bump github/codeql-action from 2.21.5 to 2.21.9 (#2106)
31b94dbb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#2105)
d56c2150 2023-10-01 dependabot[bot] Bump actions/cache from 3.0.11 to 3.3.2 (#2108)
b93f1b50 2023-10-01 dependabot[bot] Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#2109)
a077b673 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#2107)
566d70a2 2023-09-26 Lau Ching Jun Filter test by line when kernel is compiled with --filesystem-scheme. (#2101)
7ec1bbf5 2023-09-25 Nate Bosch Drop support for legacy iframe communication (#2099)
d3f4b368 2023-09-25 Nate Bosch Tighten types in test utils (#2097)
9d997910 2023-09-25 Nate Bosch Add types to Browser implementation url arguments (#2096)
test_descriptor (https://github.com/dart-lang/test_descriptor/compare/030193d..55b5eac):
55b5eac 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#57)
c2ba59e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#56)
test_process (https://github.com/dart-lang/test_process/compare/2a6ee23..5efd0bf):
5efd0bf 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#49)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/45c57d6..8593eb1):
8593eb1 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#52)
4857e22 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#53)
tools (https://github.com/dart-lang/tools/compare/3c248df..f318c80):
f318c80 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#177)
0480655 2023-10-01 dependabot[bot] Bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#176)
73583e8 2023-09-29 Devon Carew update package:cli_config to the latest package:dart_flutter_team_lints (#171)
b293897 2023-09-28 Devon Carew update to the latest package:dart_flutter_team_lints (#173)
242fdb5 2023-09-28 Devon Carew update to the latest package:dart_flutter_team_lints (#172)
a51f779 2023-09-28 Elias Yishak Use constant for no op client id (#168)
e83caee 2023-09-27 Moritz Allow `publish` to write comments on forks (#169)
typed_data (https://github.com/dart-lang/typed_data/compare/80e8943..d1c15ed):
d1c15ed 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#73)
e13af06 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#74)
usage (https://github.com/dart-lang/usage/compare/7b12d51..d7d2964):
d7d2964 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#198)
920c6e8 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#199)
watcher (https://github.com/dart-lang/watcher/compare/1aed03e..c480e2d):
c480e2d 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#151)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/af945f1..364013d):
364013d 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#286)
50dada7 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#285)
webdev (https://github.com/dart-lang/webdev/compare/3078f48..7c2c2d7):
7c2c2d70 2023-10-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 4.1.0 (#2245)
7739a114 2023-09-26 Elliott Brooks Refactor tests to handle new `ToolConfiguration` (#2243)
4e350cde 2023-09-21 Elliott Brooks Fix issue with the inspector panel in the Dart Debug Extension (#2242)
bbddba29 2023-09-21 Elliott Brooks Prepare the Dart Debug Extension for release to version 1.36 (#2241)
cc5db13f 2023-09-21 Elliott Brooks Rename plainUri to debugUri and send it to the extension (#2238)
48fc725f 2023-09-20 Elliott Brooks Add a new workspaceName parameter to DWDS on start up (#2237)
d2dae560 2023-09-20 Elliott Brooks Refactor: Update the parameters for `DWDS.start` (#2231)
yaml (https://github.com/dart-lang/yaml/compare/ae00187..9f0d649):
9f0d649 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#153)
8e70ffb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#152)
yaml_edit (https://github.com/dart-lang/yaml_edit/compare/4a9734d..a7e7fba):
a7e7fba 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#58)
f33e3d0 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#59)
8a380e8 2023-09-28 Sigurd Meldgaard Change AliasError to AliasException (#57)
Change-Id: I22f88e36d2eceb03495dabcf1265e9043364e0bd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/329260
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-10-04 05:28:26 +00:00
|
|
|
"clock_rev": "200a0209927ea7c4737309e7e9076ec8b97e9c4b",
|
|
|
|
"collection_rev": "d27bfaf7994ee690be6ed424b8ee288c7aa672f6",
|
[deps] rev boolean_selector, browser_launcher, cli_util, convert, crypto, ffi, fixnum, markdown, matcher, mime, mockito, native, path, pool, sse, stack_trace, stream_channel, string_scanner, term_glyph, test_process, watcher
Revisions updated by `dart tools/rev_sdk_deps.dart`.
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/9431e01..479e1c1):
479e1c1 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#52)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/25bc94a..c2871b2):
c2871b2 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#49)
cli_util (https://github.com/dart-lang/cli_util/compare/9e48f0d..56c1235):
56c1235 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#89)
convert (https://github.com/dart-lang/convert/compare/140b2f0..03242b2):
03242b2 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#88)
crypto (https://github.com/dart-lang/crypto/compare/b38dd62..36ead7c):
36ead7c 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#154)
ffi (https://github.com/dart-lang/ffi/compare/ee70dd4..2faec28):
2faec28 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#215)
fixnum (https://github.com/dart-lang/fixnum/compare/ef0a587..ef45eb5):
ef45eb5 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#116)
markdown (https://github.com/dart-lang/markdown/compare/ae766d5..4e2e970):
4e2e970 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#557)
matcher (https://github.com/dart-lang/matcher/compare/11daad9..356e5f6):
356e5f6 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#228)
mime (https://github.com/dart-lang/mime/compare/f3b9c49..af3e5fe):
af3e5fe 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#106)
mockito (https://github.com/dart-lang/mockito/compare/610c3dc..49859e4):
49859e4 2023-10-05 Ilya Yanok Fix Mockito formatting for recent Dart versions
native (https://github.com/dart-lang/native/compare/7aaa025..fd21f5b):
fd21f5b 2023-10-05 Gabriel Terwesten [native_assets_cli] Clarify meaning of `targetAndroidNdkApi` in docs (#151)
path (https://github.com/dart-lang/path/compare/abcf38c..4ca27d4):
4ca27d4 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#152)
pool (https://github.com/dart-lang/pool/compare/4bcc7de..5ccef15):
5ccef15 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#74)
sse (https://github.com/dart-lang/sse/compare/606387e..e190744):
e190744 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#90)
stack_trace (https://github.com/dart-lang/stack_trace/compare/1c36cd7..634589f):
634589f 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#142)
stream_channel (https://github.com/dart-lang/stream_channel/compare/bf74065..ffdb208):
ffdb208 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#96)
string_scanner (https://github.com/dart-lang/string_scanner/compare/616424c..9c525f7):
9c525f7 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#64)
term_glyph (https://github.com/dart-lang/term_glyph/compare/19abf84..cff80de):
cff80de 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#43)
test_process (https://github.com/dart-lang/test_process/compare/5efd0bf..d610333):
d610333 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#48)
watcher (https://github.com/dart-lang/watcher/compare/c480e2d..3998cdd):
3998cdd 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#152)
Change-Id: If3a7412a341d968ec8eee3a866f9f6149460c2c8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/329580
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-10-05 14:58:17 +00:00
|
|
|
"convert_rev": "03242b2058af45456e07a5648fe9b9ef40ca57d9",
|
|
|
|
"crypto_rev": "36ead7c6f748448cde9149bc96292adb844c4601",
|
[deps] rev args, async, bazel_worker, benchmark_harness, boolean_selector, browser_launcher, cli_util, clock, collection, convert, crypto, csslib, dartdoc, ecosystem, ffi, fixnum, glob, html, http, http_multi_server, http_parser, json_rpc_2, lints, logging, markdown, matcher, mime, mockito, native, package_config, path, pool, pub_semver, shelf, source_map_stack_trace, source_maps, source_span, sse, stack_trace, stream_channel, string_scanner, term_glyph, test, test_descriptor, test_process, test_reflective_loader, tools, typed_data, usage, watcher, web_socket_channel, webdev, yaml, yaml_edit
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/5a4e16f..df9b428):
df9b428 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#256)
892f013 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#257)
async (https://github.com/dart-lang/async/compare/75efa6c..def4482):
def4482 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#253)
a0ca552 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#252)
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/159e671..b1b6a66):
b1b6a66 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#82)
bb9e48d 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#81)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/7d0d28e..59aea95):
59aea95 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#94)
e3f6207 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#93)
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/f255921..9431e01):
9431e01 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#51)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/1f69393..25bc94a):
25bc94a 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#50)
cli_util (https://github.com/dart-lang/cli_util/compare/44118e3..9e48f0d):
9e48f0d 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#90)
clock (https://github.com/dart-lang/clock/compare/1e75f08..200a020):
200a020 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#56)
8a2b550 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#57)
collection (https://github.com/dart-lang/collection/compare/91afde4..d27bfaf):
d27bfaf 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#314)
5d568ae 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#313)
convert (https://github.com/dart-lang/convert/compare/c058c8f..140b2f0):
140b2f0 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#87)
crypto (https://github.com/dart-lang/crypto/compare/1e26879..b38dd62):
b38dd62 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#153)
csslib (https://github.com/dart-lang/csslib/compare/bd30a1a..f6b68dd):
f6b68dd 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#190)
4b1ee3f 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#189)
dartdoc (https://github.com/dart-lang/dartdoc/compare/a3cfdc4..59947b1):
59947b14 2023-09-25 Sam Rawlins Do not hide stacktrace of DartdocFailures (#3505)
d95af5c7 2023-09-25 dependabot[bot] Bump actions/checkout from 4.0.0 to 4.1.0 (#3506)
ecosystem (https://github.com/dart-lang/ecosystem/compare/3da2dd3..dcbd2ee):
dcbd2ee 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#184)
3006120 2023-10-01 dependabot[bot] Bump peter-evans/create-or-update-comment (#183)
69334aa 2023-10-01 dependabot[bot] Bump actions/upload-artifact (#181)
3dd6c69 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#185)
2c5523c 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#182)
5b7d3fd 2023-09-28 Devon Carew update package:dart_flutter_team_lints to use the beta package:lints (#179)
297e63e 2023-09-28 Devon Carew fix an issue validating pre-release git publishing tags (#180)
1154183 2023-09-28 Moritz Check for `DO_NOT_SUBMIT` strings. (#178)
bc2dd27 2023-09-28 Moritz Add api tool call for testing (#153)
eb8e398 2023-09-27 Moritz Do not fail `publish` on forks (#177)
f40a4eb 2023-09-25 Devon Carew improve support for '-dev' and '-wip' package versions (#173)
ffi (https://github.com/dart-lang/ffi/compare/d36e05a..ee70dd4):
ee70dd4 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#214)
fixnum (https://github.com/dart-lang/fixnum/compare/87ed065..ef0a587):
ef0a587 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#115)
glob (https://github.com/dart-lang/glob/compare/9c1996f..0046533):
0046533 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#83)
f6ebc74 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#84)
html (https://github.com/dart-lang/html/compare/a1b193e..49e2c8e):
49e2c8e 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#228)
fb2de8a 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#227)
http (https://github.com/dart-lang/http/compare/1251619..88ec75e):
88ec75e 2023-10-01 dependabot[bot] Bump actions/checkout from 3 to 4 (#1025)
08143d1 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#1024)
2c99da1 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#1023)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/9d62ea3..03041aa):
03041aa 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#59)
5efaa07 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#58)
http_parser (https://github.com/dart-lang/http_parser/compare/d2d03e7..c557f57):
c557f57 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#78)
a629fd6 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#79)
json_rpc_2 (https://github.com/dart-lang/json_rpc_2/compare/50a3786..0521afb):
0521afb 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#104)
4782145 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#103)
lints (https://github.com/dart-lang/lints/compare/b044aca..140c802):
140c802 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#158)
624a09d 2023-09-28 Devon Carew add dangling_library_doc_comments, remove prefer_void_to_null (#157)
296efaf 2023-09-28 Devon Carew remove no_wildcard_variable_uses; improve testing (#156)
c266a04 2023-09-26 Devon Carew rev to 3.0.0-beta in preparation for publishing (#153)
logging (https://github.com/dart-lang/logging/compare/bcaad0f..642ed21):
642ed21 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#149)
287f4cb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#148)
markdown (https://github.com/dart-lang/markdown/compare/6cfd6f1..ae766d5):
ae766d5 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#556)
matcher (https://github.com/dart-lang/matcher/compare/80910d6..11daad9):
11daad9 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#229)
mime (https://github.com/dart-lang/mime/compare/37ef637..f3b9c49):
f3b9c49 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#105)
mockito (https://github.com/dart-lang/mockito/compare/097e563..610c3dc):
610c3dc 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#699)
73930cd 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#698)
native (https://github.com/dart-lang/native/compare/be4aaf7..22500ea):
22500ea 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#144)
5bfc7ff 2023-10-01 dependabot[bot] Bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#145)
0b7885a 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#143)
package_config (https://github.com/dart-lang/package_config/compare/ae7ad83..100533d):
100533d 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#141)
a4b474a 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#142)
path (https://github.com/dart-lang/path/compare/96d9183..abcf38c):
abcf38c 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#151)
pool (https://github.com/dart-lang/pool/compare/a5bee35..4bcc7de):
4bcc7de 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#75)
pub_semver (https://github.com/dart-lang/pub_semver/compare/f0be74a..8e5a58f):
8e5a58f 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#93)
81da7c8 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#92)
shelf (https://github.com/dart-lang/shelf/compare/4851978..c15fc6f):
c15fc6f 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#386)
e47c00e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#384)
b9c898e 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#385)
9b96b9b 2023-09-26 Michael Thomsen Add backend tag in pubspec.yaml (#381)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/196d7bf..73d449c):
73d449c 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#42)
2c4840e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#43)
source_maps (https://github.com/dart-lang/source_maps/compare/eb3d40a..fc6aa16):
fc6aa16 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#83)
dfca7d5 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#82)
source_span (https://github.com/dart-lang/source_span/compare/48d0f57..92e50bf):
92e50bf 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#102)
c212afa 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#103)
sse (https://github.com/dart-lang/sse/compare/eeb2588..606387e):
606387e 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#89)
stack_trace (https://github.com/dart-lang/stack_trace/compare/bcf2a0b..1c36cd7):
1c36cd7 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#143)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0ce7ab6..bf74065):
bf74065 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#95)
string_scanner (https://github.com/dart-lang/string_scanner/compare/da9142c..616424c):
616424c 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#63)
term_glyph (https://github.com/dart-lang/term_glyph/compare/1b28285..19abf84):
19abf84 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#42)
test (https://github.com/dart-lang/test/compare/8191a35..367aa39):
367aa397 2023-10-02 Jacob MacDonald release test_core and test (#2112)
672be9d7 2023-10-02 Ben Konyi Update package:vm_service to 12.0.0 (#2110)
de324cc7 2023-10-01 dependabot[bot] Bump github/codeql-action from 2.21.5 to 2.21.9 (#2106)
31b94dbb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#2105)
d56c2150 2023-10-01 dependabot[bot] Bump actions/cache from 3.0.11 to 3.3.2 (#2108)
b93f1b50 2023-10-01 dependabot[bot] Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#2109)
a077b673 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#2107)
566d70a2 2023-09-26 Lau Ching Jun Filter test by line when kernel is compiled with --filesystem-scheme. (#2101)
7ec1bbf5 2023-09-25 Nate Bosch Drop support for legacy iframe communication (#2099)
d3f4b368 2023-09-25 Nate Bosch Tighten types in test utils (#2097)
9d997910 2023-09-25 Nate Bosch Add types to Browser implementation url arguments (#2096)
test_descriptor (https://github.com/dart-lang/test_descriptor/compare/030193d..55b5eac):
55b5eac 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#57)
c2ba59e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#56)
test_process (https://github.com/dart-lang/test_process/compare/2a6ee23..5efd0bf):
5efd0bf 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#49)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/45c57d6..8593eb1):
8593eb1 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#52)
4857e22 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#53)
tools (https://github.com/dart-lang/tools/compare/3c248df..f318c80):
f318c80 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#177)
0480655 2023-10-01 dependabot[bot] Bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#176)
73583e8 2023-09-29 Devon Carew update package:cli_config to the latest package:dart_flutter_team_lints (#171)
b293897 2023-09-28 Devon Carew update to the latest package:dart_flutter_team_lints (#173)
242fdb5 2023-09-28 Devon Carew update to the latest package:dart_flutter_team_lints (#172)
a51f779 2023-09-28 Elias Yishak Use constant for no op client id (#168)
e83caee 2023-09-27 Moritz Allow `publish` to write comments on forks (#169)
typed_data (https://github.com/dart-lang/typed_data/compare/80e8943..d1c15ed):
d1c15ed 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#73)
e13af06 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#74)
usage (https://github.com/dart-lang/usage/compare/7b12d51..d7d2964):
d7d2964 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#198)
920c6e8 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#199)
watcher (https://github.com/dart-lang/watcher/compare/1aed03e..c480e2d):
c480e2d 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#151)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/af945f1..364013d):
364013d 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#286)
50dada7 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#285)
webdev (https://github.com/dart-lang/webdev/compare/3078f48..7c2c2d7):
7c2c2d70 2023-10-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 4.1.0 (#2245)
7739a114 2023-09-26 Elliott Brooks Refactor tests to handle new `ToolConfiguration` (#2243)
4e350cde 2023-09-21 Elliott Brooks Fix issue with the inspector panel in the Dart Debug Extension (#2242)
bbddba29 2023-09-21 Elliott Brooks Prepare the Dart Debug Extension for release to version 1.36 (#2241)
cc5db13f 2023-09-21 Elliott Brooks Rename plainUri to debugUri and send it to the extension (#2238)
48fc725f 2023-09-20 Elliott Brooks Add a new workspaceName parameter to DWDS on start up (#2237)
d2dae560 2023-09-20 Elliott Brooks Refactor: Update the parameters for `DWDS.start` (#2231)
yaml (https://github.com/dart-lang/yaml/compare/ae00187..9f0d649):
9f0d649 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#153)
8e70ffb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#152)
yaml_edit (https://github.com/dart-lang/yaml_edit/compare/4a9734d..a7e7fba):
a7e7fba 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#58)
f33e3d0 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#59)
8a380e8 2023-09-28 Sigurd Meldgaard Change AliasError to AliasException (#57)
Change-Id: I22f88e36d2eceb03495dabcf1265e9043364e0bd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/329260
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-10-04 05:28:26 +00:00
|
|
|
"csslib_rev": "f6b68dd9ed9da297f5df4cd31a39787bf35432b3",
|
2019-04-02 11:43:18 +00:00
|
|
|
# Note: Updates to dart_style have to be coordinated with the infrastructure
|
2021-10-04 18:33:47 +00:00
|
|
|
# team so that the internal formatter `tools/sdks/dart-sdk/bin/dart format`
|
2022-04-18 16:34:46 +00:00
|
|
|
# matches the version here. Please follow this process to make updates:
|
2017-07-18 19:51:37 +00:00
|
|
|
#
|
2022-04-18 16:34:46 +00:00
|
|
|
# * Create a commit that updates the version here to the desired version and
|
|
|
|
# adds any appropriate CHANGELOG text.
|
|
|
|
# * Send that to eng-prod to review. They will update the checked-in SDK
|
|
|
|
# and land the review.
|
2019-04-02 11:43:18 +00:00
|
|
|
#
|
2022-04-18 16:34:46 +00:00
|
|
|
# For more details, see https://github.com/dart-lang/sdk/issues/30164.
|
2023-10-26 19:07:23 +00:00
|
|
|
"dart_style_rev": "2cee560f2025f8bd5dce3fd5f4c4b5cf5335a10b", # disable rev_sdk_deps.dart
|
2023-10-24 20:32:48 +00:00
|
|
|
"dartdoc_rev": "53da3e1dd1802c5899352fce251ea0c385a827b0",
|
2023-10-19 18:11:16 +00:00
|
|
|
"ecosystem_rev": "4acfcaf382225ba7eeba00f38632fc6b2fd39754",
|
[deps] rev boolean_selector, browser_launcher, cli_util, convert, crypto, ffi, fixnum, markdown, matcher, mime, mockito, native, path, pool, sse, stack_trace, stream_channel, string_scanner, term_glyph, test_process, watcher
Revisions updated by `dart tools/rev_sdk_deps.dart`.
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/9431e01..479e1c1):
479e1c1 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#52)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/25bc94a..c2871b2):
c2871b2 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#49)
cli_util (https://github.com/dart-lang/cli_util/compare/9e48f0d..56c1235):
56c1235 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#89)
convert (https://github.com/dart-lang/convert/compare/140b2f0..03242b2):
03242b2 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#88)
crypto (https://github.com/dart-lang/crypto/compare/b38dd62..36ead7c):
36ead7c 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#154)
ffi (https://github.com/dart-lang/ffi/compare/ee70dd4..2faec28):
2faec28 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#215)
fixnum (https://github.com/dart-lang/fixnum/compare/ef0a587..ef45eb5):
ef45eb5 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#116)
markdown (https://github.com/dart-lang/markdown/compare/ae766d5..4e2e970):
4e2e970 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#557)
matcher (https://github.com/dart-lang/matcher/compare/11daad9..356e5f6):
356e5f6 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#228)
mime (https://github.com/dart-lang/mime/compare/f3b9c49..af3e5fe):
af3e5fe 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#106)
mockito (https://github.com/dart-lang/mockito/compare/610c3dc..49859e4):
49859e4 2023-10-05 Ilya Yanok Fix Mockito formatting for recent Dart versions
native (https://github.com/dart-lang/native/compare/7aaa025..fd21f5b):
fd21f5b 2023-10-05 Gabriel Terwesten [native_assets_cli] Clarify meaning of `targetAndroidNdkApi` in docs (#151)
path (https://github.com/dart-lang/path/compare/abcf38c..4ca27d4):
4ca27d4 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#152)
pool (https://github.com/dart-lang/pool/compare/4bcc7de..5ccef15):
5ccef15 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#74)
sse (https://github.com/dart-lang/sse/compare/606387e..e190744):
e190744 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#90)
stack_trace (https://github.com/dart-lang/stack_trace/compare/1c36cd7..634589f):
634589f 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#142)
stream_channel (https://github.com/dart-lang/stream_channel/compare/bf74065..ffdb208):
ffdb208 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#96)
string_scanner (https://github.com/dart-lang/string_scanner/compare/616424c..9c525f7):
9c525f7 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#64)
term_glyph (https://github.com/dart-lang/term_glyph/compare/19abf84..cff80de):
cff80de 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#43)
test_process (https://github.com/dart-lang/test_process/compare/5efd0bf..d610333):
d610333 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#48)
watcher (https://github.com/dart-lang/watcher/compare/c480e2d..3998cdd):
3998cdd 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#152)
Change-Id: If3a7412a341d968ec8eee3a866f9f6149460c2c8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/329580
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-10-05 14:58:17 +00:00
|
|
|
"ffi_rev": "2faec288966d8f564049adb86a7ca43fd6e01fbf",
|
2023-10-17 01:16:16 +00:00
|
|
|
"file_rev": "7418131cfe3c5e063166bc3d7cca98985a6d8eeb",
|
[deps] rev boolean_selector, browser_launcher, cli_util, convert, crypto, ffi, fixnum, markdown, matcher, mime, mockito, native, path, pool, sse, stack_trace, stream_channel, string_scanner, term_glyph, test_process, watcher
Revisions updated by `dart tools/rev_sdk_deps.dart`.
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/9431e01..479e1c1):
479e1c1 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#52)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/25bc94a..c2871b2):
c2871b2 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#49)
cli_util (https://github.com/dart-lang/cli_util/compare/9e48f0d..56c1235):
56c1235 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#89)
convert (https://github.com/dart-lang/convert/compare/140b2f0..03242b2):
03242b2 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#88)
crypto (https://github.com/dart-lang/crypto/compare/b38dd62..36ead7c):
36ead7c 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#154)
ffi (https://github.com/dart-lang/ffi/compare/ee70dd4..2faec28):
2faec28 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#215)
fixnum (https://github.com/dart-lang/fixnum/compare/ef0a587..ef45eb5):
ef45eb5 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#116)
markdown (https://github.com/dart-lang/markdown/compare/ae766d5..4e2e970):
4e2e970 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#557)
matcher (https://github.com/dart-lang/matcher/compare/11daad9..356e5f6):
356e5f6 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#228)
mime (https://github.com/dart-lang/mime/compare/f3b9c49..af3e5fe):
af3e5fe 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#106)
mockito (https://github.com/dart-lang/mockito/compare/610c3dc..49859e4):
49859e4 2023-10-05 Ilya Yanok Fix Mockito formatting for recent Dart versions
native (https://github.com/dart-lang/native/compare/7aaa025..fd21f5b):
fd21f5b 2023-10-05 Gabriel Terwesten [native_assets_cli] Clarify meaning of `targetAndroidNdkApi` in docs (#151)
path (https://github.com/dart-lang/path/compare/abcf38c..4ca27d4):
4ca27d4 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#152)
pool (https://github.com/dart-lang/pool/compare/4bcc7de..5ccef15):
5ccef15 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#74)
sse (https://github.com/dart-lang/sse/compare/606387e..e190744):
e190744 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#90)
stack_trace (https://github.com/dart-lang/stack_trace/compare/1c36cd7..634589f):
634589f 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#142)
stream_channel (https://github.com/dart-lang/stream_channel/compare/bf74065..ffdb208):
ffdb208 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#96)
string_scanner (https://github.com/dart-lang/string_scanner/compare/616424c..9c525f7):
9c525f7 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#64)
term_glyph (https://github.com/dart-lang/term_glyph/compare/19abf84..cff80de):
cff80de 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#43)
test_process (https://github.com/dart-lang/test_process/compare/5efd0bf..d610333):
d610333 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#48)
watcher (https://github.com/dart-lang/watcher/compare/c480e2d..3998cdd):
3998cdd 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#152)
Change-Id: If3a7412a341d968ec8eee3a866f9f6149460c2c8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/329580
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-10-05 14:58:17 +00:00
|
|
|
"fixnum_rev": "ef45eb556524eadcd72ecdbbed87951288bcd9e7",
|
2023-08-29 11:03:32 +00:00
|
|
|
"flute_rev": "f42b09f77132210499ec8ed819a60c260af03db6",
|
[deps] rev args, async, bazel_worker, benchmark_harness, boolean_selector, browser_launcher, cli_util, clock, collection, convert, crypto, csslib, dartdoc, ecosystem, ffi, fixnum, glob, html, http, http_multi_server, http_parser, json_rpc_2, lints, logging, markdown, matcher, mime, mockito, native, package_config, path, pool, pub_semver, shelf, source_map_stack_trace, source_maps, source_span, sse, stack_trace, stream_channel, string_scanner, term_glyph, test, test_descriptor, test_process, test_reflective_loader, tools, typed_data, usage, watcher, web_socket_channel, webdev, yaml, yaml_edit
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/5a4e16f..df9b428):
df9b428 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#256)
892f013 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#257)
async (https://github.com/dart-lang/async/compare/75efa6c..def4482):
def4482 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#253)
a0ca552 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#252)
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/159e671..b1b6a66):
b1b6a66 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#82)
bb9e48d 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#81)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/7d0d28e..59aea95):
59aea95 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#94)
e3f6207 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#93)
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/f255921..9431e01):
9431e01 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#51)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/1f69393..25bc94a):
25bc94a 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#50)
cli_util (https://github.com/dart-lang/cli_util/compare/44118e3..9e48f0d):
9e48f0d 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#90)
clock (https://github.com/dart-lang/clock/compare/1e75f08..200a020):
200a020 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#56)
8a2b550 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#57)
collection (https://github.com/dart-lang/collection/compare/91afde4..d27bfaf):
d27bfaf 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#314)
5d568ae 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#313)
convert (https://github.com/dart-lang/convert/compare/c058c8f..140b2f0):
140b2f0 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#87)
crypto (https://github.com/dart-lang/crypto/compare/1e26879..b38dd62):
b38dd62 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#153)
csslib (https://github.com/dart-lang/csslib/compare/bd30a1a..f6b68dd):
f6b68dd 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#190)
4b1ee3f 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#189)
dartdoc (https://github.com/dart-lang/dartdoc/compare/a3cfdc4..59947b1):
59947b14 2023-09-25 Sam Rawlins Do not hide stacktrace of DartdocFailures (#3505)
d95af5c7 2023-09-25 dependabot[bot] Bump actions/checkout from 4.0.0 to 4.1.0 (#3506)
ecosystem (https://github.com/dart-lang/ecosystem/compare/3da2dd3..dcbd2ee):
dcbd2ee 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#184)
3006120 2023-10-01 dependabot[bot] Bump peter-evans/create-or-update-comment (#183)
69334aa 2023-10-01 dependabot[bot] Bump actions/upload-artifact (#181)
3dd6c69 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#185)
2c5523c 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#182)
5b7d3fd 2023-09-28 Devon Carew update package:dart_flutter_team_lints to use the beta package:lints (#179)
297e63e 2023-09-28 Devon Carew fix an issue validating pre-release git publishing tags (#180)
1154183 2023-09-28 Moritz Check for `DO_NOT_SUBMIT` strings. (#178)
bc2dd27 2023-09-28 Moritz Add api tool call for testing (#153)
eb8e398 2023-09-27 Moritz Do not fail `publish` on forks (#177)
f40a4eb 2023-09-25 Devon Carew improve support for '-dev' and '-wip' package versions (#173)
ffi (https://github.com/dart-lang/ffi/compare/d36e05a..ee70dd4):
ee70dd4 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#214)
fixnum (https://github.com/dart-lang/fixnum/compare/87ed065..ef0a587):
ef0a587 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#115)
glob (https://github.com/dart-lang/glob/compare/9c1996f..0046533):
0046533 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#83)
f6ebc74 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#84)
html (https://github.com/dart-lang/html/compare/a1b193e..49e2c8e):
49e2c8e 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#228)
fb2de8a 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#227)
http (https://github.com/dart-lang/http/compare/1251619..88ec75e):
88ec75e 2023-10-01 dependabot[bot] Bump actions/checkout from 3 to 4 (#1025)
08143d1 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#1024)
2c99da1 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#1023)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/9d62ea3..03041aa):
03041aa 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#59)
5efaa07 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#58)
http_parser (https://github.com/dart-lang/http_parser/compare/d2d03e7..c557f57):
c557f57 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#78)
a629fd6 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#79)
json_rpc_2 (https://github.com/dart-lang/json_rpc_2/compare/50a3786..0521afb):
0521afb 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#104)
4782145 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#103)
lints (https://github.com/dart-lang/lints/compare/b044aca..140c802):
140c802 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#158)
624a09d 2023-09-28 Devon Carew add dangling_library_doc_comments, remove prefer_void_to_null (#157)
296efaf 2023-09-28 Devon Carew remove no_wildcard_variable_uses; improve testing (#156)
c266a04 2023-09-26 Devon Carew rev to 3.0.0-beta in preparation for publishing (#153)
logging (https://github.com/dart-lang/logging/compare/bcaad0f..642ed21):
642ed21 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#149)
287f4cb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#148)
markdown (https://github.com/dart-lang/markdown/compare/6cfd6f1..ae766d5):
ae766d5 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#556)
matcher (https://github.com/dart-lang/matcher/compare/80910d6..11daad9):
11daad9 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#229)
mime (https://github.com/dart-lang/mime/compare/37ef637..f3b9c49):
f3b9c49 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#105)
mockito (https://github.com/dart-lang/mockito/compare/097e563..610c3dc):
610c3dc 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#699)
73930cd 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#698)
native (https://github.com/dart-lang/native/compare/be4aaf7..22500ea):
22500ea 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#144)
5bfc7ff 2023-10-01 dependabot[bot] Bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#145)
0b7885a 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#143)
package_config (https://github.com/dart-lang/package_config/compare/ae7ad83..100533d):
100533d 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#141)
a4b474a 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#142)
path (https://github.com/dart-lang/path/compare/96d9183..abcf38c):
abcf38c 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#151)
pool (https://github.com/dart-lang/pool/compare/a5bee35..4bcc7de):
4bcc7de 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#75)
pub_semver (https://github.com/dart-lang/pub_semver/compare/f0be74a..8e5a58f):
8e5a58f 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#93)
81da7c8 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#92)
shelf (https://github.com/dart-lang/shelf/compare/4851978..c15fc6f):
c15fc6f 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#386)
e47c00e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#384)
b9c898e 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#385)
9b96b9b 2023-09-26 Michael Thomsen Add backend tag in pubspec.yaml (#381)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/196d7bf..73d449c):
73d449c 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#42)
2c4840e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#43)
source_maps (https://github.com/dart-lang/source_maps/compare/eb3d40a..fc6aa16):
fc6aa16 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#83)
dfca7d5 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#82)
source_span (https://github.com/dart-lang/source_span/compare/48d0f57..92e50bf):
92e50bf 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#102)
c212afa 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#103)
sse (https://github.com/dart-lang/sse/compare/eeb2588..606387e):
606387e 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#89)
stack_trace (https://github.com/dart-lang/stack_trace/compare/bcf2a0b..1c36cd7):
1c36cd7 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#143)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0ce7ab6..bf74065):
bf74065 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#95)
string_scanner (https://github.com/dart-lang/string_scanner/compare/da9142c..616424c):
616424c 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#63)
term_glyph (https://github.com/dart-lang/term_glyph/compare/1b28285..19abf84):
19abf84 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#42)
test (https://github.com/dart-lang/test/compare/8191a35..367aa39):
367aa397 2023-10-02 Jacob MacDonald release test_core and test (#2112)
672be9d7 2023-10-02 Ben Konyi Update package:vm_service to 12.0.0 (#2110)
de324cc7 2023-10-01 dependabot[bot] Bump github/codeql-action from 2.21.5 to 2.21.9 (#2106)
31b94dbb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#2105)
d56c2150 2023-10-01 dependabot[bot] Bump actions/cache from 3.0.11 to 3.3.2 (#2108)
b93f1b50 2023-10-01 dependabot[bot] Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#2109)
a077b673 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#2107)
566d70a2 2023-09-26 Lau Ching Jun Filter test by line when kernel is compiled with --filesystem-scheme. (#2101)
7ec1bbf5 2023-09-25 Nate Bosch Drop support for legacy iframe communication (#2099)
d3f4b368 2023-09-25 Nate Bosch Tighten types in test utils (#2097)
9d997910 2023-09-25 Nate Bosch Add types to Browser implementation url arguments (#2096)
test_descriptor (https://github.com/dart-lang/test_descriptor/compare/030193d..55b5eac):
55b5eac 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#57)
c2ba59e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#56)
test_process (https://github.com/dart-lang/test_process/compare/2a6ee23..5efd0bf):
5efd0bf 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#49)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/45c57d6..8593eb1):
8593eb1 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#52)
4857e22 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#53)
tools (https://github.com/dart-lang/tools/compare/3c248df..f318c80):
f318c80 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#177)
0480655 2023-10-01 dependabot[bot] Bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#176)
73583e8 2023-09-29 Devon Carew update package:cli_config to the latest package:dart_flutter_team_lints (#171)
b293897 2023-09-28 Devon Carew update to the latest package:dart_flutter_team_lints (#173)
242fdb5 2023-09-28 Devon Carew update to the latest package:dart_flutter_team_lints (#172)
a51f779 2023-09-28 Elias Yishak Use constant for no op client id (#168)
e83caee 2023-09-27 Moritz Allow `publish` to write comments on forks (#169)
typed_data (https://github.com/dart-lang/typed_data/compare/80e8943..d1c15ed):
d1c15ed 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#73)
e13af06 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#74)
usage (https://github.com/dart-lang/usage/compare/7b12d51..d7d2964):
d7d2964 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#198)
920c6e8 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#199)
watcher (https://github.com/dart-lang/watcher/compare/1aed03e..c480e2d):
c480e2d 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#151)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/af945f1..364013d):
364013d 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#286)
50dada7 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#285)
webdev (https://github.com/dart-lang/webdev/compare/3078f48..7c2c2d7):
7c2c2d70 2023-10-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 4.1.0 (#2245)
7739a114 2023-09-26 Elliott Brooks Refactor tests to handle new `ToolConfiguration` (#2243)
4e350cde 2023-09-21 Elliott Brooks Fix issue with the inspector panel in the Dart Debug Extension (#2242)
bbddba29 2023-09-21 Elliott Brooks Prepare the Dart Debug Extension for release to version 1.36 (#2241)
cc5db13f 2023-09-21 Elliott Brooks Rename plainUri to debugUri and send it to the extension (#2238)
48fc725f 2023-09-20 Elliott Brooks Add a new workspaceName parameter to DWDS on start up (#2237)
d2dae560 2023-09-20 Elliott Brooks Refactor: Update the parameters for `DWDS.start` (#2231)
yaml (https://github.com/dart-lang/yaml/compare/ae00187..9f0d649):
9f0d649 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#153)
8e70ffb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#152)
yaml_edit (https://github.com/dart-lang/yaml_edit/compare/4a9734d..a7e7fba):
a7e7fba 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#58)
f33e3d0 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#59)
8a380e8 2023-09-28 Sigurd Meldgaard Change AliasError to AliasException (#57)
Change-Id: I22f88e36d2eceb03495dabcf1265e9043364e0bd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/329260
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-10-04 05:28:26 +00:00
|
|
|
"glob_rev": "00465333cc4110e077cb256b4fa7eff4797bc856",
|
|
|
|
"html_rev": "49e2c8e9b3bc9fcf25a8eb290c026d3c94c5d175",
|
2023-10-17 01:16:16 +00:00
|
|
|
"http_rev": "7240d0a26c17f06f5e6d704082ea95d10a7a730d",
|
[deps] rev args, async, bazel_worker, benchmark_harness, boolean_selector, browser_launcher, cli_util, clock, collection, convert, crypto, csslib, dartdoc, ecosystem, ffi, fixnum, glob, html, http, http_multi_server, http_parser, json_rpc_2, lints, logging, markdown, matcher, mime, mockito, native, package_config, path, pool, pub_semver, shelf, source_map_stack_trace, source_maps, source_span, sse, stack_trace, stream_channel, string_scanner, term_glyph, test, test_descriptor, test_process, test_reflective_loader, tools, typed_data, usage, watcher, web_socket_channel, webdev, yaml, yaml_edit
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/5a4e16f..df9b428):
df9b428 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#256)
892f013 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#257)
async (https://github.com/dart-lang/async/compare/75efa6c..def4482):
def4482 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#253)
a0ca552 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#252)
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/159e671..b1b6a66):
b1b6a66 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#82)
bb9e48d 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#81)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/7d0d28e..59aea95):
59aea95 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#94)
e3f6207 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#93)
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/f255921..9431e01):
9431e01 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#51)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/1f69393..25bc94a):
25bc94a 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#50)
cli_util (https://github.com/dart-lang/cli_util/compare/44118e3..9e48f0d):
9e48f0d 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#90)
clock (https://github.com/dart-lang/clock/compare/1e75f08..200a020):
200a020 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#56)
8a2b550 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#57)
collection (https://github.com/dart-lang/collection/compare/91afde4..d27bfaf):
d27bfaf 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#314)
5d568ae 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#313)
convert (https://github.com/dart-lang/convert/compare/c058c8f..140b2f0):
140b2f0 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#87)
crypto (https://github.com/dart-lang/crypto/compare/1e26879..b38dd62):
b38dd62 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#153)
csslib (https://github.com/dart-lang/csslib/compare/bd30a1a..f6b68dd):
f6b68dd 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#190)
4b1ee3f 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#189)
dartdoc (https://github.com/dart-lang/dartdoc/compare/a3cfdc4..59947b1):
59947b14 2023-09-25 Sam Rawlins Do not hide stacktrace of DartdocFailures (#3505)
d95af5c7 2023-09-25 dependabot[bot] Bump actions/checkout from 4.0.0 to 4.1.0 (#3506)
ecosystem (https://github.com/dart-lang/ecosystem/compare/3da2dd3..dcbd2ee):
dcbd2ee 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#184)
3006120 2023-10-01 dependabot[bot] Bump peter-evans/create-or-update-comment (#183)
69334aa 2023-10-01 dependabot[bot] Bump actions/upload-artifact (#181)
3dd6c69 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#185)
2c5523c 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#182)
5b7d3fd 2023-09-28 Devon Carew update package:dart_flutter_team_lints to use the beta package:lints (#179)
297e63e 2023-09-28 Devon Carew fix an issue validating pre-release git publishing tags (#180)
1154183 2023-09-28 Moritz Check for `DO_NOT_SUBMIT` strings. (#178)
bc2dd27 2023-09-28 Moritz Add api tool call for testing (#153)
eb8e398 2023-09-27 Moritz Do not fail `publish` on forks (#177)
f40a4eb 2023-09-25 Devon Carew improve support for '-dev' and '-wip' package versions (#173)
ffi (https://github.com/dart-lang/ffi/compare/d36e05a..ee70dd4):
ee70dd4 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#214)
fixnum (https://github.com/dart-lang/fixnum/compare/87ed065..ef0a587):
ef0a587 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#115)
glob (https://github.com/dart-lang/glob/compare/9c1996f..0046533):
0046533 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#83)
f6ebc74 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#84)
html (https://github.com/dart-lang/html/compare/a1b193e..49e2c8e):
49e2c8e 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#228)
fb2de8a 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#227)
http (https://github.com/dart-lang/http/compare/1251619..88ec75e):
88ec75e 2023-10-01 dependabot[bot] Bump actions/checkout from 3 to 4 (#1025)
08143d1 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#1024)
2c99da1 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#1023)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/9d62ea3..03041aa):
03041aa 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#59)
5efaa07 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#58)
http_parser (https://github.com/dart-lang/http_parser/compare/d2d03e7..c557f57):
c557f57 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#78)
a629fd6 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#79)
json_rpc_2 (https://github.com/dart-lang/json_rpc_2/compare/50a3786..0521afb):
0521afb 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#104)
4782145 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#103)
lints (https://github.com/dart-lang/lints/compare/b044aca..140c802):
140c802 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#158)
624a09d 2023-09-28 Devon Carew add dangling_library_doc_comments, remove prefer_void_to_null (#157)
296efaf 2023-09-28 Devon Carew remove no_wildcard_variable_uses; improve testing (#156)
c266a04 2023-09-26 Devon Carew rev to 3.0.0-beta in preparation for publishing (#153)
logging (https://github.com/dart-lang/logging/compare/bcaad0f..642ed21):
642ed21 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#149)
287f4cb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#148)
markdown (https://github.com/dart-lang/markdown/compare/6cfd6f1..ae766d5):
ae766d5 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#556)
matcher (https://github.com/dart-lang/matcher/compare/80910d6..11daad9):
11daad9 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#229)
mime (https://github.com/dart-lang/mime/compare/37ef637..f3b9c49):
f3b9c49 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#105)
mockito (https://github.com/dart-lang/mockito/compare/097e563..610c3dc):
610c3dc 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#699)
73930cd 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#698)
native (https://github.com/dart-lang/native/compare/be4aaf7..22500ea):
22500ea 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#144)
5bfc7ff 2023-10-01 dependabot[bot] Bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#145)
0b7885a 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#143)
package_config (https://github.com/dart-lang/package_config/compare/ae7ad83..100533d):
100533d 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#141)
a4b474a 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#142)
path (https://github.com/dart-lang/path/compare/96d9183..abcf38c):
abcf38c 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#151)
pool (https://github.com/dart-lang/pool/compare/a5bee35..4bcc7de):
4bcc7de 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#75)
pub_semver (https://github.com/dart-lang/pub_semver/compare/f0be74a..8e5a58f):
8e5a58f 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#93)
81da7c8 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#92)
shelf (https://github.com/dart-lang/shelf/compare/4851978..c15fc6f):
c15fc6f 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#386)
e47c00e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#384)
b9c898e 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#385)
9b96b9b 2023-09-26 Michael Thomsen Add backend tag in pubspec.yaml (#381)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/196d7bf..73d449c):
73d449c 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#42)
2c4840e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#43)
source_maps (https://github.com/dart-lang/source_maps/compare/eb3d40a..fc6aa16):
fc6aa16 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#83)
dfca7d5 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#82)
source_span (https://github.com/dart-lang/source_span/compare/48d0f57..92e50bf):
92e50bf 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#102)
c212afa 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#103)
sse (https://github.com/dart-lang/sse/compare/eeb2588..606387e):
606387e 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#89)
stack_trace (https://github.com/dart-lang/stack_trace/compare/bcf2a0b..1c36cd7):
1c36cd7 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#143)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0ce7ab6..bf74065):
bf74065 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#95)
string_scanner (https://github.com/dart-lang/string_scanner/compare/da9142c..616424c):
616424c 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#63)
term_glyph (https://github.com/dart-lang/term_glyph/compare/1b28285..19abf84):
19abf84 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#42)
test (https://github.com/dart-lang/test/compare/8191a35..367aa39):
367aa397 2023-10-02 Jacob MacDonald release test_core and test (#2112)
672be9d7 2023-10-02 Ben Konyi Update package:vm_service to 12.0.0 (#2110)
de324cc7 2023-10-01 dependabot[bot] Bump github/codeql-action from 2.21.5 to 2.21.9 (#2106)
31b94dbb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#2105)
d56c2150 2023-10-01 dependabot[bot] Bump actions/cache from 3.0.11 to 3.3.2 (#2108)
b93f1b50 2023-10-01 dependabot[bot] Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#2109)
a077b673 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#2107)
566d70a2 2023-09-26 Lau Ching Jun Filter test by line when kernel is compiled with --filesystem-scheme. (#2101)
7ec1bbf5 2023-09-25 Nate Bosch Drop support for legacy iframe communication (#2099)
d3f4b368 2023-09-25 Nate Bosch Tighten types in test utils (#2097)
9d997910 2023-09-25 Nate Bosch Add types to Browser implementation url arguments (#2096)
test_descriptor (https://github.com/dart-lang/test_descriptor/compare/030193d..55b5eac):
55b5eac 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#57)
c2ba59e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#56)
test_process (https://github.com/dart-lang/test_process/compare/2a6ee23..5efd0bf):
5efd0bf 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#49)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/45c57d6..8593eb1):
8593eb1 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#52)
4857e22 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#53)
tools (https://github.com/dart-lang/tools/compare/3c248df..f318c80):
f318c80 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#177)
0480655 2023-10-01 dependabot[bot] Bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#176)
73583e8 2023-09-29 Devon Carew update package:cli_config to the latest package:dart_flutter_team_lints (#171)
b293897 2023-09-28 Devon Carew update to the latest package:dart_flutter_team_lints (#173)
242fdb5 2023-09-28 Devon Carew update to the latest package:dart_flutter_team_lints (#172)
a51f779 2023-09-28 Elias Yishak Use constant for no op client id (#168)
e83caee 2023-09-27 Moritz Allow `publish` to write comments on forks (#169)
typed_data (https://github.com/dart-lang/typed_data/compare/80e8943..d1c15ed):
d1c15ed 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#73)
e13af06 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#74)
usage (https://github.com/dart-lang/usage/compare/7b12d51..d7d2964):
d7d2964 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#198)
920c6e8 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#199)
watcher (https://github.com/dart-lang/watcher/compare/1aed03e..c480e2d):
c480e2d 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#151)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/af945f1..364013d):
364013d 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#286)
50dada7 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#285)
webdev (https://github.com/dart-lang/webdev/compare/3078f48..7c2c2d7):
7c2c2d70 2023-10-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 4.1.0 (#2245)
7739a114 2023-09-26 Elliott Brooks Refactor tests to handle new `ToolConfiguration` (#2243)
4e350cde 2023-09-21 Elliott Brooks Fix issue with the inspector panel in the Dart Debug Extension (#2242)
bbddba29 2023-09-21 Elliott Brooks Prepare the Dart Debug Extension for release to version 1.36 (#2241)
cc5db13f 2023-09-21 Elliott Brooks Rename plainUri to debugUri and send it to the extension (#2238)
48fc725f 2023-09-20 Elliott Brooks Add a new workspaceName parameter to DWDS on start up (#2237)
d2dae560 2023-09-20 Elliott Brooks Refactor: Update the parameters for `DWDS.start` (#2231)
yaml (https://github.com/dart-lang/yaml/compare/ae00187..9f0d649):
9f0d649 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#153)
8e70ffb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#152)
yaml_edit (https://github.com/dart-lang/yaml_edit/compare/4a9734d..a7e7fba):
a7e7fba 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#58)
f33e3d0 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#59)
8a380e8 2023-09-28 Sigurd Meldgaard Change AliasError to AliasException (#57)
Change-Id: I22f88e36d2eceb03495dabcf1265e9043364e0bd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/329260
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-10-04 05:28:26 +00:00
|
|
|
"http_multi_server_rev": "03041aabc9ffa4c730c4221bf6ff1ef8bcd27cef",
|
|
|
|
"http_parser_rev": "c557f570fd53fed11914fe98c9dc20872e6eeca6",
|
[deps] rev async, characters, convert, crypto, dartdoc, intl, markdown, sse, stream_channel, test, tools, usage, webdev
Revisions updated by `dart tools/rev_sdk_deps.dart`.
async (https://github.com/dart-lang/async/compare/0127813..ce650b0):
ce650b0 2023-04-19 Nate Bosch Regression test for error rejecting transaction (#230)
characters (https://github.com/dart-lang/characters/compare/ba8d557..b306414):
b306414 2023-04-19 Lasse R.H. Nielsen Add tools to update and generate tables and tests. (#72)
convert (https://github.com/dart-lang/convert/compare/8812e40..855aeac):
855aeac 2023-04-10 Kevin Moore Require Dart 2.19, fix override param name, update lints (#81)
crypto (https://github.com/dart-lang/crypto/compare/1cb1528..77491f5):
77491f5 2023-04-19 Lasse R.H. Nielsen Make `DigestSink` implement `Sink` (#146)
dartdoc (https://github.com/dart-lang/dartdoc/compare/a0755f5..8e8b36e):
8e8b36e3 2023-04-19 Janice Collins Fix up documentation on comment reference parser to align with wiki (#2851)
b9178fce 2023-04-19 dependabot[bot] Bump github/codeql-action from 2.2.11 to 2.2.12 (#3390)
37b981c4 2023-04-19 dependabot[bot] Bump actions/checkout from 3.5.0 to 3.5.2 (#3389)
dadef24a 2023-04-10 dependabot[bot] Bump github/codeql-action from 2.2.9 to 2.2.11 (#3386)
dda699a7 2023-04-10 Sam Rawlins Prepare mixin-like classes for Dart 3.0.0 (#3385)
intl (https://github.com/dart-lang/intl/compare/a958db0..5d65e38):
5d65e38 2023-04-19 Moritz Update README.md
9972a89 2023-04-19 Moritz Update README.md
5c14faa 2023-04-18 Copybara-Service Merge pull request #584 from dart-lang:fixDateFormattingUrl
4ea644e 2023-04-17 Moritz Merge branch 'master' into fixDateFormattingUrl
b0d5687 2023-04-17 dependabot[bot] Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#574)
92149be 2023-04-17 Moritz Merge branch 'master' into fixDateFormattingUrl
5203d6e 2023-04-17 Googler Internal change
bab667f 2023-04-17 Moritz Typo
b0896b1 2023-04-17 Moritz Fix bug
43507e1 2023-04-14 Googler Internal change
d8844a0 2023-04-14 dependabot[bot] Bump actions/checkout from 3.3.0 to 3.5.2 (#579)
99ed16f 2023-04-13 Copybara-Service Merge pull request #572 from dart-lang:adaptBrowserTest
34e824c 2023-03-30 Moritz Adapt test to browser CLDR update
markdown (https://github.com/dart-lang/markdown/compare/d437c85..5f98aea):
5f98aea 2023-04-20 Jonas Finnemann Jensen Throw, if `BlockSyntax.parseLines` loops indefinitely (#533)
86ebc2c 2023-04-19 Zhiguang Chen Fix `linkReferenceDefinitionPattern` (#532)
sse (https://github.com/dart-lang/sse/compare/11e83a0..f947c3d):
f947c3d 2023-04-10 Kevin Moore Require Dart 2.19, bump lints (#82)
stream_channel (https://github.com/dart-lang/stream_channel/compare/74646ea..71d4690):
71d4690 2023-04-11 Tobe Osakwe Add example/example.dart (#52)
test (https://github.com/dart-lang/test/compare/7832931..7fab079):
7fab0792 2023-04-19 Oleh Prypin Dart 3 compatibility: change `extends Iterator` to `implements Iterator` (#1997)
8f7682a5 2023-04-18 Nate Bosch Remove deprecation of test_api top level libraries (#1994)
7151486c 2023-04-14 Simon Binder Add support for Microsoft Edge (#1992)
c1d686aa 2023-04-12 Parker Lougheed Fix "Improvements" link in `package:checks` migration guide (#1991)
tools (https://github.com/dart-lang/tools/compare/545d7e1..5c9f45c):
5c9f45c 2023-04-20 Elias Yishak Move `dateStamp` getter to `utils.dart` (#83)
usage (https://github.com/dart-lang/usage/compare/0698711..f97752f):
f97752f 2023-04-10 Devon Carew update readme for deprecation (#192)
webdev (https://github.com/dart-lang/webdev/compare/7546291..8b42c95):
8b42c950 2023-04-21 Anna Gringauze Cleanup record types display (#2070)
1cfb3bd6 2023-04-20 Elliott Brooks Update CONTRIBUTING docs (#2097)
941eda5b 2023-04-19 Elliott Brooks Add a test to make sure proper release procedure is followed for `dwds` and `webdev` (#2095)
2eb7c3ee 2023-04-17 Elliott Brooks Add Github workflow for Dart Code Metrics (#2092)
79a9bc9b 2023-04-17 Elliott Brooks Fix DCM analyzer warnings (#2094)
2a625039 2023-04-14 Elliott Brooks Add `vm_service` git package dependency override (#2078)
1fa19603 2023-04-12 Elliott Brooks Add CI check to remind contributor to update CHANGELOG (#2090)
c7bb19e1 2023-04-12 Elliott Brooks Prevent PRs labeled `do-not-submit` from being merged (#2088)
3781ef9b 2023-04-10 Elliott Brooks Run mono_repo generate with version 6.5.3 (#2084)
843890c6 2023-04-10 Anna Gringauze Refactor record shape processing out of calculating record bound fields (#2074)
Change-Id: I4ce65f9f79d5086c33c575e57eff300216392510
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/297800
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Moritz Sümmermann <mosum@google.com>
Commit-Queue: Moritz Sümmermann <mosum@google.com>
2023-04-24 17:08:01 +00:00
|
|
|
"intl_rev": "5d65e3808ce40e6282e40881492607df4e35669f",
|
[deps] rev args, async, bazel_worker, benchmark_harness, boolean_selector, browser_launcher, cli_util, clock, collection, convert, crypto, csslib, dartdoc, ecosystem, ffi, fixnum, glob, html, http, http_multi_server, http_parser, json_rpc_2, lints, logging, markdown, matcher, mime, mockito, native, package_config, path, pool, pub_semver, shelf, source_map_stack_trace, source_maps, source_span, sse, stack_trace, stream_channel, string_scanner, term_glyph, test, test_descriptor, test_process, test_reflective_loader, tools, typed_data, usage, watcher, web_socket_channel, webdev, yaml, yaml_edit
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/5a4e16f..df9b428):
df9b428 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#256)
892f013 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#257)
async (https://github.com/dart-lang/async/compare/75efa6c..def4482):
def4482 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#253)
a0ca552 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#252)
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/159e671..b1b6a66):
b1b6a66 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#82)
bb9e48d 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#81)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/7d0d28e..59aea95):
59aea95 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#94)
e3f6207 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#93)
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/f255921..9431e01):
9431e01 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#51)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/1f69393..25bc94a):
25bc94a 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#50)
cli_util (https://github.com/dart-lang/cli_util/compare/44118e3..9e48f0d):
9e48f0d 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#90)
clock (https://github.com/dart-lang/clock/compare/1e75f08..200a020):
200a020 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#56)
8a2b550 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#57)
collection (https://github.com/dart-lang/collection/compare/91afde4..d27bfaf):
d27bfaf 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#314)
5d568ae 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#313)
convert (https://github.com/dart-lang/convert/compare/c058c8f..140b2f0):
140b2f0 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#87)
crypto (https://github.com/dart-lang/crypto/compare/1e26879..b38dd62):
b38dd62 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#153)
csslib (https://github.com/dart-lang/csslib/compare/bd30a1a..f6b68dd):
f6b68dd 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#190)
4b1ee3f 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#189)
dartdoc (https://github.com/dart-lang/dartdoc/compare/a3cfdc4..59947b1):
59947b14 2023-09-25 Sam Rawlins Do not hide stacktrace of DartdocFailures (#3505)
d95af5c7 2023-09-25 dependabot[bot] Bump actions/checkout from 4.0.0 to 4.1.0 (#3506)
ecosystem (https://github.com/dart-lang/ecosystem/compare/3da2dd3..dcbd2ee):
dcbd2ee 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#184)
3006120 2023-10-01 dependabot[bot] Bump peter-evans/create-or-update-comment (#183)
69334aa 2023-10-01 dependabot[bot] Bump actions/upload-artifact (#181)
3dd6c69 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#185)
2c5523c 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#182)
5b7d3fd 2023-09-28 Devon Carew update package:dart_flutter_team_lints to use the beta package:lints (#179)
297e63e 2023-09-28 Devon Carew fix an issue validating pre-release git publishing tags (#180)
1154183 2023-09-28 Moritz Check for `DO_NOT_SUBMIT` strings. (#178)
bc2dd27 2023-09-28 Moritz Add api tool call for testing (#153)
eb8e398 2023-09-27 Moritz Do not fail `publish` on forks (#177)
f40a4eb 2023-09-25 Devon Carew improve support for '-dev' and '-wip' package versions (#173)
ffi (https://github.com/dart-lang/ffi/compare/d36e05a..ee70dd4):
ee70dd4 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#214)
fixnum (https://github.com/dart-lang/fixnum/compare/87ed065..ef0a587):
ef0a587 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#115)
glob (https://github.com/dart-lang/glob/compare/9c1996f..0046533):
0046533 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#83)
f6ebc74 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#84)
html (https://github.com/dart-lang/html/compare/a1b193e..49e2c8e):
49e2c8e 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#228)
fb2de8a 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#227)
http (https://github.com/dart-lang/http/compare/1251619..88ec75e):
88ec75e 2023-10-01 dependabot[bot] Bump actions/checkout from 3 to 4 (#1025)
08143d1 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#1024)
2c99da1 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#1023)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/9d62ea3..03041aa):
03041aa 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#59)
5efaa07 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#58)
http_parser (https://github.com/dart-lang/http_parser/compare/d2d03e7..c557f57):
c557f57 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#78)
a629fd6 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#79)
json_rpc_2 (https://github.com/dart-lang/json_rpc_2/compare/50a3786..0521afb):
0521afb 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#104)
4782145 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#103)
lints (https://github.com/dart-lang/lints/compare/b044aca..140c802):
140c802 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#158)
624a09d 2023-09-28 Devon Carew add dangling_library_doc_comments, remove prefer_void_to_null (#157)
296efaf 2023-09-28 Devon Carew remove no_wildcard_variable_uses; improve testing (#156)
c266a04 2023-09-26 Devon Carew rev to 3.0.0-beta in preparation for publishing (#153)
logging (https://github.com/dart-lang/logging/compare/bcaad0f..642ed21):
642ed21 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#149)
287f4cb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#148)
markdown (https://github.com/dart-lang/markdown/compare/6cfd6f1..ae766d5):
ae766d5 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#556)
matcher (https://github.com/dart-lang/matcher/compare/80910d6..11daad9):
11daad9 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#229)
mime (https://github.com/dart-lang/mime/compare/37ef637..f3b9c49):
f3b9c49 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#105)
mockito (https://github.com/dart-lang/mockito/compare/097e563..610c3dc):
610c3dc 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#699)
73930cd 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#698)
native (https://github.com/dart-lang/native/compare/be4aaf7..22500ea):
22500ea 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#144)
5bfc7ff 2023-10-01 dependabot[bot] Bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#145)
0b7885a 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#143)
package_config (https://github.com/dart-lang/package_config/compare/ae7ad83..100533d):
100533d 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#141)
a4b474a 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#142)
path (https://github.com/dart-lang/path/compare/96d9183..abcf38c):
abcf38c 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#151)
pool (https://github.com/dart-lang/pool/compare/a5bee35..4bcc7de):
4bcc7de 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#75)
pub_semver (https://github.com/dart-lang/pub_semver/compare/f0be74a..8e5a58f):
8e5a58f 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#93)
81da7c8 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#92)
shelf (https://github.com/dart-lang/shelf/compare/4851978..c15fc6f):
c15fc6f 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#386)
e47c00e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#384)
b9c898e 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#385)
9b96b9b 2023-09-26 Michael Thomsen Add backend tag in pubspec.yaml (#381)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/196d7bf..73d449c):
73d449c 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#42)
2c4840e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#43)
source_maps (https://github.com/dart-lang/source_maps/compare/eb3d40a..fc6aa16):
fc6aa16 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#83)
dfca7d5 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#82)
source_span (https://github.com/dart-lang/source_span/compare/48d0f57..92e50bf):
92e50bf 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#102)
c212afa 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#103)
sse (https://github.com/dart-lang/sse/compare/eeb2588..606387e):
606387e 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#89)
stack_trace (https://github.com/dart-lang/stack_trace/compare/bcf2a0b..1c36cd7):
1c36cd7 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#143)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0ce7ab6..bf74065):
bf74065 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#95)
string_scanner (https://github.com/dart-lang/string_scanner/compare/da9142c..616424c):
616424c 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#63)
term_glyph (https://github.com/dart-lang/term_glyph/compare/1b28285..19abf84):
19abf84 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#42)
test (https://github.com/dart-lang/test/compare/8191a35..367aa39):
367aa397 2023-10-02 Jacob MacDonald release test_core and test (#2112)
672be9d7 2023-10-02 Ben Konyi Update package:vm_service to 12.0.0 (#2110)
de324cc7 2023-10-01 dependabot[bot] Bump github/codeql-action from 2.21.5 to 2.21.9 (#2106)
31b94dbb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#2105)
d56c2150 2023-10-01 dependabot[bot] Bump actions/cache from 3.0.11 to 3.3.2 (#2108)
b93f1b50 2023-10-01 dependabot[bot] Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#2109)
a077b673 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#2107)
566d70a2 2023-09-26 Lau Ching Jun Filter test by line when kernel is compiled with --filesystem-scheme. (#2101)
7ec1bbf5 2023-09-25 Nate Bosch Drop support for legacy iframe communication (#2099)
d3f4b368 2023-09-25 Nate Bosch Tighten types in test utils (#2097)
9d997910 2023-09-25 Nate Bosch Add types to Browser implementation url arguments (#2096)
test_descriptor (https://github.com/dart-lang/test_descriptor/compare/030193d..55b5eac):
55b5eac 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#57)
c2ba59e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#56)
test_process (https://github.com/dart-lang/test_process/compare/2a6ee23..5efd0bf):
5efd0bf 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#49)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/45c57d6..8593eb1):
8593eb1 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#52)
4857e22 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#53)
tools (https://github.com/dart-lang/tools/compare/3c248df..f318c80):
f318c80 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#177)
0480655 2023-10-01 dependabot[bot] Bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#176)
73583e8 2023-09-29 Devon Carew update package:cli_config to the latest package:dart_flutter_team_lints (#171)
b293897 2023-09-28 Devon Carew update to the latest package:dart_flutter_team_lints (#173)
242fdb5 2023-09-28 Devon Carew update to the latest package:dart_flutter_team_lints (#172)
a51f779 2023-09-28 Elias Yishak Use constant for no op client id (#168)
e83caee 2023-09-27 Moritz Allow `publish` to write comments on forks (#169)
typed_data (https://github.com/dart-lang/typed_data/compare/80e8943..d1c15ed):
d1c15ed 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#73)
e13af06 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#74)
usage (https://github.com/dart-lang/usage/compare/7b12d51..d7d2964):
d7d2964 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#198)
920c6e8 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#199)
watcher (https://github.com/dart-lang/watcher/compare/1aed03e..c480e2d):
c480e2d 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#151)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/af945f1..364013d):
364013d 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#286)
50dada7 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#285)
webdev (https://github.com/dart-lang/webdev/compare/3078f48..7c2c2d7):
7c2c2d70 2023-10-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 4.1.0 (#2245)
7739a114 2023-09-26 Elliott Brooks Refactor tests to handle new `ToolConfiguration` (#2243)
4e350cde 2023-09-21 Elliott Brooks Fix issue with the inspector panel in the Dart Debug Extension (#2242)
bbddba29 2023-09-21 Elliott Brooks Prepare the Dart Debug Extension for release to version 1.36 (#2241)
cc5db13f 2023-09-21 Elliott Brooks Rename plainUri to debugUri and send it to the extension (#2238)
48fc725f 2023-09-20 Elliott Brooks Add a new workspaceName parameter to DWDS on start up (#2237)
d2dae560 2023-09-20 Elliott Brooks Refactor: Update the parameters for `DWDS.start` (#2231)
yaml (https://github.com/dart-lang/yaml/compare/ae00187..9f0d649):
9f0d649 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#153)
8e70ffb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#152)
yaml_edit (https://github.com/dart-lang/yaml_edit/compare/4a9734d..a7e7fba):
a7e7fba 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#58)
f33e3d0 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#59)
8a380e8 2023-09-28 Sigurd Meldgaard Change AliasError to AliasException (#57)
Change-Id: I22f88e36d2eceb03495dabcf1265e9043364e0bd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/329260
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-10-04 05:28:26 +00:00
|
|
|
"json_rpc_2_rev": "0521afb58b9aeb90beda8fa5b00b98b998ec9ba6",
|
2023-09-08 19:46:28 +00:00
|
|
|
"leak_tracker_rev": "098bafcf99a5220e3c352d895d991e163568ee03", # b/299640139
|
2023-10-24 20:32:48 +00:00
|
|
|
"lints_rev": "2cf8403407168d5a1e5c8faed443d4d140308c91",
|
[deps] rev args, async, bazel_worker, benchmark_harness, boolean_selector, browser_launcher, cli_util, clock, collection, convert, crypto, csslib, dartdoc, ecosystem, ffi, fixnum, glob, html, http, http_multi_server, http_parser, json_rpc_2, lints, logging, markdown, matcher, mime, mockito, native, package_config, path, pool, pub_semver, shelf, source_map_stack_trace, source_maps, source_span, sse, stack_trace, stream_channel, string_scanner, term_glyph, test, test_descriptor, test_process, test_reflective_loader, tools, typed_data, usage, watcher, web_socket_channel, webdev, yaml, yaml_edit
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/5a4e16f..df9b428):
df9b428 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#256)
892f013 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#257)
async (https://github.com/dart-lang/async/compare/75efa6c..def4482):
def4482 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#253)
a0ca552 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#252)
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/159e671..b1b6a66):
b1b6a66 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#82)
bb9e48d 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#81)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/7d0d28e..59aea95):
59aea95 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#94)
e3f6207 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#93)
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/f255921..9431e01):
9431e01 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#51)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/1f69393..25bc94a):
25bc94a 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#50)
cli_util (https://github.com/dart-lang/cli_util/compare/44118e3..9e48f0d):
9e48f0d 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#90)
clock (https://github.com/dart-lang/clock/compare/1e75f08..200a020):
200a020 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#56)
8a2b550 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#57)
collection (https://github.com/dart-lang/collection/compare/91afde4..d27bfaf):
d27bfaf 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#314)
5d568ae 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#313)
convert (https://github.com/dart-lang/convert/compare/c058c8f..140b2f0):
140b2f0 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#87)
crypto (https://github.com/dart-lang/crypto/compare/1e26879..b38dd62):
b38dd62 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#153)
csslib (https://github.com/dart-lang/csslib/compare/bd30a1a..f6b68dd):
f6b68dd 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#190)
4b1ee3f 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#189)
dartdoc (https://github.com/dart-lang/dartdoc/compare/a3cfdc4..59947b1):
59947b14 2023-09-25 Sam Rawlins Do not hide stacktrace of DartdocFailures (#3505)
d95af5c7 2023-09-25 dependabot[bot] Bump actions/checkout from 4.0.0 to 4.1.0 (#3506)
ecosystem (https://github.com/dart-lang/ecosystem/compare/3da2dd3..dcbd2ee):
dcbd2ee 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#184)
3006120 2023-10-01 dependabot[bot] Bump peter-evans/create-or-update-comment (#183)
69334aa 2023-10-01 dependabot[bot] Bump actions/upload-artifact (#181)
3dd6c69 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#185)
2c5523c 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#182)
5b7d3fd 2023-09-28 Devon Carew update package:dart_flutter_team_lints to use the beta package:lints (#179)
297e63e 2023-09-28 Devon Carew fix an issue validating pre-release git publishing tags (#180)
1154183 2023-09-28 Moritz Check for `DO_NOT_SUBMIT` strings. (#178)
bc2dd27 2023-09-28 Moritz Add api tool call for testing (#153)
eb8e398 2023-09-27 Moritz Do not fail `publish` on forks (#177)
f40a4eb 2023-09-25 Devon Carew improve support for '-dev' and '-wip' package versions (#173)
ffi (https://github.com/dart-lang/ffi/compare/d36e05a..ee70dd4):
ee70dd4 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#214)
fixnum (https://github.com/dart-lang/fixnum/compare/87ed065..ef0a587):
ef0a587 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#115)
glob (https://github.com/dart-lang/glob/compare/9c1996f..0046533):
0046533 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#83)
f6ebc74 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#84)
html (https://github.com/dart-lang/html/compare/a1b193e..49e2c8e):
49e2c8e 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#228)
fb2de8a 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#227)
http (https://github.com/dart-lang/http/compare/1251619..88ec75e):
88ec75e 2023-10-01 dependabot[bot] Bump actions/checkout from 3 to 4 (#1025)
08143d1 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#1024)
2c99da1 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#1023)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/9d62ea3..03041aa):
03041aa 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#59)
5efaa07 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#58)
http_parser (https://github.com/dart-lang/http_parser/compare/d2d03e7..c557f57):
c557f57 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#78)
a629fd6 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#79)
json_rpc_2 (https://github.com/dart-lang/json_rpc_2/compare/50a3786..0521afb):
0521afb 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#104)
4782145 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#103)
lints (https://github.com/dart-lang/lints/compare/b044aca..140c802):
140c802 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#158)
624a09d 2023-09-28 Devon Carew add dangling_library_doc_comments, remove prefer_void_to_null (#157)
296efaf 2023-09-28 Devon Carew remove no_wildcard_variable_uses; improve testing (#156)
c266a04 2023-09-26 Devon Carew rev to 3.0.0-beta in preparation for publishing (#153)
logging (https://github.com/dart-lang/logging/compare/bcaad0f..642ed21):
642ed21 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#149)
287f4cb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#148)
markdown (https://github.com/dart-lang/markdown/compare/6cfd6f1..ae766d5):
ae766d5 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#556)
matcher (https://github.com/dart-lang/matcher/compare/80910d6..11daad9):
11daad9 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#229)
mime (https://github.com/dart-lang/mime/compare/37ef637..f3b9c49):
f3b9c49 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#105)
mockito (https://github.com/dart-lang/mockito/compare/097e563..610c3dc):
610c3dc 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#699)
73930cd 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#698)
native (https://github.com/dart-lang/native/compare/be4aaf7..22500ea):
22500ea 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#144)
5bfc7ff 2023-10-01 dependabot[bot] Bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#145)
0b7885a 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#143)
package_config (https://github.com/dart-lang/package_config/compare/ae7ad83..100533d):
100533d 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#141)
a4b474a 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#142)
path (https://github.com/dart-lang/path/compare/96d9183..abcf38c):
abcf38c 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#151)
pool (https://github.com/dart-lang/pool/compare/a5bee35..4bcc7de):
4bcc7de 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#75)
pub_semver (https://github.com/dart-lang/pub_semver/compare/f0be74a..8e5a58f):
8e5a58f 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#93)
81da7c8 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#92)
shelf (https://github.com/dart-lang/shelf/compare/4851978..c15fc6f):
c15fc6f 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#386)
e47c00e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#384)
b9c898e 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#385)
9b96b9b 2023-09-26 Michael Thomsen Add backend tag in pubspec.yaml (#381)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/196d7bf..73d449c):
73d449c 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#42)
2c4840e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#43)
source_maps (https://github.com/dart-lang/source_maps/compare/eb3d40a..fc6aa16):
fc6aa16 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#83)
dfca7d5 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#82)
source_span (https://github.com/dart-lang/source_span/compare/48d0f57..92e50bf):
92e50bf 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#102)
c212afa 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#103)
sse (https://github.com/dart-lang/sse/compare/eeb2588..606387e):
606387e 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#89)
stack_trace (https://github.com/dart-lang/stack_trace/compare/bcf2a0b..1c36cd7):
1c36cd7 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#143)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0ce7ab6..bf74065):
bf74065 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#95)
string_scanner (https://github.com/dart-lang/string_scanner/compare/da9142c..616424c):
616424c 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#63)
term_glyph (https://github.com/dart-lang/term_glyph/compare/1b28285..19abf84):
19abf84 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#42)
test (https://github.com/dart-lang/test/compare/8191a35..367aa39):
367aa397 2023-10-02 Jacob MacDonald release test_core and test (#2112)
672be9d7 2023-10-02 Ben Konyi Update package:vm_service to 12.0.0 (#2110)
de324cc7 2023-10-01 dependabot[bot] Bump github/codeql-action from 2.21.5 to 2.21.9 (#2106)
31b94dbb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#2105)
d56c2150 2023-10-01 dependabot[bot] Bump actions/cache from 3.0.11 to 3.3.2 (#2108)
b93f1b50 2023-10-01 dependabot[bot] Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#2109)
a077b673 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#2107)
566d70a2 2023-09-26 Lau Ching Jun Filter test by line when kernel is compiled with --filesystem-scheme. (#2101)
7ec1bbf5 2023-09-25 Nate Bosch Drop support for legacy iframe communication (#2099)
d3f4b368 2023-09-25 Nate Bosch Tighten types in test utils (#2097)
9d997910 2023-09-25 Nate Bosch Add types to Browser implementation url arguments (#2096)
test_descriptor (https://github.com/dart-lang/test_descriptor/compare/030193d..55b5eac):
55b5eac 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#57)
c2ba59e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#56)
test_process (https://github.com/dart-lang/test_process/compare/2a6ee23..5efd0bf):
5efd0bf 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#49)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/45c57d6..8593eb1):
8593eb1 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#52)
4857e22 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#53)
tools (https://github.com/dart-lang/tools/compare/3c248df..f318c80):
f318c80 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#177)
0480655 2023-10-01 dependabot[bot] Bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#176)
73583e8 2023-09-29 Devon Carew update package:cli_config to the latest package:dart_flutter_team_lints (#171)
b293897 2023-09-28 Devon Carew update to the latest package:dart_flutter_team_lints (#173)
242fdb5 2023-09-28 Devon Carew update to the latest package:dart_flutter_team_lints (#172)
a51f779 2023-09-28 Elias Yishak Use constant for no op client id (#168)
e83caee 2023-09-27 Moritz Allow `publish` to write comments on forks (#169)
typed_data (https://github.com/dart-lang/typed_data/compare/80e8943..d1c15ed):
d1c15ed 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#73)
e13af06 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#74)
usage (https://github.com/dart-lang/usage/compare/7b12d51..d7d2964):
d7d2964 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#198)
920c6e8 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#199)
watcher (https://github.com/dart-lang/watcher/compare/1aed03e..c480e2d):
c480e2d 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#151)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/af945f1..364013d):
364013d 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#286)
50dada7 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#285)
webdev (https://github.com/dart-lang/webdev/compare/3078f48..7c2c2d7):
7c2c2d70 2023-10-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 4.1.0 (#2245)
7739a114 2023-09-26 Elliott Brooks Refactor tests to handle new `ToolConfiguration` (#2243)
4e350cde 2023-09-21 Elliott Brooks Fix issue with the inspector panel in the Dart Debug Extension (#2242)
bbddba29 2023-09-21 Elliott Brooks Prepare the Dart Debug Extension for release to version 1.36 (#2241)
cc5db13f 2023-09-21 Elliott Brooks Rename plainUri to debugUri and send it to the extension (#2238)
48fc725f 2023-09-20 Elliott Brooks Add a new workspaceName parameter to DWDS on start up (#2237)
d2dae560 2023-09-20 Elliott Brooks Refactor: Update the parameters for `DWDS.start` (#2231)
yaml (https://github.com/dart-lang/yaml/compare/ae00187..9f0d649):
9f0d649 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#153)
8e70ffb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#152)
yaml_edit (https://github.com/dart-lang/yaml_edit/compare/4a9734d..a7e7fba):
a7e7fba 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#58)
f33e3d0 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#59)
8a380e8 2023-09-28 Sigurd Meldgaard Change AliasError to AliasException (#57)
Change-Id: I22f88e36d2eceb03495dabcf1265e9043364e0bd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/329260
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-10-04 05:28:26 +00:00
|
|
|
"logging_rev": "642ed2124f7ef7abc819a0e22ae0c7afdb5398d3",
|
[deps] rev boolean_selector, browser_launcher, cli_util, convert, crypto, ffi, fixnum, markdown, matcher, mime, mockito, native, path, pool, sse, stack_trace, stream_channel, string_scanner, term_glyph, test_process, watcher
Revisions updated by `dart tools/rev_sdk_deps.dart`.
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/9431e01..479e1c1):
479e1c1 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#52)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/25bc94a..c2871b2):
c2871b2 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#49)
cli_util (https://github.com/dart-lang/cli_util/compare/9e48f0d..56c1235):
56c1235 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#89)
convert (https://github.com/dart-lang/convert/compare/140b2f0..03242b2):
03242b2 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#88)
crypto (https://github.com/dart-lang/crypto/compare/b38dd62..36ead7c):
36ead7c 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#154)
ffi (https://github.com/dart-lang/ffi/compare/ee70dd4..2faec28):
2faec28 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#215)
fixnum (https://github.com/dart-lang/fixnum/compare/ef0a587..ef45eb5):
ef45eb5 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#116)
markdown (https://github.com/dart-lang/markdown/compare/ae766d5..4e2e970):
4e2e970 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#557)
matcher (https://github.com/dart-lang/matcher/compare/11daad9..356e5f6):
356e5f6 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#228)
mime (https://github.com/dart-lang/mime/compare/f3b9c49..af3e5fe):
af3e5fe 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#106)
mockito (https://github.com/dart-lang/mockito/compare/610c3dc..49859e4):
49859e4 2023-10-05 Ilya Yanok Fix Mockito formatting for recent Dart versions
native (https://github.com/dart-lang/native/compare/7aaa025..fd21f5b):
fd21f5b 2023-10-05 Gabriel Terwesten [native_assets_cli] Clarify meaning of `targetAndroidNdkApi` in docs (#151)
path (https://github.com/dart-lang/path/compare/abcf38c..4ca27d4):
4ca27d4 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#152)
pool (https://github.com/dart-lang/pool/compare/4bcc7de..5ccef15):
5ccef15 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#74)
sse (https://github.com/dart-lang/sse/compare/606387e..e190744):
e190744 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#90)
stack_trace (https://github.com/dart-lang/stack_trace/compare/1c36cd7..634589f):
634589f 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#142)
stream_channel (https://github.com/dart-lang/stream_channel/compare/bf74065..ffdb208):
ffdb208 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#96)
string_scanner (https://github.com/dart-lang/string_scanner/compare/616424c..9c525f7):
9c525f7 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#64)
term_glyph (https://github.com/dart-lang/term_glyph/compare/19abf84..cff80de):
cff80de 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#43)
test_process (https://github.com/dart-lang/test_process/compare/5efd0bf..d610333):
d610333 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#48)
watcher (https://github.com/dart-lang/watcher/compare/c480e2d..3998cdd):
3998cdd 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#152)
Change-Id: If3a7412a341d968ec8eee3a866f9f6149460c2c8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/329580
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-10-05 14:58:17 +00:00
|
|
|
"markdown_rev": "4e2e9701d87058311857d06fd7f5df54e8f86c53",
|
2023-10-24 20:32:48 +00:00
|
|
|
"matcher_rev": "7512f8056486f6b0855ec9307ce0f93902c329e7",
|
2023-09-06 11:07:46 +00:00
|
|
|
"material_color_utilities_rev": "799b6ba2f3f1c28c67cc7e0b4f18e0c7d7f3c03e",
|
[deps] rev boolean_selector, browser_launcher, cli_util, convert, crypto, ffi, fixnum, markdown, matcher, mime, mockito, native, path, pool, sse, stack_trace, stream_channel, string_scanner, term_glyph, test_process, watcher
Revisions updated by `dart tools/rev_sdk_deps.dart`.
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/9431e01..479e1c1):
479e1c1 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#52)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/25bc94a..c2871b2):
c2871b2 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#49)
cli_util (https://github.com/dart-lang/cli_util/compare/9e48f0d..56c1235):
56c1235 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#89)
convert (https://github.com/dart-lang/convert/compare/140b2f0..03242b2):
03242b2 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#88)
crypto (https://github.com/dart-lang/crypto/compare/b38dd62..36ead7c):
36ead7c 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#154)
ffi (https://github.com/dart-lang/ffi/compare/ee70dd4..2faec28):
2faec28 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#215)
fixnum (https://github.com/dart-lang/fixnum/compare/ef0a587..ef45eb5):
ef45eb5 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#116)
markdown (https://github.com/dart-lang/markdown/compare/ae766d5..4e2e970):
4e2e970 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#557)
matcher (https://github.com/dart-lang/matcher/compare/11daad9..356e5f6):
356e5f6 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#228)
mime (https://github.com/dart-lang/mime/compare/f3b9c49..af3e5fe):
af3e5fe 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#106)
mockito (https://github.com/dart-lang/mockito/compare/610c3dc..49859e4):
49859e4 2023-10-05 Ilya Yanok Fix Mockito formatting for recent Dart versions
native (https://github.com/dart-lang/native/compare/7aaa025..fd21f5b):
fd21f5b 2023-10-05 Gabriel Terwesten [native_assets_cli] Clarify meaning of `targetAndroidNdkApi` in docs (#151)
path (https://github.com/dart-lang/path/compare/abcf38c..4ca27d4):
4ca27d4 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#152)
pool (https://github.com/dart-lang/pool/compare/4bcc7de..5ccef15):
5ccef15 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#74)
sse (https://github.com/dart-lang/sse/compare/606387e..e190744):
e190744 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#90)
stack_trace (https://github.com/dart-lang/stack_trace/compare/1c36cd7..634589f):
634589f 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#142)
stream_channel (https://github.com/dart-lang/stream_channel/compare/bf74065..ffdb208):
ffdb208 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#96)
string_scanner (https://github.com/dart-lang/string_scanner/compare/616424c..9c525f7):
9c525f7 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#64)
term_glyph (https://github.com/dart-lang/term_glyph/compare/19abf84..cff80de):
cff80de 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#43)
test_process (https://github.com/dart-lang/test_process/compare/5efd0bf..d610333):
d610333 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#48)
watcher (https://github.com/dart-lang/watcher/compare/c480e2d..3998cdd):
3998cdd 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#152)
Change-Id: If3a7412a341d968ec8eee3a866f9f6149460c2c8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/329580
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-10-05 14:58:17 +00:00
|
|
|
"mime_rev": "af3e5fe753b957e95f03838f8a63782582c413ca",
|
2023-10-19 18:11:16 +00:00
|
|
|
"mockito_rev": "4edf86ffe358462eafcb94fa3cbcb578d7cc6c6b",
|
2023-10-17 01:16:16 +00:00
|
|
|
"native_rev": "757f5034bb3cb9cf9db1b268fccea028d6b0f6a6",
|
[deps] rev args, async, bazel_worker, benchmark_harness, boolean_selector, browser_launcher, cli_util, clock, collection, convert, crypto, csslib, dartdoc, ecosystem, ffi, fixnum, glob, html, http, http_multi_server, http_parser, json_rpc_2, lints, logging, markdown, matcher, mime, mockito, native, package_config, path, pool, pub_semver, shelf, source_map_stack_trace, source_maps, source_span, sse, stack_trace, stream_channel, string_scanner, term_glyph, test, test_descriptor, test_process, test_reflective_loader, tools, typed_data, usage, watcher, web_socket_channel, webdev, yaml, yaml_edit
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/5a4e16f..df9b428):
df9b428 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#256)
892f013 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#257)
async (https://github.com/dart-lang/async/compare/75efa6c..def4482):
def4482 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#253)
a0ca552 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#252)
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/159e671..b1b6a66):
b1b6a66 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#82)
bb9e48d 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#81)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/7d0d28e..59aea95):
59aea95 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#94)
e3f6207 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#93)
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/f255921..9431e01):
9431e01 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#51)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/1f69393..25bc94a):
25bc94a 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#50)
cli_util (https://github.com/dart-lang/cli_util/compare/44118e3..9e48f0d):
9e48f0d 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#90)
clock (https://github.com/dart-lang/clock/compare/1e75f08..200a020):
200a020 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#56)
8a2b550 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#57)
collection (https://github.com/dart-lang/collection/compare/91afde4..d27bfaf):
d27bfaf 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#314)
5d568ae 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#313)
convert (https://github.com/dart-lang/convert/compare/c058c8f..140b2f0):
140b2f0 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#87)
crypto (https://github.com/dart-lang/crypto/compare/1e26879..b38dd62):
b38dd62 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#153)
csslib (https://github.com/dart-lang/csslib/compare/bd30a1a..f6b68dd):
f6b68dd 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#190)
4b1ee3f 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#189)
dartdoc (https://github.com/dart-lang/dartdoc/compare/a3cfdc4..59947b1):
59947b14 2023-09-25 Sam Rawlins Do not hide stacktrace of DartdocFailures (#3505)
d95af5c7 2023-09-25 dependabot[bot] Bump actions/checkout from 4.0.0 to 4.1.0 (#3506)
ecosystem (https://github.com/dart-lang/ecosystem/compare/3da2dd3..dcbd2ee):
dcbd2ee 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#184)
3006120 2023-10-01 dependabot[bot] Bump peter-evans/create-or-update-comment (#183)
69334aa 2023-10-01 dependabot[bot] Bump actions/upload-artifact (#181)
3dd6c69 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#185)
2c5523c 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#182)
5b7d3fd 2023-09-28 Devon Carew update package:dart_flutter_team_lints to use the beta package:lints (#179)
297e63e 2023-09-28 Devon Carew fix an issue validating pre-release git publishing tags (#180)
1154183 2023-09-28 Moritz Check for `DO_NOT_SUBMIT` strings. (#178)
bc2dd27 2023-09-28 Moritz Add api tool call for testing (#153)
eb8e398 2023-09-27 Moritz Do not fail `publish` on forks (#177)
f40a4eb 2023-09-25 Devon Carew improve support for '-dev' and '-wip' package versions (#173)
ffi (https://github.com/dart-lang/ffi/compare/d36e05a..ee70dd4):
ee70dd4 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#214)
fixnum (https://github.com/dart-lang/fixnum/compare/87ed065..ef0a587):
ef0a587 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#115)
glob (https://github.com/dart-lang/glob/compare/9c1996f..0046533):
0046533 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#83)
f6ebc74 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#84)
html (https://github.com/dart-lang/html/compare/a1b193e..49e2c8e):
49e2c8e 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#228)
fb2de8a 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#227)
http (https://github.com/dart-lang/http/compare/1251619..88ec75e):
88ec75e 2023-10-01 dependabot[bot] Bump actions/checkout from 3 to 4 (#1025)
08143d1 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#1024)
2c99da1 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#1023)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/9d62ea3..03041aa):
03041aa 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#59)
5efaa07 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#58)
http_parser (https://github.com/dart-lang/http_parser/compare/d2d03e7..c557f57):
c557f57 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#78)
a629fd6 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#79)
json_rpc_2 (https://github.com/dart-lang/json_rpc_2/compare/50a3786..0521afb):
0521afb 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#104)
4782145 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#103)
lints (https://github.com/dart-lang/lints/compare/b044aca..140c802):
140c802 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#158)
624a09d 2023-09-28 Devon Carew add dangling_library_doc_comments, remove prefer_void_to_null (#157)
296efaf 2023-09-28 Devon Carew remove no_wildcard_variable_uses; improve testing (#156)
c266a04 2023-09-26 Devon Carew rev to 3.0.0-beta in preparation for publishing (#153)
logging (https://github.com/dart-lang/logging/compare/bcaad0f..642ed21):
642ed21 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#149)
287f4cb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#148)
markdown (https://github.com/dart-lang/markdown/compare/6cfd6f1..ae766d5):
ae766d5 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#556)
matcher (https://github.com/dart-lang/matcher/compare/80910d6..11daad9):
11daad9 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#229)
mime (https://github.com/dart-lang/mime/compare/37ef637..f3b9c49):
f3b9c49 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#105)
mockito (https://github.com/dart-lang/mockito/compare/097e563..610c3dc):
610c3dc 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#699)
73930cd 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#698)
native (https://github.com/dart-lang/native/compare/be4aaf7..22500ea):
22500ea 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#144)
5bfc7ff 2023-10-01 dependabot[bot] Bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#145)
0b7885a 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#143)
package_config (https://github.com/dart-lang/package_config/compare/ae7ad83..100533d):
100533d 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#141)
a4b474a 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#142)
path (https://github.com/dart-lang/path/compare/96d9183..abcf38c):
abcf38c 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#151)
pool (https://github.com/dart-lang/pool/compare/a5bee35..4bcc7de):
4bcc7de 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#75)
pub_semver (https://github.com/dart-lang/pub_semver/compare/f0be74a..8e5a58f):
8e5a58f 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#93)
81da7c8 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#92)
shelf (https://github.com/dart-lang/shelf/compare/4851978..c15fc6f):
c15fc6f 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#386)
e47c00e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#384)
b9c898e 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#385)
9b96b9b 2023-09-26 Michael Thomsen Add backend tag in pubspec.yaml (#381)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/196d7bf..73d449c):
73d449c 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#42)
2c4840e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#43)
source_maps (https://github.com/dart-lang/source_maps/compare/eb3d40a..fc6aa16):
fc6aa16 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#83)
dfca7d5 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#82)
source_span (https://github.com/dart-lang/source_span/compare/48d0f57..92e50bf):
92e50bf 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#102)
c212afa 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#103)
sse (https://github.com/dart-lang/sse/compare/eeb2588..606387e):
606387e 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#89)
stack_trace (https://github.com/dart-lang/stack_trace/compare/bcf2a0b..1c36cd7):
1c36cd7 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#143)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0ce7ab6..bf74065):
bf74065 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#95)
string_scanner (https://github.com/dart-lang/string_scanner/compare/da9142c..616424c):
616424c 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#63)
term_glyph (https://github.com/dart-lang/term_glyph/compare/1b28285..19abf84):
19abf84 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#42)
test (https://github.com/dart-lang/test/compare/8191a35..367aa39):
367aa397 2023-10-02 Jacob MacDonald release test_core and test (#2112)
672be9d7 2023-10-02 Ben Konyi Update package:vm_service to 12.0.0 (#2110)
de324cc7 2023-10-01 dependabot[bot] Bump github/codeql-action from 2.21.5 to 2.21.9 (#2106)
31b94dbb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#2105)
d56c2150 2023-10-01 dependabot[bot] Bump actions/cache from 3.0.11 to 3.3.2 (#2108)
b93f1b50 2023-10-01 dependabot[bot] Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#2109)
a077b673 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#2107)
566d70a2 2023-09-26 Lau Ching Jun Filter test by line when kernel is compiled with --filesystem-scheme. (#2101)
7ec1bbf5 2023-09-25 Nate Bosch Drop support for legacy iframe communication (#2099)
d3f4b368 2023-09-25 Nate Bosch Tighten types in test utils (#2097)
9d997910 2023-09-25 Nate Bosch Add types to Browser implementation url arguments (#2096)
test_descriptor (https://github.com/dart-lang/test_descriptor/compare/030193d..55b5eac):
55b5eac 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#57)
c2ba59e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#56)
test_process (https://github.com/dart-lang/test_process/compare/2a6ee23..5efd0bf):
5efd0bf 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#49)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/45c57d6..8593eb1):
8593eb1 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#52)
4857e22 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#53)
tools (https://github.com/dart-lang/tools/compare/3c248df..f318c80):
f318c80 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#177)
0480655 2023-10-01 dependabot[bot] Bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#176)
73583e8 2023-09-29 Devon Carew update package:cli_config to the latest package:dart_flutter_team_lints (#171)
b293897 2023-09-28 Devon Carew update to the latest package:dart_flutter_team_lints (#173)
242fdb5 2023-09-28 Devon Carew update to the latest package:dart_flutter_team_lints (#172)
a51f779 2023-09-28 Elias Yishak Use constant for no op client id (#168)
e83caee 2023-09-27 Moritz Allow `publish` to write comments on forks (#169)
typed_data (https://github.com/dart-lang/typed_data/compare/80e8943..d1c15ed):
d1c15ed 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#73)
e13af06 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#74)
usage (https://github.com/dart-lang/usage/compare/7b12d51..d7d2964):
d7d2964 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#198)
920c6e8 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#199)
watcher (https://github.com/dart-lang/watcher/compare/1aed03e..c480e2d):
c480e2d 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#151)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/af945f1..364013d):
364013d 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#286)
50dada7 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#285)
webdev (https://github.com/dart-lang/webdev/compare/3078f48..7c2c2d7):
7c2c2d70 2023-10-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 4.1.0 (#2245)
7739a114 2023-09-26 Elliott Brooks Refactor tests to handle new `ToolConfiguration` (#2243)
4e350cde 2023-09-21 Elliott Brooks Fix issue with the inspector panel in the Dart Debug Extension (#2242)
bbddba29 2023-09-21 Elliott Brooks Prepare the Dart Debug Extension for release to version 1.36 (#2241)
cc5db13f 2023-09-21 Elliott Brooks Rename plainUri to debugUri and send it to the extension (#2238)
48fc725f 2023-09-20 Elliott Brooks Add a new workspaceName parameter to DWDS on start up (#2237)
d2dae560 2023-09-20 Elliott Brooks Refactor: Update the parameters for `DWDS.start` (#2231)
yaml (https://github.com/dart-lang/yaml/compare/ae00187..9f0d649):
9f0d649 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#153)
8e70ffb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#152)
yaml_edit (https://github.com/dart-lang/yaml_edit/compare/4a9734d..a7e7fba):
a7e7fba 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#58)
f33e3d0 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#59)
8a380e8 2023-09-28 Sigurd Meldgaard Change AliasError to AliasException (#57)
Change-Id: I22f88e36d2eceb03495dabcf1265e9043364e0bd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/329260
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-10-04 05:28:26 +00:00
|
|
|
"package_config_rev": "100533d2f836583f281c9dfa11a00d6842c176d4",
|
[deps] rev boolean_selector, browser_launcher, cli_util, convert, crypto, ffi, fixnum, markdown, matcher, mime, mockito, native, path, pool, sse, stack_trace, stream_channel, string_scanner, term_glyph, test_process, watcher
Revisions updated by `dart tools/rev_sdk_deps.dart`.
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/9431e01..479e1c1):
479e1c1 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#52)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/25bc94a..c2871b2):
c2871b2 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#49)
cli_util (https://github.com/dart-lang/cli_util/compare/9e48f0d..56c1235):
56c1235 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#89)
convert (https://github.com/dart-lang/convert/compare/140b2f0..03242b2):
03242b2 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#88)
crypto (https://github.com/dart-lang/crypto/compare/b38dd62..36ead7c):
36ead7c 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#154)
ffi (https://github.com/dart-lang/ffi/compare/ee70dd4..2faec28):
2faec28 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#215)
fixnum (https://github.com/dart-lang/fixnum/compare/ef0a587..ef45eb5):
ef45eb5 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#116)
markdown (https://github.com/dart-lang/markdown/compare/ae766d5..4e2e970):
4e2e970 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#557)
matcher (https://github.com/dart-lang/matcher/compare/11daad9..356e5f6):
356e5f6 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#228)
mime (https://github.com/dart-lang/mime/compare/f3b9c49..af3e5fe):
af3e5fe 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#106)
mockito (https://github.com/dart-lang/mockito/compare/610c3dc..49859e4):
49859e4 2023-10-05 Ilya Yanok Fix Mockito formatting for recent Dart versions
native (https://github.com/dart-lang/native/compare/7aaa025..fd21f5b):
fd21f5b 2023-10-05 Gabriel Terwesten [native_assets_cli] Clarify meaning of `targetAndroidNdkApi` in docs (#151)
path (https://github.com/dart-lang/path/compare/abcf38c..4ca27d4):
4ca27d4 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#152)
pool (https://github.com/dart-lang/pool/compare/4bcc7de..5ccef15):
5ccef15 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#74)
sse (https://github.com/dart-lang/sse/compare/606387e..e190744):
e190744 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#90)
stack_trace (https://github.com/dart-lang/stack_trace/compare/1c36cd7..634589f):
634589f 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#142)
stream_channel (https://github.com/dart-lang/stream_channel/compare/bf74065..ffdb208):
ffdb208 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#96)
string_scanner (https://github.com/dart-lang/string_scanner/compare/616424c..9c525f7):
9c525f7 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#64)
term_glyph (https://github.com/dart-lang/term_glyph/compare/19abf84..cff80de):
cff80de 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#43)
test_process (https://github.com/dart-lang/test_process/compare/5efd0bf..d610333):
d610333 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#48)
watcher (https://github.com/dart-lang/watcher/compare/c480e2d..3998cdd):
3998cdd 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#152)
Change-Id: If3a7412a341d968ec8eee3a866f9f6149460c2c8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/329580
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-10-05 14:58:17 +00:00
|
|
|
"path_rev": "4ca27d4e88d47f2d96c3113940a97321b6aa7175",
|
|
|
|
"pool_rev": "5ccef15fcd4690d96e22e60c3962f4c97d9430f9",
|
2023-10-24 20:32:48 +00:00
|
|
|
"protobuf_rev": "3528fad58b591692f734c49481d9ed16db50518c",
|
2023-09-27 12:47:09 +00:00
|
|
|
"pub_rev": "fca927ae2662204805e1646c0c0687369001a41a", # disable rev_sdk_deps.dart
|
[deps] rev args, async, bazel_worker, benchmark_harness, boolean_selector, browser_launcher, cli_util, clock, collection, convert, crypto, csslib, dartdoc, ecosystem, ffi, fixnum, glob, html, http, http_multi_server, http_parser, json_rpc_2, lints, logging, markdown, matcher, mime, mockito, native, package_config, path, pool, pub_semver, shelf, source_map_stack_trace, source_maps, source_span, sse, stack_trace, stream_channel, string_scanner, term_glyph, test, test_descriptor, test_process, test_reflective_loader, tools, typed_data, usage, watcher, web_socket_channel, webdev, yaml, yaml_edit
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/5a4e16f..df9b428):
df9b428 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#256)
892f013 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#257)
async (https://github.com/dart-lang/async/compare/75efa6c..def4482):
def4482 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#253)
a0ca552 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#252)
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/159e671..b1b6a66):
b1b6a66 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#82)
bb9e48d 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#81)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/7d0d28e..59aea95):
59aea95 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#94)
e3f6207 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#93)
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/f255921..9431e01):
9431e01 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#51)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/1f69393..25bc94a):
25bc94a 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#50)
cli_util (https://github.com/dart-lang/cli_util/compare/44118e3..9e48f0d):
9e48f0d 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#90)
clock (https://github.com/dart-lang/clock/compare/1e75f08..200a020):
200a020 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#56)
8a2b550 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#57)
collection (https://github.com/dart-lang/collection/compare/91afde4..d27bfaf):
d27bfaf 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#314)
5d568ae 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#313)
convert (https://github.com/dart-lang/convert/compare/c058c8f..140b2f0):
140b2f0 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#87)
crypto (https://github.com/dart-lang/crypto/compare/1e26879..b38dd62):
b38dd62 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#153)
csslib (https://github.com/dart-lang/csslib/compare/bd30a1a..f6b68dd):
f6b68dd 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#190)
4b1ee3f 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#189)
dartdoc (https://github.com/dart-lang/dartdoc/compare/a3cfdc4..59947b1):
59947b14 2023-09-25 Sam Rawlins Do not hide stacktrace of DartdocFailures (#3505)
d95af5c7 2023-09-25 dependabot[bot] Bump actions/checkout from 4.0.0 to 4.1.0 (#3506)
ecosystem (https://github.com/dart-lang/ecosystem/compare/3da2dd3..dcbd2ee):
dcbd2ee 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#184)
3006120 2023-10-01 dependabot[bot] Bump peter-evans/create-or-update-comment (#183)
69334aa 2023-10-01 dependabot[bot] Bump actions/upload-artifact (#181)
3dd6c69 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#185)
2c5523c 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#182)
5b7d3fd 2023-09-28 Devon Carew update package:dart_flutter_team_lints to use the beta package:lints (#179)
297e63e 2023-09-28 Devon Carew fix an issue validating pre-release git publishing tags (#180)
1154183 2023-09-28 Moritz Check for `DO_NOT_SUBMIT` strings. (#178)
bc2dd27 2023-09-28 Moritz Add api tool call for testing (#153)
eb8e398 2023-09-27 Moritz Do not fail `publish` on forks (#177)
f40a4eb 2023-09-25 Devon Carew improve support for '-dev' and '-wip' package versions (#173)
ffi (https://github.com/dart-lang/ffi/compare/d36e05a..ee70dd4):
ee70dd4 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#214)
fixnum (https://github.com/dart-lang/fixnum/compare/87ed065..ef0a587):
ef0a587 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#115)
glob (https://github.com/dart-lang/glob/compare/9c1996f..0046533):
0046533 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#83)
f6ebc74 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#84)
html (https://github.com/dart-lang/html/compare/a1b193e..49e2c8e):
49e2c8e 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#228)
fb2de8a 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#227)
http (https://github.com/dart-lang/http/compare/1251619..88ec75e):
88ec75e 2023-10-01 dependabot[bot] Bump actions/checkout from 3 to 4 (#1025)
08143d1 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#1024)
2c99da1 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#1023)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/9d62ea3..03041aa):
03041aa 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#59)
5efaa07 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#58)
http_parser (https://github.com/dart-lang/http_parser/compare/d2d03e7..c557f57):
c557f57 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#78)
a629fd6 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#79)
json_rpc_2 (https://github.com/dart-lang/json_rpc_2/compare/50a3786..0521afb):
0521afb 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#104)
4782145 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#103)
lints (https://github.com/dart-lang/lints/compare/b044aca..140c802):
140c802 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#158)
624a09d 2023-09-28 Devon Carew add dangling_library_doc_comments, remove prefer_void_to_null (#157)
296efaf 2023-09-28 Devon Carew remove no_wildcard_variable_uses; improve testing (#156)
c266a04 2023-09-26 Devon Carew rev to 3.0.0-beta in preparation for publishing (#153)
logging (https://github.com/dart-lang/logging/compare/bcaad0f..642ed21):
642ed21 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#149)
287f4cb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#148)
markdown (https://github.com/dart-lang/markdown/compare/6cfd6f1..ae766d5):
ae766d5 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#556)
matcher (https://github.com/dart-lang/matcher/compare/80910d6..11daad9):
11daad9 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#229)
mime (https://github.com/dart-lang/mime/compare/37ef637..f3b9c49):
f3b9c49 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#105)
mockito (https://github.com/dart-lang/mockito/compare/097e563..610c3dc):
610c3dc 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#699)
73930cd 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#698)
native (https://github.com/dart-lang/native/compare/be4aaf7..22500ea):
22500ea 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#144)
5bfc7ff 2023-10-01 dependabot[bot] Bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#145)
0b7885a 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#143)
package_config (https://github.com/dart-lang/package_config/compare/ae7ad83..100533d):
100533d 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#141)
a4b474a 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#142)
path (https://github.com/dart-lang/path/compare/96d9183..abcf38c):
abcf38c 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#151)
pool (https://github.com/dart-lang/pool/compare/a5bee35..4bcc7de):
4bcc7de 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#75)
pub_semver (https://github.com/dart-lang/pub_semver/compare/f0be74a..8e5a58f):
8e5a58f 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#93)
81da7c8 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#92)
shelf (https://github.com/dart-lang/shelf/compare/4851978..c15fc6f):
c15fc6f 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#386)
e47c00e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#384)
b9c898e 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#385)
9b96b9b 2023-09-26 Michael Thomsen Add backend tag in pubspec.yaml (#381)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/196d7bf..73d449c):
73d449c 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#42)
2c4840e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#43)
source_maps (https://github.com/dart-lang/source_maps/compare/eb3d40a..fc6aa16):
fc6aa16 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#83)
dfca7d5 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#82)
source_span (https://github.com/dart-lang/source_span/compare/48d0f57..92e50bf):
92e50bf 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#102)
c212afa 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#103)
sse (https://github.com/dart-lang/sse/compare/eeb2588..606387e):
606387e 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#89)
stack_trace (https://github.com/dart-lang/stack_trace/compare/bcf2a0b..1c36cd7):
1c36cd7 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#143)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0ce7ab6..bf74065):
bf74065 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#95)
string_scanner (https://github.com/dart-lang/string_scanner/compare/da9142c..616424c):
616424c 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#63)
term_glyph (https://github.com/dart-lang/term_glyph/compare/1b28285..19abf84):
19abf84 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#42)
test (https://github.com/dart-lang/test/compare/8191a35..367aa39):
367aa397 2023-10-02 Jacob MacDonald release test_core and test (#2112)
672be9d7 2023-10-02 Ben Konyi Update package:vm_service to 12.0.0 (#2110)
de324cc7 2023-10-01 dependabot[bot] Bump github/codeql-action from 2.21.5 to 2.21.9 (#2106)
31b94dbb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#2105)
d56c2150 2023-10-01 dependabot[bot] Bump actions/cache from 3.0.11 to 3.3.2 (#2108)
b93f1b50 2023-10-01 dependabot[bot] Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#2109)
a077b673 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#2107)
566d70a2 2023-09-26 Lau Ching Jun Filter test by line when kernel is compiled with --filesystem-scheme. (#2101)
7ec1bbf5 2023-09-25 Nate Bosch Drop support for legacy iframe communication (#2099)
d3f4b368 2023-09-25 Nate Bosch Tighten types in test utils (#2097)
9d997910 2023-09-25 Nate Bosch Add types to Browser implementation url arguments (#2096)
test_descriptor (https://github.com/dart-lang/test_descriptor/compare/030193d..55b5eac):
55b5eac 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#57)
c2ba59e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#56)
test_process (https://github.com/dart-lang/test_process/compare/2a6ee23..5efd0bf):
5efd0bf 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#49)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/45c57d6..8593eb1):
8593eb1 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#52)
4857e22 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#53)
tools (https://github.com/dart-lang/tools/compare/3c248df..f318c80):
f318c80 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#177)
0480655 2023-10-01 dependabot[bot] Bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#176)
73583e8 2023-09-29 Devon Carew update package:cli_config to the latest package:dart_flutter_team_lints (#171)
b293897 2023-09-28 Devon Carew update to the latest package:dart_flutter_team_lints (#173)
242fdb5 2023-09-28 Devon Carew update to the latest package:dart_flutter_team_lints (#172)
a51f779 2023-09-28 Elias Yishak Use constant for no op client id (#168)
e83caee 2023-09-27 Moritz Allow `publish` to write comments on forks (#169)
typed_data (https://github.com/dart-lang/typed_data/compare/80e8943..d1c15ed):
d1c15ed 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#73)
e13af06 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#74)
usage (https://github.com/dart-lang/usage/compare/7b12d51..d7d2964):
d7d2964 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#198)
920c6e8 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#199)
watcher (https://github.com/dart-lang/watcher/compare/1aed03e..c480e2d):
c480e2d 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#151)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/af945f1..364013d):
364013d 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#286)
50dada7 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#285)
webdev (https://github.com/dart-lang/webdev/compare/3078f48..7c2c2d7):
7c2c2d70 2023-10-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 4.1.0 (#2245)
7739a114 2023-09-26 Elliott Brooks Refactor tests to handle new `ToolConfiguration` (#2243)
4e350cde 2023-09-21 Elliott Brooks Fix issue with the inspector panel in the Dart Debug Extension (#2242)
bbddba29 2023-09-21 Elliott Brooks Prepare the Dart Debug Extension for release to version 1.36 (#2241)
cc5db13f 2023-09-21 Elliott Brooks Rename plainUri to debugUri and send it to the extension (#2238)
48fc725f 2023-09-20 Elliott Brooks Add a new workspaceName parameter to DWDS on start up (#2237)
d2dae560 2023-09-20 Elliott Brooks Refactor: Update the parameters for `DWDS.start` (#2231)
yaml (https://github.com/dart-lang/yaml/compare/ae00187..9f0d649):
9f0d649 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#153)
8e70ffb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#152)
yaml_edit (https://github.com/dart-lang/yaml_edit/compare/4a9734d..a7e7fba):
a7e7fba 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#58)
f33e3d0 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#59)
8a380e8 2023-09-28 Sigurd Meldgaard Change AliasError to AliasException (#57)
Change-Id: I22f88e36d2eceb03495dabcf1265e9043364e0bd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/329260
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-10-04 05:28:26 +00:00
|
|
|
"pub_semver_rev": "8e5a58fd4231854b35ac585ff81c242885334843",
|
|
|
|
"shelf_rev": "c15fc6f6ae11079d7796b0bf8c93135a5a112d82",
|
|
|
|
"source_map_stack_trace_rev": "73d449cb90f9faf3ccacde0635f55230c6060024",
|
|
|
|
"source_maps_rev": "fc6aa16cc3548dec5642057a7fbbce01d64f4a19",
|
|
|
|
"source_span_rev": "92e50bf0c15bea00218e5fdb2881d2570de1932b",
|
2023-10-17 01:16:16 +00:00
|
|
|
"sse_rev": "37df57d7d09503c12f6200122ab0cb7e92ad50d1",
|
[deps] rev boolean_selector, browser_launcher, cli_util, convert, crypto, ffi, fixnum, markdown, matcher, mime, mockito, native, path, pool, sse, stack_trace, stream_channel, string_scanner, term_glyph, test_process, watcher
Revisions updated by `dart tools/rev_sdk_deps.dart`.
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/9431e01..479e1c1):
479e1c1 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#52)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/25bc94a..c2871b2):
c2871b2 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#49)
cli_util (https://github.com/dart-lang/cli_util/compare/9e48f0d..56c1235):
56c1235 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#89)
convert (https://github.com/dart-lang/convert/compare/140b2f0..03242b2):
03242b2 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#88)
crypto (https://github.com/dart-lang/crypto/compare/b38dd62..36ead7c):
36ead7c 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#154)
ffi (https://github.com/dart-lang/ffi/compare/ee70dd4..2faec28):
2faec28 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#215)
fixnum (https://github.com/dart-lang/fixnum/compare/ef0a587..ef45eb5):
ef45eb5 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#116)
markdown (https://github.com/dart-lang/markdown/compare/ae766d5..4e2e970):
4e2e970 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#557)
matcher (https://github.com/dart-lang/matcher/compare/11daad9..356e5f6):
356e5f6 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#228)
mime (https://github.com/dart-lang/mime/compare/f3b9c49..af3e5fe):
af3e5fe 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#106)
mockito (https://github.com/dart-lang/mockito/compare/610c3dc..49859e4):
49859e4 2023-10-05 Ilya Yanok Fix Mockito formatting for recent Dart versions
native (https://github.com/dart-lang/native/compare/7aaa025..fd21f5b):
fd21f5b 2023-10-05 Gabriel Terwesten [native_assets_cli] Clarify meaning of `targetAndroidNdkApi` in docs (#151)
path (https://github.com/dart-lang/path/compare/abcf38c..4ca27d4):
4ca27d4 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#152)
pool (https://github.com/dart-lang/pool/compare/4bcc7de..5ccef15):
5ccef15 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#74)
sse (https://github.com/dart-lang/sse/compare/606387e..e190744):
e190744 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#90)
stack_trace (https://github.com/dart-lang/stack_trace/compare/1c36cd7..634589f):
634589f 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#142)
stream_channel (https://github.com/dart-lang/stream_channel/compare/bf74065..ffdb208):
ffdb208 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#96)
string_scanner (https://github.com/dart-lang/string_scanner/compare/616424c..9c525f7):
9c525f7 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#64)
term_glyph (https://github.com/dart-lang/term_glyph/compare/19abf84..cff80de):
cff80de 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#43)
test_process (https://github.com/dart-lang/test_process/compare/5efd0bf..d610333):
d610333 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#48)
watcher (https://github.com/dart-lang/watcher/compare/c480e2d..3998cdd):
3998cdd 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#152)
Change-Id: If3a7412a341d968ec8eee3a866f9f6149460c2c8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/329580
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-10-05 14:58:17 +00:00
|
|
|
"stack_trace_rev": "634589f915f7b236dba8aca0f581cf792e5a6e03",
|
|
|
|
"stream_channel_rev": "ffdb20840d05a276699b50fdfc70cf668bfed6e2",
|
|
|
|
"string_scanner_rev": "9c525f78fbc4189ee4dc3171a5c79e925b58f58b",
|
[deps] rev args, bazel_worker, benchmark_harness, characters, collection, dartdoc, ecosystem, file, glob, html, http_multi_server, http_parser, json_rpc_2, mockito, package_config, protobuf, pub_semver, source_maps, source_span, sync_http, test_reflective_loader, usage, vector_math, web_socket_channel, webdriver
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/da56b18..5a4e16f):
5a4e16f 2023-09-01 dependabot[bot] Bump actions/checkout from 3.5.3 to 3.6.0 (#254)
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/f950bbf..159e671):
159e671 2023-09-01 dependabot[bot] Bump actions/checkout from 3.5.3 to 3.6.0 (#80)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/fde73cb..7d0d28e):
7d0d28e 2023-09-01 dependabot[bot] Bump actions/checkout from 3.5.3 to 3.6.0 (#92)
characters (https://github.com/dart-lang/characters/compare/ec844db..7633a16):
7633a16 2023-09-01 dependabot[bot] Bump actions/checkout from 3.5.3 to 3.6.0 (#86)
collection (https://github.com/dart-lang/collection/compare/1a9b7eb..91afde4):
91afde4 2023-09-02 dependabot[bot] Bump actions/checkout from 3.5.3 to 3.6.0 (#311)
dartdoc (https://github.com/dart-lang/dartdoc/compare/695b218..a32ba3a):
a32ba3a1 2023-09-05 Parker Lougheed Enable accidentally disabled reflective parameter test (#3490)
0c0cb4ed 2023-09-04 dependabot[bot] Bump actions/checkout from 3.5.3 to 4.0.0 (#3492)
08d8d9c4 2023-09-01 Sam Rawlins Implement much support for extension types (#3489)
ecosystem (https://github.com/dart-lang/ecosystem/compare/89e58de..2e6c3ec):
2e6c3ec 2023-09-05 Hossein Yousefi Fix Publish Workflow (#162)
2e532e3 2023-09-01 dependabot[bot] Bump actions/checkout from 3.5.3 to 3.6.0 (#161)
file (https://github.com/google/file.dart/compare/5d9a602..a18ad1c):
a18ad1c 2023-09-01 dependabot[bot] Bump actions/checkout from 3.5.2 to 3.6.0 (#228)
glob (https://github.com/dart-lang/glob/compare/5b24393..9c1996f):
9c1996f 2023-09-01 dependabot[bot] Bump actions/checkout from 3.5.3 to 3.6.0 (#82)
html (https://github.com/dart-lang/html/compare/4060496..a1b193e):
a1b193e 2023-09-01 dependabot[bot] Bump actions/checkout from 3.5.3 to 3.6.0 (#225)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/aa128cf..9d62ea3):
9d62ea3 2023-09-01 dependabot[bot] Bump actions/checkout from 3.5.3 to 3.6.0 (#57)
http_parser (https://github.com/dart-lang/http_parser/compare/c14fbf6..d2d03e7):
d2d03e7 2023-09-02 dependabot[bot] Bump actions/checkout from 3.5.3 to 3.6.0 (#77)
json_rpc_2 (https://github.com/dart-lang/json_rpc_2/compare/509f71e..50a3786):
50a3786 2023-09-01 dependabot[bot] Bump actions/checkout from 3.5.3 to 3.6.0 (#101)
mockito (https://github.com/dart-lang/mockito/compare/f5abf11..412c0be):
412c0be 2023-09-01 dependabot[bot] Bump actions/checkout from 3.5.3 to 3.6.0 (#692)
package_config (https://github.com/dart-lang/package_config/compare/981c49d..ae7ad83):
ae7ad83 2023-09-01 dependabot[bot] Bump actions/checkout from 3.5.3 to 3.6.0 (#140)
protobuf (https://github.com/dart-lang/protobuf/compare/5e8f36b..c16bc89):
c16bc89 2023-09-01 dependabot[bot] Bump actions/checkout from 3.5.2 to 3.6.0 (#873)
pub_semver (https://github.com/dart-lang/pub_semver/compare/028b435..f0be74a):
f0be74a 2023-09-01 dependabot[bot] Bump actions/checkout from 3.5.3 to 3.6.0 (#91)
source_maps (https://github.com/dart-lang/source_maps/compare/97c4833..eb3d40a):
eb3d40a 2023-09-01 dependabot[bot] Bump actions/checkout from 3.5.3 to 3.6.0 (#81)
source_span (https://github.com/dart-lang/source_span/compare/37735ae..48d0f57):
48d0f57 2023-09-01 dependabot[bot] Bump actions/checkout from 3.5.3 to 3.6.0 (#101)
sync_http (https://github.com/dart-lang/sync_http/compare/c3d6ad4..8233f74):
8233f74 2023-09-01 Devon Carew Merge pull request #37 from google/dependabot/github_actions/actions/checkout-3.6.0
57dc02b 2023-09-01 dependabot[bot] Bump actions/checkout from 3.5.2 to 3.6.0
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/0bfaad9..45c57d6):
45c57d6 2023-09-01 dependabot[bot] Bump actions/checkout from 3.5.3 to 3.6.0 (#51)
usage (https://github.com/dart-lang/usage/compare/09bb847..7b12d51):
7b12d51 2023-09-01 dependabot[bot] Bump actions/checkout from 3.5.3 to 3.6.0 (#197)
vector_math (https://github.com/google/vector_math.dart/compare/88bada3..d54af8a):
d54af8a 2023-09-01 dependabot[bot] Bump actions/checkout from 3.5.2 to 3.6.0 (#301)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/4d1b543..af945f1):
af945f1 2023-09-01 dependabot[bot] Bump actions/checkout from 3.5.3 to 3.6.0 (#283)
webdriver (https://github.com/google/webdriver.dart/compare/20ec47f..21976d6):
21976d6 2023-09-01 dependabot[bot] Bump actions/checkout from 3.5.2 to 3.6.0 (#279)
352b9b6 2023-09-01 dependabot[bot] Bump nanasess/setup-chromedriver from 1.1.0 to 2.2.0 (#278)
Change-Id: I0b1f7a8851a7ee992d5b67a221ab523f55b51240
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/324261
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-09-05 18:14:11 +00:00
|
|
|
"sync_http_rev": "8233f74cd8a87707c13beceb59b56bca41b52966",
|
2023-10-26 17:58:16 +00:00
|
|
|
"tar_rev": "3383397b082c084c327587a293591fac74bc8af3",
|
[deps] rev boolean_selector, browser_launcher, cli_util, convert, crypto, ffi, fixnum, markdown, matcher, mime, mockito, native, path, pool, sse, stack_trace, stream_channel, string_scanner, term_glyph, test_process, watcher
Revisions updated by `dart tools/rev_sdk_deps.dart`.
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/9431e01..479e1c1):
479e1c1 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#52)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/25bc94a..c2871b2):
c2871b2 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#49)
cli_util (https://github.com/dart-lang/cli_util/compare/9e48f0d..56c1235):
56c1235 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#89)
convert (https://github.com/dart-lang/convert/compare/140b2f0..03242b2):
03242b2 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#88)
crypto (https://github.com/dart-lang/crypto/compare/b38dd62..36ead7c):
36ead7c 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#154)
ffi (https://github.com/dart-lang/ffi/compare/ee70dd4..2faec28):
2faec28 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#215)
fixnum (https://github.com/dart-lang/fixnum/compare/ef0a587..ef45eb5):
ef45eb5 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#116)
markdown (https://github.com/dart-lang/markdown/compare/ae766d5..4e2e970):
4e2e970 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#557)
matcher (https://github.com/dart-lang/matcher/compare/11daad9..356e5f6):
356e5f6 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#228)
mime (https://github.com/dart-lang/mime/compare/f3b9c49..af3e5fe):
af3e5fe 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#106)
mockito (https://github.com/dart-lang/mockito/compare/610c3dc..49859e4):
49859e4 2023-10-05 Ilya Yanok Fix Mockito formatting for recent Dart versions
native (https://github.com/dart-lang/native/compare/7aaa025..fd21f5b):
fd21f5b 2023-10-05 Gabriel Terwesten [native_assets_cli] Clarify meaning of `targetAndroidNdkApi` in docs (#151)
path (https://github.com/dart-lang/path/compare/abcf38c..4ca27d4):
4ca27d4 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#152)
pool (https://github.com/dart-lang/pool/compare/4bcc7de..5ccef15):
5ccef15 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#74)
sse (https://github.com/dart-lang/sse/compare/606387e..e190744):
e190744 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#90)
stack_trace (https://github.com/dart-lang/stack_trace/compare/1c36cd7..634589f):
634589f 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#142)
stream_channel (https://github.com/dart-lang/stream_channel/compare/bf74065..ffdb208):
ffdb208 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#96)
string_scanner (https://github.com/dart-lang/string_scanner/compare/616424c..9c525f7):
9c525f7 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#64)
term_glyph (https://github.com/dart-lang/term_glyph/compare/19abf84..cff80de):
cff80de 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#43)
test_process (https://github.com/dart-lang/test_process/compare/5efd0bf..d610333):
d610333 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#48)
watcher (https://github.com/dart-lang/watcher/compare/c480e2d..3998cdd):
3998cdd 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#152)
Change-Id: If3a7412a341d968ec8eee3a866f9f6149460c2c8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/329580
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-10-05 14:58:17 +00:00
|
|
|
"term_glyph_rev": "cff80de129b2e69c11e3a9d7c6ea0447fc37865b",
|
2023-10-19 18:11:16 +00:00
|
|
|
"test_rev": "4341470a2b844cd9a6692647639d652f617dd302", # https://github.com/dart-lang/test/issues/2126
|
[deps] rev args, async, bazel_worker, benchmark_harness, boolean_selector, browser_launcher, cli_util, clock, collection, convert, crypto, csslib, dartdoc, ecosystem, ffi, fixnum, glob, html, http, http_multi_server, http_parser, json_rpc_2, lints, logging, markdown, matcher, mime, mockito, native, package_config, path, pool, pub_semver, shelf, source_map_stack_trace, source_maps, source_span, sse, stack_trace, stream_channel, string_scanner, term_glyph, test, test_descriptor, test_process, test_reflective_loader, tools, typed_data, usage, watcher, web_socket_channel, webdev, yaml, yaml_edit
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/5a4e16f..df9b428):
df9b428 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#256)
892f013 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#257)
async (https://github.com/dart-lang/async/compare/75efa6c..def4482):
def4482 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#253)
a0ca552 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#252)
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/159e671..b1b6a66):
b1b6a66 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#82)
bb9e48d 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#81)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/7d0d28e..59aea95):
59aea95 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#94)
e3f6207 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#93)
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/f255921..9431e01):
9431e01 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#51)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/1f69393..25bc94a):
25bc94a 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#50)
cli_util (https://github.com/dart-lang/cli_util/compare/44118e3..9e48f0d):
9e48f0d 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#90)
clock (https://github.com/dart-lang/clock/compare/1e75f08..200a020):
200a020 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#56)
8a2b550 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#57)
collection (https://github.com/dart-lang/collection/compare/91afde4..d27bfaf):
d27bfaf 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#314)
5d568ae 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#313)
convert (https://github.com/dart-lang/convert/compare/c058c8f..140b2f0):
140b2f0 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#87)
crypto (https://github.com/dart-lang/crypto/compare/1e26879..b38dd62):
b38dd62 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#153)
csslib (https://github.com/dart-lang/csslib/compare/bd30a1a..f6b68dd):
f6b68dd 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#190)
4b1ee3f 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#189)
dartdoc (https://github.com/dart-lang/dartdoc/compare/a3cfdc4..59947b1):
59947b14 2023-09-25 Sam Rawlins Do not hide stacktrace of DartdocFailures (#3505)
d95af5c7 2023-09-25 dependabot[bot] Bump actions/checkout from 4.0.0 to 4.1.0 (#3506)
ecosystem (https://github.com/dart-lang/ecosystem/compare/3da2dd3..dcbd2ee):
dcbd2ee 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#184)
3006120 2023-10-01 dependabot[bot] Bump peter-evans/create-or-update-comment (#183)
69334aa 2023-10-01 dependabot[bot] Bump actions/upload-artifact (#181)
3dd6c69 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#185)
2c5523c 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#182)
5b7d3fd 2023-09-28 Devon Carew update package:dart_flutter_team_lints to use the beta package:lints (#179)
297e63e 2023-09-28 Devon Carew fix an issue validating pre-release git publishing tags (#180)
1154183 2023-09-28 Moritz Check for `DO_NOT_SUBMIT` strings. (#178)
bc2dd27 2023-09-28 Moritz Add api tool call for testing (#153)
eb8e398 2023-09-27 Moritz Do not fail `publish` on forks (#177)
f40a4eb 2023-09-25 Devon Carew improve support for '-dev' and '-wip' package versions (#173)
ffi (https://github.com/dart-lang/ffi/compare/d36e05a..ee70dd4):
ee70dd4 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#214)
fixnum (https://github.com/dart-lang/fixnum/compare/87ed065..ef0a587):
ef0a587 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#115)
glob (https://github.com/dart-lang/glob/compare/9c1996f..0046533):
0046533 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#83)
f6ebc74 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#84)
html (https://github.com/dart-lang/html/compare/a1b193e..49e2c8e):
49e2c8e 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#228)
fb2de8a 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#227)
http (https://github.com/dart-lang/http/compare/1251619..88ec75e):
88ec75e 2023-10-01 dependabot[bot] Bump actions/checkout from 3 to 4 (#1025)
08143d1 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#1024)
2c99da1 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#1023)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/9d62ea3..03041aa):
03041aa 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#59)
5efaa07 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#58)
http_parser (https://github.com/dart-lang/http_parser/compare/d2d03e7..c557f57):
c557f57 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#78)
a629fd6 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#79)
json_rpc_2 (https://github.com/dart-lang/json_rpc_2/compare/50a3786..0521afb):
0521afb 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#104)
4782145 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#103)
lints (https://github.com/dart-lang/lints/compare/b044aca..140c802):
140c802 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#158)
624a09d 2023-09-28 Devon Carew add dangling_library_doc_comments, remove prefer_void_to_null (#157)
296efaf 2023-09-28 Devon Carew remove no_wildcard_variable_uses; improve testing (#156)
c266a04 2023-09-26 Devon Carew rev to 3.0.0-beta in preparation for publishing (#153)
logging (https://github.com/dart-lang/logging/compare/bcaad0f..642ed21):
642ed21 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#149)
287f4cb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#148)
markdown (https://github.com/dart-lang/markdown/compare/6cfd6f1..ae766d5):
ae766d5 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#556)
matcher (https://github.com/dart-lang/matcher/compare/80910d6..11daad9):
11daad9 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#229)
mime (https://github.com/dart-lang/mime/compare/37ef637..f3b9c49):
f3b9c49 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#105)
mockito (https://github.com/dart-lang/mockito/compare/097e563..610c3dc):
610c3dc 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#699)
73930cd 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#698)
native (https://github.com/dart-lang/native/compare/be4aaf7..22500ea):
22500ea 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#144)
5bfc7ff 2023-10-01 dependabot[bot] Bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#145)
0b7885a 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#143)
package_config (https://github.com/dart-lang/package_config/compare/ae7ad83..100533d):
100533d 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#141)
a4b474a 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#142)
path (https://github.com/dart-lang/path/compare/96d9183..abcf38c):
abcf38c 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#151)
pool (https://github.com/dart-lang/pool/compare/a5bee35..4bcc7de):
4bcc7de 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#75)
pub_semver (https://github.com/dart-lang/pub_semver/compare/f0be74a..8e5a58f):
8e5a58f 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#93)
81da7c8 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#92)
shelf (https://github.com/dart-lang/shelf/compare/4851978..c15fc6f):
c15fc6f 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#386)
e47c00e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#384)
b9c898e 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#385)
9b96b9b 2023-09-26 Michael Thomsen Add backend tag in pubspec.yaml (#381)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/196d7bf..73d449c):
73d449c 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#42)
2c4840e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#43)
source_maps (https://github.com/dart-lang/source_maps/compare/eb3d40a..fc6aa16):
fc6aa16 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#83)
dfca7d5 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#82)
source_span (https://github.com/dart-lang/source_span/compare/48d0f57..92e50bf):
92e50bf 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#102)
c212afa 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#103)
sse (https://github.com/dart-lang/sse/compare/eeb2588..606387e):
606387e 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#89)
stack_trace (https://github.com/dart-lang/stack_trace/compare/bcf2a0b..1c36cd7):
1c36cd7 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#143)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0ce7ab6..bf74065):
bf74065 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#95)
string_scanner (https://github.com/dart-lang/string_scanner/compare/da9142c..616424c):
616424c 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#63)
term_glyph (https://github.com/dart-lang/term_glyph/compare/1b28285..19abf84):
19abf84 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#42)
test (https://github.com/dart-lang/test/compare/8191a35..367aa39):
367aa397 2023-10-02 Jacob MacDonald release test_core and test (#2112)
672be9d7 2023-10-02 Ben Konyi Update package:vm_service to 12.0.0 (#2110)
de324cc7 2023-10-01 dependabot[bot] Bump github/codeql-action from 2.21.5 to 2.21.9 (#2106)
31b94dbb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#2105)
d56c2150 2023-10-01 dependabot[bot] Bump actions/cache from 3.0.11 to 3.3.2 (#2108)
b93f1b50 2023-10-01 dependabot[bot] Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#2109)
a077b673 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#2107)
566d70a2 2023-09-26 Lau Ching Jun Filter test by line when kernel is compiled with --filesystem-scheme. (#2101)
7ec1bbf5 2023-09-25 Nate Bosch Drop support for legacy iframe communication (#2099)
d3f4b368 2023-09-25 Nate Bosch Tighten types in test utils (#2097)
9d997910 2023-09-25 Nate Bosch Add types to Browser implementation url arguments (#2096)
test_descriptor (https://github.com/dart-lang/test_descriptor/compare/030193d..55b5eac):
55b5eac 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#57)
c2ba59e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#56)
test_process (https://github.com/dart-lang/test_process/compare/2a6ee23..5efd0bf):
5efd0bf 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#49)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/45c57d6..8593eb1):
8593eb1 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#52)
4857e22 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#53)
tools (https://github.com/dart-lang/tools/compare/3c248df..f318c80):
f318c80 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#177)
0480655 2023-10-01 dependabot[bot] Bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#176)
73583e8 2023-09-29 Devon Carew update package:cli_config to the latest package:dart_flutter_team_lints (#171)
b293897 2023-09-28 Devon Carew update to the latest package:dart_flutter_team_lints (#173)
242fdb5 2023-09-28 Devon Carew update to the latest package:dart_flutter_team_lints (#172)
a51f779 2023-09-28 Elias Yishak Use constant for no op client id (#168)
e83caee 2023-09-27 Moritz Allow `publish` to write comments on forks (#169)
typed_data (https://github.com/dart-lang/typed_data/compare/80e8943..d1c15ed):
d1c15ed 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#73)
e13af06 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#74)
usage (https://github.com/dart-lang/usage/compare/7b12d51..d7d2964):
d7d2964 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#198)
920c6e8 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#199)
watcher (https://github.com/dart-lang/watcher/compare/1aed03e..c480e2d):
c480e2d 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#151)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/af945f1..364013d):
364013d 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#286)
50dada7 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#285)
webdev (https://github.com/dart-lang/webdev/compare/3078f48..7c2c2d7):
7c2c2d70 2023-10-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 4.1.0 (#2245)
7739a114 2023-09-26 Elliott Brooks Refactor tests to handle new `ToolConfiguration` (#2243)
4e350cde 2023-09-21 Elliott Brooks Fix issue with the inspector panel in the Dart Debug Extension (#2242)
bbddba29 2023-09-21 Elliott Brooks Prepare the Dart Debug Extension for release to version 1.36 (#2241)
cc5db13f 2023-09-21 Elliott Brooks Rename plainUri to debugUri and send it to the extension (#2238)
48fc725f 2023-09-20 Elliott Brooks Add a new workspaceName parameter to DWDS on start up (#2237)
d2dae560 2023-09-20 Elliott Brooks Refactor: Update the parameters for `DWDS.start` (#2231)
yaml (https://github.com/dart-lang/yaml/compare/ae00187..9f0d649):
9f0d649 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#153)
8e70ffb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#152)
yaml_edit (https://github.com/dart-lang/yaml_edit/compare/4a9734d..a7e7fba):
a7e7fba 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#58)
f33e3d0 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#59)
8a380e8 2023-09-28 Sigurd Meldgaard Change AliasError to AliasException (#57)
Change-Id: I22f88e36d2eceb03495dabcf1265e9043364e0bd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/329260
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-10-04 05:28:26 +00:00
|
|
|
"test_descriptor_rev": "55b5eac522cc10bd5b2280b1f0cc367b0b69c472",
|
[deps] rev boolean_selector, browser_launcher, cli_util, convert, crypto, ffi, fixnum, markdown, matcher, mime, mockito, native, path, pool, sse, stack_trace, stream_channel, string_scanner, term_glyph, test_process, watcher
Revisions updated by `dart tools/rev_sdk_deps.dart`.
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/9431e01..479e1c1):
479e1c1 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#52)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/25bc94a..c2871b2):
c2871b2 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#49)
cli_util (https://github.com/dart-lang/cli_util/compare/9e48f0d..56c1235):
56c1235 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#89)
convert (https://github.com/dart-lang/convert/compare/140b2f0..03242b2):
03242b2 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#88)
crypto (https://github.com/dart-lang/crypto/compare/b38dd62..36ead7c):
36ead7c 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#154)
ffi (https://github.com/dart-lang/ffi/compare/ee70dd4..2faec28):
2faec28 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#215)
fixnum (https://github.com/dart-lang/fixnum/compare/ef0a587..ef45eb5):
ef45eb5 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#116)
markdown (https://github.com/dart-lang/markdown/compare/ae766d5..4e2e970):
4e2e970 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#557)
matcher (https://github.com/dart-lang/matcher/compare/11daad9..356e5f6):
356e5f6 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#228)
mime (https://github.com/dart-lang/mime/compare/f3b9c49..af3e5fe):
af3e5fe 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#106)
mockito (https://github.com/dart-lang/mockito/compare/610c3dc..49859e4):
49859e4 2023-10-05 Ilya Yanok Fix Mockito formatting for recent Dart versions
native (https://github.com/dart-lang/native/compare/7aaa025..fd21f5b):
fd21f5b 2023-10-05 Gabriel Terwesten [native_assets_cli] Clarify meaning of `targetAndroidNdkApi` in docs (#151)
path (https://github.com/dart-lang/path/compare/abcf38c..4ca27d4):
4ca27d4 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#152)
pool (https://github.com/dart-lang/pool/compare/4bcc7de..5ccef15):
5ccef15 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#74)
sse (https://github.com/dart-lang/sse/compare/606387e..e190744):
e190744 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#90)
stack_trace (https://github.com/dart-lang/stack_trace/compare/1c36cd7..634589f):
634589f 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#142)
stream_channel (https://github.com/dart-lang/stream_channel/compare/bf74065..ffdb208):
ffdb208 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#96)
string_scanner (https://github.com/dart-lang/string_scanner/compare/616424c..9c525f7):
9c525f7 2023-10-03 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#64)
term_glyph (https://github.com/dart-lang/term_glyph/compare/19abf84..cff80de):
cff80de 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#43)
test_process (https://github.com/dart-lang/test_process/compare/5efd0bf..d610333):
d610333 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#48)
watcher (https://github.com/dart-lang/watcher/compare/c480e2d..3998cdd):
3998cdd 2023-10-03 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#152)
Change-Id: If3a7412a341d968ec8eee3a866f9f6149460c2c8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/329580
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-10-05 14:58:17 +00:00
|
|
|
"test_process_rev": "d610333f099884ef91660bffb72d7c668cec5b4c",
|
[deps] rev args, async, bazel_worker, benchmark_harness, boolean_selector, browser_launcher, cli_util, clock, collection, convert, crypto, csslib, dartdoc, ecosystem, ffi, fixnum, glob, html, http, http_multi_server, http_parser, json_rpc_2, lints, logging, markdown, matcher, mime, mockito, native, package_config, path, pool, pub_semver, shelf, source_map_stack_trace, source_maps, source_span, sse, stack_trace, stream_channel, string_scanner, term_glyph, test, test_descriptor, test_process, test_reflective_loader, tools, typed_data, usage, watcher, web_socket_channel, webdev, yaml, yaml_edit
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/5a4e16f..df9b428):
df9b428 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#256)
892f013 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#257)
async (https://github.com/dart-lang/async/compare/75efa6c..def4482):
def4482 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#253)
a0ca552 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#252)
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/159e671..b1b6a66):
b1b6a66 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#82)
bb9e48d 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#81)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/7d0d28e..59aea95):
59aea95 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#94)
e3f6207 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#93)
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/f255921..9431e01):
9431e01 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#51)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/1f69393..25bc94a):
25bc94a 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#50)
cli_util (https://github.com/dart-lang/cli_util/compare/44118e3..9e48f0d):
9e48f0d 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#90)
clock (https://github.com/dart-lang/clock/compare/1e75f08..200a020):
200a020 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#56)
8a2b550 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#57)
collection (https://github.com/dart-lang/collection/compare/91afde4..d27bfaf):
d27bfaf 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#314)
5d568ae 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#313)
convert (https://github.com/dart-lang/convert/compare/c058c8f..140b2f0):
140b2f0 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#87)
crypto (https://github.com/dart-lang/crypto/compare/1e26879..b38dd62):
b38dd62 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#153)
csslib (https://github.com/dart-lang/csslib/compare/bd30a1a..f6b68dd):
f6b68dd 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#190)
4b1ee3f 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#189)
dartdoc (https://github.com/dart-lang/dartdoc/compare/a3cfdc4..59947b1):
59947b14 2023-09-25 Sam Rawlins Do not hide stacktrace of DartdocFailures (#3505)
d95af5c7 2023-09-25 dependabot[bot] Bump actions/checkout from 4.0.0 to 4.1.0 (#3506)
ecosystem (https://github.com/dart-lang/ecosystem/compare/3da2dd3..dcbd2ee):
dcbd2ee 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#184)
3006120 2023-10-01 dependabot[bot] Bump peter-evans/create-or-update-comment (#183)
69334aa 2023-10-01 dependabot[bot] Bump actions/upload-artifact (#181)
3dd6c69 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#185)
2c5523c 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#182)
5b7d3fd 2023-09-28 Devon Carew update package:dart_flutter_team_lints to use the beta package:lints (#179)
297e63e 2023-09-28 Devon Carew fix an issue validating pre-release git publishing tags (#180)
1154183 2023-09-28 Moritz Check for `DO_NOT_SUBMIT` strings. (#178)
bc2dd27 2023-09-28 Moritz Add api tool call for testing (#153)
eb8e398 2023-09-27 Moritz Do not fail `publish` on forks (#177)
f40a4eb 2023-09-25 Devon Carew improve support for '-dev' and '-wip' package versions (#173)
ffi (https://github.com/dart-lang/ffi/compare/d36e05a..ee70dd4):
ee70dd4 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#214)
fixnum (https://github.com/dart-lang/fixnum/compare/87ed065..ef0a587):
ef0a587 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#115)
glob (https://github.com/dart-lang/glob/compare/9c1996f..0046533):
0046533 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#83)
f6ebc74 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#84)
html (https://github.com/dart-lang/html/compare/a1b193e..49e2c8e):
49e2c8e 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#228)
fb2de8a 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#227)
http (https://github.com/dart-lang/http/compare/1251619..88ec75e):
88ec75e 2023-10-01 dependabot[bot] Bump actions/checkout from 3 to 4 (#1025)
08143d1 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#1024)
2c99da1 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#1023)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/9d62ea3..03041aa):
03041aa 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#59)
5efaa07 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#58)
http_parser (https://github.com/dart-lang/http_parser/compare/d2d03e7..c557f57):
c557f57 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#78)
a629fd6 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#79)
json_rpc_2 (https://github.com/dart-lang/json_rpc_2/compare/50a3786..0521afb):
0521afb 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#104)
4782145 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#103)
lints (https://github.com/dart-lang/lints/compare/b044aca..140c802):
140c802 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#158)
624a09d 2023-09-28 Devon Carew add dangling_library_doc_comments, remove prefer_void_to_null (#157)
296efaf 2023-09-28 Devon Carew remove no_wildcard_variable_uses; improve testing (#156)
c266a04 2023-09-26 Devon Carew rev to 3.0.0-beta in preparation for publishing (#153)
logging (https://github.com/dart-lang/logging/compare/bcaad0f..642ed21):
642ed21 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#149)
287f4cb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#148)
markdown (https://github.com/dart-lang/markdown/compare/6cfd6f1..ae766d5):
ae766d5 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#556)
matcher (https://github.com/dart-lang/matcher/compare/80910d6..11daad9):
11daad9 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#229)
mime (https://github.com/dart-lang/mime/compare/37ef637..f3b9c49):
f3b9c49 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#105)
mockito (https://github.com/dart-lang/mockito/compare/097e563..610c3dc):
610c3dc 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#699)
73930cd 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#698)
native (https://github.com/dart-lang/native/compare/be4aaf7..22500ea):
22500ea 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#144)
5bfc7ff 2023-10-01 dependabot[bot] Bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#145)
0b7885a 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#143)
package_config (https://github.com/dart-lang/package_config/compare/ae7ad83..100533d):
100533d 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#141)
a4b474a 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#142)
path (https://github.com/dart-lang/path/compare/96d9183..abcf38c):
abcf38c 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#151)
pool (https://github.com/dart-lang/pool/compare/a5bee35..4bcc7de):
4bcc7de 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#75)
pub_semver (https://github.com/dart-lang/pub_semver/compare/f0be74a..8e5a58f):
8e5a58f 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#93)
81da7c8 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#92)
shelf (https://github.com/dart-lang/shelf/compare/4851978..c15fc6f):
c15fc6f 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#386)
e47c00e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#384)
b9c898e 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#385)
9b96b9b 2023-09-26 Michael Thomsen Add backend tag in pubspec.yaml (#381)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/196d7bf..73d449c):
73d449c 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#42)
2c4840e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#43)
source_maps (https://github.com/dart-lang/source_maps/compare/eb3d40a..fc6aa16):
fc6aa16 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#83)
dfca7d5 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#82)
source_span (https://github.com/dart-lang/source_span/compare/48d0f57..92e50bf):
92e50bf 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#102)
c212afa 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#103)
sse (https://github.com/dart-lang/sse/compare/eeb2588..606387e):
606387e 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#89)
stack_trace (https://github.com/dart-lang/stack_trace/compare/bcf2a0b..1c36cd7):
1c36cd7 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#143)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0ce7ab6..bf74065):
bf74065 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#95)
string_scanner (https://github.com/dart-lang/string_scanner/compare/da9142c..616424c):
616424c 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#63)
term_glyph (https://github.com/dart-lang/term_glyph/compare/1b28285..19abf84):
19abf84 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#42)
test (https://github.com/dart-lang/test/compare/8191a35..367aa39):
367aa397 2023-10-02 Jacob MacDonald release test_core and test (#2112)
672be9d7 2023-10-02 Ben Konyi Update package:vm_service to 12.0.0 (#2110)
de324cc7 2023-10-01 dependabot[bot] Bump github/codeql-action from 2.21.5 to 2.21.9 (#2106)
31b94dbb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#2105)
d56c2150 2023-10-01 dependabot[bot] Bump actions/cache from 3.0.11 to 3.3.2 (#2108)
b93f1b50 2023-10-01 dependabot[bot] Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#2109)
a077b673 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#2107)
566d70a2 2023-09-26 Lau Ching Jun Filter test by line when kernel is compiled with --filesystem-scheme. (#2101)
7ec1bbf5 2023-09-25 Nate Bosch Drop support for legacy iframe communication (#2099)
d3f4b368 2023-09-25 Nate Bosch Tighten types in test utils (#2097)
9d997910 2023-09-25 Nate Bosch Add types to Browser implementation url arguments (#2096)
test_descriptor (https://github.com/dart-lang/test_descriptor/compare/030193d..55b5eac):
55b5eac 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#57)
c2ba59e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#56)
test_process (https://github.com/dart-lang/test_process/compare/2a6ee23..5efd0bf):
5efd0bf 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#49)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/45c57d6..8593eb1):
8593eb1 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#52)
4857e22 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#53)
tools (https://github.com/dart-lang/tools/compare/3c248df..f318c80):
f318c80 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#177)
0480655 2023-10-01 dependabot[bot] Bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#176)
73583e8 2023-09-29 Devon Carew update package:cli_config to the latest package:dart_flutter_team_lints (#171)
b293897 2023-09-28 Devon Carew update to the latest package:dart_flutter_team_lints (#173)
242fdb5 2023-09-28 Devon Carew update to the latest package:dart_flutter_team_lints (#172)
a51f779 2023-09-28 Elias Yishak Use constant for no op client id (#168)
e83caee 2023-09-27 Moritz Allow `publish` to write comments on forks (#169)
typed_data (https://github.com/dart-lang/typed_data/compare/80e8943..d1c15ed):
d1c15ed 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#73)
e13af06 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#74)
usage (https://github.com/dart-lang/usage/compare/7b12d51..d7d2964):
d7d2964 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#198)
920c6e8 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#199)
watcher (https://github.com/dart-lang/watcher/compare/1aed03e..c480e2d):
c480e2d 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#151)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/af945f1..364013d):
364013d 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#286)
50dada7 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#285)
webdev (https://github.com/dart-lang/webdev/compare/3078f48..7c2c2d7):
7c2c2d70 2023-10-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 4.1.0 (#2245)
7739a114 2023-09-26 Elliott Brooks Refactor tests to handle new `ToolConfiguration` (#2243)
4e350cde 2023-09-21 Elliott Brooks Fix issue with the inspector panel in the Dart Debug Extension (#2242)
bbddba29 2023-09-21 Elliott Brooks Prepare the Dart Debug Extension for release to version 1.36 (#2241)
cc5db13f 2023-09-21 Elliott Brooks Rename plainUri to debugUri and send it to the extension (#2238)
48fc725f 2023-09-20 Elliott Brooks Add a new workspaceName parameter to DWDS on start up (#2237)
d2dae560 2023-09-20 Elliott Brooks Refactor: Update the parameters for `DWDS.start` (#2231)
yaml (https://github.com/dart-lang/yaml/compare/ae00187..9f0d649):
9f0d649 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#153)
8e70ffb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#152)
yaml_edit (https://github.com/dart-lang/yaml_edit/compare/4a9734d..a7e7fba):
a7e7fba 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#58)
f33e3d0 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#59)
8a380e8 2023-09-28 Sigurd Meldgaard Change AliasError to AliasException (#57)
Change-Id: I22f88e36d2eceb03495dabcf1265e9043364e0bd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/329260
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-10-04 05:28:26 +00:00
|
|
|
"test_reflective_loader_rev": "8593eb160f796179f77c8edb6fde050433810211",
|
2023-10-24 20:32:48 +00:00
|
|
|
"tools_rev": "da6bb184c9eb18e344cf37ab1a34aa04b1057edc",
|
[deps] rev args, async, bazel_worker, benchmark_harness, boolean_selector, browser_launcher, cli_util, clock, collection, convert, crypto, csslib, dartdoc, ecosystem, ffi, fixnum, glob, html, http, http_multi_server, http_parser, json_rpc_2, lints, logging, markdown, matcher, mime, mockito, native, package_config, path, pool, pub_semver, shelf, source_map_stack_trace, source_maps, source_span, sse, stack_trace, stream_channel, string_scanner, term_glyph, test, test_descriptor, test_process, test_reflective_loader, tools, typed_data, usage, watcher, web_socket_channel, webdev, yaml, yaml_edit
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/5a4e16f..df9b428):
df9b428 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#256)
892f013 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#257)
async (https://github.com/dart-lang/async/compare/75efa6c..def4482):
def4482 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#253)
a0ca552 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#252)
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/159e671..b1b6a66):
b1b6a66 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#82)
bb9e48d 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#81)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/7d0d28e..59aea95):
59aea95 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#94)
e3f6207 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#93)
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/f255921..9431e01):
9431e01 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#51)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/1f69393..25bc94a):
25bc94a 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#50)
cli_util (https://github.com/dart-lang/cli_util/compare/44118e3..9e48f0d):
9e48f0d 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#90)
clock (https://github.com/dart-lang/clock/compare/1e75f08..200a020):
200a020 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#56)
8a2b550 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#57)
collection (https://github.com/dart-lang/collection/compare/91afde4..d27bfaf):
d27bfaf 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#314)
5d568ae 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#313)
convert (https://github.com/dart-lang/convert/compare/c058c8f..140b2f0):
140b2f0 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#87)
crypto (https://github.com/dart-lang/crypto/compare/1e26879..b38dd62):
b38dd62 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#153)
csslib (https://github.com/dart-lang/csslib/compare/bd30a1a..f6b68dd):
f6b68dd 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#190)
4b1ee3f 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#189)
dartdoc (https://github.com/dart-lang/dartdoc/compare/a3cfdc4..59947b1):
59947b14 2023-09-25 Sam Rawlins Do not hide stacktrace of DartdocFailures (#3505)
d95af5c7 2023-09-25 dependabot[bot] Bump actions/checkout from 4.0.0 to 4.1.0 (#3506)
ecosystem (https://github.com/dart-lang/ecosystem/compare/3da2dd3..dcbd2ee):
dcbd2ee 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#184)
3006120 2023-10-01 dependabot[bot] Bump peter-evans/create-or-update-comment (#183)
69334aa 2023-10-01 dependabot[bot] Bump actions/upload-artifact (#181)
3dd6c69 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#185)
2c5523c 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#182)
5b7d3fd 2023-09-28 Devon Carew update package:dart_flutter_team_lints to use the beta package:lints (#179)
297e63e 2023-09-28 Devon Carew fix an issue validating pre-release git publishing tags (#180)
1154183 2023-09-28 Moritz Check for `DO_NOT_SUBMIT` strings. (#178)
bc2dd27 2023-09-28 Moritz Add api tool call for testing (#153)
eb8e398 2023-09-27 Moritz Do not fail `publish` on forks (#177)
f40a4eb 2023-09-25 Devon Carew improve support for '-dev' and '-wip' package versions (#173)
ffi (https://github.com/dart-lang/ffi/compare/d36e05a..ee70dd4):
ee70dd4 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#214)
fixnum (https://github.com/dart-lang/fixnum/compare/87ed065..ef0a587):
ef0a587 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#115)
glob (https://github.com/dart-lang/glob/compare/9c1996f..0046533):
0046533 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#83)
f6ebc74 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#84)
html (https://github.com/dart-lang/html/compare/a1b193e..49e2c8e):
49e2c8e 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#228)
fb2de8a 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#227)
http (https://github.com/dart-lang/http/compare/1251619..88ec75e):
88ec75e 2023-10-01 dependabot[bot] Bump actions/checkout from 3 to 4 (#1025)
08143d1 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#1024)
2c99da1 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#1023)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/9d62ea3..03041aa):
03041aa 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#59)
5efaa07 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#58)
http_parser (https://github.com/dart-lang/http_parser/compare/d2d03e7..c557f57):
c557f57 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#78)
a629fd6 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#79)
json_rpc_2 (https://github.com/dart-lang/json_rpc_2/compare/50a3786..0521afb):
0521afb 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#104)
4782145 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#103)
lints (https://github.com/dart-lang/lints/compare/b044aca..140c802):
140c802 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#158)
624a09d 2023-09-28 Devon Carew add dangling_library_doc_comments, remove prefer_void_to_null (#157)
296efaf 2023-09-28 Devon Carew remove no_wildcard_variable_uses; improve testing (#156)
c266a04 2023-09-26 Devon Carew rev to 3.0.0-beta in preparation for publishing (#153)
logging (https://github.com/dart-lang/logging/compare/bcaad0f..642ed21):
642ed21 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#149)
287f4cb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#148)
markdown (https://github.com/dart-lang/markdown/compare/6cfd6f1..ae766d5):
ae766d5 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#556)
matcher (https://github.com/dart-lang/matcher/compare/80910d6..11daad9):
11daad9 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#229)
mime (https://github.com/dart-lang/mime/compare/37ef637..f3b9c49):
f3b9c49 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#105)
mockito (https://github.com/dart-lang/mockito/compare/097e563..610c3dc):
610c3dc 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#699)
73930cd 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#698)
native (https://github.com/dart-lang/native/compare/be4aaf7..22500ea):
22500ea 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#144)
5bfc7ff 2023-10-01 dependabot[bot] Bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#145)
0b7885a 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#143)
package_config (https://github.com/dart-lang/package_config/compare/ae7ad83..100533d):
100533d 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#141)
a4b474a 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#142)
path (https://github.com/dart-lang/path/compare/96d9183..abcf38c):
abcf38c 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#151)
pool (https://github.com/dart-lang/pool/compare/a5bee35..4bcc7de):
4bcc7de 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#75)
pub_semver (https://github.com/dart-lang/pub_semver/compare/f0be74a..8e5a58f):
8e5a58f 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#93)
81da7c8 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#92)
shelf (https://github.com/dart-lang/shelf/compare/4851978..c15fc6f):
c15fc6f 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#386)
e47c00e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#384)
b9c898e 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#385)
9b96b9b 2023-09-26 Michael Thomsen Add backend tag in pubspec.yaml (#381)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/196d7bf..73d449c):
73d449c 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#42)
2c4840e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#43)
source_maps (https://github.com/dart-lang/source_maps/compare/eb3d40a..fc6aa16):
fc6aa16 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#83)
dfca7d5 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#82)
source_span (https://github.com/dart-lang/source_span/compare/48d0f57..92e50bf):
92e50bf 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#102)
c212afa 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#103)
sse (https://github.com/dart-lang/sse/compare/eeb2588..606387e):
606387e 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#89)
stack_trace (https://github.com/dart-lang/stack_trace/compare/bcf2a0b..1c36cd7):
1c36cd7 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#143)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0ce7ab6..bf74065):
bf74065 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#95)
string_scanner (https://github.com/dart-lang/string_scanner/compare/da9142c..616424c):
616424c 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#63)
term_glyph (https://github.com/dart-lang/term_glyph/compare/1b28285..19abf84):
19abf84 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#42)
test (https://github.com/dart-lang/test/compare/8191a35..367aa39):
367aa397 2023-10-02 Jacob MacDonald release test_core and test (#2112)
672be9d7 2023-10-02 Ben Konyi Update package:vm_service to 12.0.0 (#2110)
de324cc7 2023-10-01 dependabot[bot] Bump github/codeql-action from 2.21.5 to 2.21.9 (#2106)
31b94dbb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#2105)
d56c2150 2023-10-01 dependabot[bot] Bump actions/cache from 3.0.11 to 3.3.2 (#2108)
b93f1b50 2023-10-01 dependabot[bot] Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#2109)
a077b673 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#2107)
566d70a2 2023-09-26 Lau Ching Jun Filter test by line when kernel is compiled with --filesystem-scheme. (#2101)
7ec1bbf5 2023-09-25 Nate Bosch Drop support for legacy iframe communication (#2099)
d3f4b368 2023-09-25 Nate Bosch Tighten types in test utils (#2097)
9d997910 2023-09-25 Nate Bosch Add types to Browser implementation url arguments (#2096)
test_descriptor (https://github.com/dart-lang/test_descriptor/compare/030193d..55b5eac):
55b5eac 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#57)
c2ba59e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#56)
test_process (https://github.com/dart-lang/test_process/compare/2a6ee23..5efd0bf):
5efd0bf 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#49)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/45c57d6..8593eb1):
8593eb1 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#52)
4857e22 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#53)
tools (https://github.com/dart-lang/tools/compare/3c248df..f318c80):
f318c80 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#177)
0480655 2023-10-01 dependabot[bot] Bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#176)
73583e8 2023-09-29 Devon Carew update package:cli_config to the latest package:dart_flutter_team_lints (#171)
b293897 2023-09-28 Devon Carew update to the latest package:dart_flutter_team_lints (#173)
242fdb5 2023-09-28 Devon Carew update to the latest package:dart_flutter_team_lints (#172)
a51f779 2023-09-28 Elias Yishak Use constant for no op client id (#168)
e83caee 2023-09-27 Moritz Allow `publish` to write comments on forks (#169)
typed_data (https://github.com/dart-lang/typed_data/compare/80e8943..d1c15ed):
d1c15ed 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#73)
e13af06 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#74)
usage (https://github.com/dart-lang/usage/compare/7b12d51..d7d2964):
d7d2964 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#198)
920c6e8 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#199)
watcher (https://github.com/dart-lang/watcher/compare/1aed03e..c480e2d):
c480e2d 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#151)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/af945f1..364013d):
364013d 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#286)
50dada7 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#285)
webdev (https://github.com/dart-lang/webdev/compare/3078f48..7c2c2d7):
7c2c2d70 2023-10-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 4.1.0 (#2245)
7739a114 2023-09-26 Elliott Brooks Refactor tests to handle new `ToolConfiguration` (#2243)
4e350cde 2023-09-21 Elliott Brooks Fix issue with the inspector panel in the Dart Debug Extension (#2242)
bbddba29 2023-09-21 Elliott Brooks Prepare the Dart Debug Extension for release to version 1.36 (#2241)
cc5db13f 2023-09-21 Elliott Brooks Rename plainUri to debugUri and send it to the extension (#2238)
48fc725f 2023-09-20 Elliott Brooks Add a new workspaceName parameter to DWDS on start up (#2237)
d2dae560 2023-09-20 Elliott Brooks Refactor: Update the parameters for `DWDS.start` (#2231)
yaml (https://github.com/dart-lang/yaml/compare/ae00187..9f0d649):
9f0d649 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#153)
8e70ffb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#152)
yaml_edit (https://github.com/dart-lang/yaml_edit/compare/4a9734d..a7e7fba):
a7e7fba 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#58)
f33e3d0 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#59)
8a380e8 2023-09-28 Sigurd Meldgaard Change AliasError to AliasException (#57)
Change-Id: I22f88e36d2eceb03495dabcf1265e9043364e0bd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/329260
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-10-04 05:28:26 +00:00
|
|
|
"typed_data_rev": "d1c15ed29d10568cd713fba77d01c4d79b03ccf8",
|
|
|
|
"usage_rev": "d7d2964433f26b9a3c60dc9c6677f00c005ee9fb",
|
2023-10-19 18:11:16 +00:00
|
|
|
"vector_math_rev": "294896dedc6da2a736f47c3c6a19643df934641c",
|
|
|
|
"watcher_rev": "6ad58dcbbf328fbecf18d6ad2357c67be300b489",
|
2023-10-10 21:43:50 +00:00
|
|
|
"web_socket_channel_rev": "f3ac1bf2bd3c93eb6d5d78646ff7de31797f4cf6",
|
2023-10-25 20:46:29 +00:00
|
|
|
"webdev_rev": "25f17cda837042e8b4f7aec5192c68bef0d3c387",
|
2023-10-10 21:43:50 +00:00
|
|
|
"webdriver_rev": "eaf9c582e6e72c3551d3a875b2d522cd1ad06593",
|
2023-09-15 21:30:59 +00:00
|
|
|
"webkit_inspection_protocol_rev": "82f0c1c46dfdba5edf7c5fa84456233121dd69e1",
|
[deps] rev args, async, bazel_worker, benchmark_harness, boolean_selector, browser_launcher, cli_util, clock, collection, convert, crypto, csslib, dartdoc, ecosystem, ffi, fixnum, glob, html, http, http_multi_server, http_parser, json_rpc_2, lints, logging, markdown, matcher, mime, mockito, native, package_config, path, pool, pub_semver, shelf, source_map_stack_trace, source_maps, source_span, sse, stack_trace, stream_channel, string_scanner, term_glyph, test, test_descriptor, test_process, test_reflective_loader, tools, typed_data, usage, watcher, web_socket_channel, webdev, yaml, yaml_edit
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/5a4e16f..df9b428):
df9b428 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#256)
892f013 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#257)
async (https://github.com/dart-lang/async/compare/75efa6c..def4482):
def4482 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#253)
a0ca552 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#252)
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/159e671..b1b6a66):
b1b6a66 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#82)
bb9e48d 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#81)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/7d0d28e..59aea95):
59aea95 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#94)
e3f6207 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#93)
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/f255921..9431e01):
9431e01 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#51)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/1f69393..25bc94a):
25bc94a 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#50)
cli_util (https://github.com/dart-lang/cli_util/compare/44118e3..9e48f0d):
9e48f0d 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#90)
clock (https://github.com/dart-lang/clock/compare/1e75f08..200a020):
200a020 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#56)
8a2b550 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#57)
collection (https://github.com/dart-lang/collection/compare/91afde4..d27bfaf):
d27bfaf 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#314)
5d568ae 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#313)
convert (https://github.com/dart-lang/convert/compare/c058c8f..140b2f0):
140b2f0 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#87)
crypto (https://github.com/dart-lang/crypto/compare/1e26879..b38dd62):
b38dd62 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#153)
csslib (https://github.com/dart-lang/csslib/compare/bd30a1a..f6b68dd):
f6b68dd 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#190)
4b1ee3f 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#189)
dartdoc (https://github.com/dart-lang/dartdoc/compare/a3cfdc4..59947b1):
59947b14 2023-09-25 Sam Rawlins Do not hide stacktrace of DartdocFailures (#3505)
d95af5c7 2023-09-25 dependabot[bot] Bump actions/checkout from 4.0.0 to 4.1.0 (#3506)
ecosystem (https://github.com/dart-lang/ecosystem/compare/3da2dd3..dcbd2ee):
dcbd2ee 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#184)
3006120 2023-10-01 dependabot[bot] Bump peter-evans/create-or-update-comment (#183)
69334aa 2023-10-01 dependabot[bot] Bump actions/upload-artifact (#181)
3dd6c69 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#185)
2c5523c 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#182)
5b7d3fd 2023-09-28 Devon Carew update package:dart_flutter_team_lints to use the beta package:lints (#179)
297e63e 2023-09-28 Devon Carew fix an issue validating pre-release git publishing tags (#180)
1154183 2023-09-28 Moritz Check for `DO_NOT_SUBMIT` strings. (#178)
bc2dd27 2023-09-28 Moritz Add api tool call for testing (#153)
eb8e398 2023-09-27 Moritz Do not fail `publish` on forks (#177)
f40a4eb 2023-09-25 Devon Carew improve support for '-dev' and '-wip' package versions (#173)
ffi (https://github.com/dart-lang/ffi/compare/d36e05a..ee70dd4):
ee70dd4 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#214)
fixnum (https://github.com/dart-lang/fixnum/compare/87ed065..ef0a587):
ef0a587 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#115)
glob (https://github.com/dart-lang/glob/compare/9c1996f..0046533):
0046533 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#83)
f6ebc74 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#84)
html (https://github.com/dart-lang/html/compare/a1b193e..49e2c8e):
49e2c8e 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#228)
fb2de8a 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#227)
http (https://github.com/dart-lang/http/compare/1251619..88ec75e):
88ec75e 2023-10-01 dependabot[bot] Bump actions/checkout from 3 to 4 (#1025)
08143d1 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#1024)
2c99da1 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#1023)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/9d62ea3..03041aa):
03041aa 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#59)
5efaa07 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#58)
http_parser (https://github.com/dart-lang/http_parser/compare/d2d03e7..c557f57):
c557f57 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#78)
a629fd6 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#79)
json_rpc_2 (https://github.com/dart-lang/json_rpc_2/compare/50a3786..0521afb):
0521afb 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#104)
4782145 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#103)
lints (https://github.com/dart-lang/lints/compare/b044aca..140c802):
140c802 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#158)
624a09d 2023-09-28 Devon Carew add dangling_library_doc_comments, remove prefer_void_to_null (#157)
296efaf 2023-09-28 Devon Carew remove no_wildcard_variable_uses; improve testing (#156)
c266a04 2023-09-26 Devon Carew rev to 3.0.0-beta in preparation for publishing (#153)
logging (https://github.com/dart-lang/logging/compare/bcaad0f..642ed21):
642ed21 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#149)
287f4cb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#148)
markdown (https://github.com/dart-lang/markdown/compare/6cfd6f1..ae766d5):
ae766d5 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#556)
matcher (https://github.com/dart-lang/matcher/compare/80910d6..11daad9):
11daad9 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#229)
mime (https://github.com/dart-lang/mime/compare/37ef637..f3b9c49):
f3b9c49 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#105)
mockito (https://github.com/dart-lang/mockito/compare/097e563..610c3dc):
610c3dc 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#699)
73930cd 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#698)
native (https://github.com/dart-lang/native/compare/be4aaf7..22500ea):
22500ea 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#144)
5bfc7ff 2023-10-01 dependabot[bot] Bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#145)
0b7885a 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#143)
package_config (https://github.com/dart-lang/package_config/compare/ae7ad83..100533d):
100533d 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#141)
a4b474a 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#142)
path (https://github.com/dart-lang/path/compare/96d9183..abcf38c):
abcf38c 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#151)
pool (https://github.com/dart-lang/pool/compare/a5bee35..4bcc7de):
4bcc7de 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#75)
pub_semver (https://github.com/dart-lang/pub_semver/compare/f0be74a..8e5a58f):
8e5a58f 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#93)
81da7c8 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#92)
shelf (https://github.com/dart-lang/shelf/compare/4851978..c15fc6f):
c15fc6f 2023-10-01 dependabot[bot] Bump actions/cache from 3.3.1 to 3.3.2 (#386)
e47c00e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#384)
b9c898e 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#385)
9b96b9b 2023-09-26 Michael Thomsen Add backend tag in pubspec.yaml (#381)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/196d7bf..73d449c):
73d449c 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#42)
2c4840e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#43)
source_maps (https://github.com/dart-lang/source_maps/compare/eb3d40a..fc6aa16):
fc6aa16 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#83)
dfca7d5 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#82)
source_span (https://github.com/dart-lang/source_span/compare/48d0f57..92e50bf):
92e50bf 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#102)
c212afa 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#103)
sse (https://github.com/dart-lang/sse/compare/eeb2588..606387e):
606387e 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#89)
stack_trace (https://github.com/dart-lang/stack_trace/compare/bcf2a0b..1c36cd7):
1c36cd7 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#143)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0ce7ab6..bf74065):
bf74065 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#95)
string_scanner (https://github.com/dart-lang/string_scanner/compare/da9142c..616424c):
616424c 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#63)
term_glyph (https://github.com/dart-lang/term_glyph/compare/1b28285..19abf84):
19abf84 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#42)
test (https://github.com/dart-lang/test/compare/8191a35..367aa39):
367aa397 2023-10-02 Jacob MacDonald release test_core and test (#2112)
672be9d7 2023-10-02 Ben Konyi Update package:vm_service to 12.0.0 (#2110)
de324cc7 2023-10-01 dependabot[bot] Bump github/codeql-action from 2.21.5 to 2.21.9 (#2106)
31b94dbb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#2105)
d56c2150 2023-10-01 dependabot[bot] Bump actions/cache from 3.0.11 to 3.3.2 (#2108)
b93f1b50 2023-10-01 dependabot[bot] Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#2109)
a077b673 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#2107)
566d70a2 2023-09-26 Lau Ching Jun Filter test by line when kernel is compiled with --filesystem-scheme. (#2101)
7ec1bbf5 2023-09-25 Nate Bosch Drop support for legacy iframe communication (#2099)
d3f4b368 2023-09-25 Nate Bosch Tighten types in test utils (#2097)
9d997910 2023-09-25 Nate Bosch Add types to Browser implementation url arguments (#2096)
test_descriptor (https://github.com/dart-lang/test_descriptor/compare/030193d..55b5eac):
55b5eac 2023-10-02 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#57)
c2ba59e 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#56)
test_process (https://github.com/dart-lang/test_process/compare/2a6ee23..5efd0bf):
5efd0bf 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#49)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/45c57d6..8593eb1):
8593eb1 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#52)
4857e22 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#53)
tools (https://github.com/dart-lang/tools/compare/3c248df..f318c80):
f318c80 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#177)
0480655 2023-10-01 dependabot[bot] Bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#176)
73583e8 2023-09-29 Devon Carew update package:cli_config to the latest package:dart_flutter_team_lints (#171)
b293897 2023-09-28 Devon Carew update to the latest package:dart_flutter_team_lints (#173)
242fdb5 2023-09-28 Devon Carew update to the latest package:dart_flutter_team_lints (#172)
a51f779 2023-09-28 Elias Yishak Use constant for no op client id (#168)
e83caee 2023-09-27 Moritz Allow `publish` to write comments on forks (#169)
typed_data (https://github.com/dart-lang/typed_data/compare/80e8943..d1c15ed):
d1c15ed 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#73)
e13af06 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#74)
usage (https://github.com/dart-lang/usage/compare/7b12d51..d7d2964):
d7d2964 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#198)
920c6e8 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#199)
watcher (https://github.com/dart-lang/watcher/compare/1aed03e..c480e2d):
c480e2d 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#151)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/af945f1..364013d):
364013d 2023-10-02 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#286)
50dada7 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#285)
webdev (https://github.com/dart-lang/webdev/compare/3078f48..7c2c2d7):
7c2c2d70 2023-10-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 4.1.0 (#2245)
7739a114 2023-09-26 Elliott Brooks Refactor tests to handle new `ToolConfiguration` (#2243)
4e350cde 2023-09-21 Elliott Brooks Fix issue with the inspector panel in the Dart Debug Extension (#2242)
bbddba29 2023-09-21 Elliott Brooks Prepare the Dart Debug Extension for release to version 1.36 (#2241)
cc5db13f 2023-09-21 Elliott Brooks Rename plainUri to debugUri and send it to the extension (#2238)
48fc725f 2023-09-20 Elliott Brooks Add a new workspaceName parameter to DWDS on start up (#2237)
d2dae560 2023-09-20 Elliott Brooks Refactor: Update the parameters for `DWDS.start` (#2231)
yaml (https://github.com/dart-lang/yaml/compare/ae00187..9f0d649):
9f0d649 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#153)
8e70ffb 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#152)
yaml_edit (https://github.com/dart-lang/yaml_edit/compare/4a9734d..a7e7fba):
a7e7fba 2023-10-01 dependabot[bot] Bump actions/checkout from 3.6.0 to 4.1.0 (#58)
f33e3d0 2023-10-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#59)
8a380e8 2023-09-28 Sigurd Meldgaard Change AliasError to AliasException (#57)
Change-Id: I22f88e36d2eceb03495dabcf1265e9043364e0bd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/329260
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-10-04 05:28:26 +00:00
|
|
|
"yaml_rev": "9f0d64934c07bc27438074616455618b7103582d",
|
|
|
|
"yaml_edit_rev": "a7e7fbad5ee263cc681681c1a6eb9e6df5336ad6",
|
2022-04-18 16:34:46 +00:00
|
|
|
|
|
|
|
# Windows deps
|
2018-10-24 13:30:16 +00:00
|
|
|
"crashpad_rev": "bf327d8ceb6a669607b0dbab5a83a275d03f99ed",
|
|
|
|
"minichromium_rev": "8d641e30a8b12088649606b912c2bc4947419ccc",
|
|
|
|
"googletest_rev": "f854f1d27488996dc8a6db3c9453f80b02585e12",
|
2019-07-30 20:34:31 +00:00
|
|
|
|
2020-06-24 14:02:40 +00:00
|
|
|
# Pinned browser versions used by the testing infrastructure. These are not
|
|
|
|
# meant to be downloaded by users for local testing.
|
|
|
|
"download_chrome": False,
|
2023-10-13 17:09:19 +00:00
|
|
|
"chrome_tag": "119.0.6045.9", # Beta version with WasmGC final encodings.
|
2020-06-24 14:02:40 +00:00
|
|
|
"download_firefox": False,
|
2023-05-08 09:37:48 +00:00
|
|
|
"firefox_tag": "112.0.2",
|
2022-09-20 09:41:12 +00:00
|
|
|
|
|
|
|
# Emscripten is used in dart2wasm tests.
|
|
|
|
"download_emscripten": False,
|
2022-10-13 08:01:58 +00:00
|
|
|
"emsdk_rev": "e41b8c68a248da5f18ebd03bd0420953945d52ff",
|
2022-09-20 09:41:12 +00:00
|
|
|
"emsdk_ver": "3.1.3",
|
2015-05-16 13:17:10 +00:00
|
|
|
}
|
|
|
|
|
2019-07-30 20:34:31 +00:00
|
|
|
gclient_gn_args_file = Var("dart_root") + '/build/config/gclient_args.gni'
|
|
|
|
gclient_gn_args = [
|
|
|
|
]
|
|
|
|
|
2015-05-16 13:17:10 +00:00
|
|
|
deps = {
|
2016-09-23 14:47:36 +00:00
|
|
|
# Stuff needed for GN build.
|
2016-11-09 20:43:57 +00:00
|
|
|
Var("dart_root") + "/buildtools/clang_format/script":
|
|
|
|
Var("chromium_git") + "/chromium/llvm-project/cfe/tools/clang-format.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("clang_format_scripts_rev"),
|
2016-06-22 17:32:51 +00:00
|
|
|
|
2020-06-02 12:53:24 +00:00
|
|
|
Var("dart_root") + "/benchmarks-internal": {
|
|
|
|
"url": Var("dart_internal_git") + "/benchmarks-internal.git" +
|
|
|
|
"@" + Var("benchmarks_internal_rev"),
|
|
|
|
"condition": "checkout_benchmarks_internal",
|
|
|
|
},
|
2023-05-01 12:15:59 +00:00
|
|
|
Var("dart_root") + "/tools/sdks/dart-sdk": {
|
2019-01-24 07:34:58 +00:00
|
|
|
"packages": [{
|
|
|
|
"package": "dart/dart-sdk/${{platform}}",
|
2020-04-28 14:20:48 +00:00
|
|
|
"version": Var("sdk_tag"),
|
2019-01-24 07:34:58 +00:00
|
|
|
}],
|
2018-06-28 16:08:14 +00:00
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2018-10-10 12:36:55 +00:00
|
|
|
Var("dart_root") + "/third_party/d8": {
|
2019-01-24 07:34:58 +00:00
|
|
|
"packages": [{
|
|
|
|
"package": "dart/d8",
|
2022-01-10 14:05:33 +00:00
|
|
|
"version": Var("d8_tag"),
|
2019-01-24 07:34:58 +00:00
|
|
|
}],
|
2018-10-10 12:36:55 +00:00
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2021-04-22 08:37:56 +00:00
|
|
|
Var("dart_root") + "/third_party/firefox_jsshell": {
|
|
|
|
"packages": [{
|
|
|
|
"package": "dart/third_party/jsshell/${{platform}}",
|
|
|
|
"version": Var("jsshell_tag"),
|
|
|
|
}],
|
|
|
|
"condition": "checkout_javascript_engines",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2021-02-26 19:56:00 +00:00
|
|
|
Var("dart_root") + "/third_party/devtools": {
|
|
|
|
"packages": [{
|
|
|
|
"package": "dart/third_party/flutter/devtools",
|
2021-05-04 11:39:21 +00:00
|
|
|
"version": "git_revision:" + Var("devtools_rev"),
|
2021-02-26 19:56:00 +00:00
|
|
|
}],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2019-11-26 17:10:18 +00:00
|
|
|
Var("dart_root") + "/tests/co19/src": {
|
2019-01-24 07:34:58 +00:00
|
|
|
"packages": [{
|
|
|
|
"package": "dart/third_party/co19",
|
2019-11-26 17:10:18 +00:00
|
|
|
"version": "git_revision:" + Var("co19_rev"),
|
|
|
|
}],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
Var("dart_root") + "/tests/co19_2/src": {
|
|
|
|
"packages": [{
|
|
|
|
"package": "dart/third_party/co19/legacy",
|
2019-01-24 07:34:58 +00:00
|
|
|
"version": "git_revision:" + Var("co19_2_rev"),
|
|
|
|
}],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2019-01-27 20:06:58 +00:00
|
|
|
Var("dart_root") + "/third_party/markupsafe":
|
|
|
|
Var("chromium_git") + "/chromium/src/third_party/markupsafe.git" +
|
|
|
|
"@" + Var("markupsafe_rev"),
|
2019-05-29 08:39:44 +00:00
|
|
|
Var("dart_root") + "/third_party/babel": {
|
|
|
|
"packages": [{
|
|
|
|
"package": "dart/third_party/babel",
|
|
|
|
"version": "version:7.4.5",
|
|
|
|
}],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/zlib":
|
|
|
|
Var("chromium_git") + "/chromium/src/third_party/zlib.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("zlib_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
|
2023-05-22 23:38:58 +00:00
|
|
|
Var("dart_root") + "/third_party/libcxx":
|
|
|
|
Var("llvm_git") + "/llvm-project/libcxx" + "@" + Var("libcxx_rev"),
|
|
|
|
|
|
|
|
Var("dart_root") + "/third_party/libcxxabi":
|
|
|
|
Var("llvm_git") + "/llvm-project/libcxxabi" + "@" + Var("libcxxabi_rev"),
|
|
|
|
|
2016-09-20 15:46:44 +00:00
|
|
|
Var("dart_root") + "/third_party/boringssl":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "boringssl_gen.git" + "@" + Var("boringssl_gen_rev"),
|
2015-08-26 12:42:12 +00:00
|
|
|
Var("dart_root") + "/third_party/boringssl/src":
|
|
|
|
"https://boringssl.googlesource.com/boringssl.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("boringssl_rev"),
|
2015-08-26 12:42:12 +00:00
|
|
|
|
2022-11-18 10:58:54 +00:00
|
|
|
Var("dart_root") + "/third_party/binaryen/src" :
|
|
|
|
Var("chromium_git") + "/external/github.com/WebAssembly/binaryen.git" +
|
|
|
|
"@" + Var("binaryen_rev"),
|
|
|
|
|
2019-01-22 16:58:58 +00:00
|
|
|
Var("dart_root") + "/third_party/gsutil": {
|
|
|
|
"packages": [{
|
2021-04-15 10:10:20 +00:00
|
|
|
"package": "infra/3pp/tools/gsutil",
|
2021-12-15 08:39:15 +00:00
|
|
|
"version": "version:2@5.5",
|
2019-01-22 16:58:58 +00:00
|
|
|
}],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
2015-08-26 12:42:12 +00:00
|
|
|
Var("dart_root") + "/third_party/root_certificates":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "root_certificates.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("root_certificates_rev"),
|
2015-08-26 12:42:12 +00:00
|
|
|
|
2022-09-20 09:41:12 +00:00
|
|
|
Var("dart_root") + "/third_party/emsdk":
|
|
|
|
Var("dart_git") + "external/github.com/emscripten-core/emsdk.git" +
|
|
|
|
"@" + Var("emsdk_rev"),
|
|
|
|
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/jinja2":
|
|
|
|
Var("chromium_git") + "/chromium/src/third_party/jinja2.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("jinja2_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
|
2023-01-26 16:07:22 +00:00
|
|
|
Var("dart_root") + "/third_party/perfetto":
|
2023-10-25 22:34:39 +00:00
|
|
|
Var("android_git") + "/platform/external/perfetto" +
|
2023-01-26 16:07:22 +00:00
|
|
|
"@" + Var("perfetto_rev"),
|
|
|
|
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/ply":
|
|
|
|
Var("chromium_git") + "/chromium/src/third_party/ply.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("ply_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
|
2023-01-26 16:07:22 +00:00
|
|
|
Var("dart_root") + "/build/secondary/third_party/protobuf":
|
|
|
|
Var("fuchsia_git") + "/protobuf-gn" +
|
|
|
|
"@" + Var("protobuf_gn_rev"),
|
|
|
|
|
|
|
|
Var("dart_root") + "/third_party/protobuf":
|
|
|
|
Var("fuchsia_git") + "/third_party/protobuf" +
|
|
|
|
"@" + Var("libprotobuf_rev"),
|
|
|
|
|
2019-04-29 09:11:48 +00:00
|
|
|
Var("dart_root") + "/third_party/icu":
|
|
|
|
Var("chromium_git") + "/chromium/deps/icu.git" +
|
|
|
|
"@" + Var("icu_rev"),
|
|
|
|
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/WebCore":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "webcore.git" + "@" + Var("WebCore_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
|
2020-05-29 18:59:34 +00:00
|
|
|
Var("dart_root") + "/third_party/mdn/browser-compat-data/src":
|
2020-05-27 18:31:20 +00:00
|
|
|
Var('chromium_git') + '/external/github.com/mdn/browser-compat-data' +
|
|
|
|
"@" + Var("browser-compat-data_tag"),
|
|
|
|
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/args":
|
2020-12-04 22:58:22 +00:00
|
|
|
Var("dart_git") + "args.git" + "@" + Var("args_rev"),
|
2015-07-07 20:14:22 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/async":
|
2020-07-01 21:12:14 +00:00
|
|
|
Var("dart_git") + "async.git" + "@" + Var("async_rev"),
|
2016-04-14 14:46:33 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/bazel_worker":
|
2020-07-01 21:12:14 +00:00
|
|
|
Var("dart_git") + "bazel_worker.git" + "@" + Var("bazel_worker_rev"),
|
2019-07-10 14:51:14 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/benchmark_harness":
|
|
|
|
Var("dart_git") + "benchmark_harness.git" + "@" +
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("benchmark_harness_rev"),
|
2016-03-21 19:43:25 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/boolean_selector":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "boolean_selector.git" +
|
2020-06-01 18:45:17 +00:00
|
|
|
"@" + Var("boolean_selector_rev"),
|
2022-04-18 16:34:46 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/browser_launcher":
|
|
|
|
Var("dart_git") + "browser_launcher.git" + "@" + Var("browser_launcher_rev"),
|
2023-09-25 09:19:00 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/characters": {
|
|
|
|
# Contact athom@ or ensure that license requirements are met before using
|
|
|
|
# this dependency in other parts of the Dart SDK.
|
|
|
|
"url": Var("dart_git") + "characters.git" + "@" + Var("characters_rev"),
|
|
|
|
"condition": "checkout_flute",
|
|
|
|
},
|
2015-05-27 19:37:39 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/cli_util":
|
2020-10-12 16:08:32 +00:00
|
|
|
Var("dart_git") + "cli_util.git" + "@" + Var("cli_util_rev"),
|
2020-10-26 18:45:16 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/clock":
|
|
|
|
Var("dart_git") + "clock.git" + "@" + Var("clock_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/collection":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "collection.git" + "@" + Var("collection_rev"),
|
2015-12-09 23:53:55 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/convert":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "convert.git" + "@" + Var("convert_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/crypto":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "crypto.git" + "@" + Var("crypto_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/csslib":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "csslib.git" + "@" + Var("csslib_rev"),
|
2022-06-13 17:04:36 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/dart_style":
|
2021-04-06 14:32:37 +00:00
|
|
|
Var("dart_git") + "dart_style.git" + "@" + Var("dart_style_rev"),
|
2015-07-22 01:32:42 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/dartdoc":
|
2020-07-27 21:50:46 +00:00
|
|
|
Var("dart_git") + "dartdoc.git" + "@" + Var("dartdoc_rev"),
|
2023-06-15 16:07:01 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/ecosystem":
|
|
|
|
Var("dart_git") + "ecosystem.git" + "@" + Var("ecosystem_rev"),
|
2019-10-10 13:17:43 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/ffi":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "ffi.git" + "@" + Var("ffi_rev"),
|
2016-04-21 18:07:51 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/fixnum":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "fixnum.git" + "@" + Var("fixnum_rev"),
|
2023-09-21 12:34:24 +00:00
|
|
|
Var("dart_root") + "/third_party/flute": {
|
2023-08-29 11:03:32 +00:00
|
|
|
"url": Var("dart_git") + "flute.git" + "@" + Var("flute_rev"),
|
|
|
|
"condition": "checkout_flute",
|
|
|
|
},
|
Reland "Reland "update Glob in the sdk, also adds package:file to the sdk""
This reverts commit 85174e4d8cfdb75b80c95d10476ebbd2eeba2857.
Reason for revert: CL was OK, it looks like we just need a manual roll in order to add deps, only the HHH bots apply patches.
EDIT: Landing file dep ahead of time in flutter/engine to avoid manual roll + patch.
Original change's description:
> Revert "Reland "update Glob in the sdk, also adds package:file to the sdk""
>
> This reverts commit c62709e87b0ae8b289b5e72389dcfe41518681e0.
>
> Reason for revert: Still breaking flutter HHH bots
>
> Original change's description:
> > Reland "update Glob in the sdk, also adds package:file to the sdk"
> >
> > This reverts commit ce614d33c43240163762d7bd0c8e23b9d13f5065.
> >
> > Original change's description:
> > > Revert "update Glob in the sdk, also adds package:file to the sdk"
> > >
> > > This reverts commit 18b19db3006d6bf3d978cb6d13d1e0452dda6e80.
> > >
> > > Reason for revert: Breaks Flutter 3H/Golem. Tried making an appropriate patch for 3H that would pull file into its dependencies (see https://dart-review.googlesource.com/c/sdk/+/173960/), but that still failed, so reverting.
> > >
> > > Original change's description:
> > > > update Glob in the sdk, also adds package:file to the sdk
> > > >
> > > > Change-Id: Ia8628c28bfaf6343c19eecfef391339968cd57e9
> > > > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/172063
> > > > Commit-Queue: Jake Macdonald <jakemac@google.com>
> > > > Reviewed-by: Nate Bosch <nbosch@google.com>
> > >
> > > TBR=jakemac@google.com,nbosch@google.com
> > >
> > > Change-Id: I0616e3df7505f348edeefee40cbaf4adc59487cd
> > > No-Presubmit: true
> > > No-Tree-Checks: true
> > > No-Try: true
> > > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/173963
> > > Reviewed-by: Tess Strickland <sstrickl@google.com>
> > > Commit-Queue: Tess Strickland <sstrickl@google.com>
> >
> > TBR=jakemac@google.com,nbosch@google.com,sstrickl@google.com
> >
> > # Not skipping CQ checks because this is a reland.
> >
> > Change-Id: Ia85fe3b81214ca4ef2bed8e08ecc1b617927a579
> > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/173981
> > Reviewed-by: Nate Bosch <nbosch@google.com>
> > Commit-Queue: Jake Macdonald <jakemac@google.com>
>
> TBR=jakemac@google.com,nbosch@google.com,sstrickl@google.com
>
> Change-Id: Iaff06dcbc3ef813ee9edb5ca8de163fdcc2041e2
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/174060
> Reviewed-by: Jake Macdonald <jakemac@google.com>
> Commit-Queue: Jake Macdonald <jakemac@google.com>
TBR=jakemac@google.com,nbosch@google.com,sstrickl@google.com
# Not skipping CQ checks because original CL landed > 1 day ago.
Change-Id: If2181a9d5ec6b96d6a61cd5cf8857bddd937e59f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/174382
Reviewed-by: Jake Macdonald <jakemac@google.com>
Reviewed-by: Alexander Aprelev <aam@google.com>
Commit-Queue: Jake Macdonald <jakemac@google.com>
2020-11-30 21:58:44 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/file":
|
2022-04-18 16:34:46 +00:00
|
|
|
Var("dart_git") + "external/github.com/google/file.dart"
|
Reland "Reland "update Glob in the sdk, also adds package:file to the sdk""
This reverts commit 85174e4d8cfdb75b80c95d10476ebbd2eeba2857.
Reason for revert: CL was OK, it looks like we just need a manual roll in order to add deps, only the HHH bots apply patches.
EDIT: Landing file dep ahead of time in flutter/engine to avoid manual roll + patch.
Original change's description:
> Revert "Reland "update Glob in the sdk, also adds package:file to the sdk""
>
> This reverts commit c62709e87b0ae8b289b5e72389dcfe41518681e0.
>
> Reason for revert: Still breaking flutter HHH bots
>
> Original change's description:
> > Reland "update Glob in the sdk, also adds package:file to the sdk"
> >
> > This reverts commit ce614d33c43240163762d7bd0c8e23b9d13f5065.
> >
> > Original change's description:
> > > Revert "update Glob in the sdk, also adds package:file to the sdk"
> > >
> > > This reverts commit 18b19db3006d6bf3d978cb6d13d1e0452dda6e80.
> > >
> > > Reason for revert: Breaks Flutter 3H/Golem. Tried making an appropriate patch for 3H that would pull file into its dependencies (see https://dart-review.googlesource.com/c/sdk/+/173960/), but that still failed, so reverting.
> > >
> > > Original change's description:
> > > > update Glob in the sdk, also adds package:file to the sdk
> > > >
> > > > Change-Id: Ia8628c28bfaf6343c19eecfef391339968cd57e9
> > > > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/172063
> > > > Commit-Queue: Jake Macdonald <jakemac@google.com>
> > > > Reviewed-by: Nate Bosch <nbosch@google.com>
> > >
> > > TBR=jakemac@google.com,nbosch@google.com
> > >
> > > Change-Id: I0616e3df7505f348edeefee40cbaf4adc59487cd
> > > No-Presubmit: true
> > > No-Tree-Checks: true
> > > No-Try: true
> > > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/173963
> > > Reviewed-by: Tess Strickland <sstrickl@google.com>
> > > Commit-Queue: Tess Strickland <sstrickl@google.com>
> >
> > TBR=jakemac@google.com,nbosch@google.com,sstrickl@google.com
> >
> > # Not skipping CQ checks because this is a reland.
> >
> > Change-Id: Ia85fe3b81214ca4ef2bed8e08ecc1b617927a579
> > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/173981
> > Reviewed-by: Nate Bosch <nbosch@google.com>
> > Commit-Queue: Jake Macdonald <jakemac@google.com>
>
> TBR=jakemac@google.com,nbosch@google.com,sstrickl@google.com
>
> Change-Id: Iaff06dcbc3ef813ee9edb5ca8de163fdcc2041e2
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/174060
> Reviewed-by: Jake Macdonald <jakemac@google.com>
> Commit-Queue: Jake Macdonald <jakemac@google.com>
TBR=jakemac@google.com,nbosch@google.com,sstrickl@google.com
# Not skipping CQ checks because original CL landed > 1 day ago.
Change-Id: If2181a9d5ec6b96d6a61cd5cf8857bddd937e59f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/174382
Reviewed-by: Jake Macdonald <jakemac@google.com>
Reviewed-by: Alexander Aprelev <aam@google.com>
Commit-Queue: Jake Macdonald <jakemac@google.com>
2020-11-30 21:58:44 +00:00
|
|
|
+ "@" + Var("file_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/glob":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "glob.git" + "@" + Var("glob_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/html":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "html.git" + "@" + Var("html_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/http":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "http.git" + "@" + Var("http_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/http_multi_server":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "http_multi_server.git" +
|
2020-02-11 20:22:09 +00:00
|
|
|
"@" + Var("http_multi_server_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/http_parser":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "http_parser.git" + "@" + Var("http_parser_rev"),
|
2021-12-21 19:08:24 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/intl":
|
2022-04-18 16:34:46 +00:00
|
|
|
Var("dart_git") + "intl.git" + "@" + Var("intl_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/json_rpc_2":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "json_rpc_2.git" + "@" + Var("json_rpc_2_rev"),
|
[deps] rev async, benchmark_harness, boolean_selector, clock, collection, convert, crypto, csslib, ffi, fixnum, glob, html, http_multi_server, http_parser, json_rpc_2, logging, mime, package_config, pool, pub_semver, source_map_stack_trace, sse, stack_trace, stream_channel, string_scanner, term_glyph, test_descriptor, tools, typed_data, web_socket_channel, webdev, yaml, yaml_edit
Revisions updated by `dart tools/rev_sdk_deps.dart`.
async (https://github.com/dart-lang/async/compare/b9ed219..0f368d3):
0f368d3 2023-05-08 dependabot[bot] Bump actions/checkout from 3.5.0 to 3.5.2 (#240)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/e591ec4..f81b042):
f81b042 2023-05-08 Devon Carew Update pubspec.yaml (#89)
1dc07da 2023-05-08 dependabot[bot] Bump actions/checkout from 3.5.0 to 3.5.2 (#88)
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/9fd3bae..7eed402):
7eed402 2023-05-08 dependabot[bot] Bump actions/checkout from 3.5.0 to 3.5.2 (#46)
clock (https://github.com/dart-lang/clock/compare/6b2004c..6b9df3e):
6b9df3e 2023-05-08 dependabot[bot] Bump actions/checkout from 3.5.0 to 3.5.2 (#50)
collection (https://github.com/dart-lang/collection/compare/bf27520..6abff47):
6abff47 2023-05-08 dependabot[bot] Bump actions/checkout from 3.5.0 to 3.5.2 (#282)
convert (https://github.com/dart-lang/convert/compare/855aeac..b652c00):
b652c00 2023-05-08 dependabot[bot] Bump actions/checkout from 3.5.0 to 3.5.2 (#82)
crypto (https://github.com/dart-lang/crypto/compare/c5403c8..4e9dde1):
4e9dde1 2023-05-08 dependabot[bot] Bump actions/checkout from 3.5.0 to 3.5.2 (#147)
csslib (https://github.com/dart-lang/csslib/compare/44bfbe3..923edf0):
923edf0 2023-05-08 dependabot[bot] Bump actions/checkout from 3.5.0 to 3.5.2 (#178)
ffi (https://github.com/dart-lang/ffi/compare/6d8fa8d..1a859e0):
1a859e0 2023-05-09 Michael Thomsen Add topics in pubspec.yaml (#192)
fixnum (https://github.com/dart-lang/fixnum/compare/92ec336..006a130):
006a130 2023-05-08 dependabot[bot] Bump actions/checkout from 3.5.0 to 3.5.2 (#111)
glob (https://github.com/dart-lang/glob/compare/eaa878b..46403be):
46403be 2023-05-08 dependabot[bot] Bump actions/checkout from 3.5.0 to 3.5.2 (#76)
html (https://github.com/dart-lang/html/compare/5d87dc8..593d6f6):
593d6f6 2023-05-08 dependabot[bot] Bump actions/checkout from 3.5.0 to 3.5.2 (#214)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/e0b5d35..d1fffed):
d1fffed 2023-05-08 dependabot[bot] Bump actions/checkout from 3.5.0 to 3.5.2 (#54)
http_parser (https://github.com/dart-lang/http_parser/compare/bbe37dd..5a33f5f):
5a33f5f 2023-05-08 dependabot[bot] Bump actions/checkout from 3.5.0 to 3.5.2 (#72)
json_rpc_2 (https://github.com/dart-lang/json_rpc_2/compare/5da2705..800843e):
800843e 2023-05-08 dependabot[bot] Bump actions/checkout from 3.5.0 to 3.5.2 (#96)
logging (https://github.com/dart-lang/logging/compare/787030a..4779d7e):
4779d7e 2023-05-08 dependabot[bot] Bump actions/checkout from 3.5.0 to 3.5.2 (#136)
mime (https://github.com/dart-lang/mime/compare/2d8496d..cd8001e):
cd8001e 2023-05-09 Lara Schütt Add `text/markdown` mimeType lookup by extension (#85)
a0ea506 2023-05-08 dependabot[bot] Bump actions/checkout from 3.5.0 to 3.5.2 (#93)
package_config (https://github.com/dart-lang/package_config/compare/7e09db1..f41f92c):
f41f92c 2023-05-08 dependabot[bot] Bump actions/checkout from 3.5.0 to 3.5.2 (#134)
pool (https://github.com/dart-lang/pool/compare/650e5d3..86b4f43):
86b4f43 2023-05-08 dependabot[bot] Bump actions/checkout from 3.5.0 to 3.5.2 (#68)
pub_semver (https://github.com/dart-lang/pub_semver/compare/c3e56d1..6dd1908):
6dd1908 2023-05-08 dependabot[bot] Bump actions/checkout from 3.5.0 to 3.5.2 (#85)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/08a81a8..09715f9):
09715f9 2023-05-08 dependabot[bot] Bump actions/checkout from 3.5.0 to 3.5.2 (#38)
sse (https://github.com/dart-lang/sse/compare/f947c3d..11ba89e):
11ba89e 2023-05-08 dependabot[bot] Bump actions/checkout from 3.5.0 to 3.5.2 (#83)
stack_trace (https://github.com/dart-lang/stack_trace/compare/9c1b1c5..36fa0e1):
36fa0e1 2023-05-08 dependabot[bot] Bump actions/checkout from 3.5.0 to 3.5.2 (#130)
stream_channel (https://github.com/dart-lang/stream_channel/compare/71d4690..a862e41):
a862e41 2023-05-08 dependabot[bot] Bump actions/checkout from 3.5.0 to 3.5.2 (#90)
string_scanner (https://github.com/dart-lang/string_scanner/compare/f7a656f..3bc6e54):
3bc6e54 2023-05-08 dependabot[bot] Bump actions/checkout from 3.5.0 to 3.5.2 (#57)
term_glyph (https://github.com/dart-lang/term_glyph/compare/b110501..3de5f1b):
3de5f1b 2023-05-08 dependabot[bot] Bump actions/checkout from 3.5.0 to 3.5.2 (#37)
test_descriptor (https://github.com/dart-lang/test_descriptor/compare/aa11162..23e49a2):
23e49a2 2023-05-08 dependabot[bot] Bump actions/checkout from 3.5.0 to 3.5.2 (#51)
tools (https://github.com/dart-lang/tools/compare/6c68bca..62c9604):
62c9604 2023-05-08 dependabot[bot] Bump coverallsapp/github-action from 2.0.0 to 2.1.2 (#88)
fde75bf 2023-05-08 dependabot[bot] Bump actions/checkout from 3.5.0 to 3.5.2 (#89)
typed_data (https://github.com/dart-lang/typed_data/compare/d85363d..021f25a):
021f25a 2023-05-08 dependabot[bot] Bump actions/checkout from 3.5.0 to 3.5.2 (#64)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/b28bae6..2630714):
2630714 2023-05-08 dependabot[bot] Bump actions/checkout from 3.5.0 to 3.5.2 (#265)
webdev (https://github.com/dart-lang/webdev/compare/12f2285..fe5b975):
fe5b9758 2023-05-08 Anna Gringauze Hide internal implementation details in type objects (#2103)
yaml (https://github.com/dart-lang/yaml/compare/54e8284..1f39ffe):
1f39ffe 2023-05-08 dependabot[bot] Bump actions/checkout from 3.5.0 to 3.5.2 (#142)
yaml_edit (https://github.com/dart-lang/yaml_edit/compare/e05282b..763ca94):
763ca94 2023-05-08 dependabot[bot] Bump actions/checkout from 3.5.0 to 3.5.2 (#51)
Change-Id: Ie2414a72f1377775a474ef976c2f9c797ed5b0a5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/302360
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-05-09 16:54:35 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/leak_tracker":
|
|
|
|
Var("dart_git") + "leak_tracker.git" + "@" + Var("leak_tracker_rev"),
|
2021-05-17 19:53:22 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/lints":
|
2022-04-18 16:34:46 +00:00
|
|
|
Var("dart_git") + "lints.git" + "@" + Var("lints_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/logging":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "logging.git" + "@" + Var("logging_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/markdown":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "markdown.git" + "@" + Var("markdown_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/matcher":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "matcher.git" + "@" + Var("matcher_rev"),
|
2023-09-06 11:07:46 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/material_color_utilities": {
|
|
|
|
"url": Var("dart_git") +
|
|
|
|
"external/github.com/material-foundation/material-color-utilities.git" +
|
|
|
|
"@" + Var("material_color_utilities_rev"),
|
|
|
|
"condition": "checkout_flute",
|
|
|
|
},
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/mime":
|
2020-11-09 15:18:54 +00:00
|
|
|
Var("dart_git") + "mime.git" + "@" + Var("mime_rev"),
|
2017-07-19 17:09:33 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/mockito":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "mockito.git" + "@" + Var("mockito_rev"),
|
2023-04-18 08:04:49 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/native":
|
|
|
|
Var("dart_git") + "native.git" + "@" + Var("native_rev"),
|
2022-06-13 17:04:36 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/package_config":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "package_config.git" +
|
2020-06-01 18:45:17 +00:00
|
|
|
"@" + Var("package_config_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/path":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "path.git" + "@" + Var("path_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/pool":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "pool.git" + "@" + Var("pool_rev"),
|
2016-04-06 20:49:32 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/protobuf":
|
2019-10-24 06:48:23 +00:00
|
|
|
Var("dart_git") + "protobuf.git" + "@" + Var("protobuf_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/pub_semver":
|
2020-11-20 18:00:37 +00:00
|
|
|
Var("dart_git") + "pub_semver.git" + "@" + Var("pub_semver_rev"),
|
2015-06-09 06:12:51 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/pub":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "pub.git" + "@" + Var("pub_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/shelf":
|
2020-08-12 20:31:58 +00:00
|
|
|
Var("dart_git") + "shelf.git" + "@" + Var("shelf_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/source_maps":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "source_maps.git" + "@" + Var("source_maps_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/source_span":
|
2020-07-22 13:22:07 +00:00
|
|
|
Var("dart_git") + "source_span.git" + "@" + Var("source_span_rev"),
|
2015-07-07 20:14:22 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/source_map_stack_trace":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "source_map_stack_trace.git" +
|
2020-07-22 13:22:07 +00:00
|
|
|
"@" + Var("source_map_stack_trace_rev"),
|
2020-07-15 21:30:09 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/sse":
|
2021-08-24 03:09:42 +00:00
|
|
|
Var("dart_git") + "sse.git" + "@" + Var("sse_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/stack_trace":
|
2021-08-24 03:09:42 +00:00
|
|
|
Var("dart_git") + "stack_trace.git" + "@" + Var("stack_trace_rev"),
|
2016-03-21 19:43:25 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/stream_channel":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "stream_channel.git" +
|
2021-08-24 03:09:42 +00:00
|
|
|
"@" + Var("stream_channel_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/string_scanner":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "string_scanner.git" +
|
2020-06-01 18:45:17 +00:00
|
|
|
"@" + Var("string_scanner_rev"),
|
2020-07-15 21:30:09 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/sync_http":
|
|
|
|
Var("dart_git") + "sync_http.git" + "@" + Var("sync_http_rev"),
|
2023-09-21 08:33:59 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/tar":
|
|
|
|
Var("dart_git") + "external/github.com/simolus3/tar.git" +
|
|
|
|
"@" + Var("tar_rev"),
|
2017-08-22 16:32:40 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/term_glyph":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "term_glyph.git" + "@" + Var("term_glyph_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/test":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "test.git" + "@" + Var("test_rev"),
|
2018-01-05 21:32:31 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/test_descriptor":
|
2021-08-24 21:37:25 +00:00
|
|
|
Var("dart_git") + "test_descriptor.git" + "@" + Var("test_descriptor_rev"),
|
2018-01-05 21:32:31 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/test_process":
|
2021-08-24 21:37:25 +00:00
|
|
|
Var("dart_git") + "test_process.git" + "@" + Var("test_process_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/test_reflective_loader":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "test_reflective_loader.git" +
|
2020-12-14 15:38:20 +00:00
|
|
|
"@" + Var("test_reflective_loader_rev"),
|
2023-02-17 18:47:49 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/tools":
|
|
|
|
Var("dart_git") + "tools.git" + "@" + Var("tools_rev"),
|
2016-03-21 19:43:25 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/typed_data":
|
2021-07-23 21:19:50 +00:00
|
|
|
Var("dart_git") + "typed_data.git" + "@" + Var("typed_data_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/usage":
|
2020-12-28 16:47:44 +00:00
|
|
|
Var("dart_git") + "usage.git" + "@" + Var("usage_rev"),
|
2020-07-09 17:02:02 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/vector_math":
|
|
|
|
Var("dart_git") + "external/github.com/google/vector_math.dart.git" +
|
|
|
|
"@" + Var("vector_math_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/watcher":
|
2018-07-16 17:18:30 +00:00
|
|
|
Var("dart_git") + "watcher.git" + "@" + Var("watcher_rev"),
|
2021-05-20 17:44:35 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/webdev":
|
|
|
|
Var("dart_git") + "webdev.git" + "@" + Var("webdev_rev"),
|
2020-07-15 21:30:09 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/webdriver":
|
|
|
|
Var("dart_git") + "external/github.com/google/webdriver.dart.git" +
|
|
|
|
"@" + Var("webdriver_rev"),
|
2021-03-18 00:30:37 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/webkit_inspection_protocol":
|
|
|
|
Var("dart_git") + "external/github.com/google/webkit_inspection_protocol.dart.git" +
|
|
|
|
"@" + Var("webkit_inspection_protocol_rev"),
|
2020-07-15 21:30:09 +00:00
|
|
|
|
2016-03-21 19:43:25 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/web_socket_channel":
|
2018-01-02 16:01:28 +00:00
|
|
|
Var("dart_git") + "web_socket_channel.git" +
|
2020-06-01 18:45:17 +00:00
|
|
|
"@" + Var("web_socket_channel_rev"),
|
2021-09-24 08:36:24 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/yaml_edit":
|
|
|
|
Var("dart_git") + "yaml_edit.git" + "@" + Var("yaml_edit_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/yaml":
|
2020-06-01 18:45:17 +00:00
|
|
|
Var("dart_git") + "yaml.git" + "@" + Var("yaml_rev"),
|
2018-11-29 15:37:40 +00:00
|
|
|
|
2023-04-20 14:17:39 +00:00
|
|
|
# Keep consistent with pkg/test_runner/lib/src/options.dart.
|
2021-06-23 08:50:47 +00:00
|
|
|
Var("dart_root") + "/buildtools/linux-x64/clang": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "fuchsia/third_party/clang/linux-amd64",
|
2022-10-12 18:58:59 +00:00
|
|
|
"version": Var("clang_version"),
|
2021-06-23 08:50:47 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
"condition": "host_cpu == x64 and host_os == linux",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
Var("dart_root") + "/buildtools/mac-x64/clang": {
|
2018-11-29 15:37:40 +00:00
|
|
|
"packages": [
|
|
|
|
{
|
2021-06-23 08:50:47 +00:00
|
|
|
"package": "fuchsia/third_party/clang/mac-amd64",
|
2022-10-12 18:58:59 +00:00
|
|
|
"version": Var("clang_version"),
|
2018-11-29 15:37:40 +00:00
|
|
|
},
|
|
|
|
],
|
[build] Re-add linker flags to create empty section in AOT runtime.
To avoid these flags being applied to unexpected build rules, we
separate them out into a separate config that is then pulled in
explicitly in the `dart_precompiled_runtime{,_product}` executable
rules. Only those two executables need the additional empty section:
the product version because it becomes `dartaotruntime` in the SDK
bundle, and the non-product version because some of our tests build
standalone executables using it.
The linker flags were originally removed due to
https://github.com/flutter/flutter/issues/112687.
With the recent removal of bitcode support from Flutter (see
https://github.com/flutter/flutter/issues/107883), I can build
the `ios_release` target locally without any issue.
This also reverts the clang DEPS changes from CL 256208 (again).
TEST=pkg/dartdev/test/commands/compile_test
Bug: https://github.com/dart-lang/sdk/issues/49783
Cq-Include-Trybots: luci.dart.try:analyzer-mac-release-try,dart-sdk-mac-arm64-try,dart-sdk-mac-try,pkg-mac-release-arm64-try,pkg-mac-release-try,vm-kernel-precomp-mac-product-x64-try,vm-kernel-precomp-nnbd-mac-release-arm64-try
Change-Id: Ie46402ec2eeda23109247eb9d7a64935ec2052cb
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/262429
Reviewed-by: Martin Kustermann <kustermann@google.com>
Commit-Queue: Tess Strickland <sstrickl@google.com>
2022-10-07 09:26:18 +00:00
|
|
|
"condition": "host_os == mac", # On ARM64 Macs too because Goma doesn't support the host-arm64 toolchain.
|
2021-06-23 08:50:47 +00:00
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
Var("dart_root") + "/buildtools/win-x64/clang": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "fuchsia/third_party/clang/windows-amd64",
|
2022-10-12 18:58:59 +00:00
|
|
|
"version": Var("clang_version"),
|
2021-06-23 08:50:47 +00:00
|
|
|
},
|
|
|
|
],
|
2023-06-08 23:45:57 +00:00
|
|
|
"condition": "host_os == win", # On ARM64 Windows too because Fuchsia doesn't provide the host-arm64 toolchain.
|
2021-06-07 14:04:32 +00:00
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
Var("dart_root") + "/buildtools/linux-arm64/clang": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "fuchsia/third_party/clang/linux-arm64",
|
2022-10-12 18:58:59 +00:00
|
|
|
"version": Var("clang_version"),
|
2021-06-07 14:04:32 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
"condition": "host_os == 'linux' and host_cpu == 'arm64'",
|
2018-11-29 15:37:40 +00:00
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
[build] Re-add linker flags to create empty section in AOT runtime.
To avoid these flags being applied to unexpected build rules, we
separate them out into a separate config that is then pulled in
explicitly in the `dart_precompiled_runtime{,_product}` executable
rules. Only those two executables need the additional empty section:
the product version because it becomes `dartaotruntime` in the SDK
bundle, and the non-product version because some of our tests build
standalone executables using it.
The linker flags were originally removed due to
https://github.com/flutter/flutter/issues/112687.
With the recent removal of bitcode support from Flutter (see
https://github.com/flutter/flutter/issues/107883), I can build
the `ios_release` target locally without any issue.
This also reverts the clang DEPS changes from CL 256208 (again).
TEST=pkg/dartdev/test/commands/compile_test
Bug: https://github.com/dart-lang/sdk/issues/49783
Cq-Include-Trybots: luci.dart.try:analyzer-mac-release-try,dart-sdk-mac-arm64-try,dart-sdk-mac-try,pkg-mac-release-arm64-try,pkg-mac-release-try,vm-kernel-precomp-mac-product-x64-try,vm-kernel-precomp-nnbd-mac-release-arm64-try
Change-Id: Ie46402ec2eeda23109247eb9d7a64935ec2052cb
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/262429
Reviewed-by: Martin Kustermann <kustermann@google.com>
Commit-Queue: Tess Strickland <sstrickl@google.com>
2022-10-07 09:26:18 +00:00
|
|
|
Var("dart_root") + "/buildtools/mac-arm64/clang": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "fuchsia/third_party/clang/mac-arm64",
|
2022-10-12 18:58:59 +00:00
|
|
|
"version": Var("clang_version"),
|
[build] Re-add linker flags to create empty section in AOT runtime.
To avoid these flags being applied to unexpected build rules, we
separate them out into a separate config that is then pulled in
explicitly in the `dart_precompiled_runtime{,_product}` executable
rules. Only those two executables need the additional empty section:
the product version because it becomes `dartaotruntime` in the SDK
bundle, and the non-product version because some of our tests build
standalone executables using it.
The linker flags were originally removed due to
https://github.com/flutter/flutter/issues/112687.
With the recent removal of bitcode support from Flutter (see
https://github.com/flutter/flutter/issues/107883), I can build
the `ios_release` target locally without any issue.
This also reverts the clang DEPS changes from CL 256208 (again).
TEST=pkg/dartdev/test/commands/compile_test
Bug: https://github.com/dart-lang/sdk/issues/49783
Cq-Include-Trybots: luci.dart.try:analyzer-mac-release-try,dart-sdk-mac-arm64-try,dart-sdk-mac-try,pkg-mac-release-arm64-try,pkg-mac-release-try,vm-kernel-precomp-mac-product-x64-try,vm-kernel-precomp-nnbd-mac-release-arm64-try
Change-Id: Ie46402ec2eeda23109247eb9d7a64935ec2052cb
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/262429
Reviewed-by: Martin Kustermann <kustermann@google.com>
Commit-Queue: Tess Strickland <sstrickl@google.com>
2022-10-07 09:26:18 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
"condition": "host_os == 'mac' and host_cpu == 'arm64'",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2018-11-29 15:37:40 +00:00
|
|
|
|
2023-10-24 14:36:19 +00:00
|
|
|
Var("dart_root") + '/buildtools/reclient': {
|
|
|
|
'packages': [
|
|
|
|
{
|
|
|
|
'package': 'infra/rbe/client/${{platform}}',
|
|
|
|
'version': Var('reclient_version'),
|
|
|
|
}
|
|
|
|
],
|
|
|
|
'condition': 'host_os == "linux" and host_cpu == "x64"',
|
|
|
|
'dep_type': 'cipd',
|
|
|
|
},
|
|
|
|
|
2020-07-15 21:30:09 +00:00
|
|
|
Var("dart_root") + "/third_party/webdriver/chrome": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "dart/third_party/chromedriver/${{platform}}",
|
2021-06-21 06:30:27 +00:00
|
|
|
"version": "version:" + Var("chrome_tag"),
|
2020-07-15 21:30:09 +00:00
|
|
|
}
|
|
|
|
],
|
2023-06-02 18:18:09 +00:00
|
|
|
"condition": "download_chrome",
|
2020-07-15 21:30:09 +00:00
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
2018-11-29 15:37:40 +00:00
|
|
|
Var("dart_root") + "/buildtools": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "gn/gn/${{platform}}",
|
2022-10-12 18:58:59 +00:00
|
|
|
"version": Var("gn_version"),
|
2018-11-29 15:37:40 +00:00
|
|
|
},
|
|
|
|
],
|
2023-06-02 18:18:09 +00:00
|
|
|
"condition": "host_os != 'win'",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
Var("dart_root") + "/buildtools/win": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "gn/gn/windows-amd64",
|
|
|
|
"version": Var("gn_version"),
|
|
|
|
},
|
|
|
|
],
|
|
|
|
"condition": "host_os == 'win'",
|
2018-11-29 15:37:40 +00:00
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2019-07-19 14:59:57 +00:00
|
|
|
|
2022-09-23 11:14:16 +00:00
|
|
|
Var("dart_root") + "/buildtools/ninja": {
|
|
|
|
"packages": [{
|
|
|
|
"package": "infra/3pp/tools/ninja/${{platform}}",
|
|
|
|
"version": Var("ninja_tag"),
|
|
|
|
}],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
2023-10-18 22:38:23 +00:00
|
|
|
Var("dart_root") + "/third_party/android_tools/ndk": {
|
2023-10-17 16:34:27 +00:00
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "flutter/android/ndk/${{os}}-amd64",
|
|
|
|
"version": "version:r27.0.10869015"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"condition": "download_android_deps",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2023-10-18 22:38:23 +00:00
|
|
|
Var("dart_root") + "/third_party/android_tools/sdk/platform-tools": {
|
2020-10-28 16:25:05 +00:00
|
|
|
"packages": [
|
|
|
|
{
|
2023-10-18 22:38:23 +00:00
|
|
|
"package": "flutter/android/sdk/platform-tools/linux-amd64",
|
|
|
|
"version": "1tZc4sOxZS6FQIvT5i0wwdycmM8AO7QZY32FC9_HfR4C"
|
2020-10-28 16:25:05 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"condition": "download_android_deps",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
2023-08-22 19:59:25 +00:00
|
|
|
# TODO(38752): Confirm if mac sdk is necessary in dart.
|
2021-10-13 21:14:56 +00:00
|
|
|
Var("dart_root") + "/third_party/fuchsia/sdk/mac": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "fuchsia/sdk/gn/mac-amd64",
|
2022-10-12 18:58:59 +00:00
|
|
|
"version": Var("fuchsia_sdk_version"),
|
2021-10-13 21:14:56 +00:00
|
|
|
}
|
|
|
|
],
|
2023-08-22 19:59:25 +00:00
|
|
|
"condition":
|
|
|
|
'download_fuchsia_deps and host_os == "mac" and host_cpu == "x64"',
|
2021-10-13 21:14:56 +00:00
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2023-08-22 19:59:25 +00:00
|
|
|
|
|
|
|
# TODO(38752): Migrate to core sdk, gn sdk is deprecating.
|
2020-06-18 00:24:31 +00:00
|
|
|
Var("dart_root") + "/third_party/fuchsia/sdk/linux": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "fuchsia/sdk/gn/linux-amd64",
|
2022-10-12 18:58:59 +00:00
|
|
|
"version": Var("fuchsia_sdk_version"),
|
2020-06-18 00:24:31 +00:00
|
|
|
}
|
|
|
|
],
|
2023-08-22 19:59:25 +00:00
|
|
|
"condition":
|
|
|
|
'download_fuchsia_deps and host_os == "linux" and host_cpu == "x64"',
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
|
|
|
Var("dart_root") + "/third_party/fuchsia/test_scripts": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "chromium/fuchsia/test-scripts/fuchsia",
|
2023-10-03 22:56:39 +00:00
|
|
|
"version": "version:2@30ecdcc6666ac09845a2e2d4fe7d8d5714230fba",
|
2023-08-22 19:59:25 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"condition":
|
|
|
|
'download_fuchsia_deps and host_os == "linux" and host_cpu == "x64"',
|
2020-06-18 00:24:31 +00:00
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
2019-08-29 08:52:43 +00:00
|
|
|
Var("dart_root") + "/pkg/front_end/test/fasta/types/benchmark_data": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "dart/cfe/benchmark_data",
|
2020-02-07 15:00:24 +00:00
|
|
|
"version": "sha1sum:5b6e6dfa33b85c733cab4e042bf46378984d1544",
|
2019-08-29 08:52:43 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
2019-07-19 14:59:57 +00:00
|
|
|
# TODO(37531): Remove these cipd packages and build with sdk instead when
|
|
|
|
# benchmark runner gets support for that.
|
2020-05-20 16:08:50 +00:00
|
|
|
Var("dart_root") + "/benchmarks/FfiBoringssl/native/out/": {
|
2019-07-19 14:59:57 +00:00
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "dart/benchmarks/ffiboringssl",
|
|
|
|
"version": "commit:a86c69888b9a416f5249aacb4690a765be064969",
|
|
|
|
},
|
|
|
|
],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2020-06-04 11:00:20 +00:00
|
|
|
Var("dart_root") + "/benchmarks/FfiCall/native/out/": {
|
2019-07-19 14:59:57 +00:00
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "dart/benchmarks/fficall",
|
2020-06-15 13:27:16 +00:00
|
|
|
"version": "ebF5aRXKDananlaN4Y8b0bbCNHT1MnkGbWqfpCpiND4C",
|
2019-07-19 14:59:57 +00:00
|
|
|
},
|
|
|
|
],
|
2021-03-24 17:35:32 +00:00
|
|
|
"dep_type": "cipd",
|
2019-07-19 14:59:57 +00:00
|
|
|
},
|
2021-11-04 15:16:24 +00:00
|
|
|
Var("dart_root") + "/benchmarks/NativeCall/native/out/": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "dart/benchmarks/nativecall",
|
|
|
|
"version": "w1JKzCIHSfDNIjqnioMUPq0moCXKwX67aUfhyrvw4E0C",
|
|
|
|
},
|
|
|
|
],
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2020-06-24 14:02:40 +00:00
|
|
|
Var("dart_root") + "/third_party/browsers/chrome": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "dart/browsers/chrome/${{platform}}",
|
|
|
|
"version": "version:" + Var("chrome_tag"),
|
|
|
|
},
|
|
|
|
],
|
|
|
|
"condition": "download_chrome",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
Var("dart_root") + "/third_party/browsers/firefox": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "dart/browsers/firefox/${{platform}}",
|
|
|
|
"version": "version:" + Var("firefox_tag"),
|
|
|
|
},
|
|
|
|
],
|
|
|
|
"condition": "download_firefox",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
2018-10-24 13:30:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
deps_os = {
|
|
|
|
"win": {
|
|
|
|
Var("dart_root") + "/third_party/cygwin":
|
|
|
|
Var("chromium_git") + "/chromium/deps/cygwin.git" + "@" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"c89e446b273697fadf3a10ff1007a97c0b7de6df",
|
2018-10-24 13:30:16 +00:00
|
|
|
Var("dart_root") + "/third_party/crashpad/crashpad":
|
|
|
|
Var("chromium_git") + "/crashpad/crashpad.git" + "@" +
|
|
|
|
Var("crashpad_rev"),
|
|
|
|
Var("dart_root") + "/third_party/mini_chromium/mini_chromium":
|
|
|
|
Var("chromium_git") + "/chromium/mini_chromium" + "@" +
|
|
|
|
Var("minichromium_rev"),
|
|
|
|
Var("dart_root") + "/third_party/googletest":
|
|
|
|
Var("fuchsia_git") + "/third_party/googletest" + "@" +
|
|
|
|
Var("googletest_rev"),
|
|
|
|
}
|
2015-05-16 13:17:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
hooks = [
|
2022-03-08 15:59:53 +00:00
|
|
|
{
|
|
|
|
# Generate the .dart_tool/package_confg.json file.
|
|
|
|
'name': 'Generate .dart_tool/package_confg.json',
|
|
|
|
'pattern': '.',
|
|
|
|
'action': ['python3', 'sdk/tools/generate_package_config.py'],
|
|
|
|
},
|
2022-05-05 10:36:05 +00:00
|
|
|
{
|
|
|
|
# Generate the sdk/version file.
|
|
|
|
'name': 'Generate sdk/version',
|
|
|
|
'pattern': '.',
|
|
|
|
'action': ['python3', 'sdk/tools/generate_sdk_version_file.py'],
|
|
|
|
},
|
2016-11-07 21:09:45 +00:00
|
|
|
{
|
2022-08-08 23:05:31 +00:00
|
|
|
'name': 'sysroot_arm',
|
2016-11-07 21:09:45 +00:00
|
|
|
'pattern': '.',
|
2022-08-08 23:05:31 +00:00
|
|
|
'condition': 'checkout_linux',
|
2021-04-15 10:10:20 +00:00
|
|
|
'action': ['python3', 'sdk/build/linux/sysroot_scripts/install-sysroot.py',
|
2022-08-08 23:05:31 +00:00
|
|
|
'--arch=arm'],
|
2016-11-07 21:09:45 +00:00
|
|
|
},
|
|
|
|
{
|
2022-08-08 23:05:31 +00:00
|
|
|
'name': 'sysroot_arm64',
|
2016-11-07 21:09:45 +00:00
|
|
|
'pattern': '.',
|
2022-08-08 23:05:31 +00:00
|
|
|
'condition': 'checkout_linux',
|
2021-04-15 10:10:20 +00:00
|
|
|
'action': ['python3', 'sdk/build/linux/sysroot_scripts/install-sysroot.py',
|
2022-08-08 23:05:31 +00:00
|
|
|
'--arch=arm64'],
|
2017-12-02 06:19:33 +00:00
|
|
|
},
|
|
|
|
{
|
2022-08-08 23:05:31 +00:00
|
|
|
'name': 'sysroot_x86',
|
2017-12-02 06:19:33 +00:00
|
|
|
'pattern': '.',
|
2022-08-08 23:05:31 +00:00
|
|
|
'condition': 'checkout_linux',
|
2021-04-15 10:10:20 +00:00
|
|
|
'action': ['python3', 'sdk/build/linux/sysroot_scripts/install-sysroot.py',
|
2022-08-08 23:05:31 +00:00
|
|
|
'--arch=x86'],
|
2017-12-02 06:19:33 +00:00
|
|
|
},
|
|
|
|
{
|
2022-08-08 23:05:31 +00:00
|
|
|
'name': 'sysroot_x64',
|
2017-12-02 06:19:33 +00:00
|
|
|
'pattern': '.',
|
2022-08-08 23:05:31 +00:00
|
|
|
'condition': 'checkout_linux',
|
2021-04-15 10:10:20 +00:00
|
|
|
'action': ['python3', 'sdk/build/linux/sysroot_scripts/install-sysroot.py',
|
2022-08-08 23:05:31 +00:00
|
|
|
'--arch=x64'],
|
2016-11-07 21:09:45 +00:00
|
|
|
},
|
2017-05-07 04:44:59 +00:00
|
|
|
{
|
|
|
|
'name': 'buildtools',
|
2016-09-23 14:47:36 +00:00
|
|
|
'pattern': '.',
|
2021-04-15 10:10:20 +00:00
|
|
|
'action': ['python3', 'sdk/tools/buildtools/update.py'],
|
2016-09-23 14:47:36 +00:00
|
|
|
},
|
2017-07-27 11:54:34 +00:00
|
|
|
{
|
|
|
|
# Update the Windows toolchain if necessary.
|
|
|
|
'name': 'win_toolchain',
|
|
|
|
'pattern': '.',
|
2021-04-15 10:10:20 +00:00
|
|
|
'action': ['python3', 'sdk/build/vs_toolchain.py', 'update'],
|
|
|
|
'condition': 'checkout_win'
|
|
|
|
},
|
2022-09-20 09:41:12 +00:00
|
|
|
# Install and activate the empscripten SDK.
|
|
|
|
{
|
|
|
|
'name': 'install_emscripten',
|
|
|
|
'pattern': '.',
|
|
|
|
'action': ['python3', 'sdk/third_party/emsdk/emsdk.py', 'install',
|
|
|
|
Var('emsdk_ver')],
|
|
|
|
'condition': 'download_emscripten'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'activate_emscripten',
|
|
|
|
'pattern': '.',
|
|
|
|
'action': ['python3', 'sdk/third_party/emsdk/emsdk.py', 'activate',
|
|
|
|
Var('emsdk_ver')],
|
|
|
|
'condition': 'download_emscripten'
|
|
|
|
},
|
2023-08-22 19:59:25 +00:00
|
|
|
{
|
|
|
|
'name': 'Download Fuchsia system images',
|
|
|
|
'pattern': '.',
|
|
|
|
'action': [
|
|
|
|
'python3',
|
|
|
|
'sdk/build/fuchsia/with_envs.py',
|
|
|
|
'sdk/third_party/fuchsia/test_scripts/update_product_bundles.py',
|
2023-10-03 22:56:39 +00:00
|
|
|
'terminal.x64',
|
2023-08-22 19:59:25 +00:00
|
|
|
],
|
|
|
|
'condition': 'download_fuchsia_deps'
|
|
|
|
},
|
2021-04-28 01:42:32 +00:00
|
|
|
]
|