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`.
|
|
|
|
# There is some lag time between a commit landing in github and reaching the
|
|
|
|
# google hosted clones.
|
|
|
|
#
|
|
|
|
# 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 = [
|
|
|
|
'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',
|
|
|
|
]
|
|
|
|
|
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
|
|
|
|
"chromium_git": "https://chromium.googlesource.com",
|
2017-05-07 04:44:59 +00:00
|
|
|
"fuchsia_git": "https://fuchsia.googlesource.com",
|
2016-06-22 17:32:51 +00:00
|
|
|
|
2020-04-28 14:20:48 +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.
|
2022-11-28 21:25:39 +00:00
|
|
|
"sdk_tag": "version:2.19.0-374.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-01-13 11:57:26 +00:00
|
|
|
"co19_rev": "81c67290340c13298079fd571f78834fccbb2fed",
|
2021-09-23 15:51:06 +00:00
|
|
|
# This line prevents conflicts when both packages are rolled simultaneously.
|
2023-01-16 12:49:20 +00:00
|
|
|
"co19_2_rev": "014bec6f349af4d48739c6bfed1fc2013dbd13c4",
|
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
|
2022-05-02 12:48:39 +00:00
|
|
|
"benchmarks_internal_rev": "599aa474a03c37be146f82dfbad85f34f25ffa47",
|
2020-06-02 12:53:24 +00:00
|
|
|
"checkout_benchmarks_internal": 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-01-17 07:45:48 +00:00
|
|
|
"d8_tag": "version:11.1.193",
|
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-01-10 17:20:04 +00:00
|
|
|
"clang_version": "git_revision:ca619613801233ef2def8c3cc7d311d5ed0033cb",
|
2022-10-12 18:58:59 +00:00
|
|
|
"gn_version": "git_revision:0bcd37bd2b83f1a9ee17088037ebdfe6eab6d31a",
|
2017-05-07 04:44:59 +00:00
|
|
|
|
2022-10-11 18:12:39 +00:00
|
|
|
# Update from https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/gn
|
2022-10-12 18:58:59 +00:00
|
|
|
"fuchsia_sdk_version": "git_revision:8658717573be7924d71b88c3d404ea2b4ca4984b",
|
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.
|
|
|
|
"ninja_tag": "version:2@1.11.1.chromium.4",
|
|
|
|
|
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
|
|
|
|
2022-07-06 17:34:20 +00:00
|
|
|
"gperftools_revision": "bf8b714bf5075d0a6f2f28504b43095e2b1e11c5",
|
2016-09-16 15:24:54 +00:00
|
|
|
|
2015-05-16 13:17:10 +00:00
|
|
|
# Revisions of /third_party/* dependencies.
|
2022-06-19 19:11:11 +00:00
|
|
|
# Note that putting an EOL comment after a dependency below will prevent the
|
|
|
|
# 'tools/rev_sdk_deps.dart' tool from attempting to rev to a newer revision.
|
|
|
|
|
[deps] rev args, async, characters, cli_util, collection, convert, dartdoc, ffi, fixnum, glob, http, http_parser, intl, json_rpc_2, lints, logging, matcher, path, protobuf, sse, string_scanner, test, typed_data, usage, webdev
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/da037ac..ac0e2c8):
ac0e2c8 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#229)
async (https://github.com/dart-lang/async/compare/c59c7c5..de1ce93):
de1ce93 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#227)
characters (https://github.com/dart-lang/characters/compare/4ffccb8..fff80aa):
fff80aa 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#69)
cli_util (https://github.com/dart-lang/cli_util/compare/edcf1c3..5a8e8ee):
5a8e8ee 2023-01-01 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#72)
collection (https://github.com/dart-lang/collection/compare/cdb11d4..85e987c):
85e987c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#262)
convert (https://github.com/dart-lang/convert/compare/4feeb10..20d136c):
20d136c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#73)
dartdoc (https://github.com/dart-lang/dartdoc/compare/1f42216..ce25524):
ce255246 2023-01-02 dependabot[bot] Bump actions/cache from 3.2.1 to 3.2.2 (#3287)
e4948e64 2022-12-28 Sam Rawlins Refactor search into a stateful class (#3285)
83a26b87 2022-12-28 Parker Lougheed Simplify search.html base-href handling (#3259)
a622a89a 2022-12-27 dependabot[bot] Bump actions/cache from 3.0.11 to 3.2.1 (#3281)
f0c7a56a 2022-12-27 dependabot[bot] Bump ossf/scorecard-action from 2.1.1 to 2.1.2 (#3282)
702a9d13 2022-12-19 dependabot[bot] Bump github/codeql-action from 2.1.36 to 2.1.37 (#3276)
2bbac76b 2022-12-19 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#3277)
195dc3da 2022-12-19 dependabot[bot] Bump ossf/scorecard-action from 2.0.6 to 2.1.1 (#3280)
4a5ed7e6 2022-12-19 Sam Rawlins Remove usage of now-removed-in-3.0 elements (#3279)
ffi (https://github.com/dart-lang/ffi/compare/17a8142..2a56c2a):
2a56c2a 2023-01-02 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#172)
fixnum (https://github.com/dart-lang/fixnum/compare/e4f5e97..714381c):
714381c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#102)
glob (https://github.com/dart-lang/glob/compare/7f97bf5..7adf833):
7adf833 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#67)
http (https://github.com/dart-lang/http/compare/46a7708..38d5dd9):
38d5dd9 2022-12-29 Brian Quinlan Add usage instructions for runWithClient and Flutter (#846)
3fba812 2022-12-29 Nate Bosch Drop avoid_redundant_argument_values (#845)
88f6fc6 2022-12-14 Brian Quinlan Always using `package:http` for APIs and image loading. (#839)
http_parser (https://github.com/dart-lang/http_parser/compare/c739675..16a4f34):
16a4f34 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#65)
intl (https://github.com/dart-lang/intl/compare/6fb07f2..59e7bff):
59e7bff 2022-12-20 Copybara-Service Merge pull request #263 from sanekyy:update-ruble-sign
50f93df 2022-12-19 Copybara-Service Merge pull request #467 from samlythemanly:patch-1
548ef63 2022-12-19 Aleksandr Yurkovskiy fix duplicate_import
5dc6e8f 2022-12-16 Aleksandr Yurkovskiy Merge remote-tracking branch 'upstream/master' into update-ruble-sign
60e8cfa 2022-12-09 Moritz Merge branch 'master' into patch-1
758d086 2022-04-28 Sam Markoe Updated PEN to use the proper currency code.
83e149f 2021-03-10 Aleksandr Yurkovskiy Merge branch 'master' into update-ruble-sign
edbbbce 2020-11-16 Aleksandr Yurkovskiy fix format
f25b0a6 2020-11-16 Aleksandr Yurkovskiy add empty line
a02de91 2020-11-16 Aleksandr Yurkovskiy fix merge issues
8a1716f 2020-11-16 Aleksandr Yurkovskiy Merge branch 'master' into update-ruble-sign
d3c56e0 2020-10-05 Aleksandr Yurkovskiy update changelog
ed3b5f0 2020-10-05 Aleksandr Yurkovskiy fix test
d4ad715 2020-09-22 Aleksandr Yurkovskiy Merge branch 'master' into update-ruble-sign
077e653 2020-02-27 Aleksandr Yurkovskiy update version
b119da3 2020-02-27 Aleksandr Yurkovskiy update ruble sign
json_rpc_2 (https://github.com/dart-lang/json_rpc_2/compare/16fed53..bd9f8d9):
bd9f8d9 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#87)
lints (https://github.com/dart-lang/lints/compare/16bdefe..dfded5e):
dfded5e 2023-01-01 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#96)
logging (https://github.com/dart-lang/logging/compare/0373ef8..b525d5c):
b525d5c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#125)
matcher (https://github.com/dart-lang/matcher/compare/7e6a665..deedda1):
deedda1 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#202)
path (https://github.com/dart-lang/path/compare/12ce876..1299791):
1299791 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#132)
protobuf (https://github.com/dart-lang/protobuf/compare/2706b53..1d1c92a):
1d1c92a 2023-01-02 Kevin Moore Latest github actions (#789)
sse (https://github.com/dart-lang/sse/compare/cfa93b1..2de27fe):
2de27fe 2022-12-28 dependabot[bot] Bump nanasess/setup-chromedriver from 1.0.5 to 1.1.0 (#65)
string_scanner (https://github.com/dart-lang/string_scanner/compare/4a5cbc5..6ddab2c):
6ddab2c 2022-12-28 Kevin Moore Remove unnecessary parens (#51)
3e451ab 2022-12-28 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#50)
test (https://github.com/dart-lang/test/compare/89a8b12..8235a25):
8235a25b 2022-12-29 Nate Bosch Add String.equalsIgnoringWhitespace condition (#1835)
6df19d2e 2022-12-29 Nate Bosch Add String.containsInOrder condition (#1836)
b7f4cb54 2022-12-29 Nate Bosch Collapse core checks to fewer extensions (#1831)
101df768 2022-12-29 Nate Bosch Add Function.returnsNormally condition (#1833)
f0dfdbfc 2022-12-28 Nate Bosch Tighten types of Extracted constructors (#1829)
d1211748 2022-12-27 Nate Bosch Add String.equalsIgnoringCase (#1828)
c14260b5 2022-12-22 Nate Bosch Add String.equals condition (#1826)
1785348f 2022-12-21 Nate Bosch Add more numeric matchers (#1823)
66d89348 2022-12-21 Nate Bosch Allow slower node test on windows (#1825)
695894ee 2022-12-21 Nate Bosch Drop dependency overrides from pkg:checks (#1824)
9be6023c 2022-12-20 Nate Bosch Add Iterable.every extension (#1822)
ca412bbf 2022-12-20 Nate Bosch Add some tests with full failure messages (#1820)
6650bbb3 2022-12-20 Nate Bosch Add pairwiseCompare condition (#1821)
d20eb34d 2022-12-20 Nate Bosch Add FailureDetail to allow expressive failures (#1818)
611faeac 2022-12-20 Nate Bosch Make the prefixFirst utility public (#1819)
a0562585 2022-12-19 Jacob MacDonald change the url secrets for browser tests to be alphanumeric characters (#1817)
typed_data (https://github.com/dart-lang/typed_data/compare/1e838b8..dbf81a7):
dbf81a7 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#57)
usage (https://github.com/dart-lang/usage/compare/fee1d9d..2773c7d):
2773c7d 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#186)
webdev (https://github.com/dart-lang/webdev/compare/317288a..8795ca5):
8795ca5 2022-12-22 Elliott Brooks (she/her) Tests should serve`main.dart` and `index.html` from the same directory (#1856)
b127883 2022-12-22 Elliott Brooks (she/her) Add test timeout of 2 minutes for all tests missing a timeout (#1854)
c884705 2022-12-22 Elliott Brooks (she/her) Skip flaky events_test on Windows (#1853)
5aa3195 2022-12-22 Elliott Brooks (she/her) Add tests for interacting with the extension panels added to Chrome Devtools (#1836)
82ac652 2022-12-21 Elliott Brooks (she/her) Shard DWDS tests and fix CI test flakiness (#1851)
8e926c0 2022-12-20 Elliott Brooks (she/her) Fix flaky CI tests (#1848)
80f8671 2022-12-20 Elliott Brooks (she/her) File paths in `TestContext` are relative, not absolute (#1843)
6dedcd5 2022-12-20 Elliott Brooks (she/her) Move the `scopes` package (used in testing) to the test `fixtures` directory (#1837)
db5ed71 2022-12-16 Elliott Brooks (she/her) Fix `package_uri_file_mapper_test` on Linux (#1835)
243fe42 2022-12-14 Anna Gringauze Enable weak tests for build daemon and frontend server (#1824)
Change-Id: I0ef4ec924d14d88e4831c7bcb025ff19db288479
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278083
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-01-03 20:43:47 +00:00
|
|
|
"args_rev": "ac0e2c82f94d049b2d3b318b487863bf288258b1",
|
|
|
|
"async_rev": "de1ce93c6f58c22fda4dd4d6267ecebebed622c3",
|
[deps] rev bazel_worker, benchmark_harness, boolean_selector, browser_launcher, clock, crypto, csslib, dartdoc, html, http, http_multi_server, intl, package_config, pool, protobuf, pub_semver, source_map_stack_trace, source_maps, source_span, sse, stack_trace, stream_channel, term_glyph, test, test_descriptor, test_process, test_reflective_loader, watcher, web_socket_channel, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/9f21e1d..b35c25e):
b35c25e 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#66)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/ee7a253..76881df):
76881df 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#80)
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/5082b3d..ba7d86b):
ba7d86b 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#41)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/2712dda..f2f01e4):
f2f01e4 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#37)
clock (https://github.com/dart-lang/clock/compare/8a8231f..6b8b7bf):
6b8b7bf 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#41)
crypto (https://github.com/dart-lang/crypto/compare/bf0c33b..f854f2f):
f854f2f 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#138)
csslib (https://github.com/dart-lang/csslib/compare/34203c0..d776535):
d776535 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#156)
dartdoc (https://github.com/dart-lang/dartdoc/compare/ce25524..9ed196f):
9ed196f1 2023-01-03 Sam Rawlins Move many test files to test_reflective_loader (#3284)
html (https://github.com/dart-lang/html/compare/28fb8b9..3dd00b0):
3dd00b0 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#193)
http (https://github.com/dart-lang/http/compare/38d5dd9..d434d42):
d434d42 2023-01-03 Brian Quinlan Make it possible to use a custom CronetEngine with runWithClient (#843)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/e31c698..beb40a7):
beb40a7 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#47)
intl (https://github.com/dart-lang/intl/compare/59e7bff..c61fdd1):
c61fdd1 2023-01-04 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#528)
2a5e3a2 2023-01-04 Copybara-Service Merge pull request #527 from mateendev3:patch-2
07a5847 2022-12-31 Mateen Mehmood Update date_format.dart
package_config (https://github.com/dart-lang/package_config/compare/abb4aec..2e1a8ec):
2e1a8ec 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#128)
pool (https://github.com/dart-lang/pool/compare/1ea5b03..713e631):
713e631 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#59)
protobuf (https://github.com/dart-lang/protobuf/compare/1d1c92a..dd04535):
dd04535 2023-01-04 Mahdi K. Fard Fix avoid_renaming_method_parameters linter warning. (#783)
4b1fc34 2023-01-04 Mahdi K. Fard Removes a non-existing lint rule. (#784)
pub_semver (https://github.com/dart-lang/pub_semver/compare/1723111..3946e33):
3946e33 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#76)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/8d8078f..e5f9564):
e5f9564 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#31)
source_maps (https://github.com/dart-lang/source_maps/compare/b031e2c..d995912):
d995912 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#70)
source_span (https://github.com/dart-lang/source_span/compare/d1d47e5..72d5c55):
72d5c55 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#89)
sse (https://github.com/dart-lang/sse/compare/2de27fe..3c37edb):
3c37edb 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#73)
stack_trace (https://github.com/dart-lang/stack_trace/compare/cf3562e..c08ee90):
c08ee90 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#125)
stream_channel (https://github.com/dart-lang/stream_channel/compare/9143047..0a7800a):
0a7800a 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#83)
term_glyph (https://github.com/dart-lang/term_glyph/compare/822cd5b..2bf4594):
2bf4594 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#30)
test (https://github.com/dart-lang/test/compare/8235a25..3415089):
34150897 2023-01-03 dependabot[bot] Bump ossf/scorecard-action from 2.0.6 to 2.1.2 (#1838)
5f01dd97 2023-01-03 dependabot[bot] Bump github/codeql-action from 1.0.26 to 2.1.37 (#1839)
test_descriptor (https://github.com/dart-lang/test_descriptor/compare/13dbc20..b73c691):
b73c691 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#46)
test_process (https://github.com/dart-lang/test_process/compare/1774aa7..62ea2ba):
62ea2ba 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#37)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/52b6753..cf58259):
cf58259 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#43)
watcher (https://github.com/dart-lang/watcher/compare/3259107..2e0db71):
2e0db71 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#132)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/a90e740..ebd0fe9):
ebd0fe9 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#244)
yaml (https://github.com/dart-lang/yaml/compare/f699275..02be51e):
02be51e 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#133)
Change-Id: I56af76e89a75b0712b290ea154f606781183bec7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278368
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-01-04 21:48:02 +00:00
|
|
|
"bazel_worker_rev": "b35c25e6cecced319b80c6686b9d025e462c7053",
|
|
|
|
"benchmark_harness_rev": "76881df31f4b76ff7bc50e3389d540b7fb2a69e6",
|
|
|
|
"boolean_selector_rev": "ba7d86b66382aa808576cd55840d4c34f0225066",
|
2021-12-02 18:21:39 +00:00
|
|
|
"boringssl_gen_rev": "ced85ef0a00bbca77ce5a91261a5f2ae61b1e62f",
|
2022-04-18 16:34:46 +00:00
|
|
|
"boringssl_rev": "87f316d7748268eb56f2dc147bd593254ae93198",
|
2022-03-09 17:51:24 +00:00
|
|
|
"browser-compat-data_tag": "ac8cae697014da1ff7124fba33b0b4245cc6cd1b", # v1.0.22
|
[deps] rev bazel_worker, benchmark_harness, boolean_selector, browser_launcher, clock, crypto, csslib, dartdoc, html, http, http_multi_server, intl, package_config, pool, protobuf, pub_semver, source_map_stack_trace, source_maps, source_span, sse, stack_trace, stream_channel, term_glyph, test, test_descriptor, test_process, test_reflective_loader, watcher, web_socket_channel, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/9f21e1d..b35c25e):
b35c25e 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#66)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/ee7a253..76881df):
76881df 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#80)
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/5082b3d..ba7d86b):
ba7d86b 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#41)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/2712dda..f2f01e4):
f2f01e4 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#37)
clock (https://github.com/dart-lang/clock/compare/8a8231f..6b8b7bf):
6b8b7bf 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#41)
crypto (https://github.com/dart-lang/crypto/compare/bf0c33b..f854f2f):
f854f2f 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#138)
csslib (https://github.com/dart-lang/csslib/compare/34203c0..d776535):
d776535 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#156)
dartdoc (https://github.com/dart-lang/dartdoc/compare/ce25524..9ed196f):
9ed196f1 2023-01-03 Sam Rawlins Move many test files to test_reflective_loader (#3284)
html (https://github.com/dart-lang/html/compare/28fb8b9..3dd00b0):
3dd00b0 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#193)
http (https://github.com/dart-lang/http/compare/38d5dd9..d434d42):
d434d42 2023-01-03 Brian Quinlan Make it possible to use a custom CronetEngine with runWithClient (#843)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/e31c698..beb40a7):
beb40a7 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#47)
intl (https://github.com/dart-lang/intl/compare/59e7bff..c61fdd1):
c61fdd1 2023-01-04 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#528)
2a5e3a2 2023-01-04 Copybara-Service Merge pull request #527 from mateendev3:patch-2
07a5847 2022-12-31 Mateen Mehmood Update date_format.dart
package_config (https://github.com/dart-lang/package_config/compare/abb4aec..2e1a8ec):
2e1a8ec 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#128)
pool (https://github.com/dart-lang/pool/compare/1ea5b03..713e631):
713e631 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#59)
protobuf (https://github.com/dart-lang/protobuf/compare/1d1c92a..dd04535):
dd04535 2023-01-04 Mahdi K. Fard Fix avoid_renaming_method_parameters linter warning. (#783)
4b1fc34 2023-01-04 Mahdi K. Fard Removes a non-existing lint rule. (#784)
pub_semver (https://github.com/dart-lang/pub_semver/compare/1723111..3946e33):
3946e33 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#76)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/8d8078f..e5f9564):
e5f9564 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#31)
source_maps (https://github.com/dart-lang/source_maps/compare/b031e2c..d995912):
d995912 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#70)
source_span (https://github.com/dart-lang/source_span/compare/d1d47e5..72d5c55):
72d5c55 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#89)
sse (https://github.com/dart-lang/sse/compare/2de27fe..3c37edb):
3c37edb 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#73)
stack_trace (https://github.com/dart-lang/stack_trace/compare/cf3562e..c08ee90):
c08ee90 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#125)
stream_channel (https://github.com/dart-lang/stream_channel/compare/9143047..0a7800a):
0a7800a 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#83)
term_glyph (https://github.com/dart-lang/term_glyph/compare/822cd5b..2bf4594):
2bf4594 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#30)
test (https://github.com/dart-lang/test/compare/8235a25..3415089):
34150897 2023-01-03 dependabot[bot] Bump ossf/scorecard-action from 2.0.6 to 2.1.2 (#1838)
5f01dd97 2023-01-03 dependabot[bot] Bump github/codeql-action from 1.0.26 to 2.1.37 (#1839)
test_descriptor (https://github.com/dart-lang/test_descriptor/compare/13dbc20..b73c691):
b73c691 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#46)
test_process (https://github.com/dart-lang/test_process/compare/1774aa7..62ea2ba):
62ea2ba 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#37)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/52b6753..cf58259):
cf58259 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#43)
watcher (https://github.com/dart-lang/watcher/compare/3259107..2e0db71):
2e0db71 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#132)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/a90e740..ebd0fe9):
ebd0fe9 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#244)
yaml (https://github.com/dart-lang/yaml/compare/f699275..02be51e):
02be51e 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#133)
Change-Id: I56af76e89a75b0712b290ea154f606781183bec7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278368
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-01-04 21:48:02 +00:00
|
|
|
"browser_launcher_rev": "f2f01e4c7e719c633ca3c35d55c5331d4fe8b54b",
|
[deps] rev args, async, characters, cli_util, collection, convert, dartdoc, ffi, fixnum, glob, http, http_parser, intl, json_rpc_2, lints, logging, matcher, path, protobuf, sse, string_scanner, test, typed_data, usage, webdev
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/da037ac..ac0e2c8):
ac0e2c8 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#229)
async (https://github.com/dart-lang/async/compare/c59c7c5..de1ce93):
de1ce93 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#227)
characters (https://github.com/dart-lang/characters/compare/4ffccb8..fff80aa):
fff80aa 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#69)
cli_util (https://github.com/dart-lang/cli_util/compare/edcf1c3..5a8e8ee):
5a8e8ee 2023-01-01 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#72)
collection (https://github.com/dart-lang/collection/compare/cdb11d4..85e987c):
85e987c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#262)
convert (https://github.com/dart-lang/convert/compare/4feeb10..20d136c):
20d136c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#73)
dartdoc (https://github.com/dart-lang/dartdoc/compare/1f42216..ce25524):
ce255246 2023-01-02 dependabot[bot] Bump actions/cache from 3.2.1 to 3.2.2 (#3287)
e4948e64 2022-12-28 Sam Rawlins Refactor search into a stateful class (#3285)
83a26b87 2022-12-28 Parker Lougheed Simplify search.html base-href handling (#3259)
a622a89a 2022-12-27 dependabot[bot] Bump actions/cache from 3.0.11 to 3.2.1 (#3281)
f0c7a56a 2022-12-27 dependabot[bot] Bump ossf/scorecard-action from 2.1.1 to 2.1.2 (#3282)
702a9d13 2022-12-19 dependabot[bot] Bump github/codeql-action from 2.1.36 to 2.1.37 (#3276)
2bbac76b 2022-12-19 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#3277)
195dc3da 2022-12-19 dependabot[bot] Bump ossf/scorecard-action from 2.0.6 to 2.1.1 (#3280)
4a5ed7e6 2022-12-19 Sam Rawlins Remove usage of now-removed-in-3.0 elements (#3279)
ffi (https://github.com/dart-lang/ffi/compare/17a8142..2a56c2a):
2a56c2a 2023-01-02 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#172)
fixnum (https://github.com/dart-lang/fixnum/compare/e4f5e97..714381c):
714381c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#102)
glob (https://github.com/dart-lang/glob/compare/7f97bf5..7adf833):
7adf833 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#67)
http (https://github.com/dart-lang/http/compare/46a7708..38d5dd9):
38d5dd9 2022-12-29 Brian Quinlan Add usage instructions for runWithClient and Flutter (#846)
3fba812 2022-12-29 Nate Bosch Drop avoid_redundant_argument_values (#845)
88f6fc6 2022-12-14 Brian Quinlan Always using `package:http` for APIs and image loading. (#839)
http_parser (https://github.com/dart-lang/http_parser/compare/c739675..16a4f34):
16a4f34 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#65)
intl (https://github.com/dart-lang/intl/compare/6fb07f2..59e7bff):
59e7bff 2022-12-20 Copybara-Service Merge pull request #263 from sanekyy:update-ruble-sign
50f93df 2022-12-19 Copybara-Service Merge pull request #467 from samlythemanly:patch-1
548ef63 2022-12-19 Aleksandr Yurkovskiy fix duplicate_import
5dc6e8f 2022-12-16 Aleksandr Yurkovskiy Merge remote-tracking branch 'upstream/master' into update-ruble-sign
60e8cfa 2022-12-09 Moritz Merge branch 'master' into patch-1
758d086 2022-04-28 Sam Markoe Updated PEN to use the proper currency code.
83e149f 2021-03-10 Aleksandr Yurkovskiy Merge branch 'master' into update-ruble-sign
edbbbce 2020-11-16 Aleksandr Yurkovskiy fix format
f25b0a6 2020-11-16 Aleksandr Yurkovskiy add empty line
a02de91 2020-11-16 Aleksandr Yurkovskiy fix merge issues
8a1716f 2020-11-16 Aleksandr Yurkovskiy Merge branch 'master' into update-ruble-sign
d3c56e0 2020-10-05 Aleksandr Yurkovskiy update changelog
ed3b5f0 2020-10-05 Aleksandr Yurkovskiy fix test
d4ad715 2020-09-22 Aleksandr Yurkovskiy Merge branch 'master' into update-ruble-sign
077e653 2020-02-27 Aleksandr Yurkovskiy update version
b119da3 2020-02-27 Aleksandr Yurkovskiy update ruble sign
json_rpc_2 (https://github.com/dart-lang/json_rpc_2/compare/16fed53..bd9f8d9):
bd9f8d9 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#87)
lints (https://github.com/dart-lang/lints/compare/16bdefe..dfded5e):
dfded5e 2023-01-01 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#96)
logging (https://github.com/dart-lang/logging/compare/0373ef8..b525d5c):
b525d5c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#125)
matcher (https://github.com/dart-lang/matcher/compare/7e6a665..deedda1):
deedda1 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#202)
path (https://github.com/dart-lang/path/compare/12ce876..1299791):
1299791 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#132)
protobuf (https://github.com/dart-lang/protobuf/compare/2706b53..1d1c92a):
1d1c92a 2023-01-02 Kevin Moore Latest github actions (#789)
sse (https://github.com/dart-lang/sse/compare/cfa93b1..2de27fe):
2de27fe 2022-12-28 dependabot[bot] Bump nanasess/setup-chromedriver from 1.0.5 to 1.1.0 (#65)
string_scanner (https://github.com/dart-lang/string_scanner/compare/4a5cbc5..6ddab2c):
6ddab2c 2022-12-28 Kevin Moore Remove unnecessary parens (#51)
3e451ab 2022-12-28 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#50)
test (https://github.com/dart-lang/test/compare/89a8b12..8235a25):
8235a25b 2022-12-29 Nate Bosch Add String.equalsIgnoringWhitespace condition (#1835)
6df19d2e 2022-12-29 Nate Bosch Add String.containsInOrder condition (#1836)
b7f4cb54 2022-12-29 Nate Bosch Collapse core checks to fewer extensions (#1831)
101df768 2022-12-29 Nate Bosch Add Function.returnsNormally condition (#1833)
f0dfdbfc 2022-12-28 Nate Bosch Tighten types of Extracted constructors (#1829)
d1211748 2022-12-27 Nate Bosch Add String.equalsIgnoringCase (#1828)
c14260b5 2022-12-22 Nate Bosch Add String.equals condition (#1826)
1785348f 2022-12-21 Nate Bosch Add more numeric matchers (#1823)
66d89348 2022-12-21 Nate Bosch Allow slower node test on windows (#1825)
695894ee 2022-12-21 Nate Bosch Drop dependency overrides from pkg:checks (#1824)
9be6023c 2022-12-20 Nate Bosch Add Iterable.every extension (#1822)
ca412bbf 2022-12-20 Nate Bosch Add some tests with full failure messages (#1820)
6650bbb3 2022-12-20 Nate Bosch Add pairwiseCompare condition (#1821)
d20eb34d 2022-12-20 Nate Bosch Add FailureDetail to allow expressive failures (#1818)
611faeac 2022-12-20 Nate Bosch Make the prefixFirst utility public (#1819)
a0562585 2022-12-19 Jacob MacDonald change the url secrets for browser tests to be alphanumeric characters (#1817)
typed_data (https://github.com/dart-lang/typed_data/compare/1e838b8..dbf81a7):
dbf81a7 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#57)
usage (https://github.com/dart-lang/usage/compare/fee1d9d..2773c7d):
2773c7d 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#186)
webdev (https://github.com/dart-lang/webdev/compare/317288a..8795ca5):
8795ca5 2022-12-22 Elliott Brooks (she/her) Tests should serve`main.dart` and `index.html` from the same directory (#1856)
b127883 2022-12-22 Elliott Brooks (she/her) Add test timeout of 2 minutes for all tests missing a timeout (#1854)
c884705 2022-12-22 Elliott Brooks (she/her) Skip flaky events_test on Windows (#1853)
5aa3195 2022-12-22 Elliott Brooks (she/her) Add tests for interacting with the extension panels added to Chrome Devtools (#1836)
82ac652 2022-12-21 Elliott Brooks (she/her) Shard DWDS tests and fix CI test flakiness (#1851)
8e926c0 2022-12-20 Elliott Brooks (she/her) Fix flaky CI tests (#1848)
80f8671 2022-12-20 Elliott Brooks (she/her) File paths in `TestContext` are relative, not absolute (#1843)
6dedcd5 2022-12-20 Elliott Brooks (she/her) Move the `scopes` package (used in testing) to the test `fixtures` directory (#1837)
db5ed71 2022-12-16 Elliott Brooks (she/her) Fix `package_uri_file_mapper_test` on Linux (#1835)
243fe42 2022-12-14 Anna Gringauze Enable weak tests for build daemon and frontend server (#1824)
Change-Id: I0ef4ec924d14d88e4831c7bcb025ff19db288479
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278083
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-01-03 20:43:47 +00:00
|
|
|
"characters_rev": "fff80aa37a584adffb4e90bc5e01196a8c6ebe82",
|
2022-04-18 16:34:46 +00:00
|
|
|
"chrome_rev": "19997",
|
[deps] rev cli_util, clock, csslib, dartdoc, fixnum, glob, http_multi_server, http_parser, logging, mockito, path, pool, shelf, source_map_stack_trace, sse, stream_channel, term_glyph, test, typed_data, watcher, web_socket_channel, webdev, webkit_inspection_protocol, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
cli_util (https://github.com/dart-lang/cli_util/compare/5a8e8ee..32bc077):
32bc077 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#73)
clock (https://github.com/dart-lang/clock/compare/6b8b7bf..65e8a13):
65e8a13 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#42)
csslib (https://github.com/dart-lang/csslib/compare/d776535..7054945):
7054945 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#157)
dartdoc (https://github.com/dart-lang/dartdoc/compare/29a1bbf..c4ab682):
c4ab6824 2023-01-10 Sam Rawlins Regenerate so latest analyzer is happy (#3293)
fixnum (https://github.com/dart-lang/fixnum/compare/714381c..71f0d4d):
71f0d4d 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#103)
glob (https://github.com/dart-lang/glob/compare/7adf833..4579281):
4579281 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#68)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/beb40a7..cce5080):
cce5080 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#48)
http_parser (https://github.com/dart-lang/http_parser/compare/16a4f34..6f73e4a):
6f73e4a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#66)
logging (https://github.com/dart-lang/logging/compare/b525d5c..34ed68f):
34ed68f 2023-01-09 Kevin Moore Move to new analyzer language settings (#126)
mockito (https://github.com/dart-lang/mockito/compare/942dd03..9cc958a):
9cc958a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts
path (https://github.com/dart-lang/path/compare/1299791..9768908):
9768908 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#133)
pool (https://github.com/dart-lang/pool/compare/713e631..ad4e2a7):
ad4e2a7 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#60)
shelf (https://github.com/dart-lang/shelf/compare/32e342d..a44e95e):
a44e95e 2023-01-10 Kevin Moore Fix doc comment references (#323)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/e5f9564..adea3e5):
adea3e5 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#32)
sse (https://github.com/dart-lang/sse/compare/3c37edb..be426a2):
be426a2 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#74)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0a7800a..3b99268):
3b99268 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#84)
term_glyph (https://github.com/dart-lang/term_glyph/compare/2bf4594..8cd9318):
8cd9318 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#31)
test (https://github.com/dart-lang/test/compare/3415089..932a652):
932a652b 2023-01-09 Nate Bosch Add a Map operator[] extension (#1830)
1f2e963e 2023-01-09 Nate Bosch Add Future.doesNotComplete condition (#1827)
typed_data (https://github.com/dart-lang/typed_data/compare/dbf81a7..9c209b9):
9c209b9 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#58)
watcher (https://github.com/dart-lang/watcher/compare/2e0db71..3b49c7e):
3b49c7e 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/ebd0fe9..28d7b82):
28d7b82 2023-01-10 Kevin Moore Fix CI link in readme (#248)
c6ce895 2023-01-09 Sam Rawlins Update analysis_options.yaml (#247)
webdev (https://github.com/dart-lang/webdev/compare/49f97b8..094ee97):
094ee97 2023-01-10 Anna Gringauze Add back setExceptionPauseMode (#1871)
2e65ddf 2023-01-10 Anna Gringauze Prepare for dart 3.0 alpha breaking changes (#1880)
2e2587a 2023-01-10 Elliott Brooks (she/her) Add hotfix instructions to DWDS (#1876)
fe39123 2023-01-10 Elliott Brooks (she/her) Re-enable `reload_tests` (#1877)
e71c0e3 2023-01-09 Anna Gringauze Fix crash on processing devtools event (#1875)
webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/ddb624c..15244ff):
15244ff 2023-01-09 Kevin Moore Add cron to CI (#97)
yaml (https://github.com/dart-lang/yaml/compare/02be51e..b2fce6c):
b2fce6c 2023-01-10 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
Change-Id: I4fb257fe7c697fab562f4d18e4ea50c5903b4cd8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278807
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2023-01-10 23:01:26 +00:00
|
|
|
"cli_util_rev": "32bc0779a604c1bde1bb0782789c99cac222e651",
|
|
|
|
"clock_rev": "65e8a13ddf26c9d21884ccc8f8532725697d40df",
|
[deps] rev args, async, characters, cli_util, collection, convert, dartdoc, ffi, fixnum, glob, http, http_parser, intl, json_rpc_2, lints, logging, matcher, path, protobuf, sse, string_scanner, test, typed_data, usage, webdev
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/da037ac..ac0e2c8):
ac0e2c8 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#229)
async (https://github.com/dart-lang/async/compare/c59c7c5..de1ce93):
de1ce93 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#227)
characters (https://github.com/dart-lang/characters/compare/4ffccb8..fff80aa):
fff80aa 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#69)
cli_util (https://github.com/dart-lang/cli_util/compare/edcf1c3..5a8e8ee):
5a8e8ee 2023-01-01 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#72)
collection (https://github.com/dart-lang/collection/compare/cdb11d4..85e987c):
85e987c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#262)
convert (https://github.com/dart-lang/convert/compare/4feeb10..20d136c):
20d136c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#73)
dartdoc (https://github.com/dart-lang/dartdoc/compare/1f42216..ce25524):
ce255246 2023-01-02 dependabot[bot] Bump actions/cache from 3.2.1 to 3.2.2 (#3287)
e4948e64 2022-12-28 Sam Rawlins Refactor search into a stateful class (#3285)
83a26b87 2022-12-28 Parker Lougheed Simplify search.html base-href handling (#3259)
a622a89a 2022-12-27 dependabot[bot] Bump actions/cache from 3.0.11 to 3.2.1 (#3281)
f0c7a56a 2022-12-27 dependabot[bot] Bump ossf/scorecard-action from 2.1.1 to 2.1.2 (#3282)
702a9d13 2022-12-19 dependabot[bot] Bump github/codeql-action from 2.1.36 to 2.1.37 (#3276)
2bbac76b 2022-12-19 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#3277)
195dc3da 2022-12-19 dependabot[bot] Bump ossf/scorecard-action from 2.0.6 to 2.1.1 (#3280)
4a5ed7e6 2022-12-19 Sam Rawlins Remove usage of now-removed-in-3.0 elements (#3279)
ffi (https://github.com/dart-lang/ffi/compare/17a8142..2a56c2a):
2a56c2a 2023-01-02 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#172)
fixnum (https://github.com/dart-lang/fixnum/compare/e4f5e97..714381c):
714381c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#102)
glob (https://github.com/dart-lang/glob/compare/7f97bf5..7adf833):
7adf833 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#67)
http (https://github.com/dart-lang/http/compare/46a7708..38d5dd9):
38d5dd9 2022-12-29 Brian Quinlan Add usage instructions for runWithClient and Flutter (#846)
3fba812 2022-12-29 Nate Bosch Drop avoid_redundant_argument_values (#845)
88f6fc6 2022-12-14 Brian Quinlan Always using `package:http` for APIs and image loading. (#839)
http_parser (https://github.com/dart-lang/http_parser/compare/c739675..16a4f34):
16a4f34 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#65)
intl (https://github.com/dart-lang/intl/compare/6fb07f2..59e7bff):
59e7bff 2022-12-20 Copybara-Service Merge pull request #263 from sanekyy:update-ruble-sign
50f93df 2022-12-19 Copybara-Service Merge pull request #467 from samlythemanly:patch-1
548ef63 2022-12-19 Aleksandr Yurkovskiy fix duplicate_import
5dc6e8f 2022-12-16 Aleksandr Yurkovskiy Merge remote-tracking branch 'upstream/master' into update-ruble-sign
60e8cfa 2022-12-09 Moritz Merge branch 'master' into patch-1
758d086 2022-04-28 Sam Markoe Updated PEN to use the proper currency code.
83e149f 2021-03-10 Aleksandr Yurkovskiy Merge branch 'master' into update-ruble-sign
edbbbce 2020-11-16 Aleksandr Yurkovskiy fix format
f25b0a6 2020-11-16 Aleksandr Yurkovskiy add empty line
a02de91 2020-11-16 Aleksandr Yurkovskiy fix merge issues
8a1716f 2020-11-16 Aleksandr Yurkovskiy Merge branch 'master' into update-ruble-sign
d3c56e0 2020-10-05 Aleksandr Yurkovskiy update changelog
ed3b5f0 2020-10-05 Aleksandr Yurkovskiy fix test
d4ad715 2020-09-22 Aleksandr Yurkovskiy Merge branch 'master' into update-ruble-sign
077e653 2020-02-27 Aleksandr Yurkovskiy update version
b119da3 2020-02-27 Aleksandr Yurkovskiy update ruble sign
json_rpc_2 (https://github.com/dart-lang/json_rpc_2/compare/16fed53..bd9f8d9):
bd9f8d9 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#87)
lints (https://github.com/dart-lang/lints/compare/16bdefe..dfded5e):
dfded5e 2023-01-01 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#96)
logging (https://github.com/dart-lang/logging/compare/0373ef8..b525d5c):
b525d5c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#125)
matcher (https://github.com/dart-lang/matcher/compare/7e6a665..deedda1):
deedda1 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#202)
path (https://github.com/dart-lang/path/compare/12ce876..1299791):
1299791 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#132)
protobuf (https://github.com/dart-lang/protobuf/compare/2706b53..1d1c92a):
1d1c92a 2023-01-02 Kevin Moore Latest github actions (#789)
sse (https://github.com/dart-lang/sse/compare/cfa93b1..2de27fe):
2de27fe 2022-12-28 dependabot[bot] Bump nanasess/setup-chromedriver from 1.0.5 to 1.1.0 (#65)
string_scanner (https://github.com/dart-lang/string_scanner/compare/4a5cbc5..6ddab2c):
6ddab2c 2022-12-28 Kevin Moore Remove unnecessary parens (#51)
3e451ab 2022-12-28 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#50)
test (https://github.com/dart-lang/test/compare/89a8b12..8235a25):
8235a25b 2022-12-29 Nate Bosch Add String.equalsIgnoringWhitespace condition (#1835)
6df19d2e 2022-12-29 Nate Bosch Add String.containsInOrder condition (#1836)
b7f4cb54 2022-12-29 Nate Bosch Collapse core checks to fewer extensions (#1831)
101df768 2022-12-29 Nate Bosch Add Function.returnsNormally condition (#1833)
f0dfdbfc 2022-12-28 Nate Bosch Tighten types of Extracted constructors (#1829)
d1211748 2022-12-27 Nate Bosch Add String.equalsIgnoringCase (#1828)
c14260b5 2022-12-22 Nate Bosch Add String.equals condition (#1826)
1785348f 2022-12-21 Nate Bosch Add more numeric matchers (#1823)
66d89348 2022-12-21 Nate Bosch Allow slower node test on windows (#1825)
695894ee 2022-12-21 Nate Bosch Drop dependency overrides from pkg:checks (#1824)
9be6023c 2022-12-20 Nate Bosch Add Iterable.every extension (#1822)
ca412bbf 2022-12-20 Nate Bosch Add some tests with full failure messages (#1820)
6650bbb3 2022-12-20 Nate Bosch Add pairwiseCompare condition (#1821)
d20eb34d 2022-12-20 Nate Bosch Add FailureDetail to allow expressive failures (#1818)
611faeac 2022-12-20 Nate Bosch Make the prefixFirst utility public (#1819)
a0562585 2022-12-19 Jacob MacDonald change the url secrets for browser tests to be alphanumeric characters (#1817)
typed_data (https://github.com/dart-lang/typed_data/compare/1e838b8..dbf81a7):
dbf81a7 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#57)
usage (https://github.com/dart-lang/usage/compare/fee1d9d..2773c7d):
2773c7d 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#186)
webdev (https://github.com/dart-lang/webdev/compare/317288a..8795ca5):
8795ca5 2022-12-22 Elliott Brooks (she/her) Tests should serve`main.dart` and `index.html` from the same directory (#1856)
b127883 2022-12-22 Elliott Brooks (she/her) Add test timeout of 2 minutes for all tests missing a timeout (#1854)
c884705 2022-12-22 Elliott Brooks (she/her) Skip flaky events_test on Windows (#1853)
5aa3195 2022-12-22 Elliott Brooks (she/her) Add tests for interacting with the extension panels added to Chrome Devtools (#1836)
82ac652 2022-12-21 Elliott Brooks (she/her) Shard DWDS tests and fix CI test flakiness (#1851)
8e926c0 2022-12-20 Elliott Brooks (she/her) Fix flaky CI tests (#1848)
80f8671 2022-12-20 Elliott Brooks (she/her) File paths in `TestContext` are relative, not absolute (#1843)
6dedcd5 2022-12-20 Elliott Brooks (she/her) Move the `scopes` package (used in testing) to the test `fixtures` directory (#1837)
db5ed71 2022-12-16 Elliott Brooks (she/her) Fix `package_uri_file_mapper_test` on Linux (#1835)
243fe42 2022-12-14 Anna Gringauze Enable weak tests for build daemon and frontend server (#1824)
Change-Id: I0ef4ec924d14d88e4831c7bcb025ff19db288479
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278083
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-01-03 20:43:47 +00:00
|
|
|
"collection_rev": "85e987cf1b8aaba60bdc8b16dd1ee6233436549f",
|
|
|
|
"convert_rev": "20d136c2fa4edc229fc3d7684bbeb8df5105580b",
|
[deps] rev bazel_worker, benchmark_harness, boolean_selector, browser_launcher, clock, crypto, csslib, dartdoc, html, http, http_multi_server, intl, package_config, pool, protobuf, pub_semver, source_map_stack_trace, source_maps, source_span, sse, stack_trace, stream_channel, term_glyph, test, test_descriptor, test_process, test_reflective_loader, watcher, web_socket_channel, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/9f21e1d..b35c25e):
b35c25e 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#66)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/ee7a253..76881df):
76881df 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#80)
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/5082b3d..ba7d86b):
ba7d86b 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#41)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/2712dda..f2f01e4):
f2f01e4 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#37)
clock (https://github.com/dart-lang/clock/compare/8a8231f..6b8b7bf):
6b8b7bf 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#41)
crypto (https://github.com/dart-lang/crypto/compare/bf0c33b..f854f2f):
f854f2f 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#138)
csslib (https://github.com/dart-lang/csslib/compare/34203c0..d776535):
d776535 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#156)
dartdoc (https://github.com/dart-lang/dartdoc/compare/ce25524..9ed196f):
9ed196f1 2023-01-03 Sam Rawlins Move many test files to test_reflective_loader (#3284)
html (https://github.com/dart-lang/html/compare/28fb8b9..3dd00b0):
3dd00b0 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#193)
http (https://github.com/dart-lang/http/compare/38d5dd9..d434d42):
d434d42 2023-01-03 Brian Quinlan Make it possible to use a custom CronetEngine with runWithClient (#843)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/e31c698..beb40a7):
beb40a7 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#47)
intl (https://github.com/dart-lang/intl/compare/59e7bff..c61fdd1):
c61fdd1 2023-01-04 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#528)
2a5e3a2 2023-01-04 Copybara-Service Merge pull request #527 from mateendev3:patch-2
07a5847 2022-12-31 Mateen Mehmood Update date_format.dart
package_config (https://github.com/dart-lang/package_config/compare/abb4aec..2e1a8ec):
2e1a8ec 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#128)
pool (https://github.com/dart-lang/pool/compare/1ea5b03..713e631):
713e631 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#59)
protobuf (https://github.com/dart-lang/protobuf/compare/1d1c92a..dd04535):
dd04535 2023-01-04 Mahdi K. Fard Fix avoid_renaming_method_parameters linter warning. (#783)
4b1fc34 2023-01-04 Mahdi K. Fard Removes a non-existing lint rule. (#784)
pub_semver (https://github.com/dart-lang/pub_semver/compare/1723111..3946e33):
3946e33 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#76)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/8d8078f..e5f9564):
e5f9564 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#31)
source_maps (https://github.com/dart-lang/source_maps/compare/b031e2c..d995912):
d995912 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#70)
source_span (https://github.com/dart-lang/source_span/compare/d1d47e5..72d5c55):
72d5c55 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#89)
sse (https://github.com/dart-lang/sse/compare/2de27fe..3c37edb):
3c37edb 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#73)
stack_trace (https://github.com/dart-lang/stack_trace/compare/cf3562e..c08ee90):
c08ee90 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#125)
stream_channel (https://github.com/dart-lang/stream_channel/compare/9143047..0a7800a):
0a7800a 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#83)
term_glyph (https://github.com/dart-lang/term_glyph/compare/822cd5b..2bf4594):
2bf4594 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#30)
test (https://github.com/dart-lang/test/compare/8235a25..3415089):
34150897 2023-01-03 dependabot[bot] Bump ossf/scorecard-action from 2.0.6 to 2.1.2 (#1838)
5f01dd97 2023-01-03 dependabot[bot] Bump github/codeql-action from 1.0.26 to 2.1.37 (#1839)
test_descriptor (https://github.com/dart-lang/test_descriptor/compare/13dbc20..b73c691):
b73c691 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#46)
test_process (https://github.com/dart-lang/test_process/compare/1774aa7..62ea2ba):
62ea2ba 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#37)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/52b6753..cf58259):
cf58259 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#43)
watcher (https://github.com/dart-lang/watcher/compare/3259107..2e0db71):
2e0db71 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#132)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/a90e740..ebd0fe9):
ebd0fe9 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#244)
yaml (https://github.com/dart-lang/yaml/compare/f699275..02be51e):
02be51e 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#133)
Change-Id: I56af76e89a75b0712b290ea154f606781183bec7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278368
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-01-04 21:48:02 +00:00
|
|
|
"crypto_rev": "f854f2fa730acb107aa41ebe431403081f7161e4",
|
[deps] rev cli_util, clock, csslib, dartdoc, fixnum, glob, http_multi_server, http_parser, logging, mockito, path, pool, shelf, source_map_stack_trace, sse, stream_channel, term_glyph, test, typed_data, watcher, web_socket_channel, webdev, webkit_inspection_protocol, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
cli_util (https://github.com/dart-lang/cli_util/compare/5a8e8ee..32bc077):
32bc077 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#73)
clock (https://github.com/dart-lang/clock/compare/6b8b7bf..65e8a13):
65e8a13 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#42)
csslib (https://github.com/dart-lang/csslib/compare/d776535..7054945):
7054945 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#157)
dartdoc (https://github.com/dart-lang/dartdoc/compare/29a1bbf..c4ab682):
c4ab6824 2023-01-10 Sam Rawlins Regenerate so latest analyzer is happy (#3293)
fixnum (https://github.com/dart-lang/fixnum/compare/714381c..71f0d4d):
71f0d4d 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#103)
glob (https://github.com/dart-lang/glob/compare/7adf833..4579281):
4579281 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#68)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/beb40a7..cce5080):
cce5080 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#48)
http_parser (https://github.com/dart-lang/http_parser/compare/16a4f34..6f73e4a):
6f73e4a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#66)
logging (https://github.com/dart-lang/logging/compare/b525d5c..34ed68f):
34ed68f 2023-01-09 Kevin Moore Move to new analyzer language settings (#126)
mockito (https://github.com/dart-lang/mockito/compare/942dd03..9cc958a):
9cc958a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts
path (https://github.com/dart-lang/path/compare/1299791..9768908):
9768908 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#133)
pool (https://github.com/dart-lang/pool/compare/713e631..ad4e2a7):
ad4e2a7 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#60)
shelf (https://github.com/dart-lang/shelf/compare/32e342d..a44e95e):
a44e95e 2023-01-10 Kevin Moore Fix doc comment references (#323)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/e5f9564..adea3e5):
adea3e5 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#32)
sse (https://github.com/dart-lang/sse/compare/3c37edb..be426a2):
be426a2 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#74)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0a7800a..3b99268):
3b99268 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#84)
term_glyph (https://github.com/dart-lang/term_glyph/compare/2bf4594..8cd9318):
8cd9318 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#31)
test (https://github.com/dart-lang/test/compare/3415089..932a652):
932a652b 2023-01-09 Nate Bosch Add a Map operator[] extension (#1830)
1f2e963e 2023-01-09 Nate Bosch Add Future.doesNotComplete condition (#1827)
typed_data (https://github.com/dart-lang/typed_data/compare/dbf81a7..9c209b9):
9c209b9 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#58)
watcher (https://github.com/dart-lang/watcher/compare/2e0db71..3b49c7e):
3b49c7e 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/ebd0fe9..28d7b82):
28d7b82 2023-01-10 Kevin Moore Fix CI link in readme (#248)
c6ce895 2023-01-09 Sam Rawlins Update analysis_options.yaml (#247)
webdev (https://github.com/dart-lang/webdev/compare/49f97b8..094ee97):
094ee97 2023-01-10 Anna Gringauze Add back setExceptionPauseMode (#1871)
2e65ddf 2023-01-10 Anna Gringauze Prepare for dart 3.0 alpha breaking changes (#1880)
2e2587a 2023-01-10 Elliott Brooks (she/her) Add hotfix instructions to DWDS (#1876)
fe39123 2023-01-10 Elliott Brooks (she/her) Re-enable `reload_tests` (#1877)
e71c0e3 2023-01-09 Anna Gringauze Fix crash on processing devtools event (#1875)
webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/ddb624c..15244ff):
15244ff 2023-01-09 Kevin Moore Add cron to CI (#97)
yaml (https://github.com/dart-lang/yaml/compare/02be51e..b2fce6c):
b2fce6c 2023-01-10 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
Change-Id: I4fb257fe7c697fab562f4d18e4ea50c5903b4cd8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278807
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2023-01-10 23:01:26 +00:00
|
|
|
"csslib_rev": "7054945b62bd83c4c7a0fab693fa73c3f137c202",
|
2017-07-18 19:51:37 +00:00
|
|
|
|
2022-11-18 14:57:53 +00:00
|
|
|
# Prefer to use hashes of binaryen that have been reviewed & rolled into g3.
|
2023-01-12 12:29:08 +00:00
|
|
|
"binaryen_rev" : "36e2abbcdd22b2b1707757b49fb4ac8844f28e5d",
|
2022-11-18 14:57:53 +00:00
|
|
|
|
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.
|
2022-12-20 07:06:38 +00:00
|
|
|
"dart_style_rev": "d0c6b1da52c9f80679a7aaa05e5935ef5c6bb52f", # manually rev'd
|
2017-07-18 19:51:37 +00:00
|
|
|
|
2023-01-17 21:49:18 +00:00
|
|
|
"dartdoc_rev": "a99abd4ba40758dffdb112b725b7a96c16345684",
|
2022-11-29 17:03:47 +00:00
|
|
|
"devtools_rev": "dd3fade2bd2ef74fc6102e56333a48f0efc594d3",
|
[deps] rev args, async, characters, cli_util, collection, convert, dartdoc, ffi, fixnum, glob, http, http_parser, intl, json_rpc_2, lints, logging, matcher, path, protobuf, sse, string_scanner, test, typed_data, usage, webdev
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/da037ac..ac0e2c8):
ac0e2c8 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#229)
async (https://github.com/dart-lang/async/compare/c59c7c5..de1ce93):
de1ce93 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#227)
characters (https://github.com/dart-lang/characters/compare/4ffccb8..fff80aa):
fff80aa 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#69)
cli_util (https://github.com/dart-lang/cli_util/compare/edcf1c3..5a8e8ee):
5a8e8ee 2023-01-01 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#72)
collection (https://github.com/dart-lang/collection/compare/cdb11d4..85e987c):
85e987c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#262)
convert (https://github.com/dart-lang/convert/compare/4feeb10..20d136c):
20d136c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#73)
dartdoc (https://github.com/dart-lang/dartdoc/compare/1f42216..ce25524):
ce255246 2023-01-02 dependabot[bot] Bump actions/cache from 3.2.1 to 3.2.2 (#3287)
e4948e64 2022-12-28 Sam Rawlins Refactor search into a stateful class (#3285)
83a26b87 2022-12-28 Parker Lougheed Simplify search.html base-href handling (#3259)
a622a89a 2022-12-27 dependabot[bot] Bump actions/cache from 3.0.11 to 3.2.1 (#3281)
f0c7a56a 2022-12-27 dependabot[bot] Bump ossf/scorecard-action from 2.1.1 to 2.1.2 (#3282)
702a9d13 2022-12-19 dependabot[bot] Bump github/codeql-action from 2.1.36 to 2.1.37 (#3276)
2bbac76b 2022-12-19 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#3277)
195dc3da 2022-12-19 dependabot[bot] Bump ossf/scorecard-action from 2.0.6 to 2.1.1 (#3280)
4a5ed7e6 2022-12-19 Sam Rawlins Remove usage of now-removed-in-3.0 elements (#3279)
ffi (https://github.com/dart-lang/ffi/compare/17a8142..2a56c2a):
2a56c2a 2023-01-02 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#172)
fixnum (https://github.com/dart-lang/fixnum/compare/e4f5e97..714381c):
714381c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#102)
glob (https://github.com/dart-lang/glob/compare/7f97bf5..7adf833):
7adf833 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#67)
http (https://github.com/dart-lang/http/compare/46a7708..38d5dd9):
38d5dd9 2022-12-29 Brian Quinlan Add usage instructions for runWithClient and Flutter (#846)
3fba812 2022-12-29 Nate Bosch Drop avoid_redundant_argument_values (#845)
88f6fc6 2022-12-14 Brian Quinlan Always using `package:http` for APIs and image loading. (#839)
http_parser (https://github.com/dart-lang/http_parser/compare/c739675..16a4f34):
16a4f34 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#65)
intl (https://github.com/dart-lang/intl/compare/6fb07f2..59e7bff):
59e7bff 2022-12-20 Copybara-Service Merge pull request #263 from sanekyy:update-ruble-sign
50f93df 2022-12-19 Copybara-Service Merge pull request #467 from samlythemanly:patch-1
548ef63 2022-12-19 Aleksandr Yurkovskiy fix duplicate_import
5dc6e8f 2022-12-16 Aleksandr Yurkovskiy Merge remote-tracking branch 'upstream/master' into update-ruble-sign
60e8cfa 2022-12-09 Moritz Merge branch 'master' into patch-1
758d086 2022-04-28 Sam Markoe Updated PEN to use the proper currency code.
83e149f 2021-03-10 Aleksandr Yurkovskiy Merge branch 'master' into update-ruble-sign
edbbbce 2020-11-16 Aleksandr Yurkovskiy fix format
f25b0a6 2020-11-16 Aleksandr Yurkovskiy add empty line
a02de91 2020-11-16 Aleksandr Yurkovskiy fix merge issues
8a1716f 2020-11-16 Aleksandr Yurkovskiy Merge branch 'master' into update-ruble-sign
d3c56e0 2020-10-05 Aleksandr Yurkovskiy update changelog
ed3b5f0 2020-10-05 Aleksandr Yurkovskiy fix test
d4ad715 2020-09-22 Aleksandr Yurkovskiy Merge branch 'master' into update-ruble-sign
077e653 2020-02-27 Aleksandr Yurkovskiy update version
b119da3 2020-02-27 Aleksandr Yurkovskiy update ruble sign
json_rpc_2 (https://github.com/dart-lang/json_rpc_2/compare/16fed53..bd9f8d9):
bd9f8d9 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#87)
lints (https://github.com/dart-lang/lints/compare/16bdefe..dfded5e):
dfded5e 2023-01-01 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#96)
logging (https://github.com/dart-lang/logging/compare/0373ef8..b525d5c):
b525d5c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#125)
matcher (https://github.com/dart-lang/matcher/compare/7e6a665..deedda1):
deedda1 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#202)
path (https://github.com/dart-lang/path/compare/12ce876..1299791):
1299791 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#132)
protobuf (https://github.com/dart-lang/protobuf/compare/2706b53..1d1c92a):
1d1c92a 2023-01-02 Kevin Moore Latest github actions (#789)
sse (https://github.com/dart-lang/sse/compare/cfa93b1..2de27fe):
2de27fe 2022-12-28 dependabot[bot] Bump nanasess/setup-chromedriver from 1.0.5 to 1.1.0 (#65)
string_scanner (https://github.com/dart-lang/string_scanner/compare/4a5cbc5..6ddab2c):
6ddab2c 2022-12-28 Kevin Moore Remove unnecessary parens (#51)
3e451ab 2022-12-28 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#50)
test (https://github.com/dart-lang/test/compare/89a8b12..8235a25):
8235a25b 2022-12-29 Nate Bosch Add String.equalsIgnoringWhitespace condition (#1835)
6df19d2e 2022-12-29 Nate Bosch Add String.containsInOrder condition (#1836)
b7f4cb54 2022-12-29 Nate Bosch Collapse core checks to fewer extensions (#1831)
101df768 2022-12-29 Nate Bosch Add Function.returnsNormally condition (#1833)
f0dfdbfc 2022-12-28 Nate Bosch Tighten types of Extracted constructors (#1829)
d1211748 2022-12-27 Nate Bosch Add String.equalsIgnoringCase (#1828)
c14260b5 2022-12-22 Nate Bosch Add String.equals condition (#1826)
1785348f 2022-12-21 Nate Bosch Add more numeric matchers (#1823)
66d89348 2022-12-21 Nate Bosch Allow slower node test on windows (#1825)
695894ee 2022-12-21 Nate Bosch Drop dependency overrides from pkg:checks (#1824)
9be6023c 2022-12-20 Nate Bosch Add Iterable.every extension (#1822)
ca412bbf 2022-12-20 Nate Bosch Add some tests with full failure messages (#1820)
6650bbb3 2022-12-20 Nate Bosch Add pairwiseCompare condition (#1821)
d20eb34d 2022-12-20 Nate Bosch Add FailureDetail to allow expressive failures (#1818)
611faeac 2022-12-20 Nate Bosch Make the prefixFirst utility public (#1819)
a0562585 2022-12-19 Jacob MacDonald change the url secrets for browser tests to be alphanumeric characters (#1817)
typed_data (https://github.com/dart-lang/typed_data/compare/1e838b8..dbf81a7):
dbf81a7 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#57)
usage (https://github.com/dart-lang/usage/compare/fee1d9d..2773c7d):
2773c7d 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#186)
webdev (https://github.com/dart-lang/webdev/compare/317288a..8795ca5):
8795ca5 2022-12-22 Elliott Brooks (she/her) Tests should serve`main.dart` and `index.html` from the same directory (#1856)
b127883 2022-12-22 Elliott Brooks (she/her) Add test timeout of 2 minutes for all tests missing a timeout (#1854)
c884705 2022-12-22 Elliott Brooks (she/her) Skip flaky events_test on Windows (#1853)
5aa3195 2022-12-22 Elliott Brooks (she/her) Add tests for interacting with the extension panels added to Chrome Devtools (#1836)
82ac652 2022-12-21 Elliott Brooks (she/her) Shard DWDS tests and fix CI test flakiness (#1851)
8e926c0 2022-12-20 Elliott Brooks (she/her) Fix flaky CI tests (#1848)
80f8671 2022-12-20 Elliott Brooks (she/her) File paths in `TestContext` are relative, not absolute (#1843)
6dedcd5 2022-12-20 Elliott Brooks (she/her) Move the `scopes` package (used in testing) to the test `fixtures` directory (#1837)
db5ed71 2022-12-16 Elliott Brooks (she/her) Fix `package_uri_file_mapper_test` on Linux (#1835)
243fe42 2022-12-14 Anna Gringauze Enable weak tests for build daemon and frontend server (#1824)
Change-Id: I0ef4ec924d14d88e4831c7bcb025ff19db288479
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278083
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-01-03 20:43:47 +00:00
|
|
|
"ffi_rev": "2a56c2a9a87122c057168874bde384debbb806b0",
|
2022-11-07 18:05:14 +00:00
|
|
|
"file_rev": "b768f79dcd104a5feabafab47101c4355b71cd8f",
|
[deps] rev cli_util, clock, csslib, dartdoc, fixnum, glob, http_multi_server, http_parser, logging, mockito, path, pool, shelf, source_map_stack_trace, sse, stream_channel, term_glyph, test, typed_data, watcher, web_socket_channel, webdev, webkit_inspection_protocol, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
cli_util (https://github.com/dart-lang/cli_util/compare/5a8e8ee..32bc077):
32bc077 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#73)
clock (https://github.com/dart-lang/clock/compare/6b8b7bf..65e8a13):
65e8a13 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#42)
csslib (https://github.com/dart-lang/csslib/compare/d776535..7054945):
7054945 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#157)
dartdoc (https://github.com/dart-lang/dartdoc/compare/29a1bbf..c4ab682):
c4ab6824 2023-01-10 Sam Rawlins Regenerate so latest analyzer is happy (#3293)
fixnum (https://github.com/dart-lang/fixnum/compare/714381c..71f0d4d):
71f0d4d 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#103)
glob (https://github.com/dart-lang/glob/compare/7adf833..4579281):
4579281 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#68)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/beb40a7..cce5080):
cce5080 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#48)
http_parser (https://github.com/dart-lang/http_parser/compare/16a4f34..6f73e4a):
6f73e4a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#66)
logging (https://github.com/dart-lang/logging/compare/b525d5c..34ed68f):
34ed68f 2023-01-09 Kevin Moore Move to new analyzer language settings (#126)
mockito (https://github.com/dart-lang/mockito/compare/942dd03..9cc958a):
9cc958a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts
path (https://github.com/dart-lang/path/compare/1299791..9768908):
9768908 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#133)
pool (https://github.com/dart-lang/pool/compare/713e631..ad4e2a7):
ad4e2a7 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#60)
shelf (https://github.com/dart-lang/shelf/compare/32e342d..a44e95e):
a44e95e 2023-01-10 Kevin Moore Fix doc comment references (#323)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/e5f9564..adea3e5):
adea3e5 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#32)
sse (https://github.com/dart-lang/sse/compare/3c37edb..be426a2):
be426a2 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#74)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0a7800a..3b99268):
3b99268 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#84)
term_glyph (https://github.com/dart-lang/term_glyph/compare/2bf4594..8cd9318):
8cd9318 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#31)
test (https://github.com/dart-lang/test/compare/3415089..932a652):
932a652b 2023-01-09 Nate Bosch Add a Map operator[] extension (#1830)
1f2e963e 2023-01-09 Nate Bosch Add Future.doesNotComplete condition (#1827)
typed_data (https://github.com/dart-lang/typed_data/compare/dbf81a7..9c209b9):
9c209b9 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#58)
watcher (https://github.com/dart-lang/watcher/compare/2e0db71..3b49c7e):
3b49c7e 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/ebd0fe9..28d7b82):
28d7b82 2023-01-10 Kevin Moore Fix CI link in readme (#248)
c6ce895 2023-01-09 Sam Rawlins Update analysis_options.yaml (#247)
webdev (https://github.com/dart-lang/webdev/compare/49f97b8..094ee97):
094ee97 2023-01-10 Anna Gringauze Add back setExceptionPauseMode (#1871)
2e65ddf 2023-01-10 Anna Gringauze Prepare for dart 3.0 alpha breaking changes (#1880)
2e2587a 2023-01-10 Elliott Brooks (she/her) Add hotfix instructions to DWDS (#1876)
fe39123 2023-01-10 Elliott Brooks (she/her) Re-enable `reload_tests` (#1877)
e71c0e3 2023-01-09 Anna Gringauze Fix crash on processing devtools event (#1875)
webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/ddb624c..15244ff):
15244ff 2023-01-09 Kevin Moore Add cron to CI (#97)
yaml (https://github.com/dart-lang/yaml/compare/02be51e..b2fce6c):
b2fce6c 2023-01-10 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
Change-Id: I4fb257fe7c697fab562f4d18e4ea50c5903b4cd8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278807
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2023-01-10 23:01:26 +00:00
|
|
|
"fixnum_rev": "71f0d4d16054e6be7d8e22bdb3b082b9f82061be",
|
|
|
|
"glob_rev": "4579281741e59e2e4ad02a197e0b1f4d6558dede",
|
[deps] rev bazel_worker, benchmark_harness, boolean_selector, browser_launcher, clock, crypto, csslib, dartdoc, html, http, http_multi_server, intl, package_config, pool, protobuf, pub_semver, source_map_stack_trace, source_maps, source_span, sse, stack_trace, stream_channel, term_glyph, test, test_descriptor, test_process, test_reflective_loader, watcher, web_socket_channel, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/9f21e1d..b35c25e):
b35c25e 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#66)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/ee7a253..76881df):
76881df 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#80)
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/5082b3d..ba7d86b):
ba7d86b 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#41)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/2712dda..f2f01e4):
f2f01e4 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#37)
clock (https://github.com/dart-lang/clock/compare/8a8231f..6b8b7bf):
6b8b7bf 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#41)
crypto (https://github.com/dart-lang/crypto/compare/bf0c33b..f854f2f):
f854f2f 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#138)
csslib (https://github.com/dart-lang/csslib/compare/34203c0..d776535):
d776535 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#156)
dartdoc (https://github.com/dart-lang/dartdoc/compare/ce25524..9ed196f):
9ed196f1 2023-01-03 Sam Rawlins Move many test files to test_reflective_loader (#3284)
html (https://github.com/dart-lang/html/compare/28fb8b9..3dd00b0):
3dd00b0 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#193)
http (https://github.com/dart-lang/http/compare/38d5dd9..d434d42):
d434d42 2023-01-03 Brian Quinlan Make it possible to use a custom CronetEngine with runWithClient (#843)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/e31c698..beb40a7):
beb40a7 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#47)
intl (https://github.com/dart-lang/intl/compare/59e7bff..c61fdd1):
c61fdd1 2023-01-04 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#528)
2a5e3a2 2023-01-04 Copybara-Service Merge pull request #527 from mateendev3:patch-2
07a5847 2022-12-31 Mateen Mehmood Update date_format.dart
package_config (https://github.com/dart-lang/package_config/compare/abb4aec..2e1a8ec):
2e1a8ec 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#128)
pool (https://github.com/dart-lang/pool/compare/1ea5b03..713e631):
713e631 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#59)
protobuf (https://github.com/dart-lang/protobuf/compare/1d1c92a..dd04535):
dd04535 2023-01-04 Mahdi K. Fard Fix avoid_renaming_method_parameters linter warning. (#783)
4b1fc34 2023-01-04 Mahdi K. Fard Removes a non-existing lint rule. (#784)
pub_semver (https://github.com/dart-lang/pub_semver/compare/1723111..3946e33):
3946e33 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#76)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/8d8078f..e5f9564):
e5f9564 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#31)
source_maps (https://github.com/dart-lang/source_maps/compare/b031e2c..d995912):
d995912 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#70)
source_span (https://github.com/dart-lang/source_span/compare/d1d47e5..72d5c55):
72d5c55 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#89)
sse (https://github.com/dart-lang/sse/compare/2de27fe..3c37edb):
3c37edb 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#73)
stack_trace (https://github.com/dart-lang/stack_trace/compare/cf3562e..c08ee90):
c08ee90 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#125)
stream_channel (https://github.com/dart-lang/stream_channel/compare/9143047..0a7800a):
0a7800a 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#83)
term_glyph (https://github.com/dart-lang/term_glyph/compare/822cd5b..2bf4594):
2bf4594 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#30)
test (https://github.com/dart-lang/test/compare/8235a25..3415089):
34150897 2023-01-03 dependabot[bot] Bump ossf/scorecard-action from 2.0.6 to 2.1.2 (#1838)
5f01dd97 2023-01-03 dependabot[bot] Bump github/codeql-action from 1.0.26 to 2.1.37 (#1839)
test_descriptor (https://github.com/dart-lang/test_descriptor/compare/13dbc20..b73c691):
b73c691 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#46)
test_process (https://github.com/dart-lang/test_process/compare/1774aa7..62ea2ba):
62ea2ba 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#37)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/52b6753..cf58259):
cf58259 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#43)
watcher (https://github.com/dart-lang/watcher/compare/3259107..2e0db71):
2e0db71 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#132)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/a90e740..ebd0fe9):
ebd0fe9 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#244)
yaml (https://github.com/dart-lang/yaml/compare/f699275..02be51e):
02be51e 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#133)
Change-Id: I56af76e89a75b0712b290ea154f606781183bec7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278368
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-01-04 21:48:02 +00:00
|
|
|
"html_rev": "3dd00b0ca99e222697e6b6dc653774dc877da420",
|
[deps] rev cli_util, clock, csslib, dartdoc, fixnum, glob, http_multi_server, http_parser, logging, mockito, path, pool, shelf, source_map_stack_trace, sse, stream_channel, term_glyph, test, typed_data, watcher, web_socket_channel, webdev, webkit_inspection_protocol, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
cli_util (https://github.com/dart-lang/cli_util/compare/5a8e8ee..32bc077):
32bc077 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#73)
clock (https://github.com/dart-lang/clock/compare/6b8b7bf..65e8a13):
65e8a13 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#42)
csslib (https://github.com/dart-lang/csslib/compare/d776535..7054945):
7054945 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#157)
dartdoc (https://github.com/dart-lang/dartdoc/compare/29a1bbf..c4ab682):
c4ab6824 2023-01-10 Sam Rawlins Regenerate so latest analyzer is happy (#3293)
fixnum (https://github.com/dart-lang/fixnum/compare/714381c..71f0d4d):
71f0d4d 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#103)
glob (https://github.com/dart-lang/glob/compare/7adf833..4579281):
4579281 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#68)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/beb40a7..cce5080):
cce5080 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#48)
http_parser (https://github.com/dart-lang/http_parser/compare/16a4f34..6f73e4a):
6f73e4a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#66)
logging (https://github.com/dart-lang/logging/compare/b525d5c..34ed68f):
34ed68f 2023-01-09 Kevin Moore Move to new analyzer language settings (#126)
mockito (https://github.com/dart-lang/mockito/compare/942dd03..9cc958a):
9cc958a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts
path (https://github.com/dart-lang/path/compare/1299791..9768908):
9768908 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#133)
pool (https://github.com/dart-lang/pool/compare/713e631..ad4e2a7):
ad4e2a7 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#60)
shelf (https://github.com/dart-lang/shelf/compare/32e342d..a44e95e):
a44e95e 2023-01-10 Kevin Moore Fix doc comment references (#323)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/e5f9564..adea3e5):
adea3e5 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#32)
sse (https://github.com/dart-lang/sse/compare/3c37edb..be426a2):
be426a2 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#74)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0a7800a..3b99268):
3b99268 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#84)
term_glyph (https://github.com/dart-lang/term_glyph/compare/2bf4594..8cd9318):
8cd9318 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#31)
test (https://github.com/dart-lang/test/compare/3415089..932a652):
932a652b 2023-01-09 Nate Bosch Add a Map operator[] extension (#1830)
1f2e963e 2023-01-09 Nate Bosch Add Future.doesNotComplete condition (#1827)
typed_data (https://github.com/dart-lang/typed_data/compare/dbf81a7..9c209b9):
9c209b9 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#58)
watcher (https://github.com/dart-lang/watcher/compare/2e0db71..3b49c7e):
3b49c7e 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/ebd0fe9..28d7b82):
28d7b82 2023-01-10 Kevin Moore Fix CI link in readme (#248)
c6ce895 2023-01-09 Sam Rawlins Update analysis_options.yaml (#247)
webdev (https://github.com/dart-lang/webdev/compare/49f97b8..094ee97):
094ee97 2023-01-10 Anna Gringauze Add back setExceptionPauseMode (#1871)
2e65ddf 2023-01-10 Anna Gringauze Prepare for dart 3.0 alpha breaking changes (#1880)
2e2587a 2023-01-10 Elliott Brooks (she/her) Add hotfix instructions to DWDS (#1876)
fe39123 2023-01-10 Elliott Brooks (she/her) Re-enable `reload_tests` (#1877)
e71c0e3 2023-01-09 Anna Gringauze Fix crash on processing devtools event (#1875)
webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/ddb624c..15244ff):
15244ff 2023-01-09 Kevin Moore Add cron to CI (#97)
yaml (https://github.com/dart-lang/yaml/compare/02be51e..b2fce6c):
b2fce6c 2023-01-10 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
Change-Id: I4fb257fe7c697fab562f4d18e4ea50c5903b4cd8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278807
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2023-01-10 23:01:26 +00:00
|
|
|
"http_multi_server_rev": "cce50802b66d33f703f82b3189988aa8e51976ac",
|
|
|
|
"http_parser_rev": "6f73e4a399df013ded8f4c81f151d122b36d361b",
|
2023-01-17 21:49:18 +00:00
|
|
|
"http_rev": "c955c7e33cc7b02e10f8fded071272d541518cdd",
|
2022-04-18 16:34:46 +00:00
|
|
|
"icu_rev": "81d656878ec611cb0b42d52c82e9dae93920d9ba",
|
2023-01-17 21:49:18 +00:00
|
|
|
"intl_rev": "6140b600b3fd42d86e289f7d92c18488fe7e4bb9",
|
2018-05-02 11:37:58 +00:00
|
|
|
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
|
[deps] rev args, async, characters, cli_util, collection, convert, dartdoc, ffi, fixnum, glob, http, http_parser, intl, json_rpc_2, lints, logging, matcher, path, protobuf, sse, string_scanner, test, typed_data, usage, webdev
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/da037ac..ac0e2c8):
ac0e2c8 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#229)
async (https://github.com/dart-lang/async/compare/c59c7c5..de1ce93):
de1ce93 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#227)
characters (https://github.com/dart-lang/characters/compare/4ffccb8..fff80aa):
fff80aa 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#69)
cli_util (https://github.com/dart-lang/cli_util/compare/edcf1c3..5a8e8ee):
5a8e8ee 2023-01-01 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#72)
collection (https://github.com/dart-lang/collection/compare/cdb11d4..85e987c):
85e987c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#262)
convert (https://github.com/dart-lang/convert/compare/4feeb10..20d136c):
20d136c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#73)
dartdoc (https://github.com/dart-lang/dartdoc/compare/1f42216..ce25524):
ce255246 2023-01-02 dependabot[bot] Bump actions/cache from 3.2.1 to 3.2.2 (#3287)
e4948e64 2022-12-28 Sam Rawlins Refactor search into a stateful class (#3285)
83a26b87 2022-12-28 Parker Lougheed Simplify search.html base-href handling (#3259)
a622a89a 2022-12-27 dependabot[bot] Bump actions/cache from 3.0.11 to 3.2.1 (#3281)
f0c7a56a 2022-12-27 dependabot[bot] Bump ossf/scorecard-action from 2.1.1 to 2.1.2 (#3282)
702a9d13 2022-12-19 dependabot[bot] Bump github/codeql-action from 2.1.36 to 2.1.37 (#3276)
2bbac76b 2022-12-19 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#3277)
195dc3da 2022-12-19 dependabot[bot] Bump ossf/scorecard-action from 2.0.6 to 2.1.1 (#3280)
4a5ed7e6 2022-12-19 Sam Rawlins Remove usage of now-removed-in-3.0 elements (#3279)
ffi (https://github.com/dart-lang/ffi/compare/17a8142..2a56c2a):
2a56c2a 2023-01-02 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#172)
fixnum (https://github.com/dart-lang/fixnum/compare/e4f5e97..714381c):
714381c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#102)
glob (https://github.com/dart-lang/glob/compare/7f97bf5..7adf833):
7adf833 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#67)
http (https://github.com/dart-lang/http/compare/46a7708..38d5dd9):
38d5dd9 2022-12-29 Brian Quinlan Add usage instructions for runWithClient and Flutter (#846)
3fba812 2022-12-29 Nate Bosch Drop avoid_redundant_argument_values (#845)
88f6fc6 2022-12-14 Brian Quinlan Always using `package:http` for APIs and image loading. (#839)
http_parser (https://github.com/dart-lang/http_parser/compare/c739675..16a4f34):
16a4f34 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#65)
intl (https://github.com/dart-lang/intl/compare/6fb07f2..59e7bff):
59e7bff 2022-12-20 Copybara-Service Merge pull request #263 from sanekyy:update-ruble-sign
50f93df 2022-12-19 Copybara-Service Merge pull request #467 from samlythemanly:patch-1
548ef63 2022-12-19 Aleksandr Yurkovskiy fix duplicate_import
5dc6e8f 2022-12-16 Aleksandr Yurkovskiy Merge remote-tracking branch 'upstream/master' into update-ruble-sign
60e8cfa 2022-12-09 Moritz Merge branch 'master' into patch-1
758d086 2022-04-28 Sam Markoe Updated PEN to use the proper currency code.
83e149f 2021-03-10 Aleksandr Yurkovskiy Merge branch 'master' into update-ruble-sign
edbbbce 2020-11-16 Aleksandr Yurkovskiy fix format
f25b0a6 2020-11-16 Aleksandr Yurkovskiy add empty line
a02de91 2020-11-16 Aleksandr Yurkovskiy fix merge issues
8a1716f 2020-11-16 Aleksandr Yurkovskiy Merge branch 'master' into update-ruble-sign
d3c56e0 2020-10-05 Aleksandr Yurkovskiy update changelog
ed3b5f0 2020-10-05 Aleksandr Yurkovskiy fix test
d4ad715 2020-09-22 Aleksandr Yurkovskiy Merge branch 'master' into update-ruble-sign
077e653 2020-02-27 Aleksandr Yurkovskiy update version
b119da3 2020-02-27 Aleksandr Yurkovskiy update ruble sign
json_rpc_2 (https://github.com/dart-lang/json_rpc_2/compare/16fed53..bd9f8d9):
bd9f8d9 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#87)
lints (https://github.com/dart-lang/lints/compare/16bdefe..dfded5e):
dfded5e 2023-01-01 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#96)
logging (https://github.com/dart-lang/logging/compare/0373ef8..b525d5c):
b525d5c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#125)
matcher (https://github.com/dart-lang/matcher/compare/7e6a665..deedda1):
deedda1 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#202)
path (https://github.com/dart-lang/path/compare/12ce876..1299791):
1299791 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#132)
protobuf (https://github.com/dart-lang/protobuf/compare/2706b53..1d1c92a):
1d1c92a 2023-01-02 Kevin Moore Latest github actions (#789)
sse (https://github.com/dart-lang/sse/compare/cfa93b1..2de27fe):
2de27fe 2022-12-28 dependabot[bot] Bump nanasess/setup-chromedriver from 1.0.5 to 1.1.0 (#65)
string_scanner (https://github.com/dart-lang/string_scanner/compare/4a5cbc5..6ddab2c):
6ddab2c 2022-12-28 Kevin Moore Remove unnecessary parens (#51)
3e451ab 2022-12-28 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#50)
test (https://github.com/dart-lang/test/compare/89a8b12..8235a25):
8235a25b 2022-12-29 Nate Bosch Add String.equalsIgnoringWhitespace condition (#1835)
6df19d2e 2022-12-29 Nate Bosch Add String.containsInOrder condition (#1836)
b7f4cb54 2022-12-29 Nate Bosch Collapse core checks to fewer extensions (#1831)
101df768 2022-12-29 Nate Bosch Add Function.returnsNormally condition (#1833)
f0dfdbfc 2022-12-28 Nate Bosch Tighten types of Extracted constructors (#1829)
d1211748 2022-12-27 Nate Bosch Add String.equalsIgnoringCase (#1828)
c14260b5 2022-12-22 Nate Bosch Add String.equals condition (#1826)
1785348f 2022-12-21 Nate Bosch Add more numeric matchers (#1823)
66d89348 2022-12-21 Nate Bosch Allow slower node test on windows (#1825)
695894ee 2022-12-21 Nate Bosch Drop dependency overrides from pkg:checks (#1824)
9be6023c 2022-12-20 Nate Bosch Add Iterable.every extension (#1822)
ca412bbf 2022-12-20 Nate Bosch Add some tests with full failure messages (#1820)
6650bbb3 2022-12-20 Nate Bosch Add pairwiseCompare condition (#1821)
d20eb34d 2022-12-20 Nate Bosch Add FailureDetail to allow expressive failures (#1818)
611faeac 2022-12-20 Nate Bosch Make the prefixFirst utility public (#1819)
a0562585 2022-12-19 Jacob MacDonald change the url secrets for browser tests to be alphanumeric characters (#1817)
typed_data (https://github.com/dart-lang/typed_data/compare/1e838b8..dbf81a7):
dbf81a7 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#57)
usage (https://github.com/dart-lang/usage/compare/fee1d9d..2773c7d):
2773c7d 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#186)
webdev (https://github.com/dart-lang/webdev/compare/317288a..8795ca5):
8795ca5 2022-12-22 Elliott Brooks (she/her) Tests should serve`main.dart` and `index.html` from the same directory (#1856)
b127883 2022-12-22 Elliott Brooks (she/her) Add test timeout of 2 minutes for all tests missing a timeout (#1854)
c884705 2022-12-22 Elliott Brooks (she/her) Skip flaky events_test on Windows (#1853)
5aa3195 2022-12-22 Elliott Brooks (she/her) Add tests for interacting with the extension panels added to Chrome Devtools (#1836)
82ac652 2022-12-21 Elliott Brooks (she/her) Shard DWDS tests and fix CI test flakiness (#1851)
8e926c0 2022-12-20 Elliott Brooks (she/her) Fix flaky CI tests (#1848)
80f8671 2022-12-20 Elliott Brooks (she/her) File paths in `TestContext` are relative, not absolute (#1843)
6dedcd5 2022-12-20 Elliott Brooks (she/her) Move the `scopes` package (used in testing) to the test `fixtures` directory (#1837)
db5ed71 2022-12-16 Elliott Brooks (she/her) Fix `package_uri_file_mapper_test` on Linux (#1835)
243fe42 2022-12-14 Anna Gringauze Enable weak tests for build daemon and frontend server (#1824)
Change-Id: I0ef4ec924d14d88e4831c7bcb025ff19db288479
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278083
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-01-03 20:43:47 +00:00
|
|
|
"json_rpc_2_rev": "bd9f8d90ec9ce9d0da5c11f3e71b87af3aaca3b4",
|
2023-01-10 00:00:07 +00:00
|
|
|
"linter_rev": "8f7b75f8a3501ca2c4d5bbc1f003d90d66447544", # 1.32.0 (avoid_field_initializers_in_const_classes cherry-pick)
|
[deps] rev args, async, characters, cli_util, collection, convert, dartdoc, ffi, fixnum, glob, http, http_parser, intl, json_rpc_2, lints, logging, matcher, path, protobuf, sse, string_scanner, test, typed_data, usage, webdev
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/da037ac..ac0e2c8):
ac0e2c8 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#229)
async (https://github.com/dart-lang/async/compare/c59c7c5..de1ce93):
de1ce93 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#227)
characters (https://github.com/dart-lang/characters/compare/4ffccb8..fff80aa):
fff80aa 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#69)
cli_util (https://github.com/dart-lang/cli_util/compare/edcf1c3..5a8e8ee):
5a8e8ee 2023-01-01 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#72)
collection (https://github.com/dart-lang/collection/compare/cdb11d4..85e987c):
85e987c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#262)
convert (https://github.com/dart-lang/convert/compare/4feeb10..20d136c):
20d136c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#73)
dartdoc (https://github.com/dart-lang/dartdoc/compare/1f42216..ce25524):
ce255246 2023-01-02 dependabot[bot] Bump actions/cache from 3.2.1 to 3.2.2 (#3287)
e4948e64 2022-12-28 Sam Rawlins Refactor search into a stateful class (#3285)
83a26b87 2022-12-28 Parker Lougheed Simplify search.html base-href handling (#3259)
a622a89a 2022-12-27 dependabot[bot] Bump actions/cache from 3.0.11 to 3.2.1 (#3281)
f0c7a56a 2022-12-27 dependabot[bot] Bump ossf/scorecard-action from 2.1.1 to 2.1.2 (#3282)
702a9d13 2022-12-19 dependabot[bot] Bump github/codeql-action from 2.1.36 to 2.1.37 (#3276)
2bbac76b 2022-12-19 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#3277)
195dc3da 2022-12-19 dependabot[bot] Bump ossf/scorecard-action from 2.0.6 to 2.1.1 (#3280)
4a5ed7e6 2022-12-19 Sam Rawlins Remove usage of now-removed-in-3.0 elements (#3279)
ffi (https://github.com/dart-lang/ffi/compare/17a8142..2a56c2a):
2a56c2a 2023-01-02 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#172)
fixnum (https://github.com/dart-lang/fixnum/compare/e4f5e97..714381c):
714381c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#102)
glob (https://github.com/dart-lang/glob/compare/7f97bf5..7adf833):
7adf833 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#67)
http (https://github.com/dart-lang/http/compare/46a7708..38d5dd9):
38d5dd9 2022-12-29 Brian Quinlan Add usage instructions for runWithClient and Flutter (#846)
3fba812 2022-12-29 Nate Bosch Drop avoid_redundant_argument_values (#845)
88f6fc6 2022-12-14 Brian Quinlan Always using `package:http` for APIs and image loading. (#839)
http_parser (https://github.com/dart-lang/http_parser/compare/c739675..16a4f34):
16a4f34 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#65)
intl (https://github.com/dart-lang/intl/compare/6fb07f2..59e7bff):
59e7bff 2022-12-20 Copybara-Service Merge pull request #263 from sanekyy:update-ruble-sign
50f93df 2022-12-19 Copybara-Service Merge pull request #467 from samlythemanly:patch-1
548ef63 2022-12-19 Aleksandr Yurkovskiy fix duplicate_import
5dc6e8f 2022-12-16 Aleksandr Yurkovskiy Merge remote-tracking branch 'upstream/master' into update-ruble-sign
60e8cfa 2022-12-09 Moritz Merge branch 'master' into patch-1
758d086 2022-04-28 Sam Markoe Updated PEN to use the proper currency code.
83e149f 2021-03-10 Aleksandr Yurkovskiy Merge branch 'master' into update-ruble-sign
edbbbce 2020-11-16 Aleksandr Yurkovskiy fix format
f25b0a6 2020-11-16 Aleksandr Yurkovskiy add empty line
a02de91 2020-11-16 Aleksandr Yurkovskiy fix merge issues
8a1716f 2020-11-16 Aleksandr Yurkovskiy Merge branch 'master' into update-ruble-sign
d3c56e0 2020-10-05 Aleksandr Yurkovskiy update changelog
ed3b5f0 2020-10-05 Aleksandr Yurkovskiy fix test
d4ad715 2020-09-22 Aleksandr Yurkovskiy Merge branch 'master' into update-ruble-sign
077e653 2020-02-27 Aleksandr Yurkovskiy update version
b119da3 2020-02-27 Aleksandr Yurkovskiy update ruble sign
json_rpc_2 (https://github.com/dart-lang/json_rpc_2/compare/16fed53..bd9f8d9):
bd9f8d9 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#87)
lints (https://github.com/dart-lang/lints/compare/16bdefe..dfded5e):
dfded5e 2023-01-01 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#96)
logging (https://github.com/dart-lang/logging/compare/0373ef8..b525d5c):
b525d5c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#125)
matcher (https://github.com/dart-lang/matcher/compare/7e6a665..deedda1):
deedda1 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#202)
path (https://github.com/dart-lang/path/compare/12ce876..1299791):
1299791 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#132)
protobuf (https://github.com/dart-lang/protobuf/compare/2706b53..1d1c92a):
1d1c92a 2023-01-02 Kevin Moore Latest github actions (#789)
sse (https://github.com/dart-lang/sse/compare/cfa93b1..2de27fe):
2de27fe 2022-12-28 dependabot[bot] Bump nanasess/setup-chromedriver from 1.0.5 to 1.1.0 (#65)
string_scanner (https://github.com/dart-lang/string_scanner/compare/4a5cbc5..6ddab2c):
6ddab2c 2022-12-28 Kevin Moore Remove unnecessary parens (#51)
3e451ab 2022-12-28 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#50)
test (https://github.com/dart-lang/test/compare/89a8b12..8235a25):
8235a25b 2022-12-29 Nate Bosch Add String.equalsIgnoringWhitespace condition (#1835)
6df19d2e 2022-12-29 Nate Bosch Add String.containsInOrder condition (#1836)
b7f4cb54 2022-12-29 Nate Bosch Collapse core checks to fewer extensions (#1831)
101df768 2022-12-29 Nate Bosch Add Function.returnsNormally condition (#1833)
f0dfdbfc 2022-12-28 Nate Bosch Tighten types of Extracted constructors (#1829)
d1211748 2022-12-27 Nate Bosch Add String.equalsIgnoringCase (#1828)
c14260b5 2022-12-22 Nate Bosch Add String.equals condition (#1826)
1785348f 2022-12-21 Nate Bosch Add more numeric matchers (#1823)
66d89348 2022-12-21 Nate Bosch Allow slower node test on windows (#1825)
695894ee 2022-12-21 Nate Bosch Drop dependency overrides from pkg:checks (#1824)
9be6023c 2022-12-20 Nate Bosch Add Iterable.every extension (#1822)
ca412bbf 2022-12-20 Nate Bosch Add some tests with full failure messages (#1820)
6650bbb3 2022-12-20 Nate Bosch Add pairwiseCompare condition (#1821)
d20eb34d 2022-12-20 Nate Bosch Add FailureDetail to allow expressive failures (#1818)
611faeac 2022-12-20 Nate Bosch Make the prefixFirst utility public (#1819)
a0562585 2022-12-19 Jacob MacDonald change the url secrets for browser tests to be alphanumeric characters (#1817)
typed_data (https://github.com/dart-lang/typed_data/compare/1e838b8..dbf81a7):
dbf81a7 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#57)
usage (https://github.com/dart-lang/usage/compare/fee1d9d..2773c7d):
2773c7d 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#186)
webdev (https://github.com/dart-lang/webdev/compare/317288a..8795ca5):
8795ca5 2022-12-22 Elliott Brooks (she/her) Tests should serve`main.dart` and `index.html` from the same directory (#1856)
b127883 2022-12-22 Elliott Brooks (she/her) Add test timeout of 2 minutes for all tests missing a timeout (#1854)
c884705 2022-12-22 Elliott Brooks (she/her) Skip flaky events_test on Windows (#1853)
5aa3195 2022-12-22 Elliott Brooks (she/her) Add tests for interacting with the extension panels added to Chrome Devtools (#1836)
82ac652 2022-12-21 Elliott Brooks (she/her) Shard DWDS tests and fix CI test flakiness (#1851)
8e926c0 2022-12-20 Elliott Brooks (she/her) Fix flaky CI tests (#1848)
80f8671 2022-12-20 Elliott Brooks (she/her) File paths in `TestContext` are relative, not absolute (#1843)
6dedcd5 2022-12-20 Elliott Brooks (she/her) Move the `scopes` package (used in testing) to the test `fixtures` directory (#1837)
db5ed71 2022-12-16 Elliott Brooks (she/her) Fix `package_uri_file_mapper_test` on Linux (#1835)
243fe42 2022-12-14 Anna Gringauze Enable weak tests for build daemon and frontend server (#1824)
Change-Id: I0ef4ec924d14d88e4831c7bcb025ff19db288479
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278083
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-01-03 20:43:47 +00:00
|
|
|
"lints_rev": "dfded5e265015f21ce154577fe8488dc244e33c2",
|
[deps] rev cli_util, clock, csslib, dartdoc, fixnum, glob, http_multi_server, http_parser, logging, mockito, path, pool, shelf, source_map_stack_trace, sse, stream_channel, term_glyph, test, typed_data, watcher, web_socket_channel, webdev, webkit_inspection_protocol, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
cli_util (https://github.com/dart-lang/cli_util/compare/5a8e8ee..32bc077):
32bc077 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#73)
clock (https://github.com/dart-lang/clock/compare/6b8b7bf..65e8a13):
65e8a13 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#42)
csslib (https://github.com/dart-lang/csslib/compare/d776535..7054945):
7054945 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#157)
dartdoc (https://github.com/dart-lang/dartdoc/compare/29a1bbf..c4ab682):
c4ab6824 2023-01-10 Sam Rawlins Regenerate so latest analyzer is happy (#3293)
fixnum (https://github.com/dart-lang/fixnum/compare/714381c..71f0d4d):
71f0d4d 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#103)
glob (https://github.com/dart-lang/glob/compare/7adf833..4579281):
4579281 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#68)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/beb40a7..cce5080):
cce5080 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#48)
http_parser (https://github.com/dart-lang/http_parser/compare/16a4f34..6f73e4a):
6f73e4a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#66)
logging (https://github.com/dart-lang/logging/compare/b525d5c..34ed68f):
34ed68f 2023-01-09 Kevin Moore Move to new analyzer language settings (#126)
mockito (https://github.com/dart-lang/mockito/compare/942dd03..9cc958a):
9cc958a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts
path (https://github.com/dart-lang/path/compare/1299791..9768908):
9768908 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#133)
pool (https://github.com/dart-lang/pool/compare/713e631..ad4e2a7):
ad4e2a7 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#60)
shelf (https://github.com/dart-lang/shelf/compare/32e342d..a44e95e):
a44e95e 2023-01-10 Kevin Moore Fix doc comment references (#323)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/e5f9564..adea3e5):
adea3e5 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#32)
sse (https://github.com/dart-lang/sse/compare/3c37edb..be426a2):
be426a2 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#74)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0a7800a..3b99268):
3b99268 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#84)
term_glyph (https://github.com/dart-lang/term_glyph/compare/2bf4594..8cd9318):
8cd9318 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#31)
test (https://github.com/dart-lang/test/compare/3415089..932a652):
932a652b 2023-01-09 Nate Bosch Add a Map operator[] extension (#1830)
1f2e963e 2023-01-09 Nate Bosch Add Future.doesNotComplete condition (#1827)
typed_data (https://github.com/dart-lang/typed_data/compare/dbf81a7..9c209b9):
9c209b9 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#58)
watcher (https://github.com/dart-lang/watcher/compare/2e0db71..3b49c7e):
3b49c7e 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/ebd0fe9..28d7b82):
28d7b82 2023-01-10 Kevin Moore Fix CI link in readme (#248)
c6ce895 2023-01-09 Sam Rawlins Update analysis_options.yaml (#247)
webdev (https://github.com/dart-lang/webdev/compare/49f97b8..094ee97):
094ee97 2023-01-10 Anna Gringauze Add back setExceptionPauseMode (#1871)
2e65ddf 2023-01-10 Anna Gringauze Prepare for dart 3.0 alpha breaking changes (#1880)
2e2587a 2023-01-10 Elliott Brooks (she/her) Add hotfix instructions to DWDS (#1876)
fe39123 2023-01-10 Elliott Brooks (she/her) Re-enable `reload_tests` (#1877)
e71c0e3 2023-01-09 Anna Gringauze Fix crash on processing devtools event (#1875)
webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/ddb624c..15244ff):
15244ff 2023-01-09 Kevin Moore Add cron to CI (#97)
yaml (https://github.com/dart-lang/yaml/compare/02be51e..b2fce6c):
b2fce6c 2023-01-10 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
Change-Id: I4fb257fe7c697fab562f4d18e4ea50c5903b4cd8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278807
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2023-01-10 23:01:26 +00:00
|
|
|
"logging_rev": "34ed68fe23291c82bb685984e4e2ffc06860a4a8",
|
2022-12-02 19:02:54 +00:00
|
|
|
"markdown_rev": "ee3f4e976efcfed87c6ec78364bc2dd3c6e717b9", # https://github.com/dart-lang/markdown/pull/494
|
2022-04-18 16:34:46 +00:00
|
|
|
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
|
[deps] rev args, async, characters, cli_util, collection, convert, dartdoc, ffi, fixnum, glob, http, http_parser, intl, json_rpc_2, lints, logging, matcher, path, protobuf, sse, string_scanner, test, typed_data, usage, webdev
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/da037ac..ac0e2c8):
ac0e2c8 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#229)
async (https://github.com/dart-lang/async/compare/c59c7c5..de1ce93):
de1ce93 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#227)
characters (https://github.com/dart-lang/characters/compare/4ffccb8..fff80aa):
fff80aa 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#69)
cli_util (https://github.com/dart-lang/cli_util/compare/edcf1c3..5a8e8ee):
5a8e8ee 2023-01-01 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#72)
collection (https://github.com/dart-lang/collection/compare/cdb11d4..85e987c):
85e987c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#262)
convert (https://github.com/dart-lang/convert/compare/4feeb10..20d136c):
20d136c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#73)
dartdoc (https://github.com/dart-lang/dartdoc/compare/1f42216..ce25524):
ce255246 2023-01-02 dependabot[bot] Bump actions/cache from 3.2.1 to 3.2.2 (#3287)
e4948e64 2022-12-28 Sam Rawlins Refactor search into a stateful class (#3285)
83a26b87 2022-12-28 Parker Lougheed Simplify search.html base-href handling (#3259)
a622a89a 2022-12-27 dependabot[bot] Bump actions/cache from 3.0.11 to 3.2.1 (#3281)
f0c7a56a 2022-12-27 dependabot[bot] Bump ossf/scorecard-action from 2.1.1 to 2.1.2 (#3282)
702a9d13 2022-12-19 dependabot[bot] Bump github/codeql-action from 2.1.36 to 2.1.37 (#3276)
2bbac76b 2022-12-19 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#3277)
195dc3da 2022-12-19 dependabot[bot] Bump ossf/scorecard-action from 2.0.6 to 2.1.1 (#3280)
4a5ed7e6 2022-12-19 Sam Rawlins Remove usage of now-removed-in-3.0 elements (#3279)
ffi (https://github.com/dart-lang/ffi/compare/17a8142..2a56c2a):
2a56c2a 2023-01-02 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#172)
fixnum (https://github.com/dart-lang/fixnum/compare/e4f5e97..714381c):
714381c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#102)
glob (https://github.com/dart-lang/glob/compare/7f97bf5..7adf833):
7adf833 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#67)
http (https://github.com/dart-lang/http/compare/46a7708..38d5dd9):
38d5dd9 2022-12-29 Brian Quinlan Add usage instructions for runWithClient and Flutter (#846)
3fba812 2022-12-29 Nate Bosch Drop avoid_redundant_argument_values (#845)
88f6fc6 2022-12-14 Brian Quinlan Always using `package:http` for APIs and image loading. (#839)
http_parser (https://github.com/dart-lang/http_parser/compare/c739675..16a4f34):
16a4f34 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#65)
intl (https://github.com/dart-lang/intl/compare/6fb07f2..59e7bff):
59e7bff 2022-12-20 Copybara-Service Merge pull request #263 from sanekyy:update-ruble-sign
50f93df 2022-12-19 Copybara-Service Merge pull request #467 from samlythemanly:patch-1
548ef63 2022-12-19 Aleksandr Yurkovskiy fix duplicate_import
5dc6e8f 2022-12-16 Aleksandr Yurkovskiy Merge remote-tracking branch 'upstream/master' into update-ruble-sign
60e8cfa 2022-12-09 Moritz Merge branch 'master' into patch-1
758d086 2022-04-28 Sam Markoe Updated PEN to use the proper currency code.
83e149f 2021-03-10 Aleksandr Yurkovskiy Merge branch 'master' into update-ruble-sign
edbbbce 2020-11-16 Aleksandr Yurkovskiy fix format
f25b0a6 2020-11-16 Aleksandr Yurkovskiy add empty line
a02de91 2020-11-16 Aleksandr Yurkovskiy fix merge issues
8a1716f 2020-11-16 Aleksandr Yurkovskiy Merge branch 'master' into update-ruble-sign
d3c56e0 2020-10-05 Aleksandr Yurkovskiy update changelog
ed3b5f0 2020-10-05 Aleksandr Yurkovskiy fix test
d4ad715 2020-09-22 Aleksandr Yurkovskiy Merge branch 'master' into update-ruble-sign
077e653 2020-02-27 Aleksandr Yurkovskiy update version
b119da3 2020-02-27 Aleksandr Yurkovskiy update ruble sign
json_rpc_2 (https://github.com/dart-lang/json_rpc_2/compare/16fed53..bd9f8d9):
bd9f8d9 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#87)
lints (https://github.com/dart-lang/lints/compare/16bdefe..dfded5e):
dfded5e 2023-01-01 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#96)
logging (https://github.com/dart-lang/logging/compare/0373ef8..b525d5c):
b525d5c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#125)
matcher (https://github.com/dart-lang/matcher/compare/7e6a665..deedda1):
deedda1 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#202)
path (https://github.com/dart-lang/path/compare/12ce876..1299791):
1299791 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#132)
protobuf (https://github.com/dart-lang/protobuf/compare/2706b53..1d1c92a):
1d1c92a 2023-01-02 Kevin Moore Latest github actions (#789)
sse (https://github.com/dart-lang/sse/compare/cfa93b1..2de27fe):
2de27fe 2022-12-28 dependabot[bot] Bump nanasess/setup-chromedriver from 1.0.5 to 1.1.0 (#65)
string_scanner (https://github.com/dart-lang/string_scanner/compare/4a5cbc5..6ddab2c):
6ddab2c 2022-12-28 Kevin Moore Remove unnecessary parens (#51)
3e451ab 2022-12-28 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#50)
test (https://github.com/dart-lang/test/compare/89a8b12..8235a25):
8235a25b 2022-12-29 Nate Bosch Add String.equalsIgnoringWhitespace condition (#1835)
6df19d2e 2022-12-29 Nate Bosch Add String.containsInOrder condition (#1836)
b7f4cb54 2022-12-29 Nate Bosch Collapse core checks to fewer extensions (#1831)
101df768 2022-12-29 Nate Bosch Add Function.returnsNormally condition (#1833)
f0dfdbfc 2022-12-28 Nate Bosch Tighten types of Extracted constructors (#1829)
d1211748 2022-12-27 Nate Bosch Add String.equalsIgnoringCase (#1828)
c14260b5 2022-12-22 Nate Bosch Add String.equals condition (#1826)
1785348f 2022-12-21 Nate Bosch Add more numeric matchers (#1823)
66d89348 2022-12-21 Nate Bosch Allow slower node test on windows (#1825)
695894ee 2022-12-21 Nate Bosch Drop dependency overrides from pkg:checks (#1824)
9be6023c 2022-12-20 Nate Bosch Add Iterable.every extension (#1822)
ca412bbf 2022-12-20 Nate Bosch Add some tests with full failure messages (#1820)
6650bbb3 2022-12-20 Nate Bosch Add pairwiseCompare condition (#1821)
d20eb34d 2022-12-20 Nate Bosch Add FailureDetail to allow expressive failures (#1818)
611faeac 2022-12-20 Nate Bosch Make the prefixFirst utility public (#1819)
a0562585 2022-12-19 Jacob MacDonald change the url secrets for browser tests to be alphanumeric characters (#1817)
typed_data (https://github.com/dart-lang/typed_data/compare/1e838b8..dbf81a7):
dbf81a7 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#57)
usage (https://github.com/dart-lang/usage/compare/fee1d9d..2773c7d):
2773c7d 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#186)
webdev (https://github.com/dart-lang/webdev/compare/317288a..8795ca5):
8795ca5 2022-12-22 Elliott Brooks (she/her) Tests should serve`main.dart` and `index.html` from the same directory (#1856)
b127883 2022-12-22 Elliott Brooks (she/her) Add test timeout of 2 minutes for all tests missing a timeout (#1854)
c884705 2022-12-22 Elliott Brooks (she/her) Skip flaky events_test on Windows (#1853)
5aa3195 2022-12-22 Elliott Brooks (she/her) Add tests for interacting with the extension panels added to Chrome Devtools (#1836)
82ac652 2022-12-21 Elliott Brooks (she/her) Shard DWDS tests and fix CI test flakiness (#1851)
8e926c0 2022-12-20 Elliott Brooks (she/her) Fix flaky CI tests (#1848)
80f8671 2022-12-20 Elliott Brooks (she/her) File paths in `TestContext` are relative, not absolute (#1843)
6dedcd5 2022-12-20 Elliott Brooks (she/her) Move the `scopes` package (used in testing) to the test `fixtures` directory (#1837)
db5ed71 2022-12-16 Elliott Brooks (she/her) Fix `package_uri_file_mapper_test` on Linux (#1835)
243fe42 2022-12-14 Anna Gringauze Enable weak tests for build daemon and frontend server (#1824)
Change-Id: I0ef4ec924d14d88e4831c7bcb025ff19db288479
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278083
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-01-03 20:43:47 +00:00
|
|
|
"matcher_rev": "deedda179c33b00b3e06aa107ebfc3dd2f8a5f49",
|
2023-01-17 21:49:18 +00:00
|
|
|
"mime_rev": "034471a60d5603a6988de6d9811bee1cb0657f70",
|
[deps] rev cli_util, clock, csslib, dartdoc, fixnum, glob, http_multi_server, http_parser, logging, mockito, path, pool, shelf, source_map_stack_trace, sse, stream_channel, term_glyph, test, typed_data, watcher, web_socket_channel, webdev, webkit_inspection_protocol, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
cli_util (https://github.com/dart-lang/cli_util/compare/5a8e8ee..32bc077):
32bc077 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#73)
clock (https://github.com/dart-lang/clock/compare/6b8b7bf..65e8a13):
65e8a13 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#42)
csslib (https://github.com/dart-lang/csslib/compare/d776535..7054945):
7054945 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#157)
dartdoc (https://github.com/dart-lang/dartdoc/compare/29a1bbf..c4ab682):
c4ab6824 2023-01-10 Sam Rawlins Regenerate so latest analyzer is happy (#3293)
fixnum (https://github.com/dart-lang/fixnum/compare/714381c..71f0d4d):
71f0d4d 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#103)
glob (https://github.com/dart-lang/glob/compare/7adf833..4579281):
4579281 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#68)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/beb40a7..cce5080):
cce5080 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#48)
http_parser (https://github.com/dart-lang/http_parser/compare/16a4f34..6f73e4a):
6f73e4a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#66)
logging (https://github.com/dart-lang/logging/compare/b525d5c..34ed68f):
34ed68f 2023-01-09 Kevin Moore Move to new analyzer language settings (#126)
mockito (https://github.com/dart-lang/mockito/compare/942dd03..9cc958a):
9cc958a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts
path (https://github.com/dart-lang/path/compare/1299791..9768908):
9768908 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#133)
pool (https://github.com/dart-lang/pool/compare/713e631..ad4e2a7):
ad4e2a7 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#60)
shelf (https://github.com/dart-lang/shelf/compare/32e342d..a44e95e):
a44e95e 2023-01-10 Kevin Moore Fix doc comment references (#323)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/e5f9564..adea3e5):
adea3e5 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#32)
sse (https://github.com/dart-lang/sse/compare/3c37edb..be426a2):
be426a2 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#74)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0a7800a..3b99268):
3b99268 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#84)
term_glyph (https://github.com/dart-lang/term_glyph/compare/2bf4594..8cd9318):
8cd9318 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#31)
test (https://github.com/dart-lang/test/compare/3415089..932a652):
932a652b 2023-01-09 Nate Bosch Add a Map operator[] extension (#1830)
1f2e963e 2023-01-09 Nate Bosch Add Future.doesNotComplete condition (#1827)
typed_data (https://github.com/dart-lang/typed_data/compare/dbf81a7..9c209b9):
9c209b9 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#58)
watcher (https://github.com/dart-lang/watcher/compare/2e0db71..3b49c7e):
3b49c7e 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/ebd0fe9..28d7b82):
28d7b82 2023-01-10 Kevin Moore Fix CI link in readme (#248)
c6ce895 2023-01-09 Sam Rawlins Update analysis_options.yaml (#247)
webdev (https://github.com/dart-lang/webdev/compare/49f97b8..094ee97):
094ee97 2023-01-10 Anna Gringauze Add back setExceptionPauseMode (#1871)
2e65ddf 2023-01-10 Anna Gringauze Prepare for dart 3.0 alpha breaking changes (#1880)
2e2587a 2023-01-10 Elliott Brooks (she/her) Add hotfix instructions to DWDS (#1876)
fe39123 2023-01-10 Elliott Brooks (she/her) Re-enable `reload_tests` (#1877)
e71c0e3 2023-01-09 Anna Gringauze Fix crash on processing devtools event (#1875)
webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/ddb624c..15244ff):
15244ff 2023-01-09 Kevin Moore Add cron to CI (#97)
yaml (https://github.com/dart-lang/yaml/compare/02be51e..b2fce6c):
b2fce6c 2023-01-10 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
Change-Id: I4fb257fe7c697fab562f4d18e4ea50c5903b4cd8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278807
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2023-01-10 23:01:26 +00:00
|
|
|
"mockito_rev": "9cc958a991dc6d6b563196893a77973eee58603c",
|
[deps] rev bazel_worker, benchmark_harness, boolean_selector, browser_launcher, clock, crypto, csslib, dartdoc, html, http, http_multi_server, intl, package_config, pool, protobuf, pub_semver, source_map_stack_trace, source_maps, source_span, sse, stack_trace, stream_channel, term_glyph, test, test_descriptor, test_process, test_reflective_loader, watcher, web_socket_channel, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/9f21e1d..b35c25e):
b35c25e 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#66)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/ee7a253..76881df):
76881df 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#80)
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/5082b3d..ba7d86b):
ba7d86b 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#41)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/2712dda..f2f01e4):
f2f01e4 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#37)
clock (https://github.com/dart-lang/clock/compare/8a8231f..6b8b7bf):
6b8b7bf 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#41)
crypto (https://github.com/dart-lang/crypto/compare/bf0c33b..f854f2f):
f854f2f 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#138)
csslib (https://github.com/dart-lang/csslib/compare/34203c0..d776535):
d776535 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#156)
dartdoc (https://github.com/dart-lang/dartdoc/compare/ce25524..9ed196f):
9ed196f1 2023-01-03 Sam Rawlins Move many test files to test_reflective_loader (#3284)
html (https://github.com/dart-lang/html/compare/28fb8b9..3dd00b0):
3dd00b0 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#193)
http (https://github.com/dart-lang/http/compare/38d5dd9..d434d42):
d434d42 2023-01-03 Brian Quinlan Make it possible to use a custom CronetEngine with runWithClient (#843)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/e31c698..beb40a7):
beb40a7 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#47)
intl (https://github.com/dart-lang/intl/compare/59e7bff..c61fdd1):
c61fdd1 2023-01-04 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#528)
2a5e3a2 2023-01-04 Copybara-Service Merge pull request #527 from mateendev3:patch-2
07a5847 2022-12-31 Mateen Mehmood Update date_format.dart
package_config (https://github.com/dart-lang/package_config/compare/abb4aec..2e1a8ec):
2e1a8ec 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#128)
pool (https://github.com/dart-lang/pool/compare/1ea5b03..713e631):
713e631 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#59)
protobuf (https://github.com/dart-lang/protobuf/compare/1d1c92a..dd04535):
dd04535 2023-01-04 Mahdi K. Fard Fix avoid_renaming_method_parameters linter warning. (#783)
4b1fc34 2023-01-04 Mahdi K. Fard Removes a non-existing lint rule. (#784)
pub_semver (https://github.com/dart-lang/pub_semver/compare/1723111..3946e33):
3946e33 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#76)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/8d8078f..e5f9564):
e5f9564 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#31)
source_maps (https://github.com/dart-lang/source_maps/compare/b031e2c..d995912):
d995912 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#70)
source_span (https://github.com/dart-lang/source_span/compare/d1d47e5..72d5c55):
72d5c55 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#89)
sse (https://github.com/dart-lang/sse/compare/2de27fe..3c37edb):
3c37edb 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#73)
stack_trace (https://github.com/dart-lang/stack_trace/compare/cf3562e..c08ee90):
c08ee90 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#125)
stream_channel (https://github.com/dart-lang/stream_channel/compare/9143047..0a7800a):
0a7800a 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#83)
term_glyph (https://github.com/dart-lang/term_glyph/compare/822cd5b..2bf4594):
2bf4594 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#30)
test (https://github.com/dart-lang/test/compare/8235a25..3415089):
34150897 2023-01-03 dependabot[bot] Bump ossf/scorecard-action from 2.0.6 to 2.1.2 (#1838)
5f01dd97 2023-01-03 dependabot[bot] Bump github/codeql-action from 1.0.26 to 2.1.37 (#1839)
test_descriptor (https://github.com/dart-lang/test_descriptor/compare/13dbc20..b73c691):
b73c691 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#46)
test_process (https://github.com/dart-lang/test_process/compare/1774aa7..62ea2ba):
62ea2ba 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#37)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/52b6753..cf58259):
cf58259 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#43)
watcher (https://github.com/dart-lang/watcher/compare/3259107..2e0db71):
2e0db71 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#132)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/a90e740..ebd0fe9):
ebd0fe9 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#244)
yaml (https://github.com/dart-lang/yaml/compare/f699275..02be51e):
02be51e 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#133)
Change-Id: I56af76e89a75b0712b290ea154f606781183bec7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278368
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-01-04 21:48:02 +00:00
|
|
|
"package_config_rev": "2e1a8eca1ebeac01f45003642c25e24e63d45b50",
|
[deps] rev cli_util, clock, csslib, dartdoc, fixnum, glob, http_multi_server, http_parser, logging, mockito, path, pool, shelf, source_map_stack_trace, sse, stream_channel, term_glyph, test, typed_data, watcher, web_socket_channel, webdev, webkit_inspection_protocol, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
cli_util (https://github.com/dart-lang/cli_util/compare/5a8e8ee..32bc077):
32bc077 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#73)
clock (https://github.com/dart-lang/clock/compare/6b8b7bf..65e8a13):
65e8a13 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#42)
csslib (https://github.com/dart-lang/csslib/compare/d776535..7054945):
7054945 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#157)
dartdoc (https://github.com/dart-lang/dartdoc/compare/29a1bbf..c4ab682):
c4ab6824 2023-01-10 Sam Rawlins Regenerate so latest analyzer is happy (#3293)
fixnum (https://github.com/dart-lang/fixnum/compare/714381c..71f0d4d):
71f0d4d 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#103)
glob (https://github.com/dart-lang/glob/compare/7adf833..4579281):
4579281 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#68)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/beb40a7..cce5080):
cce5080 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#48)
http_parser (https://github.com/dart-lang/http_parser/compare/16a4f34..6f73e4a):
6f73e4a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#66)
logging (https://github.com/dart-lang/logging/compare/b525d5c..34ed68f):
34ed68f 2023-01-09 Kevin Moore Move to new analyzer language settings (#126)
mockito (https://github.com/dart-lang/mockito/compare/942dd03..9cc958a):
9cc958a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts
path (https://github.com/dart-lang/path/compare/1299791..9768908):
9768908 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#133)
pool (https://github.com/dart-lang/pool/compare/713e631..ad4e2a7):
ad4e2a7 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#60)
shelf (https://github.com/dart-lang/shelf/compare/32e342d..a44e95e):
a44e95e 2023-01-10 Kevin Moore Fix doc comment references (#323)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/e5f9564..adea3e5):
adea3e5 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#32)
sse (https://github.com/dart-lang/sse/compare/3c37edb..be426a2):
be426a2 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#74)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0a7800a..3b99268):
3b99268 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#84)
term_glyph (https://github.com/dart-lang/term_glyph/compare/2bf4594..8cd9318):
8cd9318 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#31)
test (https://github.com/dart-lang/test/compare/3415089..932a652):
932a652b 2023-01-09 Nate Bosch Add a Map operator[] extension (#1830)
1f2e963e 2023-01-09 Nate Bosch Add Future.doesNotComplete condition (#1827)
typed_data (https://github.com/dart-lang/typed_data/compare/dbf81a7..9c209b9):
9c209b9 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#58)
watcher (https://github.com/dart-lang/watcher/compare/2e0db71..3b49c7e):
3b49c7e 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/ebd0fe9..28d7b82):
28d7b82 2023-01-10 Kevin Moore Fix CI link in readme (#248)
c6ce895 2023-01-09 Sam Rawlins Update analysis_options.yaml (#247)
webdev (https://github.com/dart-lang/webdev/compare/49f97b8..094ee97):
094ee97 2023-01-10 Anna Gringauze Add back setExceptionPauseMode (#1871)
2e65ddf 2023-01-10 Anna Gringauze Prepare for dart 3.0 alpha breaking changes (#1880)
2e2587a 2023-01-10 Elliott Brooks (she/her) Add hotfix instructions to DWDS (#1876)
fe39123 2023-01-10 Elliott Brooks (she/her) Re-enable `reload_tests` (#1877)
e71c0e3 2023-01-09 Anna Gringauze Fix crash on processing devtools event (#1875)
webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/ddb624c..15244ff):
15244ff 2023-01-09 Kevin Moore Add cron to CI (#97)
yaml (https://github.com/dart-lang/yaml/compare/02be51e..b2fce6c):
b2fce6c 2023-01-10 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
Change-Id: I4fb257fe7c697fab562f4d18e4ea50c5903b4cd8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278807
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2023-01-10 23:01:26 +00:00
|
|
|
"path_rev": "9768908ef81cf92fc77cb259c2cf01ca8725de88",
|
2018-05-02 11:37:58 +00:00
|
|
|
"ply_rev": "604b32590ffad5cbb82e4afef1d305512d06ae93",
|
[deps] rev cli_util, clock, csslib, dartdoc, fixnum, glob, http_multi_server, http_parser, logging, mockito, path, pool, shelf, source_map_stack_trace, sse, stream_channel, term_glyph, test, typed_data, watcher, web_socket_channel, webdev, webkit_inspection_protocol, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
cli_util (https://github.com/dart-lang/cli_util/compare/5a8e8ee..32bc077):
32bc077 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#73)
clock (https://github.com/dart-lang/clock/compare/6b8b7bf..65e8a13):
65e8a13 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#42)
csslib (https://github.com/dart-lang/csslib/compare/d776535..7054945):
7054945 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#157)
dartdoc (https://github.com/dart-lang/dartdoc/compare/29a1bbf..c4ab682):
c4ab6824 2023-01-10 Sam Rawlins Regenerate so latest analyzer is happy (#3293)
fixnum (https://github.com/dart-lang/fixnum/compare/714381c..71f0d4d):
71f0d4d 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#103)
glob (https://github.com/dart-lang/glob/compare/7adf833..4579281):
4579281 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#68)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/beb40a7..cce5080):
cce5080 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#48)
http_parser (https://github.com/dart-lang/http_parser/compare/16a4f34..6f73e4a):
6f73e4a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#66)
logging (https://github.com/dart-lang/logging/compare/b525d5c..34ed68f):
34ed68f 2023-01-09 Kevin Moore Move to new analyzer language settings (#126)
mockito (https://github.com/dart-lang/mockito/compare/942dd03..9cc958a):
9cc958a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts
path (https://github.com/dart-lang/path/compare/1299791..9768908):
9768908 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#133)
pool (https://github.com/dart-lang/pool/compare/713e631..ad4e2a7):
ad4e2a7 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#60)
shelf (https://github.com/dart-lang/shelf/compare/32e342d..a44e95e):
a44e95e 2023-01-10 Kevin Moore Fix doc comment references (#323)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/e5f9564..adea3e5):
adea3e5 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#32)
sse (https://github.com/dart-lang/sse/compare/3c37edb..be426a2):
be426a2 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#74)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0a7800a..3b99268):
3b99268 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#84)
term_glyph (https://github.com/dart-lang/term_glyph/compare/2bf4594..8cd9318):
8cd9318 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#31)
test (https://github.com/dart-lang/test/compare/3415089..932a652):
932a652b 2023-01-09 Nate Bosch Add a Map operator[] extension (#1830)
1f2e963e 2023-01-09 Nate Bosch Add Future.doesNotComplete condition (#1827)
typed_data (https://github.com/dart-lang/typed_data/compare/dbf81a7..9c209b9):
9c209b9 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#58)
watcher (https://github.com/dart-lang/watcher/compare/2e0db71..3b49c7e):
3b49c7e 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/ebd0fe9..28d7b82):
28d7b82 2023-01-10 Kevin Moore Fix CI link in readme (#248)
c6ce895 2023-01-09 Sam Rawlins Update analysis_options.yaml (#247)
webdev (https://github.com/dart-lang/webdev/compare/49f97b8..094ee97):
094ee97 2023-01-10 Anna Gringauze Add back setExceptionPauseMode (#1871)
2e65ddf 2023-01-10 Anna Gringauze Prepare for dart 3.0 alpha breaking changes (#1880)
2e2587a 2023-01-10 Elliott Brooks (she/her) Add hotfix instructions to DWDS (#1876)
fe39123 2023-01-10 Elliott Brooks (she/her) Re-enable `reload_tests` (#1877)
e71c0e3 2023-01-09 Anna Gringauze Fix crash on processing devtools event (#1875)
webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/ddb624c..15244ff):
15244ff 2023-01-09 Kevin Moore Add cron to CI (#97)
yaml (https://github.com/dart-lang/yaml/compare/02be51e..b2fce6c):
b2fce6c 2023-01-10 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
Change-Id: I4fb257fe7c697fab562f4d18e4ea50c5903b4cd8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278807
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2023-01-10 23:01:26 +00:00
|
|
|
"pool_rev": "ad4e2a7fde6a2937b2f7f59af271b437376d8e3d",
|
[deps] rev bazel_worker, benchmark_harness, boolean_selector, browser_launcher, clock, crypto, csslib, dartdoc, html, http, http_multi_server, intl, package_config, pool, protobuf, pub_semver, source_map_stack_trace, source_maps, source_span, sse, stack_trace, stream_channel, term_glyph, test, test_descriptor, test_process, test_reflective_loader, watcher, web_socket_channel, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/9f21e1d..b35c25e):
b35c25e 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#66)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/ee7a253..76881df):
76881df 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#80)
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/5082b3d..ba7d86b):
ba7d86b 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#41)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/2712dda..f2f01e4):
f2f01e4 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#37)
clock (https://github.com/dart-lang/clock/compare/8a8231f..6b8b7bf):
6b8b7bf 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#41)
crypto (https://github.com/dart-lang/crypto/compare/bf0c33b..f854f2f):
f854f2f 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#138)
csslib (https://github.com/dart-lang/csslib/compare/34203c0..d776535):
d776535 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#156)
dartdoc (https://github.com/dart-lang/dartdoc/compare/ce25524..9ed196f):
9ed196f1 2023-01-03 Sam Rawlins Move many test files to test_reflective_loader (#3284)
html (https://github.com/dart-lang/html/compare/28fb8b9..3dd00b0):
3dd00b0 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#193)
http (https://github.com/dart-lang/http/compare/38d5dd9..d434d42):
d434d42 2023-01-03 Brian Quinlan Make it possible to use a custom CronetEngine with runWithClient (#843)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/e31c698..beb40a7):
beb40a7 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#47)
intl (https://github.com/dart-lang/intl/compare/59e7bff..c61fdd1):
c61fdd1 2023-01-04 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#528)
2a5e3a2 2023-01-04 Copybara-Service Merge pull request #527 from mateendev3:patch-2
07a5847 2022-12-31 Mateen Mehmood Update date_format.dart
package_config (https://github.com/dart-lang/package_config/compare/abb4aec..2e1a8ec):
2e1a8ec 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#128)
pool (https://github.com/dart-lang/pool/compare/1ea5b03..713e631):
713e631 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#59)
protobuf (https://github.com/dart-lang/protobuf/compare/1d1c92a..dd04535):
dd04535 2023-01-04 Mahdi K. Fard Fix avoid_renaming_method_parameters linter warning. (#783)
4b1fc34 2023-01-04 Mahdi K. Fard Removes a non-existing lint rule. (#784)
pub_semver (https://github.com/dart-lang/pub_semver/compare/1723111..3946e33):
3946e33 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#76)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/8d8078f..e5f9564):
e5f9564 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#31)
source_maps (https://github.com/dart-lang/source_maps/compare/b031e2c..d995912):
d995912 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#70)
source_span (https://github.com/dart-lang/source_span/compare/d1d47e5..72d5c55):
72d5c55 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#89)
sse (https://github.com/dart-lang/sse/compare/2de27fe..3c37edb):
3c37edb 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#73)
stack_trace (https://github.com/dart-lang/stack_trace/compare/cf3562e..c08ee90):
c08ee90 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#125)
stream_channel (https://github.com/dart-lang/stream_channel/compare/9143047..0a7800a):
0a7800a 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#83)
term_glyph (https://github.com/dart-lang/term_glyph/compare/822cd5b..2bf4594):
2bf4594 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#30)
test (https://github.com/dart-lang/test/compare/8235a25..3415089):
34150897 2023-01-03 dependabot[bot] Bump ossf/scorecard-action from 2.0.6 to 2.1.2 (#1838)
5f01dd97 2023-01-03 dependabot[bot] Bump github/codeql-action from 1.0.26 to 2.1.37 (#1839)
test_descriptor (https://github.com/dart-lang/test_descriptor/compare/13dbc20..b73c691):
b73c691 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#46)
test_process (https://github.com/dart-lang/test_process/compare/1774aa7..62ea2ba):
62ea2ba 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#37)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/52b6753..cf58259):
cf58259 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#43)
watcher (https://github.com/dart-lang/watcher/compare/3259107..2e0db71):
2e0db71 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#132)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/a90e740..ebd0fe9):
ebd0fe9 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#244)
yaml (https://github.com/dart-lang/yaml/compare/f699275..02be51e):
02be51e 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#133)
Change-Id: I56af76e89a75b0712b290ea154f606781183bec7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278368
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-01-04 21:48:02 +00:00
|
|
|
"protobuf_rev": "dd04535271a25fd6f11ccaf09bca18d968538420",
|
2023-01-05 10:48:50 +00:00
|
|
|
"pub_rev": "0cbaf7a2fb8c8ca543c6f222bf25d5f5c63abbf3", # manually rev'd
|
[deps] rev bazel_worker, benchmark_harness, boolean_selector, browser_launcher, clock, crypto, csslib, dartdoc, html, http, http_multi_server, intl, package_config, pool, protobuf, pub_semver, source_map_stack_trace, source_maps, source_span, sse, stack_trace, stream_channel, term_glyph, test, test_descriptor, test_process, test_reflective_loader, watcher, web_socket_channel, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/9f21e1d..b35c25e):
b35c25e 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#66)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/ee7a253..76881df):
76881df 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#80)
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/5082b3d..ba7d86b):
ba7d86b 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#41)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/2712dda..f2f01e4):
f2f01e4 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#37)
clock (https://github.com/dart-lang/clock/compare/8a8231f..6b8b7bf):
6b8b7bf 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#41)
crypto (https://github.com/dart-lang/crypto/compare/bf0c33b..f854f2f):
f854f2f 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#138)
csslib (https://github.com/dart-lang/csslib/compare/34203c0..d776535):
d776535 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#156)
dartdoc (https://github.com/dart-lang/dartdoc/compare/ce25524..9ed196f):
9ed196f1 2023-01-03 Sam Rawlins Move many test files to test_reflective_loader (#3284)
html (https://github.com/dart-lang/html/compare/28fb8b9..3dd00b0):
3dd00b0 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#193)
http (https://github.com/dart-lang/http/compare/38d5dd9..d434d42):
d434d42 2023-01-03 Brian Quinlan Make it possible to use a custom CronetEngine with runWithClient (#843)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/e31c698..beb40a7):
beb40a7 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#47)
intl (https://github.com/dart-lang/intl/compare/59e7bff..c61fdd1):
c61fdd1 2023-01-04 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#528)
2a5e3a2 2023-01-04 Copybara-Service Merge pull request #527 from mateendev3:patch-2
07a5847 2022-12-31 Mateen Mehmood Update date_format.dart
package_config (https://github.com/dart-lang/package_config/compare/abb4aec..2e1a8ec):
2e1a8ec 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#128)
pool (https://github.com/dart-lang/pool/compare/1ea5b03..713e631):
713e631 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#59)
protobuf (https://github.com/dart-lang/protobuf/compare/1d1c92a..dd04535):
dd04535 2023-01-04 Mahdi K. Fard Fix avoid_renaming_method_parameters linter warning. (#783)
4b1fc34 2023-01-04 Mahdi K. Fard Removes a non-existing lint rule. (#784)
pub_semver (https://github.com/dart-lang/pub_semver/compare/1723111..3946e33):
3946e33 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#76)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/8d8078f..e5f9564):
e5f9564 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#31)
source_maps (https://github.com/dart-lang/source_maps/compare/b031e2c..d995912):
d995912 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#70)
source_span (https://github.com/dart-lang/source_span/compare/d1d47e5..72d5c55):
72d5c55 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#89)
sse (https://github.com/dart-lang/sse/compare/2de27fe..3c37edb):
3c37edb 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#73)
stack_trace (https://github.com/dart-lang/stack_trace/compare/cf3562e..c08ee90):
c08ee90 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#125)
stream_channel (https://github.com/dart-lang/stream_channel/compare/9143047..0a7800a):
0a7800a 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#83)
term_glyph (https://github.com/dart-lang/term_glyph/compare/822cd5b..2bf4594):
2bf4594 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#30)
test (https://github.com/dart-lang/test/compare/8235a25..3415089):
34150897 2023-01-03 dependabot[bot] Bump ossf/scorecard-action from 2.0.6 to 2.1.2 (#1838)
5f01dd97 2023-01-03 dependabot[bot] Bump github/codeql-action from 1.0.26 to 2.1.37 (#1839)
test_descriptor (https://github.com/dart-lang/test_descriptor/compare/13dbc20..b73c691):
b73c691 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#46)
test_process (https://github.com/dart-lang/test_process/compare/1774aa7..62ea2ba):
62ea2ba 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#37)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/52b6753..cf58259):
cf58259 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#43)
watcher (https://github.com/dart-lang/watcher/compare/3259107..2e0db71):
2e0db71 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#132)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/a90e740..ebd0fe9):
ebd0fe9 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#244)
yaml (https://github.com/dart-lang/yaml/compare/f699275..02be51e):
02be51e 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#133)
Change-Id: I56af76e89a75b0712b290ea154f606781183bec7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278368
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-01-04 21:48:02 +00:00
|
|
|
"pub_semver_rev": "3946e33446365aa6af84abc0b1f47ad3a6f3b490",
|
2021-07-02 19:06:45 +00:00
|
|
|
"root_certificates_rev": "692f6d6488af68e0121317a9c2c9eb393eb0ee50",
|
[deps] rev cli_util, clock, csslib, dartdoc, fixnum, glob, http_multi_server, http_parser, logging, mockito, path, pool, shelf, source_map_stack_trace, sse, stream_channel, term_glyph, test, typed_data, watcher, web_socket_channel, webdev, webkit_inspection_protocol, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
cli_util (https://github.com/dart-lang/cli_util/compare/5a8e8ee..32bc077):
32bc077 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#73)
clock (https://github.com/dart-lang/clock/compare/6b8b7bf..65e8a13):
65e8a13 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#42)
csslib (https://github.com/dart-lang/csslib/compare/d776535..7054945):
7054945 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#157)
dartdoc (https://github.com/dart-lang/dartdoc/compare/29a1bbf..c4ab682):
c4ab6824 2023-01-10 Sam Rawlins Regenerate so latest analyzer is happy (#3293)
fixnum (https://github.com/dart-lang/fixnum/compare/714381c..71f0d4d):
71f0d4d 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#103)
glob (https://github.com/dart-lang/glob/compare/7adf833..4579281):
4579281 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#68)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/beb40a7..cce5080):
cce5080 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#48)
http_parser (https://github.com/dart-lang/http_parser/compare/16a4f34..6f73e4a):
6f73e4a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#66)
logging (https://github.com/dart-lang/logging/compare/b525d5c..34ed68f):
34ed68f 2023-01-09 Kevin Moore Move to new analyzer language settings (#126)
mockito (https://github.com/dart-lang/mockito/compare/942dd03..9cc958a):
9cc958a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts
path (https://github.com/dart-lang/path/compare/1299791..9768908):
9768908 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#133)
pool (https://github.com/dart-lang/pool/compare/713e631..ad4e2a7):
ad4e2a7 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#60)
shelf (https://github.com/dart-lang/shelf/compare/32e342d..a44e95e):
a44e95e 2023-01-10 Kevin Moore Fix doc comment references (#323)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/e5f9564..adea3e5):
adea3e5 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#32)
sse (https://github.com/dart-lang/sse/compare/3c37edb..be426a2):
be426a2 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#74)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0a7800a..3b99268):
3b99268 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#84)
term_glyph (https://github.com/dart-lang/term_glyph/compare/2bf4594..8cd9318):
8cd9318 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#31)
test (https://github.com/dart-lang/test/compare/3415089..932a652):
932a652b 2023-01-09 Nate Bosch Add a Map operator[] extension (#1830)
1f2e963e 2023-01-09 Nate Bosch Add Future.doesNotComplete condition (#1827)
typed_data (https://github.com/dart-lang/typed_data/compare/dbf81a7..9c209b9):
9c209b9 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#58)
watcher (https://github.com/dart-lang/watcher/compare/2e0db71..3b49c7e):
3b49c7e 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/ebd0fe9..28d7b82):
28d7b82 2023-01-10 Kevin Moore Fix CI link in readme (#248)
c6ce895 2023-01-09 Sam Rawlins Update analysis_options.yaml (#247)
webdev (https://github.com/dart-lang/webdev/compare/49f97b8..094ee97):
094ee97 2023-01-10 Anna Gringauze Add back setExceptionPauseMode (#1871)
2e65ddf 2023-01-10 Anna Gringauze Prepare for dart 3.0 alpha breaking changes (#1880)
2e2587a 2023-01-10 Elliott Brooks (she/her) Add hotfix instructions to DWDS (#1876)
fe39123 2023-01-10 Elliott Brooks (she/her) Re-enable `reload_tests` (#1877)
e71c0e3 2023-01-09 Anna Gringauze Fix crash on processing devtools event (#1875)
webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/ddb624c..15244ff):
15244ff 2023-01-09 Kevin Moore Add cron to CI (#97)
yaml (https://github.com/dart-lang/yaml/compare/02be51e..b2fce6c):
b2fce6c 2023-01-10 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
Change-Id: I4fb257fe7c697fab562f4d18e4ea50c5903b4cd8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278807
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2023-01-10 23:01:26 +00:00
|
|
|
"shelf_rev": "a44e95e00324b6051bbee5ea235355f843795d1c",
|
|
|
|
"source_map_stack_trace_rev": "adea3e51269f355514b59b66a4fcecabd1fa6e95",
|
[deps] rev bazel_worker, benchmark_harness, boolean_selector, browser_launcher, clock, crypto, csslib, dartdoc, html, http, http_multi_server, intl, package_config, pool, protobuf, pub_semver, source_map_stack_trace, source_maps, source_span, sse, stack_trace, stream_channel, term_glyph, test, test_descriptor, test_process, test_reflective_loader, watcher, web_socket_channel, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/9f21e1d..b35c25e):
b35c25e 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#66)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/ee7a253..76881df):
76881df 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#80)
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/5082b3d..ba7d86b):
ba7d86b 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#41)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/2712dda..f2f01e4):
f2f01e4 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#37)
clock (https://github.com/dart-lang/clock/compare/8a8231f..6b8b7bf):
6b8b7bf 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#41)
crypto (https://github.com/dart-lang/crypto/compare/bf0c33b..f854f2f):
f854f2f 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#138)
csslib (https://github.com/dart-lang/csslib/compare/34203c0..d776535):
d776535 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#156)
dartdoc (https://github.com/dart-lang/dartdoc/compare/ce25524..9ed196f):
9ed196f1 2023-01-03 Sam Rawlins Move many test files to test_reflective_loader (#3284)
html (https://github.com/dart-lang/html/compare/28fb8b9..3dd00b0):
3dd00b0 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#193)
http (https://github.com/dart-lang/http/compare/38d5dd9..d434d42):
d434d42 2023-01-03 Brian Quinlan Make it possible to use a custom CronetEngine with runWithClient (#843)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/e31c698..beb40a7):
beb40a7 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#47)
intl (https://github.com/dart-lang/intl/compare/59e7bff..c61fdd1):
c61fdd1 2023-01-04 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#528)
2a5e3a2 2023-01-04 Copybara-Service Merge pull request #527 from mateendev3:patch-2
07a5847 2022-12-31 Mateen Mehmood Update date_format.dart
package_config (https://github.com/dart-lang/package_config/compare/abb4aec..2e1a8ec):
2e1a8ec 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#128)
pool (https://github.com/dart-lang/pool/compare/1ea5b03..713e631):
713e631 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#59)
protobuf (https://github.com/dart-lang/protobuf/compare/1d1c92a..dd04535):
dd04535 2023-01-04 Mahdi K. Fard Fix avoid_renaming_method_parameters linter warning. (#783)
4b1fc34 2023-01-04 Mahdi K. Fard Removes a non-existing lint rule. (#784)
pub_semver (https://github.com/dart-lang/pub_semver/compare/1723111..3946e33):
3946e33 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#76)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/8d8078f..e5f9564):
e5f9564 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#31)
source_maps (https://github.com/dart-lang/source_maps/compare/b031e2c..d995912):
d995912 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#70)
source_span (https://github.com/dart-lang/source_span/compare/d1d47e5..72d5c55):
72d5c55 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#89)
sse (https://github.com/dart-lang/sse/compare/2de27fe..3c37edb):
3c37edb 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#73)
stack_trace (https://github.com/dart-lang/stack_trace/compare/cf3562e..c08ee90):
c08ee90 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#125)
stream_channel (https://github.com/dart-lang/stream_channel/compare/9143047..0a7800a):
0a7800a 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#83)
term_glyph (https://github.com/dart-lang/term_glyph/compare/822cd5b..2bf4594):
2bf4594 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#30)
test (https://github.com/dart-lang/test/compare/8235a25..3415089):
34150897 2023-01-03 dependabot[bot] Bump ossf/scorecard-action from 2.0.6 to 2.1.2 (#1838)
5f01dd97 2023-01-03 dependabot[bot] Bump github/codeql-action from 1.0.26 to 2.1.37 (#1839)
test_descriptor (https://github.com/dart-lang/test_descriptor/compare/13dbc20..b73c691):
b73c691 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#46)
test_process (https://github.com/dart-lang/test_process/compare/1774aa7..62ea2ba):
62ea2ba 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#37)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/52b6753..cf58259):
cf58259 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#43)
watcher (https://github.com/dart-lang/watcher/compare/3259107..2e0db71):
2e0db71 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#132)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/a90e740..ebd0fe9):
ebd0fe9 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#244)
yaml (https://github.com/dart-lang/yaml/compare/f699275..02be51e):
02be51e 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#133)
Change-Id: I56af76e89a75b0712b290ea154f606781183bec7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278368
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-01-04 21:48:02 +00:00
|
|
|
"source_maps_rev": "d995912983f4f4c33a040c629952fb4632aeea70",
|
|
|
|
"source_span_rev": "72d5c55e455c3940c37fe768730f5922e7a1f309",
|
[deps] rev cli_util, clock, csslib, dartdoc, fixnum, glob, http_multi_server, http_parser, logging, mockito, path, pool, shelf, source_map_stack_trace, sse, stream_channel, term_glyph, test, typed_data, watcher, web_socket_channel, webdev, webkit_inspection_protocol, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
cli_util (https://github.com/dart-lang/cli_util/compare/5a8e8ee..32bc077):
32bc077 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#73)
clock (https://github.com/dart-lang/clock/compare/6b8b7bf..65e8a13):
65e8a13 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#42)
csslib (https://github.com/dart-lang/csslib/compare/d776535..7054945):
7054945 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#157)
dartdoc (https://github.com/dart-lang/dartdoc/compare/29a1bbf..c4ab682):
c4ab6824 2023-01-10 Sam Rawlins Regenerate so latest analyzer is happy (#3293)
fixnum (https://github.com/dart-lang/fixnum/compare/714381c..71f0d4d):
71f0d4d 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#103)
glob (https://github.com/dart-lang/glob/compare/7adf833..4579281):
4579281 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#68)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/beb40a7..cce5080):
cce5080 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#48)
http_parser (https://github.com/dart-lang/http_parser/compare/16a4f34..6f73e4a):
6f73e4a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#66)
logging (https://github.com/dart-lang/logging/compare/b525d5c..34ed68f):
34ed68f 2023-01-09 Kevin Moore Move to new analyzer language settings (#126)
mockito (https://github.com/dart-lang/mockito/compare/942dd03..9cc958a):
9cc958a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts
path (https://github.com/dart-lang/path/compare/1299791..9768908):
9768908 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#133)
pool (https://github.com/dart-lang/pool/compare/713e631..ad4e2a7):
ad4e2a7 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#60)
shelf (https://github.com/dart-lang/shelf/compare/32e342d..a44e95e):
a44e95e 2023-01-10 Kevin Moore Fix doc comment references (#323)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/e5f9564..adea3e5):
adea3e5 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#32)
sse (https://github.com/dart-lang/sse/compare/3c37edb..be426a2):
be426a2 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#74)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0a7800a..3b99268):
3b99268 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#84)
term_glyph (https://github.com/dart-lang/term_glyph/compare/2bf4594..8cd9318):
8cd9318 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#31)
test (https://github.com/dart-lang/test/compare/3415089..932a652):
932a652b 2023-01-09 Nate Bosch Add a Map operator[] extension (#1830)
1f2e963e 2023-01-09 Nate Bosch Add Future.doesNotComplete condition (#1827)
typed_data (https://github.com/dart-lang/typed_data/compare/dbf81a7..9c209b9):
9c209b9 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#58)
watcher (https://github.com/dart-lang/watcher/compare/2e0db71..3b49c7e):
3b49c7e 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/ebd0fe9..28d7b82):
28d7b82 2023-01-10 Kevin Moore Fix CI link in readme (#248)
c6ce895 2023-01-09 Sam Rawlins Update analysis_options.yaml (#247)
webdev (https://github.com/dart-lang/webdev/compare/49f97b8..094ee97):
094ee97 2023-01-10 Anna Gringauze Add back setExceptionPauseMode (#1871)
2e65ddf 2023-01-10 Anna Gringauze Prepare for dart 3.0 alpha breaking changes (#1880)
2e2587a 2023-01-10 Elliott Brooks (she/her) Add hotfix instructions to DWDS (#1876)
fe39123 2023-01-10 Elliott Brooks (she/her) Re-enable `reload_tests` (#1877)
e71c0e3 2023-01-09 Anna Gringauze Fix crash on processing devtools event (#1875)
webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/ddb624c..15244ff):
15244ff 2023-01-09 Kevin Moore Add cron to CI (#97)
yaml (https://github.com/dart-lang/yaml/compare/02be51e..b2fce6c):
b2fce6c 2023-01-10 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
Change-Id: I4fb257fe7c697fab562f4d18e4ea50c5903b4cd8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278807
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2023-01-10 23:01:26 +00:00
|
|
|
"sse_rev": "be426a2467108d88354dc36a44493d2d17019993",
|
[deps] rev bazel_worker, benchmark_harness, boolean_selector, browser_launcher, clock, crypto, csslib, dartdoc, html, http, http_multi_server, intl, package_config, pool, protobuf, pub_semver, source_map_stack_trace, source_maps, source_span, sse, stack_trace, stream_channel, term_glyph, test, test_descriptor, test_process, test_reflective_loader, watcher, web_socket_channel, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/9f21e1d..b35c25e):
b35c25e 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#66)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/ee7a253..76881df):
76881df 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#80)
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/5082b3d..ba7d86b):
ba7d86b 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#41)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/2712dda..f2f01e4):
f2f01e4 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#37)
clock (https://github.com/dart-lang/clock/compare/8a8231f..6b8b7bf):
6b8b7bf 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#41)
crypto (https://github.com/dart-lang/crypto/compare/bf0c33b..f854f2f):
f854f2f 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#138)
csslib (https://github.com/dart-lang/csslib/compare/34203c0..d776535):
d776535 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#156)
dartdoc (https://github.com/dart-lang/dartdoc/compare/ce25524..9ed196f):
9ed196f1 2023-01-03 Sam Rawlins Move many test files to test_reflective_loader (#3284)
html (https://github.com/dart-lang/html/compare/28fb8b9..3dd00b0):
3dd00b0 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#193)
http (https://github.com/dart-lang/http/compare/38d5dd9..d434d42):
d434d42 2023-01-03 Brian Quinlan Make it possible to use a custom CronetEngine with runWithClient (#843)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/e31c698..beb40a7):
beb40a7 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#47)
intl (https://github.com/dart-lang/intl/compare/59e7bff..c61fdd1):
c61fdd1 2023-01-04 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#528)
2a5e3a2 2023-01-04 Copybara-Service Merge pull request #527 from mateendev3:patch-2
07a5847 2022-12-31 Mateen Mehmood Update date_format.dart
package_config (https://github.com/dart-lang/package_config/compare/abb4aec..2e1a8ec):
2e1a8ec 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#128)
pool (https://github.com/dart-lang/pool/compare/1ea5b03..713e631):
713e631 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#59)
protobuf (https://github.com/dart-lang/protobuf/compare/1d1c92a..dd04535):
dd04535 2023-01-04 Mahdi K. Fard Fix avoid_renaming_method_parameters linter warning. (#783)
4b1fc34 2023-01-04 Mahdi K. Fard Removes a non-existing lint rule. (#784)
pub_semver (https://github.com/dart-lang/pub_semver/compare/1723111..3946e33):
3946e33 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#76)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/8d8078f..e5f9564):
e5f9564 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#31)
source_maps (https://github.com/dart-lang/source_maps/compare/b031e2c..d995912):
d995912 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#70)
source_span (https://github.com/dart-lang/source_span/compare/d1d47e5..72d5c55):
72d5c55 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#89)
sse (https://github.com/dart-lang/sse/compare/2de27fe..3c37edb):
3c37edb 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#73)
stack_trace (https://github.com/dart-lang/stack_trace/compare/cf3562e..c08ee90):
c08ee90 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#125)
stream_channel (https://github.com/dart-lang/stream_channel/compare/9143047..0a7800a):
0a7800a 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#83)
term_glyph (https://github.com/dart-lang/term_glyph/compare/822cd5b..2bf4594):
2bf4594 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#30)
test (https://github.com/dart-lang/test/compare/8235a25..3415089):
34150897 2023-01-03 dependabot[bot] Bump ossf/scorecard-action from 2.0.6 to 2.1.2 (#1838)
5f01dd97 2023-01-03 dependabot[bot] Bump github/codeql-action from 1.0.26 to 2.1.37 (#1839)
test_descriptor (https://github.com/dart-lang/test_descriptor/compare/13dbc20..b73c691):
b73c691 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#46)
test_process (https://github.com/dart-lang/test_process/compare/1774aa7..62ea2ba):
62ea2ba 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#37)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/52b6753..cf58259):
cf58259 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#43)
watcher (https://github.com/dart-lang/watcher/compare/3259107..2e0db71):
2e0db71 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#132)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/a90e740..ebd0fe9):
ebd0fe9 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#244)
yaml (https://github.com/dart-lang/yaml/compare/f699275..02be51e):
02be51e 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#133)
Change-Id: I56af76e89a75b0712b290ea154f606781183bec7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278368
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-01-04 21:48:02 +00:00
|
|
|
"stack_trace_rev": "c08ee90b83380381a893d1e77a9a533d632f40e0",
|
[deps] rev cli_util, clock, csslib, dartdoc, fixnum, glob, http_multi_server, http_parser, logging, mockito, path, pool, shelf, source_map_stack_trace, sse, stream_channel, term_glyph, test, typed_data, watcher, web_socket_channel, webdev, webkit_inspection_protocol, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
cli_util (https://github.com/dart-lang/cli_util/compare/5a8e8ee..32bc077):
32bc077 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#73)
clock (https://github.com/dart-lang/clock/compare/6b8b7bf..65e8a13):
65e8a13 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#42)
csslib (https://github.com/dart-lang/csslib/compare/d776535..7054945):
7054945 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#157)
dartdoc (https://github.com/dart-lang/dartdoc/compare/29a1bbf..c4ab682):
c4ab6824 2023-01-10 Sam Rawlins Regenerate so latest analyzer is happy (#3293)
fixnum (https://github.com/dart-lang/fixnum/compare/714381c..71f0d4d):
71f0d4d 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#103)
glob (https://github.com/dart-lang/glob/compare/7adf833..4579281):
4579281 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#68)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/beb40a7..cce5080):
cce5080 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#48)
http_parser (https://github.com/dart-lang/http_parser/compare/16a4f34..6f73e4a):
6f73e4a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#66)
logging (https://github.com/dart-lang/logging/compare/b525d5c..34ed68f):
34ed68f 2023-01-09 Kevin Moore Move to new analyzer language settings (#126)
mockito (https://github.com/dart-lang/mockito/compare/942dd03..9cc958a):
9cc958a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts
path (https://github.com/dart-lang/path/compare/1299791..9768908):
9768908 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#133)
pool (https://github.com/dart-lang/pool/compare/713e631..ad4e2a7):
ad4e2a7 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#60)
shelf (https://github.com/dart-lang/shelf/compare/32e342d..a44e95e):
a44e95e 2023-01-10 Kevin Moore Fix doc comment references (#323)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/e5f9564..adea3e5):
adea3e5 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#32)
sse (https://github.com/dart-lang/sse/compare/3c37edb..be426a2):
be426a2 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#74)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0a7800a..3b99268):
3b99268 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#84)
term_glyph (https://github.com/dart-lang/term_glyph/compare/2bf4594..8cd9318):
8cd9318 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#31)
test (https://github.com/dart-lang/test/compare/3415089..932a652):
932a652b 2023-01-09 Nate Bosch Add a Map operator[] extension (#1830)
1f2e963e 2023-01-09 Nate Bosch Add Future.doesNotComplete condition (#1827)
typed_data (https://github.com/dart-lang/typed_data/compare/dbf81a7..9c209b9):
9c209b9 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#58)
watcher (https://github.com/dart-lang/watcher/compare/2e0db71..3b49c7e):
3b49c7e 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/ebd0fe9..28d7b82):
28d7b82 2023-01-10 Kevin Moore Fix CI link in readme (#248)
c6ce895 2023-01-09 Sam Rawlins Update analysis_options.yaml (#247)
webdev (https://github.com/dart-lang/webdev/compare/49f97b8..094ee97):
094ee97 2023-01-10 Anna Gringauze Add back setExceptionPauseMode (#1871)
2e65ddf 2023-01-10 Anna Gringauze Prepare for dart 3.0 alpha breaking changes (#1880)
2e2587a 2023-01-10 Elliott Brooks (she/her) Add hotfix instructions to DWDS (#1876)
fe39123 2023-01-10 Elliott Brooks (she/her) Re-enable `reload_tests` (#1877)
e71c0e3 2023-01-09 Anna Gringauze Fix crash on processing devtools event (#1875)
webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/ddb624c..15244ff):
15244ff 2023-01-09 Kevin Moore Add cron to CI (#97)
yaml (https://github.com/dart-lang/yaml/compare/02be51e..b2fce6c):
b2fce6c 2023-01-10 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
Change-Id: I4fb257fe7c697fab562f4d18e4ea50c5903b4cd8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278807
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2023-01-10 23:01:26 +00:00
|
|
|
"stream_channel_rev": "3b9926876dc06970b583c34d0cb359ef976c4350",
|
2023-01-17 21:49:18 +00:00
|
|
|
"string_scanner_rev": "045498024df8f0a1cd0f717f12d60aec77d3d8ae",
|
|
|
|
"sync_http_rev": "36a1bd086798cbdb48e7541b05e5a14b5e5bb56b",
|
[deps] rev cli_util, clock, csslib, dartdoc, fixnum, glob, http_multi_server, http_parser, logging, mockito, path, pool, shelf, source_map_stack_trace, sse, stream_channel, term_glyph, test, typed_data, watcher, web_socket_channel, webdev, webkit_inspection_protocol, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
cli_util (https://github.com/dart-lang/cli_util/compare/5a8e8ee..32bc077):
32bc077 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#73)
clock (https://github.com/dart-lang/clock/compare/6b8b7bf..65e8a13):
65e8a13 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#42)
csslib (https://github.com/dart-lang/csslib/compare/d776535..7054945):
7054945 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#157)
dartdoc (https://github.com/dart-lang/dartdoc/compare/29a1bbf..c4ab682):
c4ab6824 2023-01-10 Sam Rawlins Regenerate so latest analyzer is happy (#3293)
fixnum (https://github.com/dart-lang/fixnum/compare/714381c..71f0d4d):
71f0d4d 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#103)
glob (https://github.com/dart-lang/glob/compare/7adf833..4579281):
4579281 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#68)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/beb40a7..cce5080):
cce5080 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#48)
http_parser (https://github.com/dart-lang/http_parser/compare/16a4f34..6f73e4a):
6f73e4a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#66)
logging (https://github.com/dart-lang/logging/compare/b525d5c..34ed68f):
34ed68f 2023-01-09 Kevin Moore Move to new analyzer language settings (#126)
mockito (https://github.com/dart-lang/mockito/compare/942dd03..9cc958a):
9cc958a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts
path (https://github.com/dart-lang/path/compare/1299791..9768908):
9768908 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#133)
pool (https://github.com/dart-lang/pool/compare/713e631..ad4e2a7):
ad4e2a7 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#60)
shelf (https://github.com/dart-lang/shelf/compare/32e342d..a44e95e):
a44e95e 2023-01-10 Kevin Moore Fix doc comment references (#323)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/e5f9564..adea3e5):
adea3e5 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#32)
sse (https://github.com/dart-lang/sse/compare/3c37edb..be426a2):
be426a2 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#74)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0a7800a..3b99268):
3b99268 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#84)
term_glyph (https://github.com/dart-lang/term_glyph/compare/2bf4594..8cd9318):
8cd9318 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#31)
test (https://github.com/dart-lang/test/compare/3415089..932a652):
932a652b 2023-01-09 Nate Bosch Add a Map operator[] extension (#1830)
1f2e963e 2023-01-09 Nate Bosch Add Future.doesNotComplete condition (#1827)
typed_data (https://github.com/dart-lang/typed_data/compare/dbf81a7..9c209b9):
9c209b9 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#58)
watcher (https://github.com/dart-lang/watcher/compare/2e0db71..3b49c7e):
3b49c7e 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/ebd0fe9..28d7b82):
28d7b82 2023-01-10 Kevin Moore Fix CI link in readme (#248)
c6ce895 2023-01-09 Sam Rawlins Update analysis_options.yaml (#247)
webdev (https://github.com/dart-lang/webdev/compare/49f97b8..094ee97):
094ee97 2023-01-10 Anna Gringauze Add back setExceptionPauseMode (#1871)
2e65ddf 2023-01-10 Anna Gringauze Prepare for dart 3.0 alpha breaking changes (#1880)
2e2587a 2023-01-10 Elliott Brooks (she/her) Add hotfix instructions to DWDS (#1876)
fe39123 2023-01-10 Elliott Brooks (she/her) Re-enable `reload_tests` (#1877)
e71c0e3 2023-01-09 Anna Gringauze Fix crash on processing devtools event (#1875)
webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/ddb624c..15244ff):
15244ff 2023-01-09 Kevin Moore Add cron to CI (#97)
yaml (https://github.com/dart-lang/yaml/compare/02be51e..b2fce6c):
b2fce6c 2023-01-10 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
Change-Id: I4fb257fe7c697fab562f4d18e4ea50c5903b4cd8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278807
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2023-01-10 23:01:26 +00:00
|
|
|
"term_glyph_rev": "8cd931827bc3bfc1c62fd7ea44cbbc99b8a94f4d",
|
[deps] rev bazel_worker, benchmark_harness, boolean_selector, browser_launcher, clock, crypto, csslib, dartdoc, html, http, http_multi_server, intl, package_config, pool, protobuf, pub_semver, source_map_stack_trace, source_maps, source_span, sse, stack_trace, stream_channel, term_glyph, test, test_descriptor, test_process, test_reflective_loader, watcher, web_socket_channel, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/9f21e1d..b35c25e):
b35c25e 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#66)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/ee7a253..76881df):
76881df 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#80)
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/5082b3d..ba7d86b):
ba7d86b 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#41)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/2712dda..f2f01e4):
f2f01e4 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#37)
clock (https://github.com/dart-lang/clock/compare/8a8231f..6b8b7bf):
6b8b7bf 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#41)
crypto (https://github.com/dart-lang/crypto/compare/bf0c33b..f854f2f):
f854f2f 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#138)
csslib (https://github.com/dart-lang/csslib/compare/34203c0..d776535):
d776535 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#156)
dartdoc (https://github.com/dart-lang/dartdoc/compare/ce25524..9ed196f):
9ed196f1 2023-01-03 Sam Rawlins Move many test files to test_reflective_loader (#3284)
html (https://github.com/dart-lang/html/compare/28fb8b9..3dd00b0):
3dd00b0 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#193)
http (https://github.com/dart-lang/http/compare/38d5dd9..d434d42):
d434d42 2023-01-03 Brian Quinlan Make it possible to use a custom CronetEngine with runWithClient (#843)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/e31c698..beb40a7):
beb40a7 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#47)
intl (https://github.com/dart-lang/intl/compare/59e7bff..c61fdd1):
c61fdd1 2023-01-04 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#528)
2a5e3a2 2023-01-04 Copybara-Service Merge pull request #527 from mateendev3:patch-2
07a5847 2022-12-31 Mateen Mehmood Update date_format.dart
package_config (https://github.com/dart-lang/package_config/compare/abb4aec..2e1a8ec):
2e1a8ec 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#128)
pool (https://github.com/dart-lang/pool/compare/1ea5b03..713e631):
713e631 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#59)
protobuf (https://github.com/dart-lang/protobuf/compare/1d1c92a..dd04535):
dd04535 2023-01-04 Mahdi K. Fard Fix avoid_renaming_method_parameters linter warning. (#783)
4b1fc34 2023-01-04 Mahdi K. Fard Removes a non-existing lint rule. (#784)
pub_semver (https://github.com/dart-lang/pub_semver/compare/1723111..3946e33):
3946e33 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#76)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/8d8078f..e5f9564):
e5f9564 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#31)
source_maps (https://github.com/dart-lang/source_maps/compare/b031e2c..d995912):
d995912 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#70)
source_span (https://github.com/dart-lang/source_span/compare/d1d47e5..72d5c55):
72d5c55 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#89)
sse (https://github.com/dart-lang/sse/compare/2de27fe..3c37edb):
3c37edb 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#73)
stack_trace (https://github.com/dart-lang/stack_trace/compare/cf3562e..c08ee90):
c08ee90 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#125)
stream_channel (https://github.com/dart-lang/stream_channel/compare/9143047..0a7800a):
0a7800a 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#83)
term_glyph (https://github.com/dart-lang/term_glyph/compare/822cd5b..2bf4594):
2bf4594 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#30)
test (https://github.com/dart-lang/test/compare/8235a25..3415089):
34150897 2023-01-03 dependabot[bot] Bump ossf/scorecard-action from 2.0.6 to 2.1.2 (#1838)
5f01dd97 2023-01-03 dependabot[bot] Bump github/codeql-action from 1.0.26 to 2.1.37 (#1839)
test_descriptor (https://github.com/dart-lang/test_descriptor/compare/13dbc20..b73c691):
b73c691 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#46)
test_process (https://github.com/dart-lang/test_process/compare/1774aa7..62ea2ba):
62ea2ba 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#37)
test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/52b6753..cf58259):
cf58259 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#43)
watcher (https://github.com/dart-lang/watcher/compare/3259107..2e0db71):
2e0db71 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#132)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/a90e740..ebd0fe9):
ebd0fe9 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#244)
yaml (https://github.com/dart-lang/yaml/compare/f699275..02be51e):
02be51e 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#133)
Change-Id: I56af76e89a75b0712b290ea154f606781183bec7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278368
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-01-04 21:48:02 +00:00
|
|
|
"test_descriptor_rev": "b73c691c4e38e23bf8383148d3d68fa65e4a57e9",
|
|
|
|
"test_process_rev": "62ea2ba786d9e0e7cccedaf305d3972ee41fbc6a",
|
|
|
|
"test_reflective_loader_rev": "cf58259b91c4d3cccc90abd4c0b44273e6421646",
|
2023-01-17 21:49:18 +00:00
|
|
|
"test_rev": "43fd92843c5d3cb43dede2b971c69923d9f7308c",
|
[deps] rev cli_util, clock, csslib, dartdoc, fixnum, glob, http_multi_server, http_parser, logging, mockito, path, pool, shelf, source_map_stack_trace, sse, stream_channel, term_glyph, test, typed_data, watcher, web_socket_channel, webdev, webkit_inspection_protocol, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
cli_util (https://github.com/dart-lang/cli_util/compare/5a8e8ee..32bc077):
32bc077 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#73)
clock (https://github.com/dart-lang/clock/compare/6b8b7bf..65e8a13):
65e8a13 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#42)
csslib (https://github.com/dart-lang/csslib/compare/d776535..7054945):
7054945 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#157)
dartdoc (https://github.com/dart-lang/dartdoc/compare/29a1bbf..c4ab682):
c4ab6824 2023-01-10 Sam Rawlins Regenerate so latest analyzer is happy (#3293)
fixnum (https://github.com/dart-lang/fixnum/compare/714381c..71f0d4d):
71f0d4d 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#103)
glob (https://github.com/dart-lang/glob/compare/7adf833..4579281):
4579281 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#68)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/beb40a7..cce5080):
cce5080 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#48)
http_parser (https://github.com/dart-lang/http_parser/compare/16a4f34..6f73e4a):
6f73e4a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#66)
logging (https://github.com/dart-lang/logging/compare/b525d5c..34ed68f):
34ed68f 2023-01-09 Kevin Moore Move to new analyzer language settings (#126)
mockito (https://github.com/dart-lang/mockito/compare/942dd03..9cc958a):
9cc958a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts
path (https://github.com/dart-lang/path/compare/1299791..9768908):
9768908 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#133)
pool (https://github.com/dart-lang/pool/compare/713e631..ad4e2a7):
ad4e2a7 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#60)
shelf (https://github.com/dart-lang/shelf/compare/32e342d..a44e95e):
a44e95e 2023-01-10 Kevin Moore Fix doc comment references (#323)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/e5f9564..adea3e5):
adea3e5 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#32)
sse (https://github.com/dart-lang/sse/compare/3c37edb..be426a2):
be426a2 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#74)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0a7800a..3b99268):
3b99268 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#84)
term_glyph (https://github.com/dart-lang/term_glyph/compare/2bf4594..8cd9318):
8cd9318 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#31)
test (https://github.com/dart-lang/test/compare/3415089..932a652):
932a652b 2023-01-09 Nate Bosch Add a Map operator[] extension (#1830)
1f2e963e 2023-01-09 Nate Bosch Add Future.doesNotComplete condition (#1827)
typed_data (https://github.com/dart-lang/typed_data/compare/dbf81a7..9c209b9):
9c209b9 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#58)
watcher (https://github.com/dart-lang/watcher/compare/2e0db71..3b49c7e):
3b49c7e 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/ebd0fe9..28d7b82):
28d7b82 2023-01-10 Kevin Moore Fix CI link in readme (#248)
c6ce895 2023-01-09 Sam Rawlins Update analysis_options.yaml (#247)
webdev (https://github.com/dart-lang/webdev/compare/49f97b8..094ee97):
094ee97 2023-01-10 Anna Gringauze Add back setExceptionPauseMode (#1871)
2e65ddf 2023-01-10 Anna Gringauze Prepare for dart 3.0 alpha breaking changes (#1880)
2e2587a 2023-01-10 Elliott Brooks (she/her) Add hotfix instructions to DWDS (#1876)
fe39123 2023-01-10 Elliott Brooks (she/her) Re-enable `reload_tests` (#1877)
e71c0e3 2023-01-09 Anna Gringauze Fix crash on processing devtools event (#1875)
webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/ddb624c..15244ff):
15244ff 2023-01-09 Kevin Moore Add cron to CI (#97)
yaml (https://github.com/dart-lang/yaml/compare/02be51e..b2fce6c):
b2fce6c 2023-01-10 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
Change-Id: I4fb257fe7c697fab562f4d18e4ea50c5903b4cd8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278807
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2023-01-10 23:01:26 +00:00
|
|
|
"typed_data_rev": "9c209b9c99ca7528a45c23d5d09579788b3ea81b",
|
[deps] rev args, async, characters, cli_util, collection, convert, dartdoc, ffi, fixnum, glob, http, http_parser, intl, json_rpc_2, lints, logging, matcher, path, protobuf, sse, string_scanner, test, typed_data, usage, webdev
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/da037ac..ac0e2c8):
ac0e2c8 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#229)
async (https://github.com/dart-lang/async/compare/c59c7c5..de1ce93):
de1ce93 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#227)
characters (https://github.com/dart-lang/characters/compare/4ffccb8..fff80aa):
fff80aa 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#69)
cli_util (https://github.com/dart-lang/cli_util/compare/edcf1c3..5a8e8ee):
5a8e8ee 2023-01-01 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#72)
collection (https://github.com/dart-lang/collection/compare/cdb11d4..85e987c):
85e987c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#262)
convert (https://github.com/dart-lang/convert/compare/4feeb10..20d136c):
20d136c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#73)
dartdoc (https://github.com/dart-lang/dartdoc/compare/1f42216..ce25524):
ce255246 2023-01-02 dependabot[bot] Bump actions/cache from 3.2.1 to 3.2.2 (#3287)
e4948e64 2022-12-28 Sam Rawlins Refactor search into a stateful class (#3285)
83a26b87 2022-12-28 Parker Lougheed Simplify search.html base-href handling (#3259)
a622a89a 2022-12-27 dependabot[bot] Bump actions/cache from 3.0.11 to 3.2.1 (#3281)
f0c7a56a 2022-12-27 dependabot[bot] Bump ossf/scorecard-action from 2.1.1 to 2.1.2 (#3282)
702a9d13 2022-12-19 dependabot[bot] Bump github/codeql-action from 2.1.36 to 2.1.37 (#3276)
2bbac76b 2022-12-19 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#3277)
195dc3da 2022-12-19 dependabot[bot] Bump ossf/scorecard-action from 2.0.6 to 2.1.1 (#3280)
4a5ed7e6 2022-12-19 Sam Rawlins Remove usage of now-removed-in-3.0 elements (#3279)
ffi (https://github.com/dart-lang/ffi/compare/17a8142..2a56c2a):
2a56c2a 2023-01-02 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#172)
fixnum (https://github.com/dart-lang/fixnum/compare/e4f5e97..714381c):
714381c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#102)
glob (https://github.com/dart-lang/glob/compare/7f97bf5..7adf833):
7adf833 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#67)
http (https://github.com/dart-lang/http/compare/46a7708..38d5dd9):
38d5dd9 2022-12-29 Brian Quinlan Add usage instructions for runWithClient and Flutter (#846)
3fba812 2022-12-29 Nate Bosch Drop avoid_redundant_argument_values (#845)
88f6fc6 2022-12-14 Brian Quinlan Always using `package:http` for APIs and image loading. (#839)
http_parser (https://github.com/dart-lang/http_parser/compare/c739675..16a4f34):
16a4f34 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#65)
intl (https://github.com/dart-lang/intl/compare/6fb07f2..59e7bff):
59e7bff 2022-12-20 Copybara-Service Merge pull request #263 from sanekyy:update-ruble-sign
50f93df 2022-12-19 Copybara-Service Merge pull request #467 from samlythemanly:patch-1
548ef63 2022-12-19 Aleksandr Yurkovskiy fix duplicate_import
5dc6e8f 2022-12-16 Aleksandr Yurkovskiy Merge remote-tracking branch 'upstream/master' into update-ruble-sign
60e8cfa 2022-12-09 Moritz Merge branch 'master' into patch-1
758d086 2022-04-28 Sam Markoe Updated PEN to use the proper currency code.
83e149f 2021-03-10 Aleksandr Yurkovskiy Merge branch 'master' into update-ruble-sign
edbbbce 2020-11-16 Aleksandr Yurkovskiy fix format
f25b0a6 2020-11-16 Aleksandr Yurkovskiy add empty line
a02de91 2020-11-16 Aleksandr Yurkovskiy fix merge issues
8a1716f 2020-11-16 Aleksandr Yurkovskiy Merge branch 'master' into update-ruble-sign
d3c56e0 2020-10-05 Aleksandr Yurkovskiy update changelog
ed3b5f0 2020-10-05 Aleksandr Yurkovskiy fix test
d4ad715 2020-09-22 Aleksandr Yurkovskiy Merge branch 'master' into update-ruble-sign
077e653 2020-02-27 Aleksandr Yurkovskiy update version
b119da3 2020-02-27 Aleksandr Yurkovskiy update ruble sign
json_rpc_2 (https://github.com/dart-lang/json_rpc_2/compare/16fed53..bd9f8d9):
bd9f8d9 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#87)
lints (https://github.com/dart-lang/lints/compare/16bdefe..dfded5e):
dfded5e 2023-01-01 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#96)
logging (https://github.com/dart-lang/logging/compare/0373ef8..b525d5c):
b525d5c 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#125)
matcher (https://github.com/dart-lang/matcher/compare/7e6a665..deedda1):
deedda1 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#202)
path (https://github.com/dart-lang/path/compare/12ce876..1299791):
1299791 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#132)
protobuf (https://github.com/dart-lang/protobuf/compare/2706b53..1d1c92a):
1d1c92a 2023-01-02 Kevin Moore Latest github actions (#789)
sse (https://github.com/dart-lang/sse/compare/cfa93b1..2de27fe):
2de27fe 2022-12-28 dependabot[bot] Bump nanasess/setup-chromedriver from 1.0.5 to 1.1.0 (#65)
string_scanner (https://github.com/dart-lang/string_scanner/compare/4a5cbc5..6ddab2c):
6ddab2c 2022-12-28 Kevin Moore Remove unnecessary parens (#51)
3e451ab 2022-12-28 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#50)
test (https://github.com/dart-lang/test/compare/89a8b12..8235a25):
8235a25b 2022-12-29 Nate Bosch Add String.equalsIgnoringWhitespace condition (#1835)
6df19d2e 2022-12-29 Nate Bosch Add String.containsInOrder condition (#1836)
b7f4cb54 2022-12-29 Nate Bosch Collapse core checks to fewer extensions (#1831)
101df768 2022-12-29 Nate Bosch Add Function.returnsNormally condition (#1833)
f0dfdbfc 2022-12-28 Nate Bosch Tighten types of Extracted constructors (#1829)
d1211748 2022-12-27 Nate Bosch Add String.equalsIgnoringCase (#1828)
c14260b5 2022-12-22 Nate Bosch Add String.equals condition (#1826)
1785348f 2022-12-21 Nate Bosch Add more numeric matchers (#1823)
66d89348 2022-12-21 Nate Bosch Allow slower node test on windows (#1825)
695894ee 2022-12-21 Nate Bosch Drop dependency overrides from pkg:checks (#1824)
9be6023c 2022-12-20 Nate Bosch Add Iterable.every extension (#1822)
ca412bbf 2022-12-20 Nate Bosch Add some tests with full failure messages (#1820)
6650bbb3 2022-12-20 Nate Bosch Add pairwiseCompare condition (#1821)
d20eb34d 2022-12-20 Nate Bosch Add FailureDetail to allow expressive failures (#1818)
611faeac 2022-12-20 Nate Bosch Make the prefixFirst utility public (#1819)
a0562585 2022-12-19 Jacob MacDonald change the url secrets for browser tests to be alphanumeric characters (#1817)
typed_data (https://github.com/dart-lang/typed_data/compare/1e838b8..dbf81a7):
dbf81a7 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#57)
usage (https://github.com/dart-lang/usage/compare/fee1d9d..2773c7d):
2773c7d 2023-01-03 dependabot[bot] Bump actions/checkout from 3.1.0 to 3.2.0 (#186)
webdev (https://github.com/dart-lang/webdev/compare/317288a..8795ca5):
8795ca5 2022-12-22 Elliott Brooks (she/her) Tests should serve`main.dart` and `index.html` from the same directory (#1856)
b127883 2022-12-22 Elliott Brooks (she/her) Add test timeout of 2 minutes for all tests missing a timeout (#1854)
c884705 2022-12-22 Elliott Brooks (she/her) Skip flaky events_test on Windows (#1853)
5aa3195 2022-12-22 Elliott Brooks (she/her) Add tests for interacting with the extension panels added to Chrome Devtools (#1836)
82ac652 2022-12-21 Elliott Brooks (she/her) Shard DWDS tests and fix CI test flakiness (#1851)
8e926c0 2022-12-20 Elliott Brooks (she/her) Fix flaky CI tests (#1848)
80f8671 2022-12-20 Elliott Brooks (she/her) File paths in `TestContext` are relative, not absolute (#1843)
6dedcd5 2022-12-20 Elliott Brooks (she/her) Move the `scopes` package (used in testing) to the test `fixtures` directory (#1837)
db5ed71 2022-12-16 Elliott Brooks (she/her) Fix `package_uri_file_mapper_test` on Linux (#1835)
243fe42 2022-12-14 Anna Gringauze Enable weak tests for build daemon and frontend server (#1824)
Change-Id: I0ef4ec924d14d88e4831c7bcb025ff19db288479
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278083
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-01-03 20:43:47 +00:00
|
|
|
"usage_rev": "2773c7d334db9a902582feb8c5f38899c83d7b54",
|
2022-09-20 21:00:15 +00:00
|
|
|
"vector_math_rev": "1eee95b15e5d35cf519514cc253037b19705fb7a",
|
[deps] rev cli_util, clock, csslib, dartdoc, fixnum, glob, http_multi_server, http_parser, logging, mockito, path, pool, shelf, source_map_stack_trace, sse, stream_channel, term_glyph, test, typed_data, watcher, web_socket_channel, webdev, webkit_inspection_protocol, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
cli_util (https://github.com/dart-lang/cli_util/compare/5a8e8ee..32bc077):
32bc077 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#73)
clock (https://github.com/dart-lang/clock/compare/6b8b7bf..65e8a13):
65e8a13 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#42)
csslib (https://github.com/dart-lang/csslib/compare/d776535..7054945):
7054945 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#157)
dartdoc (https://github.com/dart-lang/dartdoc/compare/29a1bbf..c4ab682):
c4ab6824 2023-01-10 Sam Rawlins Regenerate so latest analyzer is happy (#3293)
fixnum (https://github.com/dart-lang/fixnum/compare/714381c..71f0d4d):
71f0d4d 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#103)
glob (https://github.com/dart-lang/glob/compare/7adf833..4579281):
4579281 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#68)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/beb40a7..cce5080):
cce5080 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#48)
http_parser (https://github.com/dart-lang/http_parser/compare/16a4f34..6f73e4a):
6f73e4a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#66)
logging (https://github.com/dart-lang/logging/compare/b525d5c..34ed68f):
34ed68f 2023-01-09 Kevin Moore Move to new analyzer language settings (#126)
mockito (https://github.com/dart-lang/mockito/compare/942dd03..9cc958a):
9cc958a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts
path (https://github.com/dart-lang/path/compare/1299791..9768908):
9768908 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#133)
pool (https://github.com/dart-lang/pool/compare/713e631..ad4e2a7):
ad4e2a7 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#60)
shelf (https://github.com/dart-lang/shelf/compare/32e342d..a44e95e):
a44e95e 2023-01-10 Kevin Moore Fix doc comment references (#323)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/e5f9564..adea3e5):
adea3e5 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#32)
sse (https://github.com/dart-lang/sse/compare/3c37edb..be426a2):
be426a2 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#74)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0a7800a..3b99268):
3b99268 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#84)
term_glyph (https://github.com/dart-lang/term_glyph/compare/2bf4594..8cd9318):
8cd9318 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#31)
test (https://github.com/dart-lang/test/compare/3415089..932a652):
932a652b 2023-01-09 Nate Bosch Add a Map operator[] extension (#1830)
1f2e963e 2023-01-09 Nate Bosch Add Future.doesNotComplete condition (#1827)
typed_data (https://github.com/dart-lang/typed_data/compare/dbf81a7..9c209b9):
9c209b9 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#58)
watcher (https://github.com/dart-lang/watcher/compare/2e0db71..3b49c7e):
3b49c7e 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/ebd0fe9..28d7b82):
28d7b82 2023-01-10 Kevin Moore Fix CI link in readme (#248)
c6ce895 2023-01-09 Sam Rawlins Update analysis_options.yaml (#247)
webdev (https://github.com/dart-lang/webdev/compare/49f97b8..094ee97):
094ee97 2023-01-10 Anna Gringauze Add back setExceptionPauseMode (#1871)
2e65ddf 2023-01-10 Anna Gringauze Prepare for dart 3.0 alpha breaking changes (#1880)
2e2587a 2023-01-10 Elliott Brooks (she/her) Add hotfix instructions to DWDS (#1876)
fe39123 2023-01-10 Elliott Brooks (she/her) Re-enable `reload_tests` (#1877)
e71c0e3 2023-01-09 Anna Gringauze Fix crash on processing devtools event (#1875)
webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/ddb624c..15244ff):
15244ff 2023-01-09 Kevin Moore Add cron to CI (#97)
yaml (https://github.com/dart-lang/yaml/compare/02be51e..b2fce6c):
b2fce6c 2023-01-10 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
Change-Id: I4fb257fe7c697fab562f4d18e4ea50c5903b4cd8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278807
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2023-01-10 23:01:26 +00:00
|
|
|
"watcher_rev": "3b49c7ea087cc158bdcba19fe8919283fdc1cd86",
|
2018-05-02 11:37:58 +00:00
|
|
|
"web_components_rev": "8f57dac273412a7172c8ade6f361b407e2e4ed02",
|
[deps] rev cli_util, clock, csslib, dartdoc, fixnum, glob, http_multi_server, http_parser, logging, mockito, path, pool, shelf, source_map_stack_trace, sse, stream_channel, term_glyph, test, typed_data, watcher, web_socket_channel, webdev, webkit_inspection_protocol, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
cli_util (https://github.com/dart-lang/cli_util/compare/5a8e8ee..32bc077):
32bc077 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#73)
clock (https://github.com/dart-lang/clock/compare/6b8b7bf..65e8a13):
65e8a13 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#42)
csslib (https://github.com/dart-lang/csslib/compare/d776535..7054945):
7054945 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#157)
dartdoc (https://github.com/dart-lang/dartdoc/compare/29a1bbf..c4ab682):
c4ab6824 2023-01-10 Sam Rawlins Regenerate so latest analyzer is happy (#3293)
fixnum (https://github.com/dart-lang/fixnum/compare/714381c..71f0d4d):
71f0d4d 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#103)
glob (https://github.com/dart-lang/glob/compare/7adf833..4579281):
4579281 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#68)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/beb40a7..cce5080):
cce5080 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#48)
http_parser (https://github.com/dart-lang/http_parser/compare/16a4f34..6f73e4a):
6f73e4a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#66)
logging (https://github.com/dart-lang/logging/compare/b525d5c..34ed68f):
34ed68f 2023-01-09 Kevin Moore Move to new analyzer language settings (#126)
mockito (https://github.com/dart-lang/mockito/compare/942dd03..9cc958a):
9cc958a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts
path (https://github.com/dart-lang/path/compare/1299791..9768908):
9768908 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#133)
pool (https://github.com/dart-lang/pool/compare/713e631..ad4e2a7):
ad4e2a7 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#60)
shelf (https://github.com/dart-lang/shelf/compare/32e342d..a44e95e):
a44e95e 2023-01-10 Kevin Moore Fix doc comment references (#323)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/e5f9564..adea3e5):
adea3e5 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#32)
sse (https://github.com/dart-lang/sse/compare/3c37edb..be426a2):
be426a2 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#74)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0a7800a..3b99268):
3b99268 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#84)
term_glyph (https://github.com/dart-lang/term_glyph/compare/2bf4594..8cd9318):
8cd9318 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#31)
test (https://github.com/dart-lang/test/compare/3415089..932a652):
932a652b 2023-01-09 Nate Bosch Add a Map operator[] extension (#1830)
1f2e963e 2023-01-09 Nate Bosch Add Future.doesNotComplete condition (#1827)
typed_data (https://github.com/dart-lang/typed_data/compare/dbf81a7..9c209b9):
9c209b9 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#58)
watcher (https://github.com/dart-lang/watcher/compare/2e0db71..3b49c7e):
3b49c7e 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/ebd0fe9..28d7b82):
28d7b82 2023-01-10 Kevin Moore Fix CI link in readme (#248)
c6ce895 2023-01-09 Sam Rawlins Update analysis_options.yaml (#247)
webdev (https://github.com/dart-lang/webdev/compare/49f97b8..094ee97):
094ee97 2023-01-10 Anna Gringauze Add back setExceptionPauseMode (#1871)
2e65ddf 2023-01-10 Anna Gringauze Prepare for dart 3.0 alpha breaking changes (#1880)
2e2587a 2023-01-10 Elliott Brooks (she/her) Add hotfix instructions to DWDS (#1876)
fe39123 2023-01-10 Elliott Brooks (she/her) Re-enable `reload_tests` (#1877)
e71c0e3 2023-01-09 Anna Gringauze Fix crash on processing devtools event (#1875)
webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/ddb624c..15244ff):
15244ff 2023-01-09 Kevin Moore Add cron to CI (#97)
yaml (https://github.com/dart-lang/yaml/compare/02be51e..b2fce6c):
b2fce6c 2023-01-10 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
Change-Id: I4fb257fe7c697fab562f4d18e4ea50c5903b4cd8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278807
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2023-01-10 23:01:26 +00:00
|
|
|
"web_socket_channel_rev": "28d7b82986cf931e6d977d973a7849cfc7c0bab9",
|
2021-09-08 22:18:37 +00:00
|
|
|
"WebCore_rev": "bcb10901266c884e7b3740abc597ab95373ab55c",
|
2023-01-17 21:49:18 +00:00
|
|
|
"webdev_rev": "f978b90cdfc97967b8caec1b5e2a4919ce9fa3d2",
|
2023-01-11 23:37:12 +00:00
|
|
|
"webdriver_rev": "b8c7bb5f57075e7c4215209c14d3e0a8767bf887",
|
[deps] rev cli_util, clock, csslib, dartdoc, fixnum, glob, http_multi_server, http_parser, logging, mockito, path, pool, shelf, source_map_stack_trace, sse, stream_channel, term_glyph, test, typed_data, watcher, web_socket_channel, webdev, webkit_inspection_protocol, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
cli_util (https://github.com/dart-lang/cli_util/compare/5a8e8ee..32bc077):
32bc077 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#73)
clock (https://github.com/dart-lang/clock/compare/6b8b7bf..65e8a13):
65e8a13 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#42)
csslib (https://github.com/dart-lang/csslib/compare/d776535..7054945):
7054945 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#157)
dartdoc (https://github.com/dart-lang/dartdoc/compare/29a1bbf..c4ab682):
c4ab6824 2023-01-10 Sam Rawlins Regenerate so latest analyzer is happy (#3293)
fixnum (https://github.com/dart-lang/fixnum/compare/714381c..71f0d4d):
71f0d4d 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#103)
glob (https://github.com/dart-lang/glob/compare/7adf833..4579281):
4579281 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#68)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/beb40a7..cce5080):
cce5080 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#48)
http_parser (https://github.com/dart-lang/http_parser/compare/16a4f34..6f73e4a):
6f73e4a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#66)
logging (https://github.com/dart-lang/logging/compare/b525d5c..34ed68f):
34ed68f 2023-01-09 Kevin Moore Move to new analyzer language settings (#126)
mockito (https://github.com/dart-lang/mockito/compare/942dd03..9cc958a):
9cc958a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts
path (https://github.com/dart-lang/path/compare/1299791..9768908):
9768908 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#133)
pool (https://github.com/dart-lang/pool/compare/713e631..ad4e2a7):
ad4e2a7 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#60)
shelf (https://github.com/dart-lang/shelf/compare/32e342d..a44e95e):
a44e95e 2023-01-10 Kevin Moore Fix doc comment references (#323)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/e5f9564..adea3e5):
adea3e5 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#32)
sse (https://github.com/dart-lang/sse/compare/3c37edb..be426a2):
be426a2 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#74)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0a7800a..3b99268):
3b99268 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#84)
term_glyph (https://github.com/dart-lang/term_glyph/compare/2bf4594..8cd9318):
8cd9318 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#31)
test (https://github.com/dart-lang/test/compare/3415089..932a652):
932a652b 2023-01-09 Nate Bosch Add a Map operator[] extension (#1830)
1f2e963e 2023-01-09 Nate Bosch Add Future.doesNotComplete condition (#1827)
typed_data (https://github.com/dart-lang/typed_data/compare/dbf81a7..9c209b9):
9c209b9 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#58)
watcher (https://github.com/dart-lang/watcher/compare/2e0db71..3b49c7e):
3b49c7e 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/ebd0fe9..28d7b82):
28d7b82 2023-01-10 Kevin Moore Fix CI link in readme (#248)
c6ce895 2023-01-09 Sam Rawlins Update analysis_options.yaml (#247)
webdev (https://github.com/dart-lang/webdev/compare/49f97b8..094ee97):
094ee97 2023-01-10 Anna Gringauze Add back setExceptionPauseMode (#1871)
2e65ddf 2023-01-10 Anna Gringauze Prepare for dart 3.0 alpha breaking changes (#1880)
2e2587a 2023-01-10 Elliott Brooks (she/her) Add hotfix instructions to DWDS (#1876)
fe39123 2023-01-10 Elliott Brooks (she/her) Re-enable `reload_tests` (#1877)
e71c0e3 2023-01-09 Anna Gringauze Fix crash on processing devtools event (#1875)
webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/ddb624c..15244ff):
15244ff 2023-01-09 Kevin Moore Add cron to CI (#97)
yaml (https://github.com/dart-lang/yaml/compare/02be51e..b2fce6c):
b2fce6c 2023-01-10 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
Change-Id: I4fb257fe7c697fab562f4d18e4ea50c5903b4cd8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278807
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2023-01-10 23:01:26 +00:00
|
|
|
"webkit_inspection_protocol_rev": "15244ffbab9221f1603eb04eaae74ae7c7ca3944",
|
[deps] rev args, async, bazel_worker, benchmark_harness, boolean_selector, characters, clock, crypto, dartdoc, ffi, fixnum, html, http_multi_server, json_rpc_2, markdown, mockito, path, pool, protobuf, pub_semver, stream_channel, test, typed_data, web_socket_channel, webdev, webdriver, yaml_edit
Change-Id: I276caf11a254aae336a4fd62758c6406ef1873c8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/269160
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
2022-11-11 00:15:32 +00:00
|
|
|
"yaml_edit_rev": "299f74594ff9fda412c1da5c0b5d5231d0c6fc42",
|
[deps] rev cli_util, clock, csslib, dartdoc, fixnum, glob, http_multi_server, http_parser, logging, mockito, path, pool, shelf, source_map_stack_trace, sse, stream_channel, term_glyph, test, typed_data, watcher, web_socket_channel, webdev, webkit_inspection_protocol, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`.
cli_util (https://github.com/dart-lang/cli_util/compare/5a8e8ee..32bc077):
32bc077 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#73)
clock (https://github.com/dart-lang/clock/compare/6b8b7bf..65e8a13):
65e8a13 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#42)
csslib (https://github.com/dart-lang/csslib/compare/d776535..7054945):
7054945 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#157)
dartdoc (https://github.com/dart-lang/dartdoc/compare/29a1bbf..c4ab682):
c4ab6824 2023-01-10 Sam Rawlins Regenerate so latest analyzer is happy (#3293)
fixnum (https://github.com/dart-lang/fixnum/compare/714381c..71f0d4d):
71f0d4d 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#103)
glob (https://github.com/dart-lang/glob/compare/7adf833..4579281):
4579281 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#68)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/beb40a7..cce5080):
cce5080 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#48)
http_parser (https://github.com/dart-lang/http_parser/compare/16a4f34..6f73e4a):
6f73e4a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#66)
logging (https://github.com/dart-lang/logging/compare/b525d5c..34ed68f):
34ed68f 2023-01-09 Kevin Moore Move to new analyzer language settings (#126)
mockito (https://github.com/dart-lang/mockito/compare/942dd03..9cc958a):
9cc958a 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts
path (https://github.com/dart-lang/path/compare/1299791..9768908):
9768908 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#133)
pool (https://github.com/dart-lang/pool/compare/713e631..ad4e2a7):
ad4e2a7 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#60)
shelf (https://github.com/dart-lang/shelf/compare/32e342d..a44e95e):
a44e95e 2023-01-10 Kevin Moore Fix doc comment references (#323)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/e5f9564..adea3e5):
adea3e5 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#32)
sse (https://github.com/dart-lang/sse/compare/3c37edb..be426a2):
be426a2 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#74)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0a7800a..3b99268):
3b99268 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#84)
term_glyph (https://github.com/dart-lang/term_glyph/compare/2bf4594..8cd9318):
8cd9318 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#31)
test (https://github.com/dart-lang/test/compare/3415089..932a652):
932a652b 2023-01-09 Nate Bosch Add a Map operator[] extension (#1830)
1f2e963e 2023-01-09 Nate Bosch Add Future.doesNotComplete condition (#1827)
typed_data (https://github.com/dart-lang/typed_data/compare/dbf81a7..9c209b9):
9c209b9 2023-01-09 Sam Rawlins Migrate no-implicit-casts to strict-casts (#58)
watcher (https://github.com/dart-lang/watcher/compare/2e0db71..3b49c7e):
3b49c7e 2023-01-09 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/ebd0fe9..28d7b82):
28d7b82 2023-01-10 Kevin Moore Fix CI link in readme (#248)
c6ce895 2023-01-09 Sam Rawlins Update analysis_options.yaml (#247)
webdev (https://github.com/dart-lang/webdev/compare/49f97b8..094ee97):
094ee97 2023-01-10 Anna Gringauze Add back setExceptionPauseMode (#1871)
2e65ddf 2023-01-10 Anna Gringauze Prepare for dart 3.0 alpha breaking changes (#1880)
2e2587a 2023-01-10 Elliott Brooks (she/her) Add hotfix instructions to DWDS (#1876)
fe39123 2023-01-10 Elliott Brooks (she/her) Re-enable `reload_tests` (#1877)
e71c0e3 2023-01-09 Anna Gringauze Fix crash on processing devtools event (#1875)
webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/ddb624c..15244ff):
15244ff 2023-01-09 Kevin Moore Add cron to CI (#97)
yaml (https://github.com/dart-lang/yaml/compare/02be51e..b2fce6c):
b2fce6c 2023-01-10 Sam Rawlins Migrate from no-implicit-casts to strict-casts (#134)
Change-Id: I4fb257fe7c697fab562f4d18e4ea50c5903b4cd8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278807
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2023-01-10 23:01:26 +00:00
|
|
|
"yaml_rev": "b2fce6cb8f07f091967b849d5434ed495cbb305f",
|
2022-06-21 17:02:04 +00:00
|
|
|
"zlib_rev": "27c2f474b71d0d20764f86f60ef8b00da1a16cda",
|
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,
|
2022-05-03 15:39:59 +00:00
|
|
|
"chrome_tag": "101.0.4951.41",
|
2020-06-24 14:02:40 +00:00
|
|
|
"download_firefox": False,
|
2022-04-20 13:18:19 +00:00
|
|
|
"firefox_tag": "98.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",
|
|
|
|
},
|
2018-06-28 16:08:14 +00:00
|
|
|
Var("dart_root") + "/tools/sdks": {
|
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
|
|
|
|
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
|
|
|
|
|
|
|
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
|
|
|
|
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"),
|
|
|
|
|
2016-09-16 15:24:54 +00:00
|
|
|
Var("dart_root") + "/third_party/tcmalloc/gperftools":
|
|
|
|
Var('chromium_git') + '/external/github.com/gperftools/gperftools.git' +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("gperftools_revision"),
|
2016-09-16 15:24:54 +00:00
|
|
|
|
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"),
|
2021-08-05 05:41:08 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/characters":
|
|
|
|
Var("dart_git") + "characters.git" + "@" + Var("characters_rev"),
|
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"),
|
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"),
|
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"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/linter":
|
2022-04-18 16:34:46 +00:00
|
|
|
Var("dart_git") + "linter.git" + "@" + Var("linter_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"),
|
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"),
|
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"),
|
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"),
|
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"),
|
2018-04-03 20:13:19 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/web_components":
|
|
|
|
Var("dart_git") + "web-components.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("web_components_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
|
|
|
|
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
|
|
|
},
|
|
|
|
],
|
|
|
|
"condition": "host_cpu == x64 and host_os == win",
|
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
|
|
|
|
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
|
|
|
}
|
|
|
|
],
|
|
|
|
"condition": "host_cpu == 'x64'",
|
|
|
|
"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
|
|
|
},
|
|
|
|
],
|
|
|
|
"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",
|
|
|
|
},
|
|
|
|
|
2020-10-28 16:25:05 +00:00
|
|
|
Var("dart_root") + "/third_party/android_tools/ndk": {
|
|
|
|
"packages": [
|
|
|
|
{
|
2022-05-10 16:11:53 +00:00
|
|
|
"package": "flutter/android/ndk/${{os}}-amd64",
|
2020-10-28 16:25:05 +00:00
|
|
|
"version": "version:r21.0.6113669"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"condition": "download_android_deps",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
|
|
|
Var("dart_root") + "/third_party/android_tools/sdk/build-tools": {
|
|
|
|
"packages": [
|
|
|
|
{
|
2022-05-10 16:11:53 +00:00
|
|
|
"package": "flutter/android/sdk/build-tools/${{os}}-amd64",
|
2020-10-28 16:25:05 +00:00
|
|
|
"version": "version:30.0.1"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"condition": "download_android_deps",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
|
|
|
Var("dart_root") + "/third_party/android_tools/sdk/platform-tools": {
|
|
|
|
"packages": [
|
|
|
|
{
|
2022-05-10 16:11:53 +00:00
|
|
|
"package": "flutter/android/sdk/platform-tools/${{os}}-amd64",
|
2020-10-28 16:25:05 +00:00
|
|
|
"version": "version:29.0.2"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"condition": "download_android_deps",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
|
|
|
Var("dart_root") + "/third_party/android_tools/sdk/platforms": {
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"package": "flutter/android/sdk/platforms",
|
|
|
|
"version": "version:30r3"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"condition": "download_android_deps",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
|
|
|
Var("dart_root") + "/third_party/android_tools/sdk/tools": {
|
|
|
|
"packages": [
|
|
|
|
{
|
2022-05-10 16:11:53 +00:00
|
|
|
"package": "flutter/android/sdk/tools/${{os}}-amd64",
|
2020-10-28 16:25:05 +00:00
|
|
|
"version": "version:26.1.1"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"condition": "download_android_deps",
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
|
|
|
|
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
|
|
|
}
|
|
|
|
],
|
|
|
|
"condition": 'host_os == "mac" and host_cpu == "x64"',
|
|
|
|
"dep_type": "cipd",
|
|
|
|
},
|
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
|
|
|
}
|
|
|
|
],
|
|
|
|
"condition": 'host_os == "linux" and host_cpu == "x64"',
|
|
|
|
"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'
|
|
|
|
},
|
2021-04-28 01:42:32 +00:00
|
|
|
]
|