2017-03-29 19:10:50 +00:00
|
|
|
# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
2015-05-16 13:17:10 +00:00
|
|
|
# for details. All rights reserved. Use of this source code is governed by a
|
|
|
|
# BSD-style license that can be found in the LICENSE file.
|
|
|
|
|
2017-06-20 19:35:22 +00:00
|
|
|
# IMPORTANT:
|
|
|
|
# Before adding or updating dependencies, please review the documentation here:
|
|
|
|
# https://github.com/dart-lang/sdk/wiki/Adding-and-Updating-Dependencies
|
2022-10-07 00:04:56 +00:00
|
|
|
#
|
|
|
|
# Packages can be rolled to the latest version with `tools/manage_deps.dart`.
|
|
|
|
#
|
|
|
|
# For example
|
|
|
|
#
|
|
|
|
# dart tools/manage_deps.dart bump third_party/pkg/dart_style
|
2017-06-20 19:35:22 +00:00
|
|
|
|
2018-01-05 18:48:58 +00:00
|
|
|
allowed_hosts = [
|
|
|
|
'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.
|
2023-02-03 09:32:02 +00:00
|
|
|
# Contact dart-engprod@ if you need a checked-in SDK roll.
|
2023-03-24 10:27:28 +00:00
|
|
|
"sdk_tag": "version:3.0.0-356.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-03-23 14:22:47 +00:00
|
|
|
"co19_rev": "c1aef806ebbc20bedee6043bf517785f33fd1094",
|
2021-09-23 15:51:06 +00:00
|
|
|
# This line prevents conflicts when both packages are rolled simultaneously.
|
2023-01-30 06:44:28 +00:00
|
|
|
"co19_2_rev": "93b818c9cf570a63cbea56508e393770787fd5ab",
|
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-03-21 18:53:48 +00:00
|
|
|
"clang_version": "git_revision:ee3efcf1bc8b327cc04297895529b1088a2b748d",
|
2023-03-14 00:34:11 +00:00
|
|
|
"gn_version": "git_revision:fe330c0ae1ec29db30b6f830e50771a335e071fb",
|
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
|
2023-03-14 17:19:48 +00:00
|
|
|
"fuchsia_sdk_version": "version:12.20230314.2.1",
|
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
|
|
|
|
2023-01-23 04:30:59 +00:00
|
|
|
### /third_party/ dependencies
|
|
|
|
|
|
|
|
# Prefer to use hashes of binaryen that have been reviewed & rolled into g3.
|
2023-01-24 11:50:08 +00:00
|
|
|
"binaryen_rev" : "4471b81a0a0b94c75bad6e81d0413860944ecb1f",
|
2023-01-23 04:30:59 +00:00
|
|
|
"boringssl_gen_rev": "ced85ef0a00bbca77ce5a91261a5f2ae61b1e62f",
|
|
|
|
"boringssl_rev": "87f316d7748268eb56f2dc147bd593254ae93198",
|
|
|
|
"browser-compat-data_tag": "ac8cae697014da1ff7124fba33b0b4245cc6cd1b", # v1.0.22
|
2023-02-28 21:20:27 +00:00
|
|
|
"devtools_rev": "bf15e7348d53dc83531d503be94e0c035b604984",
|
2023-03-06 10:28:33 +00:00
|
|
|
"gperftools_revision": "bf8b714bf5075d0a6f2f28504b43095e2b1e11c5",
|
2023-01-23 04:30:59 +00:00
|
|
|
"icu_rev": "81d656878ec611cb0b42d52c82e9dae93920d9ba",
|
|
|
|
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
|
2023-01-26 16:07:22 +00:00
|
|
|
"libprotobuf_rev": "24487dd1045c7f3d64a21f38a3f0c06cc4cf2edb",
|
2023-01-23 04:30:59 +00:00
|
|
|
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
|
2023-01-26 16:07:22 +00:00
|
|
|
"perfetto_rev": "b8da07095979310818f0efde2ef3c69ea70d62c5",
|
2023-01-23 04:30:59 +00:00
|
|
|
"ply_rev": "604b32590ffad5cbb82e4afef1d305512d06ae93",
|
2023-03-09 17:38:59 +00:00
|
|
|
"protobuf_gn_rev": "f872f05cb0378eef9a7a2609076929f0f35b4141",
|
2023-01-23 04:30:59 +00:00
|
|
|
"root_certificates_rev": "692f6d6488af68e0121317a9c2c9eb393eb0ee50",
|
|
|
|
"WebCore_rev": "bcb10901266c884e7b3740abc597ab95373ab55c",
|
|
|
|
"zlib_rev": "27c2f474b71d0d20764f86f60ef8b00da1a16cda",
|
2016-09-16 15:24:54 +00:00
|
|
|
|
2023-01-23 04:30:59 +00:00
|
|
|
### /third_party/pkg dependencies
|
|
|
|
# 'tools/rev_sdk_deps.dart' can rev pkg dependencies to their latest; put an
|
[deps] rev async, dartdoc, html, http, http_multi_server, source_map_stack_trace, stream_channel, test, tools, watcher, webdev, yaml, yaml_edit
Revisions updated by `dart tools/rev_sdk_deps.dart`.
async (https://github.com/dart-lang/async/compare/8deaa40..f454380):
f454380 2023-03-02 Natalie Weizenbaum Add `StreamExtensions.listenAndBuffer()` (#235)
dartdoc (https://github.com/dart-lang/dartdoc/compare/77d5994..98fa859):
98fa859c 2023-03-05 dependabot[bot] Bump cli_util from 0.3.5 to 0.4.0 (#3360)
html (https://github.com/dart-lang/html/compare/0b8025c..08643e9):
08643e9 2023-03-02 Devon Carew prep for publishing 0.15.2 (#205)
http (https://github.com/dart-lang/http/compare/1500a71..805a147):
805a147 2023-03-02 Kevin Moore Fix some spelling (#884)
5a2f036 2023-03-02 Kevin Moore Move to pkg:dart_flutter_team_lints, require Dart 2.19 (#883)
35b2cef 2023-03-02 Bahaa Fathi Yousef Corrected the spelling of "Implements" in "/http/lib/src/io_client.dart" (#871)
bb86cf3 2023-02-27 Brian Quinlan Provide access to NSURLSession.sessionDescription (#881)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/2cd5355..7bd190c):
7bd190c 2023-03-06 Kevin Moore Require Dart 2.19, enable and fix new team lints (#51)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/a60ef54..45ea368):
45ea368 2023-03-07 Kevin Moore Require Dart 2.19, use pkg:dart_flutter_team_lints (#35)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0850515..a20ccd4):
a20ccd4 2023-02-28 Kevin Moore move to pkg:dart_flutter_team_lints lints, fix code, bump min SDK (#87)
test (https://github.com/dart-lang/test/compare/1307cc5..92da93a):
92da93a8 2023-03-06 Devon Carew dogfood the new setup-dart action (#1964)
e49818ec 2023-03-01 dependabot[bot] Bump github/codeql-action from 2.2.1 to 2.2.5 (#1963)
tools (https://github.com/dart-lang/tools/compare/28b7be8..a1c3506):
a1c3506 2023-03-07 Devon Carew dogfood the new setup-dart action (#25)
fb46723 2023-03-07 Elias Yishak Update pubspec.yaml (#24)
5a72344 2023-03-06 Elias Yishak Add `DashEvent` for toggling telemetry collection + send event whenever toggled (#23)
watcher (https://github.com/dart-lang/watcher/compare/0ca6638..5968409):
5968409 2023-03-07 Kevin Moore blast_repo fixes (#139)
e8f771a 2023-03-07 Kevin Moore Require Dart 2.19, use new team lints (#138)
webdev (https://github.com/dart-lang/webdev/compare/deb801b..c007560):
c007560 2023-03-06 Elliott Brooks (she/her) [MV3 Debug Extension] Show warning when clicking on debug extension for non Dart app (#2015)
1a010dc 2023-03-06 Devon Carew dogfood the new setup-dart action (#2017)
07743a3 2023-03-06 Anna Gringauze Fix exception mapping from JS to dart (#2004)
eb63b31 2023-03-03 Elliott Brooks (she/her) Create a Dart Debug Extension issue template (#2014)
85f35d4 2023-03-01 Devon Carew update publishing automation integration (#2002)
e748045 2023-02-28 Anna Gringauze Prepare to release webdev 3.0.1 (#2000)
5355050 2023-02-27 Elliott Brooks (she/her) [MV3 Debug Extension] Ignore page reloads for detecting navigation away from app (#1994)
4e08276 2023-02-27 Anna Gringauze Prepare to release dwds 18.0.0 (#1993)
fc54d68 2023-02-27 Anna Gringauze Fix expression evaluation failures on empty scopes (#1998)
496a2b4 2023-02-27 Anna Gringauze Temporarily disable publish verification (#1996)
yaml (https://github.com/dart-lang/yaml/compare/a6d8781..1ad2f49):
1ad2f49 2023-03-01 Kevin Moore Require Dart 2.19, migrate to dart_flutter_team_lints, make associated fixes (#138)
4d369fd 2023-03-01 Kevin Moore benchmark: fix output.json (#137)
yaml_edit (https://github.com/dart-lang/yaml_edit/compare/998eea2..0668eb5):
0668eb5 2023-03-02 Jonas Finnemann Jensen Wrap recursively, prepare release (#28)
a4ff857 2023-03-01 Mohamed Ishad Update CHANGELOG.md (#37)
2fdfbdb 2023-02-28 Mohamed Ishad Fix for issue #23 (#34)
494ad7c 2023-02-25 MikiPaul fixed typo (#36)
Change-Id: I101c94575c20fca55c7440e84668413207073a32
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/287162
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-03-07 21:13:36 +00:00
|
|
|
# EOL comment after a dependency to disable this and pin it at its current
|
|
|
|
# revision.
|
2022-06-19 19:11:11 +00:00
|
|
|
|
[deps] rev args, benchmark_harness, clock, csslib, dartdoc, protobuf, shelf, tools, vector_math, webdev, yaml_edit
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/9305d5a..7a5e3b0):
7a5e3b0 2023-03-14 Devon Carew update readme; add contributing doc (#237)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/a6a0891..725534a):
725534a 2023-03-14 Kevin Moore Spelling fixes, latest lints, move to minilibs (drop parts) (#85)
clock (https://github.com/dart-lang/clock/compare/5abb481..984642e):
984642e 2023-03-15 Kevin Moore Require Dart 2.19, use and fix recommended lints (#46)
csslib (https://github.com/dart-lang/csslib/compare/b671738..d32bdd4):
d32bdd4 2023-03-14 Devon Carew refactor the package example (#170)
dartdoc (https://github.com/dart-lang/dartdoc/compare/98fa859..7fde7a4):
7fde7a4d 2023-03-13 dependabot[bot] Bump github/codeql-action from 2.2.5 to 2.2.6 (#3363)
protobuf (https://github.com/dart-lang/protobuf/compare/75bc380..b90a4c4):
b90a4c4 2023-03-16 Mahdi K. Fard Sort message constructors first. (#807)
00fd975 2023-03-15 Kevin Moore Fix formatting with latest SDK (#808)
a67bbb3 2023-03-15 dependabot[bot] Bump actions/cache from 3.2.4 to 3.2.6 (#804)
shelf (https://github.com/dart-lang/shelf/compare/e3cfe79..9a792b4):
9a792b4 2023-03-13 Kevin Moore Update format for latest v3 SDK (#340)
c8094b7 2023-03-13 Kevin Moore Update no-response.yml - once a day (#339)
tools (https://github.com/dart-lang/tools/compare/e5353aa..8d18d01):
8d18d01 2023-03-15 Elias Yishak Implement fake ga client (#37)
vector_math (https://github.com/google/vector_math.dart/compare/1e4d000..7dec984):
7dec984 2023-03-16 eoineoineoin Add operator== to Quaternion (#288)
webdev (https://github.com/dart-lang/webdev/compare/cfe9753..c2c8b17):
c2c8b17 2023-03-16 Elliott Brooks (she/her) Prepare Webdev version `3.0.2` for release (#2037)
d124fa5 2023-03-16 Elliott Brooks (she/her) Prepare extension for release (#2036)
aef715d 2023-03-15 Elliott Brooks (she/her) Prepare DWDS 18.0.1 for release (#2035)
a15fde0 2023-03-15 Anna Gringauze fix matching record types (#2032)
05031da 2023-03-14 Anna Gringauze Update build_daemon constraint and log errors (#2029)
49013b8 2023-03-09 Elliott Brooks (she/her) [MV3 Debug Extension] Fix authentication issue for the Dart Debug Extension (#2026)
c8d4439 2023-03-09 Elliott Brooks (she/her) Support `Set` inspection in DWDS (#2024)
442639d 2023-03-08 Elliott Brooks (she/her) Handle unexpected extension debugger disconnection events without crashing app (#2021)
yaml_edit (https://github.com/dart-lang/yaml_edit/compare/6abc42a..fbc5cb3):
fbc5cb3 2023-03-09 Kevin Moore Require Dart 2.19, update to latest lints
c9e82f0 2023-03-09 Mohamed Ishad Fix YamlEditor.update method leaving trailing spaces at eol (#42)
Change-Id: Icf15fc0ffd3ee36e0380751d18fd491de071040e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/289881
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-03-20 17:45:37 +00:00
|
|
|
"args_rev": "7a5e3b07c882d300a570031df8a45f8a0b067053",
|
[deps] rev async, dartdoc, html, http, http_multi_server, source_map_stack_trace, stream_channel, test, tools, watcher, webdev, yaml, yaml_edit
Revisions updated by `dart tools/rev_sdk_deps.dart`.
async (https://github.com/dart-lang/async/compare/8deaa40..f454380):
f454380 2023-03-02 Natalie Weizenbaum Add `StreamExtensions.listenAndBuffer()` (#235)
dartdoc (https://github.com/dart-lang/dartdoc/compare/77d5994..98fa859):
98fa859c 2023-03-05 dependabot[bot] Bump cli_util from 0.3.5 to 0.4.0 (#3360)
html (https://github.com/dart-lang/html/compare/0b8025c..08643e9):
08643e9 2023-03-02 Devon Carew prep for publishing 0.15.2 (#205)
http (https://github.com/dart-lang/http/compare/1500a71..805a147):
805a147 2023-03-02 Kevin Moore Fix some spelling (#884)
5a2f036 2023-03-02 Kevin Moore Move to pkg:dart_flutter_team_lints, require Dart 2.19 (#883)
35b2cef 2023-03-02 Bahaa Fathi Yousef Corrected the spelling of "Implements" in "/http/lib/src/io_client.dart" (#871)
bb86cf3 2023-02-27 Brian Quinlan Provide access to NSURLSession.sessionDescription (#881)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/2cd5355..7bd190c):
7bd190c 2023-03-06 Kevin Moore Require Dart 2.19, enable and fix new team lints (#51)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/a60ef54..45ea368):
45ea368 2023-03-07 Kevin Moore Require Dart 2.19, use pkg:dart_flutter_team_lints (#35)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0850515..a20ccd4):
a20ccd4 2023-02-28 Kevin Moore move to pkg:dart_flutter_team_lints lints, fix code, bump min SDK (#87)
test (https://github.com/dart-lang/test/compare/1307cc5..92da93a):
92da93a8 2023-03-06 Devon Carew dogfood the new setup-dart action (#1964)
e49818ec 2023-03-01 dependabot[bot] Bump github/codeql-action from 2.2.1 to 2.2.5 (#1963)
tools (https://github.com/dart-lang/tools/compare/28b7be8..a1c3506):
a1c3506 2023-03-07 Devon Carew dogfood the new setup-dart action (#25)
fb46723 2023-03-07 Elias Yishak Update pubspec.yaml (#24)
5a72344 2023-03-06 Elias Yishak Add `DashEvent` for toggling telemetry collection + send event whenever toggled (#23)
watcher (https://github.com/dart-lang/watcher/compare/0ca6638..5968409):
5968409 2023-03-07 Kevin Moore blast_repo fixes (#139)
e8f771a 2023-03-07 Kevin Moore Require Dart 2.19, use new team lints (#138)
webdev (https://github.com/dart-lang/webdev/compare/deb801b..c007560):
c007560 2023-03-06 Elliott Brooks (she/her) [MV3 Debug Extension] Show warning when clicking on debug extension for non Dart app (#2015)
1a010dc 2023-03-06 Devon Carew dogfood the new setup-dart action (#2017)
07743a3 2023-03-06 Anna Gringauze Fix exception mapping from JS to dart (#2004)
eb63b31 2023-03-03 Elliott Brooks (she/her) Create a Dart Debug Extension issue template (#2014)
85f35d4 2023-03-01 Devon Carew update publishing automation integration (#2002)
e748045 2023-02-28 Anna Gringauze Prepare to release webdev 3.0.1 (#2000)
5355050 2023-02-27 Elliott Brooks (she/her) [MV3 Debug Extension] Ignore page reloads for detecting navigation away from app (#1994)
4e08276 2023-02-27 Anna Gringauze Prepare to release dwds 18.0.0 (#1993)
fc54d68 2023-02-27 Anna Gringauze Fix expression evaluation failures on empty scopes (#1998)
496a2b4 2023-02-27 Anna Gringauze Temporarily disable publish verification (#1996)
yaml (https://github.com/dart-lang/yaml/compare/a6d8781..1ad2f49):
1ad2f49 2023-03-01 Kevin Moore Require Dart 2.19, migrate to dart_flutter_team_lints, make associated fixes (#138)
4d369fd 2023-03-01 Kevin Moore benchmark: fix output.json (#137)
yaml_edit (https://github.com/dart-lang/yaml_edit/compare/998eea2..0668eb5):
0668eb5 2023-03-02 Jonas Finnemann Jensen Wrap recursively, prepare release (#28)
a4ff857 2023-03-01 Mohamed Ishad Update CHANGELOG.md (#37)
2fdfbdb 2023-02-28 Mohamed Ishad Fix for issue #23 (#34)
494ad7c 2023-02-25 MikiPaul fixed typo (#36)
Change-Id: I101c94575c20fca55c7440e84668413207073a32
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/287162
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-03-07 21:13:36 +00:00
|
|
|
"async_rev": "f454380c2691728530e0b2421af7676a9621481b",
|
[deps] rev args, bazel_worker, benchmark_harness, dartdoc, glob, http, http_parser, pub_semver, shelf, term_glyph, test, typed_data, webdev
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/bd3ac85..b08471e):
b08471e 2023-02-09 Sigurd Meldgaard Suggest command based on aliases (#235)
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/1124692..53871c5):
53871c5 2023-02-09 Kevin Moore Migrate to dart_flutter_team_lints, cleanup (#69)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/b1efcf7..a6a0891):
a6a0891 2023-02-09 Kevin Moore Require Dart 2.19, update lints to dart_flutter_team_lints (#84)
dartdoc (https://github.com/dart-lang/dartdoc/compare/494a6be..3931595):
39315954 2023-02-13 Devon Carew enable additional lints (#3336)
a52639e7 2023-02-10 Sam Rawlins Use markdown 7 (#3332)
glob (https://github.com/dart-lang/glob/compare/a828420..f378dc8):
f378dc8 2023-02-13 Kevin Moore Update to dart_flutter_team_lints, also cleaned up markdown (#71)
http (https://github.com/dart-lang/http/compare/8386923..f4b365e):
f4b365e 2023-02-07 Sigurd Meldgaard Remove dependency on package:path (#865)
http_parser (https://github.com/dart-lang/http_parser/compare/1c0c17a..b3b283b):
b3b283b 2023-02-08 Kevin Moore Bump min SDK to 2.17 (#69)
pub_semver (https://github.com/dart-lang/pub_semver/compare/e9c600c..c0e6ea7):
c0e6ea7 2023-02-12 Devon Carew Update CHANGELOG.md (#81)
0d62000 2023-02-12 Kevin Moore Fix new type error, use dart_flutter_team_lints (#80)
shelf (https://github.com/dart-lang/shelf/compare/9d1fb8a..707c8b2):
707c8b2 2023-02-07 Kevin Moore move to pkg:dart_flutter_team_lints (#330)
term_glyph (https://github.com/dart-lang/term_glyph/compare/520784d..d275a8f):
d275a8f 2023-02-12 Kevin Moore Fix CI, update lints (#34)
test (https://github.com/dart-lang/test/compare/da7c667..b5e70db):
b5e70db5 2023-02-10 Jacob MacDonald Add notes about versioning and publishing to CONTRIBUTING.md (#1929)
2773daa6 2023-02-09 Jacob MacDonald update changelog version in test to use ## (#1926)
9e3072e1 2023-02-09 Danny Tuppeny Handle absolute paths on Windows (#1923)
07380027 2023-02-09 Nicholas Shahan Fix typo in migration doc (#1924)
f49fc16a 2023-02-09 Kevin Moore Add auto-publish configuration (#1922)
5bf28959 2023-02-08 Nate Bosch Add link to file issue on README (#1921)
ef81f471 2023-02-08 Nate Bosch Fix directory name for issue templates (#1920)
f3bfda9d 2023-02-08 Nate Bosch Add issue templates (#1919)
a80f4fd0 2023-02-08 Devon Carew Refactor top level and package README files (#1918)
0f4558fe 2023-02-07 Nate Bosch Prepare to publish test_core and test (#1917)
39f498c8 2023-02-06 Nate Bosch Minor readme improvements (#1913)
2cb07a3f 2023-02-06 Nate Bosch Rename matches to matchesPattern, accept Pattern (#1907)
ba6fb1c9 2023-02-06 Jacob MacDonald Support running tests by absolute file: uri (#1893)
ffeaec66 2023-02-06 Nate Bosch Take Condition for async nesting expectations (#1896)
cdd8c395 2023-02-06 Daniel Chevalier update vm_service to support 11.0.0 (#1910)
f2d97bf2 2023-02-06 Nate Bosch Expand the doc comment for Context (#1902)
typed_data (https://github.com/dart-lang/typed_data/compare/6fbbd95..f858046):
f858046 2023-02-12 Kevin Moore fix ci, update analysis options (#61)
webdev (https://github.com/dart-lang/webdev/compare/6255c85..0bae2be):
0bae2be 2023-02-10 Elliott Brooks (she/her) Fix lifeline connection logic (#1952)
4a41cf9 2023-02-10 Anna Gringauze Support records (#1919)
d6229e3 2023-02-09 Anna Gringauze Fix failure on getting a list with out of range offset (#1947)
f1b15e8 2023-02-09 Anna Gringauze Fix incorrect list element count (#1944)
fff4865 2023-02-09 Elliott Brooks (she/her) Add missing IDs to inspector panel (#1946)
47287e3 2023-02-08 Elliott Brooks (she/her) [MV3 Debug Extension] Extension sets the `ide` query parameter for the DevTools URI (#1943)
1136d51 2023-02-08 Elliott Brooks (she/her) Catch exceptions in unawaited `Futures` (#1938)
2cad786 2023-02-07 Anna Gringauze Cleanup getObject logic for handling offsets and counts (#1936)
b399e94 2023-02-06 Elliott Brooks (she/her) Pull out `dart:io`-dependent functions from`/src/utilities/shared.dart` into
`/src/utilities/server.dart` (#1942)
Change-Id: I64bdc5485665ca4c13a331ae7a6c77b1cd3208d8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/282802
Commit-Queue: Devon Carew <devoncarew@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-02-13 20:15:10 +00:00
|
|
|
"bazel_worker_rev": "53871c5fe36438b734a0f75c91055e75111a7210",
|
[deps] rev args, benchmark_harness, clock, csslib, dartdoc, protobuf, shelf, tools, vector_math, webdev, yaml_edit
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/9305d5a..7a5e3b0):
7a5e3b0 2023-03-14 Devon Carew update readme; add contributing doc (#237)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/a6a0891..725534a):
725534a 2023-03-14 Kevin Moore Spelling fixes, latest lints, move to minilibs (drop parts) (#85)
clock (https://github.com/dart-lang/clock/compare/5abb481..984642e):
984642e 2023-03-15 Kevin Moore Require Dart 2.19, use and fix recommended lints (#46)
csslib (https://github.com/dart-lang/csslib/compare/b671738..d32bdd4):
d32bdd4 2023-03-14 Devon Carew refactor the package example (#170)
dartdoc (https://github.com/dart-lang/dartdoc/compare/98fa859..7fde7a4):
7fde7a4d 2023-03-13 dependabot[bot] Bump github/codeql-action from 2.2.5 to 2.2.6 (#3363)
protobuf (https://github.com/dart-lang/protobuf/compare/75bc380..b90a4c4):
b90a4c4 2023-03-16 Mahdi K. Fard Sort message constructors first. (#807)
00fd975 2023-03-15 Kevin Moore Fix formatting with latest SDK (#808)
a67bbb3 2023-03-15 dependabot[bot] Bump actions/cache from 3.2.4 to 3.2.6 (#804)
shelf (https://github.com/dart-lang/shelf/compare/e3cfe79..9a792b4):
9a792b4 2023-03-13 Kevin Moore Update format for latest v3 SDK (#340)
c8094b7 2023-03-13 Kevin Moore Update no-response.yml - once a day (#339)
tools (https://github.com/dart-lang/tools/compare/e5353aa..8d18d01):
8d18d01 2023-03-15 Elias Yishak Implement fake ga client (#37)
vector_math (https://github.com/google/vector_math.dart/compare/1e4d000..7dec984):
7dec984 2023-03-16 eoineoineoin Add operator== to Quaternion (#288)
webdev (https://github.com/dart-lang/webdev/compare/cfe9753..c2c8b17):
c2c8b17 2023-03-16 Elliott Brooks (she/her) Prepare Webdev version `3.0.2` for release (#2037)
d124fa5 2023-03-16 Elliott Brooks (she/her) Prepare extension for release (#2036)
aef715d 2023-03-15 Elliott Brooks (she/her) Prepare DWDS 18.0.1 for release (#2035)
a15fde0 2023-03-15 Anna Gringauze fix matching record types (#2032)
05031da 2023-03-14 Anna Gringauze Update build_daemon constraint and log errors (#2029)
49013b8 2023-03-09 Elliott Brooks (she/her) [MV3 Debug Extension] Fix authentication issue for the Dart Debug Extension (#2026)
c8d4439 2023-03-09 Elliott Brooks (she/her) Support `Set` inspection in DWDS (#2024)
442639d 2023-03-08 Elliott Brooks (she/her) Handle unexpected extension debugger disconnection events without crashing app (#2021)
yaml_edit (https://github.com/dart-lang/yaml_edit/compare/6abc42a..fbc5cb3):
fbc5cb3 2023-03-09 Kevin Moore Require Dart 2.19, update to latest lints
c9e82f0 2023-03-09 Mohamed Ishad Fix YamlEditor.update method leaving trailing spaces at eol (#42)
Change-Id: Icf15fc0ffd3ee36e0380751d18fd491de071040e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/289881
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-03-20 17:45:37 +00:00
|
|
|
"benchmark_harness_rev": "725534a08c321536a805049e27a32e2b5e6ce1af",
|
[deps] rev args_rev, async_rev, bazel_worker_rev, benchmark_harness_rev, boolean_selector_rev, browser_launcher_rev, characters_rev, cli_util_rev, clock_rev, collection_rev, convert_rev, crypto_rev, csslib_rev
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/a23ea85..bd3ac85):
bd3ac85 2023-02-01 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#234)
86dacb3 2023-02-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#233)
async (https://github.com/dart-lang/async/compare/f700e9a..8deaa40):
8deaa40 2023-02-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#234)
b28604f 2023-02-01 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#233)
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/b35c25e..1124692):
1124692 2023-02-01 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#67)
1e57757 2023-02-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#68)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/76881df..b1efcf7):
b1efcf7 2023-02-02 Devon Carew add a publishing workflow action to dart-lang/benchmark_harness (#81)
4e0c4e8 2023-02-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#83)
010ea89 2023-02-01 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#82)
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/ba7d86b..16e6ad3):
16e6ad3 2023-01-31 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#42)
c8874cc 2023-01-31 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#43)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/f2f01e4..bc2dc4e):
bc2dc4e 2023-01-31 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#38)
00a57fa 2023-01-31 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#39)
characters (https://github.com/dart-lang/characters/compare/4526aa8..29f3a3e):
29f3a3e 2023-02-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#73)
6516030 2023-02-01 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#74)
cli_util (https://github.com/dart-lang/cli_util/compare/32bc077..fd38b5f):
fd38b5f 2023-01-31 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#74)
166fbac 2023-01-31 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#75)
clock (https://github.com/dart-lang/clock/compare/65e8a13..5abb481):
5abb481 2023-02-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#43)
11b18ed 2023-02-01 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#44)
collection (https://github.com/dart-lang/collection/compare/a566328..0d0e184):
0d0e184 2023-02-01 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#268)
d0897af 2023-02-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#269)
convert (https://github.com/dart-lang/convert/compare/20d136c..83886e3):
83886e3 2023-02-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#75)
a522506 2023-01-31 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#74)
crypto (https://github.com/dart-lang/crypto/compare/f854f2f..03eb2c9):
03eb2c9 2023-01-31 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#139)
b6d6b33 2023-01-31 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#140)
csslib (https://github.com/dart-lang/csslib/compare/f33d632..e6c8308):
e6c8308 2023-01-31 Devon Carew fix the reported span for expressions (#167)
a190358 2023-01-31 Devon Carew add a repro for #136 (#160)
fa3e221 2023-01-31 Devon Carew correct the logic in isPredefinedName (#166)
Change-Id: I68bc236d4e0b5c31b5d629f2b89f82f56d30a28e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/281260
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2023-02-06 22:31:48 +00:00
|
|
|
"boolean_selector_rev": "16e6ad3c8000e08a7f1c213aef2a692d872a16c7",
|
|
|
|
"browser_launcher_rev": "bc2dc4ef53a6619032e9f01450848e9ed40a9437",
|
[deps] rev args, characters, dartdoc, ffi, http, markdown, mockito, path, pool, source_maps, test, tools, webdev
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/b08471e..9305d5a):
9305d5a 2023-02-15 Naoto Kaneko Update README.md (#236)
characters (https://github.com/dart-lang/characters/compare/29f3a3e..3281cc7):
3281cc7 2023-02-16 Devon Carew blast_repo fixes (#75)
dartdoc (https://github.com/dart-lang/dartdoc/compare/3931595..dba6f94):
dba6f946 2023-02-16 Janice Collins Preserve type aliases for records in output (#3340)
96e61903 2023-02-16 Sam Rawlins Remove unused additionalOptions parameter, other little refactorings (#3339)
f64290e1 2023-02-13 Devon Carew remove an unused css attribute (#3335)
c055526a 2023-02-13 Devon Carew fix an issue where we created a temporary directory when performing a dry run (#3334)
1f6c8db5 2023-02-13 dependabot[bot] Bump github/codeql-action from 2.2.1 to 2.2.4 (#3337)
f1fa0efc 2023-02-13 dependabot[bot] Bump actions/cache from 3.2.4 to 3.2.5 (#3338)
ffi (https://github.com/dart-lang/ffi/compare/69d7596..32f5eef):
32f5eef 2023-02-20 Daco Harkes Bump SDK constraint to 4.0.0 (#185)
http (https://github.com/dart-lang/http/compare/f4b365e..c13a3f8):
c13a3f8 2023-02-17 Alex Li ✨ Add Cronet embedded tool (#853)
markdown (https://github.com/dart-lang/markdown/compare/f51c24c..4befe66):
4befe66 2023-02-16 Zhiguang Chen Do not generate heading IDs for headings with no content in `HeaderWithIdSyntax` (#522)
cae08af 2023-02-15 Kevin Moore Prepare to release v7.0.1 (#520)
bdbaf76 2023-02-15 Zhiguang Chen Remove lookarounds from autolink extension patterns (#519)
eb09fac 2023-02-14 Kevin Moore Move to pkg:dart_flutter_team_lints (#518)
51a6389 2023-02-15 Zhiguang Chen Add line endings to HTML blocks (#512)
a4cd7a0 2023-02-14 Kevin Moore Label tests that only run on the VM: allows running tests with browser (#516)
6788042 2023-02-14 Kevin Moore CI: add publish and response workflows (#517)
mockito (https://github.com/dart-lang/mockito/compare/d2a8df1..ed5bd84):
ed5bd84 2023-01-09 Ross Wang Relax mixin criteria
781752c 2023-02-13 Sam Rawlins Change `void` to `dynamic` when overriding method arguments
71e41b9 2023-02-10 Sam Rawlins Add `ignore_for_file: use_of_void_result`
d5a25f8 2023-02-08 Sam Rawlins Fix violations of `unnecessary_parenthesis` lint
path (https://github.com/dart-lang/path/compare/a95f1e9..24b58a2):
24b58a2 2023-02-20 Kevin Moore Move to team lints, require Dart 2.19 (#138)
8ec8ca0 2023-02-18 Kevin Moore blast_repo fixes (#137)
pool (https://github.com/dart-lang/pool/compare/51f1131..694cfd8):
694cfd8 2023-02-20 Kevin Moore move to package:dart_flutter_team_lints, require Dart 2.19 (#65)
40bf2af 2023-02-20 Kevin Moore blast_repo fixes (#64)
source_maps (https://github.com/dart-lang/source_maps/compare/cf44db3..a112e98):
a112e98 2023-02-16 Devon Carew configure publishing automation (#74)
test (https://github.com/dart-lang/test/compare/b5e70db..e56c643):
e56c6439 2023-02-17 Jacob MacDonald Add exe compiler, supports running tests compiled to native executables (#1941)
f80dfa00 2023-02-16 Nate Bosch Add note about why we are replacing matcher (#1940)
732ae1de 2023-02-15 Nate Bosch Add `because` usage in examples (#1939)
f6df9756 2023-02-15 Jacob MacDonald Fix typo in readme (#1937)
aca53419 2023-02-14 Nate Bosch Add a caret constraint for matcher (#1927)
f7f3a019 2023-02-14 Jacob MacDonald use test_api/backend.dart instead of test_core/backend.dart (#1936)
de40c1c0 2023-02-14 Jacob MacDonald Add support for `--compiler` flag (#1903)
1f42db8c 2023-02-13 Devon Carew updates to package:checks docs (#1933)
tools (https://github.com/dart-lang/tools/compare/48a544b..a53933c):
a53933c 2023-02-17 Elias Yishak [package:dash_analytics] Tests for conforming to GA4 Measurement Protocol limitations (#9)
c54430b 2023-02-17 Devon Carew add some clarification to the top-level readme (#8)
webdev (https://github.com/dart-lang/webdev/compare/0bae2be..ae7eb80):
ae7eb80 2023-02-17 Anna Gringauze Add tests for object inspection (#1973)
7d80a2c 2023-02-17 Elliott Brooks (she/her) Ignore offset / count if an instance has no `length` (#1972)
cd66172 2023-02-17 Elliott Brooks (she/her) [MV3 Debug Extension] User can reload app and continue to debug (#1968)
8b7f9d3 2023-02-16 Anna Gringauze Re-enable weak webdev tests (#1960)
83d8e47 2023-02-16 Elliott Brooks (she/her) [MV3 Debug Extension] Variables in panel.dart should be private (#1969)
4e85e74 2023-02-16 Elliott Brooks (she/her) [MV3 Debug Extension] The new debug extension can be run on Manifest V3 or Manifest V2 (#1966)
3982f5f 2023-02-15 Elliott Brooks (she/her) [MV3 Debug Extension] Clean up tests in preparation for supporting compiling to MV2 (#1964)
3ad544e 2023-02-15 Elliott Brooks (she/her) [MV3 Debug Extension] Remove isMV3Extension field from DevtoolsRequest (#1963)
c77043e 2023-02-14 Elliott Brooks (she/her) [MV3 Debug Extension] Fix isDevMode getter (#1962)
a761125 2023-02-14 Elliott Brooks (she/her) [MV3 Debug Extension] Print `console` messages on test failure (#1961)
41e92be 2023-02-14 Anna Gringauze Create test_common package (#1945)
443f820 2023-02-14 Anna Gringauze Re-enable skipped reload test (#1958)
a7bc3fc 2023-02-14 Anna Gringauze Make dart-uri-file-uri test use sound null safety (#1959)
464a8eb 2023-02-14 Elliott Brooks (she/her) [MV3 Debug Extension] Compile extension with Dart instead of shell script (#1954)
7cf8fe2 2023-02-13 Anna Gringauze Fix asset handler tests (#1956)
c371ad7 2023-02-13 Anna Gringauze Fix chrome_proxy_service tests broken after switch to null safety by default (#1957)
d6ec127 2023-02-13 Anna Gringauze Move test-only code from the SdkLayout (#1955)
35fa34b 2023-02-13 Elliott Brooks (she/her) [MV3 Debug Extension] Update Chrome APIs to be backwards compatible with MV2 (#1951)
Change-Id: I4250594d0fa775d07cb3a0f8594e634552de452b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/284240
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-02-20 20:09:45 +00:00
|
|
|
"characters_rev": "3281cc7b76731de06dcbafa95516681710ba8d5e",
|
2023-03-03 17:53:17 +00:00
|
|
|
"cli_util_rev": "91747f7dd9bdf2457f081d3cf035de5672dd4a02",
|
[deps] rev args, benchmark_harness, clock, csslib, dartdoc, protobuf, shelf, tools, vector_math, webdev, yaml_edit
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/9305d5a..7a5e3b0):
7a5e3b0 2023-03-14 Devon Carew update readme; add contributing doc (#237)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/a6a0891..725534a):
725534a 2023-03-14 Kevin Moore Spelling fixes, latest lints, move to minilibs (drop parts) (#85)
clock (https://github.com/dart-lang/clock/compare/5abb481..984642e):
984642e 2023-03-15 Kevin Moore Require Dart 2.19, use and fix recommended lints (#46)
csslib (https://github.com/dart-lang/csslib/compare/b671738..d32bdd4):
d32bdd4 2023-03-14 Devon Carew refactor the package example (#170)
dartdoc (https://github.com/dart-lang/dartdoc/compare/98fa859..7fde7a4):
7fde7a4d 2023-03-13 dependabot[bot] Bump github/codeql-action from 2.2.5 to 2.2.6 (#3363)
protobuf (https://github.com/dart-lang/protobuf/compare/75bc380..b90a4c4):
b90a4c4 2023-03-16 Mahdi K. Fard Sort message constructors first. (#807)
00fd975 2023-03-15 Kevin Moore Fix formatting with latest SDK (#808)
a67bbb3 2023-03-15 dependabot[bot] Bump actions/cache from 3.2.4 to 3.2.6 (#804)
shelf (https://github.com/dart-lang/shelf/compare/e3cfe79..9a792b4):
9a792b4 2023-03-13 Kevin Moore Update format for latest v3 SDK (#340)
c8094b7 2023-03-13 Kevin Moore Update no-response.yml - once a day (#339)
tools (https://github.com/dart-lang/tools/compare/e5353aa..8d18d01):
8d18d01 2023-03-15 Elias Yishak Implement fake ga client (#37)
vector_math (https://github.com/google/vector_math.dart/compare/1e4d000..7dec984):
7dec984 2023-03-16 eoineoineoin Add operator== to Quaternion (#288)
webdev (https://github.com/dart-lang/webdev/compare/cfe9753..c2c8b17):
c2c8b17 2023-03-16 Elliott Brooks (she/her) Prepare Webdev version `3.0.2` for release (#2037)
d124fa5 2023-03-16 Elliott Brooks (she/her) Prepare extension for release (#2036)
aef715d 2023-03-15 Elliott Brooks (she/her) Prepare DWDS 18.0.1 for release (#2035)
a15fde0 2023-03-15 Anna Gringauze fix matching record types (#2032)
05031da 2023-03-14 Anna Gringauze Update build_daemon constraint and log errors (#2029)
49013b8 2023-03-09 Elliott Brooks (she/her) [MV3 Debug Extension] Fix authentication issue for the Dart Debug Extension (#2026)
c8d4439 2023-03-09 Elliott Brooks (she/her) Support `Set` inspection in DWDS (#2024)
442639d 2023-03-08 Elliott Brooks (she/her) Handle unexpected extension debugger disconnection events without crashing app (#2021)
yaml_edit (https://github.com/dart-lang/yaml_edit/compare/6abc42a..fbc5cb3):
fbc5cb3 2023-03-09 Kevin Moore Require Dart 2.19, update to latest lints
c9e82f0 2023-03-09 Mohamed Ishad Fix YamlEditor.update method leaving trailing spaces at eol (#42)
Change-Id: Icf15fc0ffd3ee36e0380751d18fd491de071040e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/289881
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-03-20 17:45:37 +00:00
|
|
|
"clock_rev": "984642ee406e951e398ae5e47671383990da1c98",
|
[deps] rev args_rev, async_rev, bazel_worker_rev, benchmark_harness_rev, boolean_selector_rev, browser_launcher_rev, characters_rev, cli_util_rev, clock_rev, collection_rev, convert_rev, crypto_rev, csslib_rev
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/a23ea85..bd3ac85):
bd3ac85 2023-02-01 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#234)
86dacb3 2023-02-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#233)
async (https://github.com/dart-lang/async/compare/f700e9a..8deaa40):
8deaa40 2023-02-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#234)
b28604f 2023-02-01 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#233)
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/b35c25e..1124692):
1124692 2023-02-01 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#67)
1e57757 2023-02-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#68)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/76881df..b1efcf7):
b1efcf7 2023-02-02 Devon Carew add a publishing workflow action to dart-lang/benchmark_harness (#81)
4e0c4e8 2023-02-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#83)
010ea89 2023-02-01 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#82)
boolean_selector (https://github.com/dart-lang/boolean_selector/compare/ba7d86b..16e6ad3):
16e6ad3 2023-01-31 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#42)
c8874cc 2023-01-31 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#43)
browser_launcher (https://github.com/dart-lang/browser_launcher/compare/f2f01e4..bc2dc4e):
bc2dc4e 2023-01-31 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#38)
00a57fa 2023-01-31 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#39)
characters (https://github.com/dart-lang/characters/compare/4526aa8..29f3a3e):
29f3a3e 2023-02-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#73)
6516030 2023-02-01 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#74)
cli_util (https://github.com/dart-lang/cli_util/compare/32bc077..fd38b5f):
fd38b5f 2023-01-31 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#74)
166fbac 2023-01-31 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#75)
clock (https://github.com/dart-lang/clock/compare/65e8a13..5abb481):
5abb481 2023-02-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#43)
11b18ed 2023-02-01 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#44)
collection (https://github.com/dart-lang/collection/compare/a566328..0d0e184):
0d0e184 2023-02-01 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#268)
d0897af 2023-02-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#269)
convert (https://github.com/dart-lang/convert/compare/20d136c..83886e3):
83886e3 2023-02-01 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#75)
a522506 2023-01-31 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#74)
crypto (https://github.com/dart-lang/crypto/compare/f854f2f..03eb2c9):
03eb2c9 2023-01-31 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#139)
b6d6b33 2023-01-31 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#140)
csslib (https://github.com/dart-lang/csslib/compare/f33d632..e6c8308):
e6c8308 2023-01-31 Devon Carew fix the reported span for expressions (#167)
a190358 2023-01-31 Devon Carew add a repro for #136 (#160)
fa3e221 2023-01-31 Devon Carew correct the logic in isPredefinedName (#166)
Change-Id: I68bc236d4e0b5c31b5d629f2b89f82f56d30a28e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/281260
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2023-02-06 22:31:48 +00:00
|
|
|
"collection_rev": "0d0e184a5f70ca4e23dab23df686127ec40bfb11",
|
|
|
|
"convert_rev": "83886e3fd895211a98e49b7595a92796fa216641",
|
2023-02-27 21:07:29 +00:00
|
|
|
"crypto_rev": "9efb888e9b06489bd7c861b1d01f4c4eebb05b60",
|
[deps] rev args, benchmark_harness, clock, csslib, dartdoc, protobuf, shelf, tools, vector_math, webdev, yaml_edit
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/9305d5a..7a5e3b0):
7a5e3b0 2023-03-14 Devon Carew update readme; add contributing doc (#237)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/a6a0891..725534a):
725534a 2023-03-14 Kevin Moore Spelling fixes, latest lints, move to minilibs (drop parts) (#85)
clock (https://github.com/dart-lang/clock/compare/5abb481..984642e):
984642e 2023-03-15 Kevin Moore Require Dart 2.19, use and fix recommended lints (#46)
csslib (https://github.com/dart-lang/csslib/compare/b671738..d32bdd4):
d32bdd4 2023-03-14 Devon Carew refactor the package example (#170)
dartdoc (https://github.com/dart-lang/dartdoc/compare/98fa859..7fde7a4):
7fde7a4d 2023-03-13 dependabot[bot] Bump github/codeql-action from 2.2.5 to 2.2.6 (#3363)
protobuf (https://github.com/dart-lang/protobuf/compare/75bc380..b90a4c4):
b90a4c4 2023-03-16 Mahdi K. Fard Sort message constructors first. (#807)
00fd975 2023-03-15 Kevin Moore Fix formatting with latest SDK (#808)
a67bbb3 2023-03-15 dependabot[bot] Bump actions/cache from 3.2.4 to 3.2.6 (#804)
shelf (https://github.com/dart-lang/shelf/compare/e3cfe79..9a792b4):
9a792b4 2023-03-13 Kevin Moore Update format for latest v3 SDK (#340)
c8094b7 2023-03-13 Kevin Moore Update no-response.yml - once a day (#339)
tools (https://github.com/dart-lang/tools/compare/e5353aa..8d18d01):
8d18d01 2023-03-15 Elias Yishak Implement fake ga client (#37)
vector_math (https://github.com/google/vector_math.dart/compare/1e4d000..7dec984):
7dec984 2023-03-16 eoineoineoin Add operator== to Quaternion (#288)
webdev (https://github.com/dart-lang/webdev/compare/cfe9753..c2c8b17):
c2c8b17 2023-03-16 Elliott Brooks (she/her) Prepare Webdev version `3.0.2` for release (#2037)
d124fa5 2023-03-16 Elliott Brooks (she/her) Prepare extension for release (#2036)
aef715d 2023-03-15 Elliott Brooks (she/her) Prepare DWDS 18.0.1 for release (#2035)
a15fde0 2023-03-15 Anna Gringauze fix matching record types (#2032)
05031da 2023-03-14 Anna Gringauze Update build_daemon constraint and log errors (#2029)
49013b8 2023-03-09 Elliott Brooks (she/her) [MV3 Debug Extension] Fix authentication issue for the Dart Debug Extension (#2026)
c8d4439 2023-03-09 Elliott Brooks (she/her) Support `Set` inspection in DWDS (#2024)
442639d 2023-03-08 Elliott Brooks (she/her) Handle unexpected extension debugger disconnection events without crashing app (#2021)
yaml_edit (https://github.com/dart-lang/yaml_edit/compare/6abc42a..fbc5cb3):
fbc5cb3 2023-03-09 Kevin Moore Require Dart 2.19, update to latest lints
c9e82f0 2023-03-09 Mohamed Ishad Fix YamlEditor.update method leaving trailing spaces at eol (#42)
Change-Id: Icf15fc0ffd3ee36e0380751d18fd491de071040e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/289881
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-03-20 17:45:37 +00:00
|
|
|
"csslib_rev": "d32bdd49026e66c139b37244e0eb2f098ae4cc22",
|
2019-04-02 11:43:18 +00:00
|
|
|
# Note: Updates to dart_style have to be coordinated with the infrastructure
|
2021-10-04 18:33:47 +00:00
|
|
|
# team so that the internal formatter `tools/sdks/dart-sdk/bin/dart format`
|
2022-04-18 16:34:46 +00:00
|
|
|
# matches the version here. Please follow this process to make updates:
|
2017-07-18 19:51:37 +00:00
|
|
|
#
|
2022-04-18 16:34:46 +00:00
|
|
|
# * Create a commit that updates the version here to the desired version and
|
|
|
|
# adds any appropriate CHANGELOG text.
|
|
|
|
# * Send that to eng-prod to review. They will update the checked-in SDK
|
|
|
|
# and land the review.
|
2019-04-02 11:43:18 +00:00
|
|
|
#
|
2022-04-18 16:34:46 +00:00
|
|
|
# For more details, see https://github.com/dart-lang/sdk/issues/30164.
|
2023-03-21 19:05:06 +00:00
|
|
|
"dart_style_rev": "568333db2650e77c0f96ebc77969c9469cf514f0", # disable rev_sdk_deps.dart
|
2023-03-24 20:19:20 +00:00
|
|
|
"dartdoc_rev": "0746cdae534decbf3763ca460024f392a079d1c2",
|
[deps] rev args, characters, dartdoc, ffi, http, markdown, mockito, path, pool, source_maps, test, tools, webdev
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/b08471e..9305d5a):
9305d5a 2023-02-15 Naoto Kaneko Update README.md (#236)
characters (https://github.com/dart-lang/characters/compare/29f3a3e..3281cc7):
3281cc7 2023-02-16 Devon Carew blast_repo fixes (#75)
dartdoc (https://github.com/dart-lang/dartdoc/compare/3931595..dba6f94):
dba6f946 2023-02-16 Janice Collins Preserve type aliases for records in output (#3340)
96e61903 2023-02-16 Sam Rawlins Remove unused additionalOptions parameter, other little refactorings (#3339)
f64290e1 2023-02-13 Devon Carew remove an unused css attribute (#3335)
c055526a 2023-02-13 Devon Carew fix an issue where we created a temporary directory when performing a dry run (#3334)
1f6c8db5 2023-02-13 dependabot[bot] Bump github/codeql-action from 2.2.1 to 2.2.4 (#3337)
f1fa0efc 2023-02-13 dependabot[bot] Bump actions/cache from 3.2.4 to 3.2.5 (#3338)
ffi (https://github.com/dart-lang/ffi/compare/69d7596..32f5eef):
32f5eef 2023-02-20 Daco Harkes Bump SDK constraint to 4.0.0 (#185)
http (https://github.com/dart-lang/http/compare/f4b365e..c13a3f8):
c13a3f8 2023-02-17 Alex Li ✨ Add Cronet embedded tool (#853)
markdown (https://github.com/dart-lang/markdown/compare/f51c24c..4befe66):
4befe66 2023-02-16 Zhiguang Chen Do not generate heading IDs for headings with no content in `HeaderWithIdSyntax` (#522)
cae08af 2023-02-15 Kevin Moore Prepare to release v7.0.1 (#520)
bdbaf76 2023-02-15 Zhiguang Chen Remove lookarounds from autolink extension patterns (#519)
eb09fac 2023-02-14 Kevin Moore Move to pkg:dart_flutter_team_lints (#518)
51a6389 2023-02-15 Zhiguang Chen Add line endings to HTML blocks (#512)
a4cd7a0 2023-02-14 Kevin Moore Label tests that only run on the VM: allows running tests with browser (#516)
6788042 2023-02-14 Kevin Moore CI: add publish and response workflows (#517)
mockito (https://github.com/dart-lang/mockito/compare/d2a8df1..ed5bd84):
ed5bd84 2023-01-09 Ross Wang Relax mixin criteria
781752c 2023-02-13 Sam Rawlins Change `void` to `dynamic` when overriding method arguments
71e41b9 2023-02-10 Sam Rawlins Add `ignore_for_file: use_of_void_result`
d5a25f8 2023-02-08 Sam Rawlins Fix violations of `unnecessary_parenthesis` lint
path (https://github.com/dart-lang/path/compare/a95f1e9..24b58a2):
24b58a2 2023-02-20 Kevin Moore Move to team lints, require Dart 2.19 (#138)
8ec8ca0 2023-02-18 Kevin Moore blast_repo fixes (#137)
pool (https://github.com/dart-lang/pool/compare/51f1131..694cfd8):
694cfd8 2023-02-20 Kevin Moore move to package:dart_flutter_team_lints, require Dart 2.19 (#65)
40bf2af 2023-02-20 Kevin Moore blast_repo fixes (#64)
source_maps (https://github.com/dart-lang/source_maps/compare/cf44db3..a112e98):
a112e98 2023-02-16 Devon Carew configure publishing automation (#74)
test (https://github.com/dart-lang/test/compare/b5e70db..e56c643):
e56c6439 2023-02-17 Jacob MacDonald Add exe compiler, supports running tests compiled to native executables (#1941)
f80dfa00 2023-02-16 Nate Bosch Add note about why we are replacing matcher (#1940)
732ae1de 2023-02-15 Nate Bosch Add `because` usage in examples (#1939)
f6df9756 2023-02-15 Jacob MacDonald Fix typo in readme (#1937)
aca53419 2023-02-14 Nate Bosch Add a caret constraint for matcher (#1927)
f7f3a019 2023-02-14 Jacob MacDonald use test_api/backend.dart instead of test_core/backend.dart (#1936)
de40c1c0 2023-02-14 Jacob MacDonald Add support for `--compiler` flag (#1903)
1f42db8c 2023-02-13 Devon Carew updates to package:checks docs (#1933)
tools (https://github.com/dart-lang/tools/compare/48a544b..a53933c):
a53933c 2023-02-17 Elias Yishak [package:dash_analytics] Tests for conforming to GA4 Measurement Protocol limitations (#9)
c54430b 2023-02-17 Devon Carew add some clarification to the top-level readme (#8)
webdev (https://github.com/dart-lang/webdev/compare/0bae2be..ae7eb80):
ae7eb80 2023-02-17 Anna Gringauze Add tests for object inspection (#1973)
7d80a2c 2023-02-17 Elliott Brooks (she/her) Ignore offset / count if an instance has no `length` (#1972)
cd66172 2023-02-17 Elliott Brooks (she/her) [MV3 Debug Extension] User can reload app and continue to debug (#1968)
8b7f9d3 2023-02-16 Anna Gringauze Re-enable weak webdev tests (#1960)
83d8e47 2023-02-16 Elliott Brooks (she/her) [MV3 Debug Extension] Variables in panel.dart should be private (#1969)
4e85e74 2023-02-16 Elliott Brooks (she/her) [MV3 Debug Extension] The new debug extension can be run on Manifest V3 or Manifest V2 (#1966)
3982f5f 2023-02-15 Elliott Brooks (she/her) [MV3 Debug Extension] Clean up tests in preparation for supporting compiling to MV2 (#1964)
3ad544e 2023-02-15 Elliott Brooks (she/her) [MV3 Debug Extension] Remove isMV3Extension field from DevtoolsRequest (#1963)
c77043e 2023-02-14 Elliott Brooks (she/her) [MV3 Debug Extension] Fix isDevMode getter (#1962)
a761125 2023-02-14 Elliott Brooks (she/her) [MV3 Debug Extension] Print `console` messages on test failure (#1961)
41e92be 2023-02-14 Anna Gringauze Create test_common package (#1945)
443f820 2023-02-14 Anna Gringauze Re-enable skipped reload test (#1958)
a7bc3fc 2023-02-14 Anna Gringauze Make dart-uri-file-uri test use sound null safety (#1959)
464a8eb 2023-02-14 Elliott Brooks (she/her) [MV3 Debug Extension] Compile extension with Dart instead of shell script (#1954)
7cf8fe2 2023-02-13 Anna Gringauze Fix asset handler tests (#1956)
c371ad7 2023-02-13 Anna Gringauze Fix chrome_proxy_service tests broken after switch to null safety by default (#1957)
d6ec127 2023-02-13 Anna Gringauze Move test-only code from the SdkLayout (#1955)
35fa34b 2023-02-13 Elliott Brooks (she/her) [MV3 Debug Extension] Update Chrome APIs to be backwards compatible with MV2 (#1951)
Change-Id: I4250594d0fa775d07cb3a0f8594e634552de452b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/284240
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-02-20 20:09:45 +00:00
|
|
|
"ffi_rev": "32f5eefea59d4461e8ab40e83f157e49d5abe0da",
|
[deps] ffi_rev, file_rev, fixnum_rev, glob_rev, html_rev, http_rev, http_multi_server_rev, http_parser_rev, intl_rev, json_rpc_2_rev, logging_rev, matcher_rev, mime_rev, package_config_rev, path_rev, pool_rev, protobuf_rev, pub_semver_rev, shelf_rev, source_map_stack_trace_rev, source_maps_rev, source_span_rev
Change-Id: I4b806532e30a6f0617add767da2556972ca6cea9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/281280
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2023-02-07 00:33:33 +00:00
|
|
|
"file_rev": "72a67c33f90bfb7e10057e286e06d2fe3baa4d98",
|
|
|
|
"fixnum_rev": "f8379d94436f3a73f71ea078f3207897c6700498",
|
[deps] rev args, bazel_worker, benchmark_harness, dartdoc, glob, http, http_parser, pub_semver, shelf, term_glyph, test, typed_data, webdev
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/bd3ac85..b08471e):
b08471e 2023-02-09 Sigurd Meldgaard Suggest command based on aliases (#235)
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/1124692..53871c5):
53871c5 2023-02-09 Kevin Moore Migrate to dart_flutter_team_lints, cleanup (#69)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/b1efcf7..a6a0891):
a6a0891 2023-02-09 Kevin Moore Require Dart 2.19, update lints to dart_flutter_team_lints (#84)
dartdoc (https://github.com/dart-lang/dartdoc/compare/494a6be..3931595):
39315954 2023-02-13 Devon Carew enable additional lints (#3336)
a52639e7 2023-02-10 Sam Rawlins Use markdown 7 (#3332)
glob (https://github.com/dart-lang/glob/compare/a828420..f378dc8):
f378dc8 2023-02-13 Kevin Moore Update to dart_flutter_team_lints, also cleaned up markdown (#71)
http (https://github.com/dart-lang/http/compare/8386923..f4b365e):
f4b365e 2023-02-07 Sigurd Meldgaard Remove dependency on package:path (#865)
http_parser (https://github.com/dart-lang/http_parser/compare/1c0c17a..b3b283b):
b3b283b 2023-02-08 Kevin Moore Bump min SDK to 2.17 (#69)
pub_semver (https://github.com/dart-lang/pub_semver/compare/e9c600c..c0e6ea7):
c0e6ea7 2023-02-12 Devon Carew Update CHANGELOG.md (#81)
0d62000 2023-02-12 Kevin Moore Fix new type error, use dart_flutter_team_lints (#80)
shelf (https://github.com/dart-lang/shelf/compare/9d1fb8a..707c8b2):
707c8b2 2023-02-07 Kevin Moore move to pkg:dart_flutter_team_lints (#330)
term_glyph (https://github.com/dart-lang/term_glyph/compare/520784d..d275a8f):
d275a8f 2023-02-12 Kevin Moore Fix CI, update lints (#34)
test (https://github.com/dart-lang/test/compare/da7c667..b5e70db):
b5e70db5 2023-02-10 Jacob MacDonald Add notes about versioning and publishing to CONTRIBUTING.md (#1929)
2773daa6 2023-02-09 Jacob MacDonald update changelog version in test to use ## (#1926)
9e3072e1 2023-02-09 Danny Tuppeny Handle absolute paths on Windows (#1923)
07380027 2023-02-09 Nicholas Shahan Fix typo in migration doc (#1924)
f49fc16a 2023-02-09 Kevin Moore Add auto-publish configuration (#1922)
5bf28959 2023-02-08 Nate Bosch Add link to file issue on README (#1921)
ef81f471 2023-02-08 Nate Bosch Fix directory name for issue templates (#1920)
f3bfda9d 2023-02-08 Nate Bosch Add issue templates (#1919)
a80f4fd0 2023-02-08 Devon Carew Refactor top level and package README files (#1918)
0f4558fe 2023-02-07 Nate Bosch Prepare to publish test_core and test (#1917)
39f498c8 2023-02-06 Nate Bosch Minor readme improvements (#1913)
2cb07a3f 2023-02-06 Nate Bosch Rename matches to matchesPattern, accept Pattern (#1907)
ba6fb1c9 2023-02-06 Jacob MacDonald Support running tests by absolute file: uri (#1893)
ffeaec66 2023-02-06 Nate Bosch Take Condition for async nesting expectations (#1896)
cdd8c395 2023-02-06 Daniel Chevalier update vm_service to support 11.0.0 (#1910)
f2d97bf2 2023-02-06 Nate Bosch Expand the doc comment for Context (#1902)
typed_data (https://github.com/dart-lang/typed_data/compare/6fbbd95..f858046):
f858046 2023-02-12 Kevin Moore fix ci, update analysis options (#61)
webdev (https://github.com/dart-lang/webdev/compare/6255c85..0bae2be):
0bae2be 2023-02-10 Elliott Brooks (she/her) Fix lifeline connection logic (#1952)
4a41cf9 2023-02-10 Anna Gringauze Support records (#1919)
d6229e3 2023-02-09 Anna Gringauze Fix failure on getting a list with out of range offset (#1947)
f1b15e8 2023-02-09 Anna Gringauze Fix incorrect list element count (#1944)
fff4865 2023-02-09 Elliott Brooks (she/her) Add missing IDs to inspector panel (#1946)
47287e3 2023-02-08 Elliott Brooks (she/her) [MV3 Debug Extension] Extension sets the `ide` query parameter for the DevTools URI (#1943)
1136d51 2023-02-08 Elliott Brooks (she/her) Catch exceptions in unawaited `Futures` (#1938)
2cad786 2023-02-07 Anna Gringauze Cleanup getObject logic for handling offsets and counts (#1936)
b399e94 2023-02-06 Elliott Brooks (she/her) Pull out `dart:io`-dependent functions from`/src/utilities/shared.dart` into
`/src/utilities/server.dart` (#1942)
Change-Id: I64bdc5485665ca4c13a331ae7a6c77b1cd3208d8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/282802
Commit-Queue: Devon Carew <devoncarew@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-02-13 20:15:10 +00:00
|
|
|
"glob_rev": "f378dc8734f9f2413e93951f95d278420e4a03e0",
|
[deps] rev async, dartdoc, html, http, http_multi_server, source_map_stack_trace, stream_channel, test, tools, watcher, webdev, yaml, yaml_edit
Revisions updated by `dart tools/rev_sdk_deps.dart`.
async (https://github.com/dart-lang/async/compare/8deaa40..f454380):
f454380 2023-03-02 Natalie Weizenbaum Add `StreamExtensions.listenAndBuffer()` (#235)
dartdoc (https://github.com/dart-lang/dartdoc/compare/77d5994..98fa859):
98fa859c 2023-03-05 dependabot[bot] Bump cli_util from 0.3.5 to 0.4.0 (#3360)
html (https://github.com/dart-lang/html/compare/0b8025c..08643e9):
08643e9 2023-03-02 Devon Carew prep for publishing 0.15.2 (#205)
http (https://github.com/dart-lang/http/compare/1500a71..805a147):
805a147 2023-03-02 Kevin Moore Fix some spelling (#884)
5a2f036 2023-03-02 Kevin Moore Move to pkg:dart_flutter_team_lints, require Dart 2.19 (#883)
35b2cef 2023-03-02 Bahaa Fathi Yousef Corrected the spelling of "Implements" in "/http/lib/src/io_client.dart" (#871)
bb86cf3 2023-02-27 Brian Quinlan Provide access to NSURLSession.sessionDescription (#881)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/2cd5355..7bd190c):
7bd190c 2023-03-06 Kevin Moore Require Dart 2.19, enable and fix new team lints (#51)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/a60ef54..45ea368):
45ea368 2023-03-07 Kevin Moore Require Dart 2.19, use pkg:dart_flutter_team_lints (#35)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0850515..a20ccd4):
a20ccd4 2023-02-28 Kevin Moore move to pkg:dart_flutter_team_lints lints, fix code, bump min SDK (#87)
test (https://github.com/dart-lang/test/compare/1307cc5..92da93a):
92da93a8 2023-03-06 Devon Carew dogfood the new setup-dart action (#1964)
e49818ec 2023-03-01 dependabot[bot] Bump github/codeql-action from 2.2.1 to 2.2.5 (#1963)
tools (https://github.com/dart-lang/tools/compare/28b7be8..a1c3506):
a1c3506 2023-03-07 Devon Carew dogfood the new setup-dart action (#25)
fb46723 2023-03-07 Elias Yishak Update pubspec.yaml (#24)
5a72344 2023-03-06 Elias Yishak Add `DashEvent` for toggling telemetry collection + send event whenever toggled (#23)
watcher (https://github.com/dart-lang/watcher/compare/0ca6638..5968409):
5968409 2023-03-07 Kevin Moore blast_repo fixes (#139)
e8f771a 2023-03-07 Kevin Moore Require Dart 2.19, use new team lints (#138)
webdev (https://github.com/dart-lang/webdev/compare/deb801b..c007560):
c007560 2023-03-06 Elliott Brooks (she/her) [MV3 Debug Extension] Show warning when clicking on debug extension for non Dart app (#2015)
1a010dc 2023-03-06 Devon Carew dogfood the new setup-dart action (#2017)
07743a3 2023-03-06 Anna Gringauze Fix exception mapping from JS to dart (#2004)
eb63b31 2023-03-03 Elliott Brooks (she/her) Create a Dart Debug Extension issue template (#2014)
85f35d4 2023-03-01 Devon Carew update publishing automation integration (#2002)
e748045 2023-02-28 Anna Gringauze Prepare to release webdev 3.0.1 (#2000)
5355050 2023-02-27 Elliott Brooks (she/her) [MV3 Debug Extension] Ignore page reloads for detecting navigation away from app (#1994)
4e08276 2023-02-27 Anna Gringauze Prepare to release dwds 18.0.0 (#1993)
fc54d68 2023-02-27 Anna Gringauze Fix expression evaluation failures on empty scopes (#1998)
496a2b4 2023-02-27 Anna Gringauze Temporarily disable publish verification (#1996)
yaml (https://github.com/dart-lang/yaml/compare/a6d8781..1ad2f49):
1ad2f49 2023-03-01 Kevin Moore Require Dart 2.19, migrate to dart_flutter_team_lints, make associated fixes (#138)
4d369fd 2023-03-01 Kevin Moore benchmark: fix output.json (#137)
yaml_edit (https://github.com/dart-lang/yaml_edit/compare/998eea2..0668eb5):
0668eb5 2023-03-02 Jonas Finnemann Jensen Wrap recursively, prepare release (#28)
a4ff857 2023-03-01 Mohamed Ishad Update CHANGELOG.md (#37)
2fdfbdb 2023-02-28 Mohamed Ishad Fix for issue #23 (#34)
494ad7c 2023-02-25 MikiPaul fixed typo (#36)
Change-Id: I101c94575c20fca55c7440e84668413207073a32
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/287162
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-03-07 21:13:36 +00:00
|
|
|
"html_rev": "08643e9e2baac0f20ce4a3b8baed820107972270",
|
2023-03-17 16:25:08 +00:00
|
|
|
"http_rev": "74f9d3df83545f83338794d1decc28d10a94d290",
|
[deps] rev async, dartdoc, html, http, http_multi_server, source_map_stack_trace, stream_channel, test, tools, watcher, webdev, yaml, yaml_edit
Revisions updated by `dart tools/rev_sdk_deps.dart`.
async (https://github.com/dart-lang/async/compare/8deaa40..f454380):
f454380 2023-03-02 Natalie Weizenbaum Add `StreamExtensions.listenAndBuffer()` (#235)
dartdoc (https://github.com/dart-lang/dartdoc/compare/77d5994..98fa859):
98fa859c 2023-03-05 dependabot[bot] Bump cli_util from 0.3.5 to 0.4.0 (#3360)
html (https://github.com/dart-lang/html/compare/0b8025c..08643e9):
08643e9 2023-03-02 Devon Carew prep for publishing 0.15.2 (#205)
http (https://github.com/dart-lang/http/compare/1500a71..805a147):
805a147 2023-03-02 Kevin Moore Fix some spelling (#884)
5a2f036 2023-03-02 Kevin Moore Move to pkg:dart_flutter_team_lints, require Dart 2.19 (#883)
35b2cef 2023-03-02 Bahaa Fathi Yousef Corrected the spelling of "Implements" in "/http/lib/src/io_client.dart" (#871)
bb86cf3 2023-02-27 Brian Quinlan Provide access to NSURLSession.sessionDescription (#881)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/2cd5355..7bd190c):
7bd190c 2023-03-06 Kevin Moore Require Dart 2.19, enable and fix new team lints (#51)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/a60ef54..45ea368):
45ea368 2023-03-07 Kevin Moore Require Dart 2.19, use pkg:dart_flutter_team_lints (#35)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0850515..a20ccd4):
a20ccd4 2023-02-28 Kevin Moore move to pkg:dart_flutter_team_lints lints, fix code, bump min SDK (#87)
test (https://github.com/dart-lang/test/compare/1307cc5..92da93a):
92da93a8 2023-03-06 Devon Carew dogfood the new setup-dart action (#1964)
e49818ec 2023-03-01 dependabot[bot] Bump github/codeql-action from 2.2.1 to 2.2.5 (#1963)
tools (https://github.com/dart-lang/tools/compare/28b7be8..a1c3506):
a1c3506 2023-03-07 Devon Carew dogfood the new setup-dart action (#25)
fb46723 2023-03-07 Elias Yishak Update pubspec.yaml (#24)
5a72344 2023-03-06 Elias Yishak Add `DashEvent` for toggling telemetry collection + send event whenever toggled (#23)
watcher (https://github.com/dart-lang/watcher/compare/0ca6638..5968409):
5968409 2023-03-07 Kevin Moore blast_repo fixes (#139)
e8f771a 2023-03-07 Kevin Moore Require Dart 2.19, use new team lints (#138)
webdev (https://github.com/dart-lang/webdev/compare/deb801b..c007560):
c007560 2023-03-06 Elliott Brooks (she/her) [MV3 Debug Extension] Show warning when clicking on debug extension for non Dart app (#2015)
1a010dc 2023-03-06 Devon Carew dogfood the new setup-dart action (#2017)
07743a3 2023-03-06 Anna Gringauze Fix exception mapping from JS to dart (#2004)
eb63b31 2023-03-03 Elliott Brooks (she/her) Create a Dart Debug Extension issue template (#2014)
85f35d4 2023-03-01 Devon Carew update publishing automation integration (#2002)
e748045 2023-02-28 Anna Gringauze Prepare to release webdev 3.0.1 (#2000)
5355050 2023-02-27 Elliott Brooks (she/her) [MV3 Debug Extension] Ignore page reloads for detecting navigation away from app (#1994)
4e08276 2023-02-27 Anna Gringauze Prepare to release dwds 18.0.0 (#1993)
fc54d68 2023-02-27 Anna Gringauze Fix expression evaluation failures on empty scopes (#1998)
496a2b4 2023-02-27 Anna Gringauze Temporarily disable publish verification (#1996)
yaml (https://github.com/dart-lang/yaml/compare/a6d8781..1ad2f49):
1ad2f49 2023-03-01 Kevin Moore Require Dart 2.19, migrate to dart_flutter_team_lints, make associated fixes (#138)
4d369fd 2023-03-01 Kevin Moore benchmark: fix output.json (#137)
yaml_edit (https://github.com/dart-lang/yaml_edit/compare/998eea2..0668eb5):
0668eb5 2023-03-02 Jonas Finnemann Jensen Wrap recursively, prepare release (#28)
a4ff857 2023-03-01 Mohamed Ishad Update CHANGELOG.md (#37)
2fdfbdb 2023-02-28 Mohamed Ishad Fix for issue #23 (#34)
494ad7c 2023-02-25 MikiPaul fixed typo (#36)
Change-Id: I101c94575c20fca55c7440e84668413207073a32
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/287162
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-03-07 21:13:36 +00:00
|
|
|
"http_multi_server_rev": "7bd190c70288361ed01ad31668e93544bcc5cf2b",
|
[deps] rev args, bazel_worker, benchmark_harness, dartdoc, glob, http, http_parser, pub_semver, shelf, term_glyph, test, typed_data, webdev
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/bd3ac85..b08471e):
b08471e 2023-02-09 Sigurd Meldgaard Suggest command based on aliases (#235)
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/1124692..53871c5):
53871c5 2023-02-09 Kevin Moore Migrate to dart_flutter_team_lints, cleanup (#69)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/b1efcf7..a6a0891):
a6a0891 2023-02-09 Kevin Moore Require Dart 2.19, update lints to dart_flutter_team_lints (#84)
dartdoc (https://github.com/dart-lang/dartdoc/compare/494a6be..3931595):
39315954 2023-02-13 Devon Carew enable additional lints (#3336)
a52639e7 2023-02-10 Sam Rawlins Use markdown 7 (#3332)
glob (https://github.com/dart-lang/glob/compare/a828420..f378dc8):
f378dc8 2023-02-13 Kevin Moore Update to dart_flutter_team_lints, also cleaned up markdown (#71)
http (https://github.com/dart-lang/http/compare/8386923..f4b365e):
f4b365e 2023-02-07 Sigurd Meldgaard Remove dependency on package:path (#865)
http_parser (https://github.com/dart-lang/http_parser/compare/1c0c17a..b3b283b):
b3b283b 2023-02-08 Kevin Moore Bump min SDK to 2.17 (#69)
pub_semver (https://github.com/dart-lang/pub_semver/compare/e9c600c..c0e6ea7):
c0e6ea7 2023-02-12 Devon Carew Update CHANGELOG.md (#81)
0d62000 2023-02-12 Kevin Moore Fix new type error, use dart_flutter_team_lints (#80)
shelf (https://github.com/dart-lang/shelf/compare/9d1fb8a..707c8b2):
707c8b2 2023-02-07 Kevin Moore move to pkg:dart_flutter_team_lints (#330)
term_glyph (https://github.com/dart-lang/term_glyph/compare/520784d..d275a8f):
d275a8f 2023-02-12 Kevin Moore Fix CI, update lints (#34)
test (https://github.com/dart-lang/test/compare/da7c667..b5e70db):
b5e70db5 2023-02-10 Jacob MacDonald Add notes about versioning and publishing to CONTRIBUTING.md (#1929)
2773daa6 2023-02-09 Jacob MacDonald update changelog version in test to use ## (#1926)
9e3072e1 2023-02-09 Danny Tuppeny Handle absolute paths on Windows (#1923)
07380027 2023-02-09 Nicholas Shahan Fix typo in migration doc (#1924)
f49fc16a 2023-02-09 Kevin Moore Add auto-publish configuration (#1922)
5bf28959 2023-02-08 Nate Bosch Add link to file issue on README (#1921)
ef81f471 2023-02-08 Nate Bosch Fix directory name for issue templates (#1920)
f3bfda9d 2023-02-08 Nate Bosch Add issue templates (#1919)
a80f4fd0 2023-02-08 Devon Carew Refactor top level and package README files (#1918)
0f4558fe 2023-02-07 Nate Bosch Prepare to publish test_core and test (#1917)
39f498c8 2023-02-06 Nate Bosch Minor readme improvements (#1913)
2cb07a3f 2023-02-06 Nate Bosch Rename matches to matchesPattern, accept Pattern (#1907)
ba6fb1c9 2023-02-06 Jacob MacDonald Support running tests by absolute file: uri (#1893)
ffeaec66 2023-02-06 Nate Bosch Take Condition for async nesting expectations (#1896)
cdd8c395 2023-02-06 Daniel Chevalier update vm_service to support 11.0.0 (#1910)
f2d97bf2 2023-02-06 Nate Bosch Expand the doc comment for Context (#1902)
typed_data (https://github.com/dart-lang/typed_data/compare/6fbbd95..f858046):
f858046 2023-02-12 Kevin Moore fix ci, update analysis options (#61)
webdev (https://github.com/dart-lang/webdev/compare/6255c85..0bae2be):
0bae2be 2023-02-10 Elliott Brooks (she/her) Fix lifeline connection logic (#1952)
4a41cf9 2023-02-10 Anna Gringauze Support records (#1919)
d6229e3 2023-02-09 Anna Gringauze Fix failure on getting a list with out of range offset (#1947)
f1b15e8 2023-02-09 Anna Gringauze Fix incorrect list element count (#1944)
fff4865 2023-02-09 Elliott Brooks (she/her) Add missing IDs to inspector panel (#1946)
47287e3 2023-02-08 Elliott Brooks (she/her) [MV3 Debug Extension] Extension sets the `ide` query parameter for the DevTools URI (#1943)
1136d51 2023-02-08 Elliott Brooks (she/her) Catch exceptions in unawaited `Futures` (#1938)
2cad786 2023-02-07 Anna Gringauze Cleanup getObject logic for handling offsets and counts (#1936)
b399e94 2023-02-06 Elliott Brooks (she/her) Pull out `dart:io`-dependent functions from`/src/utilities/shared.dart` into
`/src/utilities/server.dart` (#1942)
Change-Id: I64bdc5485665ca4c13a331ae7a6c77b1cd3208d8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/282802
Commit-Queue: Devon Carew <devoncarew@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-02-13 20:15:10 +00:00
|
|
|
"http_parser_rev": "b3b283b9f139640b932d604e8815460bbd3ecab5",
|
[deps] ffi_rev, file_rev, fixnum_rev, glob_rev, html_rev, http_rev, http_multi_server_rev, http_parser_rev, intl_rev, json_rpc_2_rev, logging_rev, matcher_rev, mime_rev, package_config_rev, path_rev, pool_rev, protobuf_rev, pub_semver_rev, shelf_rev, source_map_stack_trace_rev, source_maps_rev, source_span_rev
Change-Id: I4b806532e30a6f0617add767da2556972ca6cea9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/281280
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2023-02-07 00:33:33 +00:00
|
|
|
"intl_rev": "fca552f2ec5d682b5fa36f02bdd72a5a4e2edcee",
|
|
|
|
"json_rpc_2_rev": "0280ac6cb4f3905d81c47ba927123ba2b95f7940",
|
2023-03-24 16:35:37 +00:00
|
|
|
"linter_rev": "7c7db85d29b46af51e3f4a5e0a33440c4e3791fc", # disable rev_sdk_deps.dart
|
[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] ffi_rev, file_rev, fixnum_rev, glob_rev, html_rev, http_rev, http_multi_server_rev, http_parser_rev, intl_rev, json_rpc_2_rev, logging_rev, matcher_rev, mime_rev, package_config_rev, path_rev, pool_rev, protobuf_rev, pub_semver_rev, shelf_rev, source_map_stack_trace_rev, source_maps_rev, source_span_rev
Change-Id: I4b806532e30a6f0617add767da2556972ca6cea9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/281280
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2023-02-07 00:33:33 +00:00
|
|
|
"logging_rev": "abef3717d958158eb8b0ddb2871f4b15a9804cd4",
|
2023-02-23 17:02:53 +00:00
|
|
|
"markdown_rev": "ecbffa9bf9109d490b9388e9cb1f2bb801aee63c",
|
2023-03-17 19:44:30 +00:00
|
|
|
"matcher_rev": "dc310d95663da10a90e7898cd4e322695f693d4f",
|
[deps] ffi_rev, file_rev, fixnum_rev, glob_rev, html_rev, http_rev, http_multi_server_rev, http_parser_rev, intl_rev, json_rpc_2_rev, logging_rev, matcher_rev, mime_rev, package_config_rev, path_rev, pool_rev, protobuf_rev, pub_semver_rev, shelf_rev, source_map_stack_trace_rev, source_maps_rev, source_span_rev
Change-Id: I4b806532e30a6f0617add767da2556972ca6cea9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/281280
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2023-02-07 00:33:33 +00:00
|
|
|
"mime_rev": "1a51be02b3cbc742c79d83575bd096ae8c295c1f",
|
[deps] rev args, characters, dartdoc, ffi, http, markdown, mockito, path, pool, source_maps, test, tools, webdev
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/b08471e..9305d5a):
9305d5a 2023-02-15 Naoto Kaneko Update README.md (#236)
characters (https://github.com/dart-lang/characters/compare/29f3a3e..3281cc7):
3281cc7 2023-02-16 Devon Carew blast_repo fixes (#75)
dartdoc (https://github.com/dart-lang/dartdoc/compare/3931595..dba6f94):
dba6f946 2023-02-16 Janice Collins Preserve type aliases for records in output (#3340)
96e61903 2023-02-16 Sam Rawlins Remove unused additionalOptions parameter, other little refactorings (#3339)
f64290e1 2023-02-13 Devon Carew remove an unused css attribute (#3335)
c055526a 2023-02-13 Devon Carew fix an issue where we created a temporary directory when performing a dry run (#3334)
1f6c8db5 2023-02-13 dependabot[bot] Bump github/codeql-action from 2.2.1 to 2.2.4 (#3337)
f1fa0efc 2023-02-13 dependabot[bot] Bump actions/cache from 3.2.4 to 3.2.5 (#3338)
ffi (https://github.com/dart-lang/ffi/compare/69d7596..32f5eef):
32f5eef 2023-02-20 Daco Harkes Bump SDK constraint to 4.0.0 (#185)
http (https://github.com/dart-lang/http/compare/f4b365e..c13a3f8):
c13a3f8 2023-02-17 Alex Li ✨ Add Cronet embedded tool (#853)
markdown (https://github.com/dart-lang/markdown/compare/f51c24c..4befe66):
4befe66 2023-02-16 Zhiguang Chen Do not generate heading IDs for headings with no content in `HeaderWithIdSyntax` (#522)
cae08af 2023-02-15 Kevin Moore Prepare to release v7.0.1 (#520)
bdbaf76 2023-02-15 Zhiguang Chen Remove lookarounds from autolink extension patterns (#519)
eb09fac 2023-02-14 Kevin Moore Move to pkg:dart_flutter_team_lints (#518)
51a6389 2023-02-15 Zhiguang Chen Add line endings to HTML blocks (#512)
a4cd7a0 2023-02-14 Kevin Moore Label tests that only run on the VM: allows running tests with browser (#516)
6788042 2023-02-14 Kevin Moore CI: add publish and response workflows (#517)
mockito (https://github.com/dart-lang/mockito/compare/d2a8df1..ed5bd84):
ed5bd84 2023-01-09 Ross Wang Relax mixin criteria
781752c 2023-02-13 Sam Rawlins Change `void` to `dynamic` when overriding method arguments
71e41b9 2023-02-10 Sam Rawlins Add `ignore_for_file: use_of_void_result`
d5a25f8 2023-02-08 Sam Rawlins Fix violations of `unnecessary_parenthesis` lint
path (https://github.com/dart-lang/path/compare/a95f1e9..24b58a2):
24b58a2 2023-02-20 Kevin Moore Move to team lints, require Dart 2.19 (#138)
8ec8ca0 2023-02-18 Kevin Moore blast_repo fixes (#137)
pool (https://github.com/dart-lang/pool/compare/51f1131..694cfd8):
694cfd8 2023-02-20 Kevin Moore move to package:dart_flutter_team_lints, require Dart 2.19 (#65)
40bf2af 2023-02-20 Kevin Moore blast_repo fixes (#64)
source_maps (https://github.com/dart-lang/source_maps/compare/cf44db3..a112e98):
a112e98 2023-02-16 Devon Carew configure publishing automation (#74)
test (https://github.com/dart-lang/test/compare/b5e70db..e56c643):
e56c6439 2023-02-17 Jacob MacDonald Add exe compiler, supports running tests compiled to native executables (#1941)
f80dfa00 2023-02-16 Nate Bosch Add note about why we are replacing matcher (#1940)
732ae1de 2023-02-15 Nate Bosch Add `because` usage in examples (#1939)
f6df9756 2023-02-15 Jacob MacDonald Fix typo in readme (#1937)
aca53419 2023-02-14 Nate Bosch Add a caret constraint for matcher (#1927)
f7f3a019 2023-02-14 Jacob MacDonald use test_api/backend.dart instead of test_core/backend.dart (#1936)
de40c1c0 2023-02-14 Jacob MacDonald Add support for `--compiler` flag (#1903)
1f42db8c 2023-02-13 Devon Carew updates to package:checks docs (#1933)
tools (https://github.com/dart-lang/tools/compare/48a544b..a53933c):
a53933c 2023-02-17 Elias Yishak [package:dash_analytics] Tests for conforming to GA4 Measurement Protocol limitations (#9)
c54430b 2023-02-17 Devon Carew add some clarification to the top-level readme (#8)
webdev (https://github.com/dart-lang/webdev/compare/0bae2be..ae7eb80):
ae7eb80 2023-02-17 Anna Gringauze Add tests for object inspection (#1973)
7d80a2c 2023-02-17 Elliott Brooks (she/her) Ignore offset / count if an instance has no `length` (#1972)
cd66172 2023-02-17 Elliott Brooks (she/her) [MV3 Debug Extension] User can reload app and continue to debug (#1968)
8b7f9d3 2023-02-16 Anna Gringauze Re-enable weak webdev tests (#1960)
83d8e47 2023-02-16 Elliott Brooks (she/her) [MV3 Debug Extension] Variables in panel.dart should be private (#1969)
4e85e74 2023-02-16 Elliott Brooks (she/her) [MV3 Debug Extension] The new debug extension can be run on Manifest V3 or Manifest V2 (#1966)
3982f5f 2023-02-15 Elliott Brooks (she/her) [MV3 Debug Extension] Clean up tests in preparation for supporting compiling to MV2 (#1964)
3ad544e 2023-02-15 Elliott Brooks (she/her) [MV3 Debug Extension] Remove isMV3Extension field from DevtoolsRequest (#1963)
c77043e 2023-02-14 Elliott Brooks (she/her) [MV3 Debug Extension] Fix isDevMode getter (#1962)
a761125 2023-02-14 Elliott Brooks (she/her) [MV3 Debug Extension] Print `console` messages on test failure (#1961)
41e92be 2023-02-14 Anna Gringauze Create test_common package (#1945)
443f820 2023-02-14 Anna Gringauze Re-enable skipped reload test (#1958)
a7bc3fc 2023-02-14 Anna Gringauze Make dart-uri-file-uri test use sound null safety (#1959)
464a8eb 2023-02-14 Elliott Brooks (she/her) [MV3 Debug Extension] Compile extension with Dart instead of shell script (#1954)
7cf8fe2 2023-02-13 Anna Gringauze Fix asset handler tests (#1956)
c371ad7 2023-02-13 Anna Gringauze Fix chrome_proxy_service tests broken after switch to null safety by default (#1957)
d6ec127 2023-02-13 Anna Gringauze Move test-only code from the SdkLayout (#1955)
35fa34b 2023-02-13 Elliott Brooks (she/her) [MV3 Debug Extension] Update Chrome APIs to be backwards compatible with MV2 (#1951)
Change-Id: I4250594d0fa775d07cb3a0f8594e634552de452b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/284240
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-02-20 20:09:45 +00:00
|
|
|
"mockito_rev": "ed5bd84f7bd7b651c96fbd7f449e92984a902502",
|
[deps] ffi_rev, file_rev, fixnum_rev, glob_rev, html_rev, http_rev, http_multi_server_rev, http_parser_rev, intl_rev, json_rpc_2_rev, logging_rev, matcher_rev, mime_rev, package_config_rev, path_rev, pool_rev, protobuf_rev, pub_semver_rev, shelf_rev, source_map_stack_trace_rev, source_maps_rev, source_span_rev
Change-Id: I4b806532e30a6f0617add767da2556972ca6cea9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/281280
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2023-02-07 00:33:33 +00:00
|
|
|
"package_config_rev": "74ac1cb90ad7f4f05bd92c952eaf9756c516fca3",
|
[deps] rev args, characters, dartdoc, ffi, http, markdown, mockito, path, pool, source_maps, test, tools, webdev
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/b08471e..9305d5a):
9305d5a 2023-02-15 Naoto Kaneko Update README.md (#236)
characters (https://github.com/dart-lang/characters/compare/29f3a3e..3281cc7):
3281cc7 2023-02-16 Devon Carew blast_repo fixes (#75)
dartdoc (https://github.com/dart-lang/dartdoc/compare/3931595..dba6f94):
dba6f946 2023-02-16 Janice Collins Preserve type aliases for records in output (#3340)
96e61903 2023-02-16 Sam Rawlins Remove unused additionalOptions parameter, other little refactorings (#3339)
f64290e1 2023-02-13 Devon Carew remove an unused css attribute (#3335)
c055526a 2023-02-13 Devon Carew fix an issue where we created a temporary directory when performing a dry run (#3334)
1f6c8db5 2023-02-13 dependabot[bot] Bump github/codeql-action from 2.2.1 to 2.2.4 (#3337)
f1fa0efc 2023-02-13 dependabot[bot] Bump actions/cache from 3.2.4 to 3.2.5 (#3338)
ffi (https://github.com/dart-lang/ffi/compare/69d7596..32f5eef):
32f5eef 2023-02-20 Daco Harkes Bump SDK constraint to 4.0.0 (#185)
http (https://github.com/dart-lang/http/compare/f4b365e..c13a3f8):
c13a3f8 2023-02-17 Alex Li ✨ Add Cronet embedded tool (#853)
markdown (https://github.com/dart-lang/markdown/compare/f51c24c..4befe66):
4befe66 2023-02-16 Zhiguang Chen Do not generate heading IDs for headings with no content in `HeaderWithIdSyntax` (#522)
cae08af 2023-02-15 Kevin Moore Prepare to release v7.0.1 (#520)
bdbaf76 2023-02-15 Zhiguang Chen Remove lookarounds from autolink extension patterns (#519)
eb09fac 2023-02-14 Kevin Moore Move to pkg:dart_flutter_team_lints (#518)
51a6389 2023-02-15 Zhiguang Chen Add line endings to HTML blocks (#512)
a4cd7a0 2023-02-14 Kevin Moore Label tests that only run on the VM: allows running tests with browser (#516)
6788042 2023-02-14 Kevin Moore CI: add publish and response workflows (#517)
mockito (https://github.com/dart-lang/mockito/compare/d2a8df1..ed5bd84):
ed5bd84 2023-01-09 Ross Wang Relax mixin criteria
781752c 2023-02-13 Sam Rawlins Change `void` to `dynamic` when overriding method arguments
71e41b9 2023-02-10 Sam Rawlins Add `ignore_for_file: use_of_void_result`
d5a25f8 2023-02-08 Sam Rawlins Fix violations of `unnecessary_parenthesis` lint
path (https://github.com/dart-lang/path/compare/a95f1e9..24b58a2):
24b58a2 2023-02-20 Kevin Moore Move to team lints, require Dart 2.19 (#138)
8ec8ca0 2023-02-18 Kevin Moore blast_repo fixes (#137)
pool (https://github.com/dart-lang/pool/compare/51f1131..694cfd8):
694cfd8 2023-02-20 Kevin Moore move to package:dart_flutter_team_lints, require Dart 2.19 (#65)
40bf2af 2023-02-20 Kevin Moore blast_repo fixes (#64)
source_maps (https://github.com/dart-lang/source_maps/compare/cf44db3..a112e98):
a112e98 2023-02-16 Devon Carew configure publishing automation (#74)
test (https://github.com/dart-lang/test/compare/b5e70db..e56c643):
e56c6439 2023-02-17 Jacob MacDonald Add exe compiler, supports running tests compiled to native executables (#1941)
f80dfa00 2023-02-16 Nate Bosch Add note about why we are replacing matcher (#1940)
732ae1de 2023-02-15 Nate Bosch Add `because` usage in examples (#1939)
f6df9756 2023-02-15 Jacob MacDonald Fix typo in readme (#1937)
aca53419 2023-02-14 Nate Bosch Add a caret constraint for matcher (#1927)
f7f3a019 2023-02-14 Jacob MacDonald use test_api/backend.dart instead of test_core/backend.dart (#1936)
de40c1c0 2023-02-14 Jacob MacDonald Add support for `--compiler` flag (#1903)
1f42db8c 2023-02-13 Devon Carew updates to package:checks docs (#1933)
tools (https://github.com/dart-lang/tools/compare/48a544b..a53933c):
a53933c 2023-02-17 Elias Yishak [package:dash_analytics] Tests for conforming to GA4 Measurement Protocol limitations (#9)
c54430b 2023-02-17 Devon Carew add some clarification to the top-level readme (#8)
webdev (https://github.com/dart-lang/webdev/compare/0bae2be..ae7eb80):
ae7eb80 2023-02-17 Anna Gringauze Add tests for object inspection (#1973)
7d80a2c 2023-02-17 Elliott Brooks (she/her) Ignore offset / count if an instance has no `length` (#1972)
cd66172 2023-02-17 Elliott Brooks (she/her) [MV3 Debug Extension] User can reload app and continue to debug (#1968)
8b7f9d3 2023-02-16 Anna Gringauze Re-enable weak webdev tests (#1960)
83d8e47 2023-02-16 Elliott Brooks (she/her) [MV3 Debug Extension] Variables in panel.dart should be private (#1969)
4e85e74 2023-02-16 Elliott Brooks (she/her) [MV3 Debug Extension] The new debug extension can be run on Manifest V3 or Manifest V2 (#1966)
3982f5f 2023-02-15 Elliott Brooks (she/her) [MV3 Debug Extension] Clean up tests in preparation for supporting compiling to MV2 (#1964)
3ad544e 2023-02-15 Elliott Brooks (she/her) [MV3 Debug Extension] Remove isMV3Extension field from DevtoolsRequest (#1963)
c77043e 2023-02-14 Elliott Brooks (she/her) [MV3 Debug Extension] Fix isDevMode getter (#1962)
a761125 2023-02-14 Elliott Brooks (she/her) [MV3 Debug Extension] Print `console` messages on test failure (#1961)
41e92be 2023-02-14 Anna Gringauze Create test_common package (#1945)
443f820 2023-02-14 Anna Gringauze Re-enable skipped reload test (#1958)
a7bc3fc 2023-02-14 Anna Gringauze Make dart-uri-file-uri test use sound null safety (#1959)
464a8eb 2023-02-14 Elliott Brooks (she/her) [MV3 Debug Extension] Compile extension with Dart instead of shell script (#1954)
7cf8fe2 2023-02-13 Anna Gringauze Fix asset handler tests (#1956)
c371ad7 2023-02-13 Anna Gringauze Fix chrome_proxy_service tests broken after switch to null safety by default (#1957)
d6ec127 2023-02-13 Anna Gringauze Move test-only code from the SdkLayout (#1955)
35fa34b 2023-02-13 Elliott Brooks (she/her) [MV3 Debug Extension] Update Chrome APIs to be backwards compatible with MV2 (#1951)
Change-Id: I4250594d0fa775d07cb3a0f8594e634552de452b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/284240
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-02-20 20:09:45 +00:00
|
|
|
"path_rev": "24b58a2499440cc3d12d2b3c2f52b95f91ff1c0a",
|
|
|
|
"pool_rev": "694cfd867d8d84857fc42a8d07933013f0d25305",
|
[deps] rev args, benchmark_harness, clock, csslib, dartdoc, protobuf, shelf, tools, vector_math, webdev, yaml_edit
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/9305d5a..7a5e3b0):
7a5e3b0 2023-03-14 Devon Carew update readme; add contributing doc (#237)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/a6a0891..725534a):
725534a 2023-03-14 Kevin Moore Spelling fixes, latest lints, move to minilibs (drop parts) (#85)
clock (https://github.com/dart-lang/clock/compare/5abb481..984642e):
984642e 2023-03-15 Kevin Moore Require Dart 2.19, use and fix recommended lints (#46)
csslib (https://github.com/dart-lang/csslib/compare/b671738..d32bdd4):
d32bdd4 2023-03-14 Devon Carew refactor the package example (#170)
dartdoc (https://github.com/dart-lang/dartdoc/compare/98fa859..7fde7a4):
7fde7a4d 2023-03-13 dependabot[bot] Bump github/codeql-action from 2.2.5 to 2.2.6 (#3363)
protobuf (https://github.com/dart-lang/protobuf/compare/75bc380..b90a4c4):
b90a4c4 2023-03-16 Mahdi K. Fard Sort message constructors first. (#807)
00fd975 2023-03-15 Kevin Moore Fix formatting with latest SDK (#808)
a67bbb3 2023-03-15 dependabot[bot] Bump actions/cache from 3.2.4 to 3.2.6 (#804)
shelf (https://github.com/dart-lang/shelf/compare/e3cfe79..9a792b4):
9a792b4 2023-03-13 Kevin Moore Update format for latest v3 SDK (#340)
c8094b7 2023-03-13 Kevin Moore Update no-response.yml - once a day (#339)
tools (https://github.com/dart-lang/tools/compare/e5353aa..8d18d01):
8d18d01 2023-03-15 Elias Yishak Implement fake ga client (#37)
vector_math (https://github.com/google/vector_math.dart/compare/1e4d000..7dec984):
7dec984 2023-03-16 eoineoineoin Add operator== to Quaternion (#288)
webdev (https://github.com/dart-lang/webdev/compare/cfe9753..c2c8b17):
c2c8b17 2023-03-16 Elliott Brooks (she/her) Prepare Webdev version `3.0.2` for release (#2037)
d124fa5 2023-03-16 Elliott Brooks (she/her) Prepare extension for release (#2036)
aef715d 2023-03-15 Elliott Brooks (she/her) Prepare DWDS 18.0.1 for release (#2035)
a15fde0 2023-03-15 Anna Gringauze fix matching record types (#2032)
05031da 2023-03-14 Anna Gringauze Update build_daemon constraint and log errors (#2029)
49013b8 2023-03-09 Elliott Brooks (she/her) [MV3 Debug Extension] Fix authentication issue for the Dart Debug Extension (#2026)
c8d4439 2023-03-09 Elliott Brooks (she/her) Support `Set` inspection in DWDS (#2024)
442639d 2023-03-08 Elliott Brooks (she/her) Handle unexpected extension debugger disconnection events without crashing app (#2021)
yaml_edit (https://github.com/dart-lang/yaml_edit/compare/6abc42a..fbc5cb3):
fbc5cb3 2023-03-09 Kevin Moore Require Dart 2.19, update to latest lints
c9e82f0 2023-03-09 Mohamed Ishad Fix YamlEditor.update method leaving trailing spaces at eol (#42)
Change-Id: Icf15fc0ffd3ee36e0380751d18fd491de071040e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/289881
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-03-20 17:45:37 +00:00
|
|
|
"protobuf_rev": "b90a4c44d56075eb23ee38ae56ce0febfd7f280f",
|
2023-03-24 17:17:15 +00:00
|
|
|
"pub_rev": "8434b40d6a21dece68c4880e59dbdedfbd6bd7e5", # disable rev_sdk_deps.dart
|
[deps] rev args, bazel_worker, benchmark_harness, dartdoc, glob, http, http_parser, pub_semver, shelf, term_glyph, test, typed_data, webdev
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/bd3ac85..b08471e):
b08471e 2023-02-09 Sigurd Meldgaard Suggest command based on aliases (#235)
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/1124692..53871c5):
53871c5 2023-02-09 Kevin Moore Migrate to dart_flutter_team_lints, cleanup (#69)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/b1efcf7..a6a0891):
a6a0891 2023-02-09 Kevin Moore Require Dart 2.19, update lints to dart_flutter_team_lints (#84)
dartdoc (https://github.com/dart-lang/dartdoc/compare/494a6be..3931595):
39315954 2023-02-13 Devon Carew enable additional lints (#3336)
a52639e7 2023-02-10 Sam Rawlins Use markdown 7 (#3332)
glob (https://github.com/dart-lang/glob/compare/a828420..f378dc8):
f378dc8 2023-02-13 Kevin Moore Update to dart_flutter_team_lints, also cleaned up markdown (#71)
http (https://github.com/dart-lang/http/compare/8386923..f4b365e):
f4b365e 2023-02-07 Sigurd Meldgaard Remove dependency on package:path (#865)
http_parser (https://github.com/dart-lang/http_parser/compare/1c0c17a..b3b283b):
b3b283b 2023-02-08 Kevin Moore Bump min SDK to 2.17 (#69)
pub_semver (https://github.com/dart-lang/pub_semver/compare/e9c600c..c0e6ea7):
c0e6ea7 2023-02-12 Devon Carew Update CHANGELOG.md (#81)
0d62000 2023-02-12 Kevin Moore Fix new type error, use dart_flutter_team_lints (#80)
shelf (https://github.com/dart-lang/shelf/compare/9d1fb8a..707c8b2):
707c8b2 2023-02-07 Kevin Moore move to pkg:dart_flutter_team_lints (#330)
term_glyph (https://github.com/dart-lang/term_glyph/compare/520784d..d275a8f):
d275a8f 2023-02-12 Kevin Moore Fix CI, update lints (#34)
test (https://github.com/dart-lang/test/compare/da7c667..b5e70db):
b5e70db5 2023-02-10 Jacob MacDonald Add notes about versioning and publishing to CONTRIBUTING.md (#1929)
2773daa6 2023-02-09 Jacob MacDonald update changelog version in test to use ## (#1926)
9e3072e1 2023-02-09 Danny Tuppeny Handle absolute paths on Windows (#1923)
07380027 2023-02-09 Nicholas Shahan Fix typo in migration doc (#1924)
f49fc16a 2023-02-09 Kevin Moore Add auto-publish configuration (#1922)
5bf28959 2023-02-08 Nate Bosch Add link to file issue on README (#1921)
ef81f471 2023-02-08 Nate Bosch Fix directory name for issue templates (#1920)
f3bfda9d 2023-02-08 Nate Bosch Add issue templates (#1919)
a80f4fd0 2023-02-08 Devon Carew Refactor top level and package README files (#1918)
0f4558fe 2023-02-07 Nate Bosch Prepare to publish test_core and test (#1917)
39f498c8 2023-02-06 Nate Bosch Minor readme improvements (#1913)
2cb07a3f 2023-02-06 Nate Bosch Rename matches to matchesPattern, accept Pattern (#1907)
ba6fb1c9 2023-02-06 Jacob MacDonald Support running tests by absolute file: uri (#1893)
ffeaec66 2023-02-06 Nate Bosch Take Condition for async nesting expectations (#1896)
cdd8c395 2023-02-06 Daniel Chevalier update vm_service to support 11.0.0 (#1910)
f2d97bf2 2023-02-06 Nate Bosch Expand the doc comment for Context (#1902)
typed_data (https://github.com/dart-lang/typed_data/compare/6fbbd95..f858046):
f858046 2023-02-12 Kevin Moore fix ci, update analysis options (#61)
webdev (https://github.com/dart-lang/webdev/compare/6255c85..0bae2be):
0bae2be 2023-02-10 Elliott Brooks (she/her) Fix lifeline connection logic (#1952)
4a41cf9 2023-02-10 Anna Gringauze Support records (#1919)
d6229e3 2023-02-09 Anna Gringauze Fix failure on getting a list with out of range offset (#1947)
f1b15e8 2023-02-09 Anna Gringauze Fix incorrect list element count (#1944)
fff4865 2023-02-09 Elliott Brooks (she/her) Add missing IDs to inspector panel (#1946)
47287e3 2023-02-08 Elliott Brooks (she/her) [MV3 Debug Extension] Extension sets the `ide` query parameter for the DevTools URI (#1943)
1136d51 2023-02-08 Elliott Brooks (she/her) Catch exceptions in unawaited `Futures` (#1938)
2cad786 2023-02-07 Anna Gringauze Cleanup getObject logic for handling offsets and counts (#1936)
b399e94 2023-02-06 Elliott Brooks (she/her) Pull out `dart:io`-dependent functions from`/src/utilities/shared.dart` into
`/src/utilities/server.dart` (#1942)
Change-Id: I64bdc5485665ca4c13a331ae7a6c77b1cd3208d8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/282802
Commit-Queue: Devon Carew <devoncarew@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-02-13 20:15:10 +00:00
|
|
|
"pub_semver_rev": "c0e6ea74ccfbfdb2ef54c7cd9ad31455ca8e481f",
|
[deps] rev args, benchmark_harness, clock, csslib, dartdoc, protobuf, shelf, tools, vector_math, webdev, yaml_edit
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/9305d5a..7a5e3b0):
7a5e3b0 2023-03-14 Devon Carew update readme; add contributing doc (#237)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/a6a0891..725534a):
725534a 2023-03-14 Kevin Moore Spelling fixes, latest lints, move to minilibs (drop parts) (#85)
clock (https://github.com/dart-lang/clock/compare/5abb481..984642e):
984642e 2023-03-15 Kevin Moore Require Dart 2.19, use and fix recommended lints (#46)
csslib (https://github.com/dart-lang/csslib/compare/b671738..d32bdd4):
d32bdd4 2023-03-14 Devon Carew refactor the package example (#170)
dartdoc (https://github.com/dart-lang/dartdoc/compare/98fa859..7fde7a4):
7fde7a4d 2023-03-13 dependabot[bot] Bump github/codeql-action from 2.2.5 to 2.2.6 (#3363)
protobuf (https://github.com/dart-lang/protobuf/compare/75bc380..b90a4c4):
b90a4c4 2023-03-16 Mahdi K. Fard Sort message constructors first. (#807)
00fd975 2023-03-15 Kevin Moore Fix formatting with latest SDK (#808)
a67bbb3 2023-03-15 dependabot[bot] Bump actions/cache from 3.2.4 to 3.2.6 (#804)
shelf (https://github.com/dart-lang/shelf/compare/e3cfe79..9a792b4):
9a792b4 2023-03-13 Kevin Moore Update format for latest v3 SDK (#340)
c8094b7 2023-03-13 Kevin Moore Update no-response.yml - once a day (#339)
tools (https://github.com/dart-lang/tools/compare/e5353aa..8d18d01):
8d18d01 2023-03-15 Elias Yishak Implement fake ga client (#37)
vector_math (https://github.com/google/vector_math.dart/compare/1e4d000..7dec984):
7dec984 2023-03-16 eoineoineoin Add operator== to Quaternion (#288)
webdev (https://github.com/dart-lang/webdev/compare/cfe9753..c2c8b17):
c2c8b17 2023-03-16 Elliott Brooks (she/her) Prepare Webdev version `3.0.2` for release (#2037)
d124fa5 2023-03-16 Elliott Brooks (she/her) Prepare extension for release (#2036)
aef715d 2023-03-15 Elliott Brooks (she/her) Prepare DWDS 18.0.1 for release (#2035)
a15fde0 2023-03-15 Anna Gringauze fix matching record types (#2032)
05031da 2023-03-14 Anna Gringauze Update build_daemon constraint and log errors (#2029)
49013b8 2023-03-09 Elliott Brooks (she/her) [MV3 Debug Extension] Fix authentication issue for the Dart Debug Extension (#2026)
c8d4439 2023-03-09 Elliott Brooks (she/her) Support `Set` inspection in DWDS (#2024)
442639d 2023-03-08 Elliott Brooks (she/her) Handle unexpected extension debugger disconnection events without crashing app (#2021)
yaml_edit (https://github.com/dart-lang/yaml_edit/compare/6abc42a..fbc5cb3):
fbc5cb3 2023-03-09 Kevin Moore Require Dart 2.19, update to latest lints
c9e82f0 2023-03-09 Mohamed Ishad Fix YamlEditor.update method leaving trailing spaces at eol (#42)
Change-Id: Icf15fc0ffd3ee36e0380751d18fd491de071040e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/289881
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-03-20 17:45:37 +00:00
|
|
|
"shelf_rev": "9a792b49f07bd9d310d83cd103035cc60a9956af",
|
[deps] rev async, dartdoc, html, http, http_multi_server, source_map_stack_trace, stream_channel, test, tools, watcher, webdev, yaml, yaml_edit
Revisions updated by `dart tools/rev_sdk_deps.dart`.
async (https://github.com/dart-lang/async/compare/8deaa40..f454380):
f454380 2023-03-02 Natalie Weizenbaum Add `StreamExtensions.listenAndBuffer()` (#235)
dartdoc (https://github.com/dart-lang/dartdoc/compare/77d5994..98fa859):
98fa859c 2023-03-05 dependabot[bot] Bump cli_util from 0.3.5 to 0.4.0 (#3360)
html (https://github.com/dart-lang/html/compare/0b8025c..08643e9):
08643e9 2023-03-02 Devon Carew prep for publishing 0.15.2 (#205)
http (https://github.com/dart-lang/http/compare/1500a71..805a147):
805a147 2023-03-02 Kevin Moore Fix some spelling (#884)
5a2f036 2023-03-02 Kevin Moore Move to pkg:dart_flutter_team_lints, require Dart 2.19 (#883)
35b2cef 2023-03-02 Bahaa Fathi Yousef Corrected the spelling of "Implements" in "/http/lib/src/io_client.dart" (#871)
bb86cf3 2023-02-27 Brian Quinlan Provide access to NSURLSession.sessionDescription (#881)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/2cd5355..7bd190c):
7bd190c 2023-03-06 Kevin Moore Require Dart 2.19, enable and fix new team lints (#51)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/a60ef54..45ea368):
45ea368 2023-03-07 Kevin Moore Require Dart 2.19, use pkg:dart_flutter_team_lints (#35)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0850515..a20ccd4):
a20ccd4 2023-02-28 Kevin Moore move to pkg:dart_flutter_team_lints lints, fix code, bump min SDK (#87)
test (https://github.com/dart-lang/test/compare/1307cc5..92da93a):
92da93a8 2023-03-06 Devon Carew dogfood the new setup-dart action (#1964)
e49818ec 2023-03-01 dependabot[bot] Bump github/codeql-action from 2.2.1 to 2.2.5 (#1963)
tools (https://github.com/dart-lang/tools/compare/28b7be8..a1c3506):
a1c3506 2023-03-07 Devon Carew dogfood the new setup-dart action (#25)
fb46723 2023-03-07 Elias Yishak Update pubspec.yaml (#24)
5a72344 2023-03-06 Elias Yishak Add `DashEvent` for toggling telemetry collection + send event whenever toggled (#23)
watcher (https://github.com/dart-lang/watcher/compare/0ca6638..5968409):
5968409 2023-03-07 Kevin Moore blast_repo fixes (#139)
e8f771a 2023-03-07 Kevin Moore Require Dart 2.19, use new team lints (#138)
webdev (https://github.com/dart-lang/webdev/compare/deb801b..c007560):
c007560 2023-03-06 Elliott Brooks (she/her) [MV3 Debug Extension] Show warning when clicking on debug extension for non Dart app (#2015)
1a010dc 2023-03-06 Devon Carew dogfood the new setup-dart action (#2017)
07743a3 2023-03-06 Anna Gringauze Fix exception mapping from JS to dart (#2004)
eb63b31 2023-03-03 Elliott Brooks (she/her) Create a Dart Debug Extension issue template (#2014)
85f35d4 2023-03-01 Devon Carew update publishing automation integration (#2002)
e748045 2023-02-28 Anna Gringauze Prepare to release webdev 3.0.1 (#2000)
5355050 2023-02-27 Elliott Brooks (she/her) [MV3 Debug Extension] Ignore page reloads for detecting navigation away from app (#1994)
4e08276 2023-02-27 Anna Gringauze Prepare to release dwds 18.0.0 (#1993)
fc54d68 2023-02-27 Anna Gringauze Fix expression evaluation failures on empty scopes (#1998)
496a2b4 2023-02-27 Anna Gringauze Temporarily disable publish verification (#1996)
yaml (https://github.com/dart-lang/yaml/compare/a6d8781..1ad2f49):
1ad2f49 2023-03-01 Kevin Moore Require Dart 2.19, migrate to dart_flutter_team_lints, make associated fixes (#138)
4d369fd 2023-03-01 Kevin Moore benchmark: fix output.json (#137)
yaml_edit (https://github.com/dart-lang/yaml_edit/compare/998eea2..0668eb5):
0668eb5 2023-03-02 Jonas Finnemann Jensen Wrap recursively, prepare release (#28)
a4ff857 2023-03-01 Mohamed Ishad Update CHANGELOG.md (#37)
2fdfbdb 2023-02-28 Mohamed Ishad Fix for issue #23 (#34)
494ad7c 2023-02-25 MikiPaul fixed typo (#36)
Change-Id: I101c94575c20fca55c7440e84668413207073a32
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/287162
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-03-07 21:13:36 +00:00
|
|
|
"source_map_stack_trace_rev": "45ea3688b6bec1eb565c38c4e28f37b01f8a0fa9",
|
[deps] rev args, characters, dartdoc, ffi, http, markdown, mockito, path, pool, source_maps, test, tools, webdev
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/b08471e..9305d5a):
9305d5a 2023-02-15 Naoto Kaneko Update README.md (#236)
characters (https://github.com/dart-lang/characters/compare/29f3a3e..3281cc7):
3281cc7 2023-02-16 Devon Carew blast_repo fixes (#75)
dartdoc (https://github.com/dart-lang/dartdoc/compare/3931595..dba6f94):
dba6f946 2023-02-16 Janice Collins Preserve type aliases for records in output (#3340)
96e61903 2023-02-16 Sam Rawlins Remove unused additionalOptions parameter, other little refactorings (#3339)
f64290e1 2023-02-13 Devon Carew remove an unused css attribute (#3335)
c055526a 2023-02-13 Devon Carew fix an issue where we created a temporary directory when performing a dry run (#3334)
1f6c8db5 2023-02-13 dependabot[bot] Bump github/codeql-action from 2.2.1 to 2.2.4 (#3337)
f1fa0efc 2023-02-13 dependabot[bot] Bump actions/cache from 3.2.4 to 3.2.5 (#3338)
ffi (https://github.com/dart-lang/ffi/compare/69d7596..32f5eef):
32f5eef 2023-02-20 Daco Harkes Bump SDK constraint to 4.0.0 (#185)
http (https://github.com/dart-lang/http/compare/f4b365e..c13a3f8):
c13a3f8 2023-02-17 Alex Li ✨ Add Cronet embedded tool (#853)
markdown (https://github.com/dart-lang/markdown/compare/f51c24c..4befe66):
4befe66 2023-02-16 Zhiguang Chen Do not generate heading IDs for headings with no content in `HeaderWithIdSyntax` (#522)
cae08af 2023-02-15 Kevin Moore Prepare to release v7.0.1 (#520)
bdbaf76 2023-02-15 Zhiguang Chen Remove lookarounds from autolink extension patterns (#519)
eb09fac 2023-02-14 Kevin Moore Move to pkg:dart_flutter_team_lints (#518)
51a6389 2023-02-15 Zhiguang Chen Add line endings to HTML blocks (#512)
a4cd7a0 2023-02-14 Kevin Moore Label tests that only run on the VM: allows running tests with browser (#516)
6788042 2023-02-14 Kevin Moore CI: add publish and response workflows (#517)
mockito (https://github.com/dart-lang/mockito/compare/d2a8df1..ed5bd84):
ed5bd84 2023-01-09 Ross Wang Relax mixin criteria
781752c 2023-02-13 Sam Rawlins Change `void` to `dynamic` when overriding method arguments
71e41b9 2023-02-10 Sam Rawlins Add `ignore_for_file: use_of_void_result`
d5a25f8 2023-02-08 Sam Rawlins Fix violations of `unnecessary_parenthesis` lint
path (https://github.com/dart-lang/path/compare/a95f1e9..24b58a2):
24b58a2 2023-02-20 Kevin Moore Move to team lints, require Dart 2.19 (#138)
8ec8ca0 2023-02-18 Kevin Moore blast_repo fixes (#137)
pool (https://github.com/dart-lang/pool/compare/51f1131..694cfd8):
694cfd8 2023-02-20 Kevin Moore move to package:dart_flutter_team_lints, require Dart 2.19 (#65)
40bf2af 2023-02-20 Kevin Moore blast_repo fixes (#64)
source_maps (https://github.com/dart-lang/source_maps/compare/cf44db3..a112e98):
a112e98 2023-02-16 Devon Carew configure publishing automation (#74)
test (https://github.com/dart-lang/test/compare/b5e70db..e56c643):
e56c6439 2023-02-17 Jacob MacDonald Add exe compiler, supports running tests compiled to native executables (#1941)
f80dfa00 2023-02-16 Nate Bosch Add note about why we are replacing matcher (#1940)
732ae1de 2023-02-15 Nate Bosch Add `because` usage in examples (#1939)
f6df9756 2023-02-15 Jacob MacDonald Fix typo in readme (#1937)
aca53419 2023-02-14 Nate Bosch Add a caret constraint for matcher (#1927)
f7f3a019 2023-02-14 Jacob MacDonald use test_api/backend.dart instead of test_core/backend.dart (#1936)
de40c1c0 2023-02-14 Jacob MacDonald Add support for `--compiler` flag (#1903)
1f42db8c 2023-02-13 Devon Carew updates to package:checks docs (#1933)
tools (https://github.com/dart-lang/tools/compare/48a544b..a53933c):
a53933c 2023-02-17 Elias Yishak [package:dash_analytics] Tests for conforming to GA4 Measurement Protocol limitations (#9)
c54430b 2023-02-17 Devon Carew add some clarification to the top-level readme (#8)
webdev (https://github.com/dart-lang/webdev/compare/0bae2be..ae7eb80):
ae7eb80 2023-02-17 Anna Gringauze Add tests for object inspection (#1973)
7d80a2c 2023-02-17 Elliott Brooks (she/her) Ignore offset / count if an instance has no `length` (#1972)
cd66172 2023-02-17 Elliott Brooks (she/her) [MV3 Debug Extension] User can reload app and continue to debug (#1968)
8b7f9d3 2023-02-16 Anna Gringauze Re-enable weak webdev tests (#1960)
83d8e47 2023-02-16 Elliott Brooks (she/her) [MV3 Debug Extension] Variables in panel.dart should be private (#1969)
4e85e74 2023-02-16 Elliott Brooks (she/her) [MV3 Debug Extension] The new debug extension can be run on Manifest V3 or Manifest V2 (#1966)
3982f5f 2023-02-15 Elliott Brooks (she/her) [MV3 Debug Extension] Clean up tests in preparation for supporting compiling to MV2 (#1964)
3ad544e 2023-02-15 Elliott Brooks (she/her) [MV3 Debug Extension] Remove isMV3Extension field from DevtoolsRequest (#1963)
c77043e 2023-02-14 Elliott Brooks (she/her) [MV3 Debug Extension] Fix isDevMode getter (#1962)
a761125 2023-02-14 Elliott Brooks (she/her) [MV3 Debug Extension] Print `console` messages on test failure (#1961)
41e92be 2023-02-14 Anna Gringauze Create test_common package (#1945)
443f820 2023-02-14 Anna Gringauze Re-enable skipped reload test (#1958)
a7bc3fc 2023-02-14 Anna Gringauze Make dart-uri-file-uri test use sound null safety (#1959)
464a8eb 2023-02-14 Elliott Brooks (she/her) [MV3 Debug Extension] Compile extension with Dart instead of shell script (#1954)
7cf8fe2 2023-02-13 Anna Gringauze Fix asset handler tests (#1956)
c371ad7 2023-02-13 Anna Gringauze Fix chrome_proxy_service tests broken after switch to null safety by default (#1957)
d6ec127 2023-02-13 Anna Gringauze Move test-only code from the SdkLayout (#1955)
35fa34b 2023-02-13 Elliott Brooks (she/her) [MV3 Debug Extension] Update Chrome APIs to be backwards compatible with MV2 (#1951)
Change-Id: I4250594d0fa775d07cb3a0f8594e634552de452b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/284240
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2023-02-20 20:09:45 +00:00
|
|
|
"source_maps_rev": "a112e981a985a8af2047ee25a9cf56b0d5413b02",
|
[deps] ffi_rev, file_rev, fixnum_rev, glob_rev, html_rev, http_rev, http_multi_server_rev, http_parser_rev, intl_rev, json_rpc_2_rev, logging_rev, matcher_rev, mime_rev, package_config_rev, path_rev, pool_rev, protobuf_rev, pub_semver_rev, shelf_rev, source_map_stack_trace_rev, source_maps_rev, source_span_rev
Change-Id: I4b806532e30a6f0617add767da2556972ca6cea9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/281280
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2023-02-07 00:33:33 +00:00
|
|
|
"source_span_rev": "3951ba50ec29b9870c3131c6ddcc88700d26f3ee",
|
[deps] sse, stack_trace, stream_channel, string_scanner, sync_http, term_glyph, test, test_descriptor, test_process, test_reflective_loader, typed_data, usage, vector_math, watcher, web_components, web_socket_channel, webdev, webdriver, webkit_inspection_protocol, yaml, yaml_edit
Change-Id: I8b34b03b9666d4513e11bae387b57af187ba2ca9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/281281
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-02-07 01:44:33 +00:00
|
|
|
"sse_rev": "8c03b73f90d951f5b33dd496593718107c79f97a",
|
|
|
|
"stack_trace_rev": "6ceb191ace71c18ccf5648f6b2e8be52da39c56f",
|
[deps] rev async, dartdoc, html, http, http_multi_server, source_map_stack_trace, stream_channel, test, tools, watcher, webdev, yaml, yaml_edit
Revisions updated by `dart tools/rev_sdk_deps.dart`.
async (https://github.com/dart-lang/async/compare/8deaa40..f454380):
f454380 2023-03-02 Natalie Weizenbaum Add `StreamExtensions.listenAndBuffer()` (#235)
dartdoc (https://github.com/dart-lang/dartdoc/compare/77d5994..98fa859):
98fa859c 2023-03-05 dependabot[bot] Bump cli_util from 0.3.5 to 0.4.0 (#3360)
html (https://github.com/dart-lang/html/compare/0b8025c..08643e9):
08643e9 2023-03-02 Devon Carew prep for publishing 0.15.2 (#205)
http (https://github.com/dart-lang/http/compare/1500a71..805a147):
805a147 2023-03-02 Kevin Moore Fix some spelling (#884)
5a2f036 2023-03-02 Kevin Moore Move to pkg:dart_flutter_team_lints, require Dart 2.19 (#883)
35b2cef 2023-03-02 Bahaa Fathi Yousef Corrected the spelling of "Implements" in "/http/lib/src/io_client.dart" (#871)
bb86cf3 2023-02-27 Brian Quinlan Provide access to NSURLSession.sessionDescription (#881)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/2cd5355..7bd190c):
7bd190c 2023-03-06 Kevin Moore Require Dart 2.19, enable and fix new team lints (#51)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/a60ef54..45ea368):
45ea368 2023-03-07 Kevin Moore Require Dart 2.19, use pkg:dart_flutter_team_lints (#35)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0850515..a20ccd4):
a20ccd4 2023-02-28 Kevin Moore move to pkg:dart_flutter_team_lints lints, fix code, bump min SDK (#87)
test (https://github.com/dart-lang/test/compare/1307cc5..92da93a):
92da93a8 2023-03-06 Devon Carew dogfood the new setup-dart action (#1964)
e49818ec 2023-03-01 dependabot[bot] Bump github/codeql-action from 2.2.1 to 2.2.5 (#1963)
tools (https://github.com/dart-lang/tools/compare/28b7be8..a1c3506):
a1c3506 2023-03-07 Devon Carew dogfood the new setup-dart action (#25)
fb46723 2023-03-07 Elias Yishak Update pubspec.yaml (#24)
5a72344 2023-03-06 Elias Yishak Add `DashEvent` for toggling telemetry collection + send event whenever toggled (#23)
watcher (https://github.com/dart-lang/watcher/compare/0ca6638..5968409):
5968409 2023-03-07 Kevin Moore blast_repo fixes (#139)
e8f771a 2023-03-07 Kevin Moore Require Dart 2.19, use new team lints (#138)
webdev (https://github.com/dart-lang/webdev/compare/deb801b..c007560):
c007560 2023-03-06 Elliott Brooks (she/her) [MV3 Debug Extension] Show warning when clicking on debug extension for non Dart app (#2015)
1a010dc 2023-03-06 Devon Carew dogfood the new setup-dart action (#2017)
07743a3 2023-03-06 Anna Gringauze Fix exception mapping from JS to dart (#2004)
eb63b31 2023-03-03 Elliott Brooks (she/her) Create a Dart Debug Extension issue template (#2014)
85f35d4 2023-03-01 Devon Carew update publishing automation integration (#2002)
e748045 2023-02-28 Anna Gringauze Prepare to release webdev 3.0.1 (#2000)
5355050 2023-02-27 Elliott Brooks (she/her) [MV3 Debug Extension] Ignore page reloads for detecting navigation away from app (#1994)
4e08276 2023-02-27 Anna Gringauze Prepare to release dwds 18.0.0 (#1993)
fc54d68 2023-02-27 Anna Gringauze Fix expression evaluation failures on empty scopes (#1998)
496a2b4 2023-02-27 Anna Gringauze Temporarily disable publish verification (#1996)
yaml (https://github.com/dart-lang/yaml/compare/a6d8781..1ad2f49):
1ad2f49 2023-03-01 Kevin Moore Require Dart 2.19, migrate to dart_flutter_team_lints, make associated fixes (#138)
4d369fd 2023-03-01 Kevin Moore benchmark: fix output.json (#137)
yaml_edit (https://github.com/dart-lang/yaml_edit/compare/998eea2..0668eb5):
0668eb5 2023-03-02 Jonas Finnemann Jensen Wrap recursively, prepare release (#28)
a4ff857 2023-03-01 Mohamed Ishad Update CHANGELOG.md (#37)
2fdfbdb 2023-02-28 Mohamed Ishad Fix for issue #23 (#34)
494ad7c 2023-02-25 MikiPaul fixed typo (#36)
Change-Id: I101c94575c20fca55c7440e84668413207073a32
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/287162
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-03-07 21:13:36 +00:00
|
|
|
"stream_channel_rev": "a20ccd4142947637213393803289787a233402a1",
|
[deps] rev async, characters, collection, dartdoc, json_rpc_2, logging, mockito, package_config, shelf, string_scanner, test, webdev
Revisions updated by `dart tools/rev_sdk_deps.dart`.
async (https://github.com/dart-lang/async/compare/f700e9a..f700e9a):
f700e9a 2023-01-27 Devon Carew blast_repo fixes (#231)
characters (https://github.com/dart-lang/characters/compare/4526aa8..4526aa8):
4526aa8 2023-01-30 Lasse R.H. Nielsen Update tables to Unicode 15.0. (#71)
collection (https://github.com/dart-lang/collection/compare/a566328..a566328):
a566328 2023-01-26 Devon Carew add a publish script; prep to publish (#267)
dartdoc (https://github.com/dart-lang/dartdoc/compare/bc7bdc4..bc7bdc4):
bc7bdc44 2023-01-30 dependabot[bot] Bump js from 0.6.5 to 0.6.7 (#3310)
json_rpc_2 (https://github.com/dart-lang/json_rpc_2/compare/e73c4ad..e73c4ad):
e73c4ad 2023-01-26 Devon Carew blast_repo fixes (#89)
logging (https://github.com/dart-lang/logging/compare/399100a..399100a):
399100a 2023-01-26 Devon Carew add a publish script; prep to publish 1.1.1 (#128)
mockito (https://github.com/dart-lang/mockito/compare/d2a8df1..d2a8df1):
d2a8df1 2023-01-30 Kevin Moore Latest build_web_compilers, move to pkg:lints, fix breaks (#605)
13340b5 2023-01-30 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#600)
package_config (https://github.com/dart-lang/package_config/compare/3fe81c4..3fe81c4):
3fe81c4 2023-01-30 Kevin Moore Support latest pkg:build_web_compilers, lints. Update min SDK (#129)
shelf (https://github.com/dart-lang/shelf/compare/8fca9d9..8fca9d9):
8fca9d9 2023-01-26 Devon Carew blast_repo fixes (#326)
string_scanner (https://github.com/dart-lang/string_scanner/compare/29e471e..29e471e):
29e471e 2023-01-30 dependabot[bot] Bump dart-lang/setup-dart from 1.3 to 1.4 (#53)
test (https://github.com/dart-lang/test/compare/cec47c1..cec47c1):
cec47c1c 2023-01-27 Nate Bosch Add missing pub requirements (#1878)
c99d455e 2023-01-27 Nate Bosch Prepare to publish (#1877)
0e7ec6a7 2023-01-27 Nate Bosch Rename `Check` to `Subject` (#1875)
78382731 2023-01-27 Nate Bosch Add String.matches condition (#1874)
26e0e87b 2023-01-27 Nate Bosch Add Iterable.containsInOrder condition (#1873)
c9232d6b 2023-01-27 Nate Bosch Rename `that` to `which` (#1872)
457166b3 2023-01-26 Nate Bosch Add missing dependency on package:lints (#1876)
193f2a0b 2023-01-26 Nate Bosch Retry instead of extend timeout for flaky Node tests (#1871)
7ad9b2c3 2023-01-26 Nate Bosch Overhaul async matchers (#1868)
ca254546 2023-01-26 Nate Bosch Add a withQueue utility (#1870)
6ae2e5e9 2023-01-26 Nate Bosch Refactor tests to a new isRejectedBy utility (#1867)
5aeba66d 2023-01-26 Nate Bosch Use pubspec_overrides.yaml files (#1869)
webdev (https://github.com/dart-lang/webdev/compare/ce9c581..ce9c581):
ce9c581 2023-01-29 Anna Gringauze Validate only needed summaries in expression_compiler_service (#1920)
Change-Id: I3ddb0ddeb3b989f6f9e78cd8aa6327aba5899018
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/280078
Commit-Queue: Devon Carew <devoncarew@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-01-31 02:13:06 +00:00
|
|
|
"string_scanner_rev": "29e471ea98762db8052cca0e6a69ef9c7999abed",
|
2023-01-17 21:49:18 +00:00
|
|
|
"sync_http_rev": "36a1bd086798cbdb48e7541b05e5a14b5e5bb56b",
|
[deps] rev args, bazel_worker, benchmark_harness, dartdoc, glob, http, http_parser, pub_semver, shelf, term_glyph, test, typed_data, webdev
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/bd3ac85..b08471e):
b08471e 2023-02-09 Sigurd Meldgaard Suggest command based on aliases (#235)
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/1124692..53871c5):
53871c5 2023-02-09 Kevin Moore Migrate to dart_flutter_team_lints, cleanup (#69)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/b1efcf7..a6a0891):
a6a0891 2023-02-09 Kevin Moore Require Dart 2.19, update lints to dart_flutter_team_lints (#84)
dartdoc (https://github.com/dart-lang/dartdoc/compare/494a6be..3931595):
39315954 2023-02-13 Devon Carew enable additional lints (#3336)
a52639e7 2023-02-10 Sam Rawlins Use markdown 7 (#3332)
glob (https://github.com/dart-lang/glob/compare/a828420..f378dc8):
f378dc8 2023-02-13 Kevin Moore Update to dart_flutter_team_lints, also cleaned up markdown (#71)
http (https://github.com/dart-lang/http/compare/8386923..f4b365e):
f4b365e 2023-02-07 Sigurd Meldgaard Remove dependency on package:path (#865)
http_parser (https://github.com/dart-lang/http_parser/compare/1c0c17a..b3b283b):
b3b283b 2023-02-08 Kevin Moore Bump min SDK to 2.17 (#69)
pub_semver (https://github.com/dart-lang/pub_semver/compare/e9c600c..c0e6ea7):
c0e6ea7 2023-02-12 Devon Carew Update CHANGELOG.md (#81)
0d62000 2023-02-12 Kevin Moore Fix new type error, use dart_flutter_team_lints (#80)
shelf (https://github.com/dart-lang/shelf/compare/9d1fb8a..707c8b2):
707c8b2 2023-02-07 Kevin Moore move to pkg:dart_flutter_team_lints (#330)
term_glyph (https://github.com/dart-lang/term_glyph/compare/520784d..d275a8f):
d275a8f 2023-02-12 Kevin Moore Fix CI, update lints (#34)
test (https://github.com/dart-lang/test/compare/da7c667..b5e70db):
b5e70db5 2023-02-10 Jacob MacDonald Add notes about versioning and publishing to CONTRIBUTING.md (#1929)
2773daa6 2023-02-09 Jacob MacDonald update changelog version in test to use ## (#1926)
9e3072e1 2023-02-09 Danny Tuppeny Handle absolute paths on Windows (#1923)
07380027 2023-02-09 Nicholas Shahan Fix typo in migration doc (#1924)
f49fc16a 2023-02-09 Kevin Moore Add auto-publish configuration (#1922)
5bf28959 2023-02-08 Nate Bosch Add link to file issue on README (#1921)
ef81f471 2023-02-08 Nate Bosch Fix directory name for issue templates (#1920)
f3bfda9d 2023-02-08 Nate Bosch Add issue templates (#1919)
a80f4fd0 2023-02-08 Devon Carew Refactor top level and package README files (#1918)
0f4558fe 2023-02-07 Nate Bosch Prepare to publish test_core and test (#1917)
39f498c8 2023-02-06 Nate Bosch Minor readme improvements (#1913)
2cb07a3f 2023-02-06 Nate Bosch Rename matches to matchesPattern, accept Pattern (#1907)
ba6fb1c9 2023-02-06 Jacob MacDonald Support running tests by absolute file: uri (#1893)
ffeaec66 2023-02-06 Nate Bosch Take Condition for async nesting expectations (#1896)
cdd8c395 2023-02-06 Daniel Chevalier update vm_service to support 11.0.0 (#1910)
f2d97bf2 2023-02-06 Nate Bosch Expand the doc comment for Context (#1902)
typed_data (https://github.com/dart-lang/typed_data/compare/6fbbd95..f858046):
f858046 2023-02-12 Kevin Moore fix ci, update analysis options (#61)
webdev (https://github.com/dart-lang/webdev/compare/6255c85..0bae2be):
0bae2be 2023-02-10 Elliott Brooks (she/her) Fix lifeline connection logic (#1952)
4a41cf9 2023-02-10 Anna Gringauze Support records (#1919)
d6229e3 2023-02-09 Anna Gringauze Fix failure on getting a list with out of range offset (#1947)
f1b15e8 2023-02-09 Anna Gringauze Fix incorrect list element count (#1944)
fff4865 2023-02-09 Elliott Brooks (she/her) Add missing IDs to inspector panel (#1946)
47287e3 2023-02-08 Elliott Brooks (she/her) [MV3 Debug Extension] Extension sets the `ide` query parameter for the DevTools URI (#1943)
1136d51 2023-02-08 Elliott Brooks (she/her) Catch exceptions in unawaited `Futures` (#1938)
2cad786 2023-02-07 Anna Gringauze Cleanup getObject logic for handling offsets and counts (#1936)
b399e94 2023-02-06 Elliott Brooks (she/her) Pull out `dart:io`-dependent functions from`/src/utilities/shared.dart` into
`/src/utilities/server.dart` (#1942)
Change-Id: I64bdc5485665ca4c13a331ae7a6c77b1cd3208d8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/282802
Commit-Queue: Devon Carew <devoncarew@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-02-13 20:15:10 +00:00
|
|
|
"term_glyph_rev": "d275a8f7482b6a5e4f15d0da6feb66c24f52eb94",
|
2023-03-21 21:37:57 +00:00
|
|
|
"test_rev": "cc0598b2c3bf3a7439f10f9542a8d01ff50b69e9",
|
[deps] sse, stack_trace, stream_channel, string_scanner, sync_http, term_glyph, test, test_descriptor, test_process, test_reflective_loader, typed_data, usage, vector_math, watcher, web_components, web_socket_channel, webdev, webdriver, webkit_inspection_protocol, yaml, yaml_edit
Change-Id: I8b34b03b9666d4513e11bae387b57af187ba2ca9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/281281
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-02-07 01:44:33 +00:00
|
|
|
"test_descriptor_rev": "1d4a967dd17874f3835af30720e9820c74977569",
|
|
|
|
"test_process_rev": "f76d0b8fcf078d629cb57f859db79be93d6323d5",
|
|
|
|
"test_reflective_loader_rev": "c4c2d5c3f94a96f3fc79e9e28944fba391bc544c",
|
[deps] rev args, benchmark_harness, clock, csslib, dartdoc, protobuf, shelf, tools, vector_math, webdev, yaml_edit
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/9305d5a..7a5e3b0):
7a5e3b0 2023-03-14 Devon Carew update readme; add contributing doc (#237)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/a6a0891..725534a):
725534a 2023-03-14 Kevin Moore Spelling fixes, latest lints, move to minilibs (drop parts) (#85)
clock (https://github.com/dart-lang/clock/compare/5abb481..984642e):
984642e 2023-03-15 Kevin Moore Require Dart 2.19, use and fix recommended lints (#46)
csslib (https://github.com/dart-lang/csslib/compare/b671738..d32bdd4):
d32bdd4 2023-03-14 Devon Carew refactor the package example (#170)
dartdoc (https://github.com/dart-lang/dartdoc/compare/98fa859..7fde7a4):
7fde7a4d 2023-03-13 dependabot[bot] Bump github/codeql-action from 2.2.5 to 2.2.6 (#3363)
protobuf (https://github.com/dart-lang/protobuf/compare/75bc380..b90a4c4):
b90a4c4 2023-03-16 Mahdi K. Fard Sort message constructors first. (#807)
00fd975 2023-03-15 Kevin Moore Fix formatting with latest SDK (#808)
a67bbb3 2023-03-15 dependabot[bot] Bump actions/cache from 3.2.4 to 3.2.6 (#804)
shelf (https://github.com/dart-lang/shelf/compare/e3cfe79..9a792b4):
9a792b4 2023-03-13 Kevin Moore Update format for latest v3 SDK (#340)
c8094b7 2023-03-13 Kevin Moore Update no-response.yml - once a day (#339)
tools (https://github.com/dart-lang/tools/compare/e5353aa..8d18d01):
8d18d01 2023-03-15 Elias Yishak Implement fake ga client (#37)
vector_math (https://github.com/google/vector_math.dart/compare/1e4d000..7dec984):
7dec984 2023-03-16 eoineoineoin Add operator== to Quaternion (#288)
webdev (https://github.com/dart-lang/webdev/compare/cfe9753..c2c8b17):
c2c8b17 2023-03-16 Elliott Brooks (she/her) Prepare Webdev version `3.0.2` for release (#2037)
d124fa5 2023-03-16 Elliott Brooks (she/her) Prepare extension for release (#2036)
aef715d 2023-03-15 Elliott Brooks (she/her) Prepare DWDS 18.0.1 for release (#2035)
a15fde0 2023-03-15 Anna Gringauze fix matching record types (#2032)
05031da 2023-03-14 Anna Gringauze Update build_daemon constraint and log errors (#2029)
49013b8 2023-03-09 Elliott Brooks (she/her) [MV3 Debug Extension] Fix authentication issue for the Dart Debug Extension (#2026)
c8d4439 2023-03-09 Elliott Brooks (she/her) Support `Set` inspection in DWDS (#2024)
442639d 2023-03-08 Elliott Brooks (she/her) Handle unexpected extension debugger disconnection events without crashing app (#2021)
yaml_edit (https://github.com/dart-lang/yaml_edit/compare/6abc42a..fbc5cb3):
fbc5cb3 2023-03-09 Kevin Moore Require Dart 2.19, update to latest lints
c9e82f0 2023-03-09 Mohamed Ishad Fix YamlEditor.update method leaving trailing spaces at eol (#42)
Change-Id: Icf15fc0ffd3ee36e0380751d18fd491de071040e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/289881
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-03-20 17:45:37 +00:00
|
|
|
"tools_rev": "8d18d01192077e85839539de9afdf679622445c8",
|
[deps] rev args, bazel_worker, benchmark_harness, dartdoc, glob, http, http_parser, pub_semver, shelf, term_glyph, test, typed_data, webdev
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/bd3ac85..b08471e):
b08471e 2023-02-09 Sigurd Meldgaard Suggest command based on aliases (#235)
bazel_worker (https://github.com/dart-lang/bazel_worker/compare/1124692..53871c5):
53871c5 2023-02-09 Kevin Moore Migrate to dart_flutter_team_lints, cleanup (#69)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/b1efcf7..a6a0891):
a6a0891 2023-02-09 Kevin Moore Require Dart 2.19, update lints to dart_flutter_team_lints (#84)
dartdoc (https://github.com/dart-lang/dartdoc/compare/494a6be..3931595):
39315954 2023-02-13 Devon Carew enable additional lints (#3336)
a52639e7 2023-02-10 Sam Rawlins Use markdown 7 (#3332)
glob (https://github.com/dart-lang/glob/compare/a828420..f378dc8):
f378dc8 2023-02-13 Kevin Moore Update to dart_flutter_team_lints, also cleaned up markdown (#71)
http (https://github.com/dart-lang/http/compare/8386923..f4b365e):
f4b365e 2023-02-07 Sigurd Meldgaard Remove dependency on package:path (#865)
http_parser (https://github.com/dart-lang/http_parser/compare/1c0c17a..b3b283b):
b3b283b 2023-02-08 Kevin Moore Bump min SDK to 2.17 (#69)
pub_semver (https://github.com/dart-lang/pub_semver/compare/e9c600c..c0e6ea7):
c0e6ea7 2023-02-12 Devon Carew Update CHANGELOG.md (#81)
0d62000 2023-02-12 Kevin Moore Fix new type error, use dart_flutter_team_lints (#80)
shelf (https://github.com/dart-lang/shelf/compare/9d1fb8a..707c8b2):
707c8b2 2023-02-07 Kevin Moore move to pkg:dart_flutter_team_lints (#330)
term_glyph (https://github.com/dart-lang/term_glyph/compare/520784d..d275a8f):
d275a8f 2023-02-12 Kevin Moore Fix CI, update lints (#34)
test (https://github.com/dart-lang/test/compare/da7c667..b5e70db):
b5e70db5 2023-02-10 Jacob MacDonald Add notes about versioning and publishing to CONTRIBUTING.md (#1929)
2773daa6 2023-02-09 Jacob MacDonald update changelog version in test to use ## (#1926)
9e3072e1 2023-02-09 Danny Tuppeny Handle absolute paths on Windows (#1923)
07380027 2023-02-09 Nicholas Shahan Fix typo in migration doc (#1924)
f49fc16a 2023-02-09 Kevin Moore Add auto-publish configuration (#1922)
5bf28959 2023-02-08 Nate Bosch Add link to file issue on README (#1921)
ef81f471 2023-02-08 Nate Bosch Fix directory name for issue templates (#1920)
f3bfda9d 2023-02-08 Nate Bosch Add issue templates (#1919)
a80f4fd0 2023-02-08 Devon Carew Refactor top level and package README files (#1918)
0f4558fe 2023-02-07 Nate Bosch Prepare to publish test_core and test (#1917)
39f498c8 2023-02-06 Nate Bosch Minor readme improvements (#1913)
2cb07a3f 2023-02-06 Nate Bosch Rename matches to matchesPattern, accept Pattern (#1907)
ba6fb1c9 2023-02-06 Jacob MacDonald Support running tests by absolute file: uri (#1893)
ffeaec66 2023-02-06 Nate Bosch Take Condition for async nesting expectations (#1896)
cdd8c395 2023-02-06 Daniel Chevalier update vm_service to support 11.0.0 (#1910)
f2d97bf2 2023-02-06 Nate Bosch Expand the doc comment for Context (#1902)
typed_data (https://github.com/dart-lang/typed_data/compare/6fbbd95..f858046):
f858046 2023-02-12 Kevin Moore fix ci, update analysis options (#61)
webdev (https://github.com/dart-lang/webdev/compare/6255c85..0bae2be):
0bae2be 2023-02-10 Elliott Brooks (she/her) Fix lifeline connection logic (#1952)
4a41cf9 2023-02-10 Anna Gringauze Support records (#1919)
d6229e3 2023-02-09 Anna Gringauze Fix failure on getting a list with out of range offset (#1947)
f1b15e8 2023-02-09 Anna Gringauze Fix incorrect list element count (#1944)
fff4865 2023-02-09 Elliott Brooks (she/her) Add missing IDs to inspector panel (#1946)
47287e3 2023-02-08 Elliott Brooks (she/her) [MV3 Debug Extension] Extension sets the `ide` query parameter for the DevTools URI (#1943)
1136d51 2023-02-08 Elliott Brooks (she/her) Catch exceptions in unawaited `Futures` (#1938)
2cad786 2023-02-07 Anna Gringauze Cleanup getObject logic for handling offsets and counts (#1936)
b399e94 2023-02-06 Elliott Brooks (she/her) Pull out `dart:io`-dependent functions from`/src/utilities/shared.dart` into
`/src/utilities/server.dart` (#1942)
Change-Id: I64bdc5485665ca4c13a331ae7a6c77b1cd3208d8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/282802
Commit-Queue: Devon Carew <devoncarew@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-02-13 20:15:10 +00:00
|
|
|
"typed_data_rev": "f858046fb420cf644e7d8cb86b7893f2830d8a6c",
|
[deps] sse, stack_trace, stream_channel, string_scanner, sync_http, term_glyph, test, test_descriptor, test_process, test_reflective_loader, typed_data, usage, vector_math, watcher, web_components, web_socket_channel, webdev, webdriver, webkit_inspection_protocol, yaml, yaml_edit
Change-Id: I8b34b03b9666d4513e11bae387b57af187ba2ca9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/281281
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-02-07 01:44:33 +00:00
|
|
|
"usage_rev": "399770f45ed2d384d79395c0341a04fb25609a4d",
|
[deps] rev args, benchmark_harness, clock, csslib, dartdoc, protobuf, shelf, tools, vector_math, webdev, yaml_edit
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/9305d5a..7a5e3b0):
7a5e3b0 2023-03-14 Devon Carew update readme; add contributing doc (#237)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/a6a0891..725534a):
725534a 2023-03-14 Kevin Moore Spelling fixes, latest lints, move to minilibs (drop parts) (#85)
clock (https://github.com/dart-lang/clock/compare/5abb481..984642e):
984642e 2023-03-15 Kevin Moore Require Dart 2.19, use and fix recommended lints (#46)
csslib (https://github.com/dart-lang/csslib/compare/b671738..d32bdd4):
d32bdd4 2023-03-14 Devon Carew refactor the package example (#170)
dartdoc (https://github.com/dart-lang/dartdoc/compare/98fa859..7fde7a4):
7fde7a4d 2023-03-13 dependabot[bot] Bump github/codeql-action from 2.2.5 to 2.2.6 (#3363)
protobuf (https://github.com/dart-lang/protobuf/compare/75bc380..b90a4c4):
b90a4c4 2023-03-16 Mahdi K. Fard Sort message constructors first. (#807)
00fd975 2023-03-15 Kevin Moore Fix formatting with latest SDK (#808)
a67bbb3 2023-03-15 dependabot[bot] Bump actions/cache from 3.2.4 to 3.2.6 (#804)
shelf (https://github.com/dart-lang/shelf/compare/e3cfe79..9a792b4):
9a792b4 2023-03-13 Kevin Moore Update format for latest v3 SDK (#340)
c8094b7 2023-03-13 Kevin Moore Update no-response.yml - once a day (#339)
tools (https://github.com/dart-lang/tools/compare/e5353aa..8d18d01):
8d18d01 2023-03-15 Elias Yishak Implement fake ga client (#37)
vector_math (https://github.com/google/vector_math.dart/compare/1e4d000..7dec984):
7dec984 2023-03-16 eoineoineoin Add operator== to Quaternion (#288)
webdev (https://github.com/dart-lang/webdev/compare/cfe9753..c2c8b17):
c2c8b17 2023-03-16 Elliott Brooks (she/her) Prepare Webdev version `3.0.2` for release (#2037)
d124fa5 2023-03-16 Elliott Brooks (she/her) Prepare extension for release (#2036)
aef715d 2023-03-15 Elliott Brooks (she/her) Prepare DWDS 18.0.1 for release (#2035)
a15fde0 2023-03-15 Anna Gringauze fix matching record types (#2032)
05031da 2023-03-14 Anna Gringauze Update build_daemon constraint and log errors (#2029)
49013b8 2023-03-09 Elliott Brooks (she/her) [MV3 Debug Extension] Fix authentication issue for the Dart Debug Extension (#2026)
c8d4439 2023-03-09 Elliott Brooks (she/her) Support `Set` inspection in DWDS (#2024)
442639d 2023-03-08 Elliott Brooks (she/her) Handle unexpected extension debugger disconnection events without crashing app (#2021)
yaml_edit (https://github.com/dart-lang/yaml_edit/compare/6abc42a..fbc5cb3):
fbc5cb3 2023-03-09 Kevin Moore Require Dart 2.19, update to latest lints
c9e82f0 2023-03-09 Mohamed Ishad Fix YamlEditor.update method leaving trailing spaces at eol (#42)
Change-Id: Icf15fc0ffd3ee36e0380751d18fd491de071040e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/289881
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-03-20 17:45:37 +00:00
|
|
|
"vector_math_rev": "7dec98433b3e016fbe49107ad4320b31f519eb70",
|
[deps] rev async, dartdoc, html, http, http_multi_server, source_map_stack_trace, stream_channel, test, tools, watcher, webdev, yaml, yaml_edit
Revisions updated by `dart tools/rev_sdk_deps.dart`.
async (https://github.com/dart-lang/async/compare/8deaa40..f454380):
f454380 2023-03-02 Natalie Weizenbaum Add `StreamExtensions.listenAndBuffer()` (#235)
dartdoc (https://github.com/dart-lang/dartdoc/compare/77d5994..98fa859):
98fa859c 2023-03-05 dependabot[bot] Bump cli_util from 0.3.5 to 0.4.0 (#3360)
html (https://github.com/dart-lang/html/compare/0b8025c..08643e9):
08643e9 2023-03-02 Devon Carew prep for publishing 0.15.2 (#205)
http (https://github.com/dart-lang/http/compare/1500a71..805a147):
805a147 2023-03-02 Kevin Moore Fix some spelling (#884)
5a2f036 2023-03-02 Kevin Moore Move to pkg:dart_flutter_team_lints, require Dart 2.19 (#883)
35b2cef 2023-03-02 Bahaa Fathi Yousef Corrected the spelling of "Implements" in "/http/lib/src/io_client.dart" (#871)
bb86cf3 2023-02-27 Brian Quinlan Provide access to NSURLSession.sessionDescription (#881)
http_multi_server (https://github.com/dart-lang/http_multi_server/compare/2cd5355..7bd190c):
7bd190c 2023-03-06 Kevin Moore Require Dart 2.19, enable and fix new team lints (#51)
source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/a60ef54..45ea368):
45ea368 2023-03-07 Kevin Moore Require Dart 2.19, use pkg:dart_flutter_team_lints (#35)
stream_channel (https://github.com/dart-lang/stream_channel/compare/0850515..a20ccd4):
a20ccd4 2023-02-28 Kevin Moore move to pkg:dart_flutter_team_lints lints, fix code, bump min SDK (#87)
test (https://github.com/dart-lang/test/compare/1307cc5..92da93a):
92da93a8 2023-03-06 Devon Carew dogfood the new setup-dart action (#1964)
e49818ec 2023-03-01 dependabot[bot] Bump github/codeql-action from 2.2.1 to 2.2.5 (#1963)
tools (https://github.com/dart-lang/tools/compare/28b7be8..a1c3506):
a1c3506 2023-03-07 Devon Carew dogfood the new setup-dart action (#25)
fb46723 2023-03-07 Elias Yishak Update pubspec.yaml (#24)
5a72344 2023-03-06 Elias Yishak Add `DashEvent` for toggling telemetry collection + send event whenever toggled (#23)
watcher (https://github.com/dart-lang/watcher/compare/0ca6638..5968409):
5968409 2023-03-07 Kevin Moore blast_repo fixes (#139)
e8f771a 2023-03-07 Kevin Moore Require Dart 2.19, use new team lints (#138)
webdev (https://github.com/dart-lang/webdev/compare/deb801b..c007560):
c007560 2023-03-06 Elliott Brooks (she/her) [MV3 Debug Extension] Show warning when clicking on debug extension for non Dart app (#2015)
1a010dc 2023-03-06 Devon Carew dogfood the new setup-dart action (#2017)
07743a3 2023-03-06 Anna Gringauze Fix exception mapping from JS to dart (#2004)
eb63b31 2023-03-03 Elliott Brooks (she/her) Create a Dart Debug Extension issue template (#2014)
85f35d4 2023-03-01 Devon Carew update publishing automation integration (#2002)
e748045 2023-02-28 Anna Gringauze Prepare to release webdev 3.0.1 (#2000)
5355050 2023-02-27 Elliott Brooks (she/her) [MV3 Debug Extension] Ignore page reloads for detecting navigation away from app (#1994)
4e08276 2023-02-27 Anna Gringauze Prepare to release dwds 18.0.0 (#1993)
fc54d68 2023-02-27 Anna Gringauze Fix expression evaluation failures on empty scopes (#1998)
496a2b4 2023-02-27 Anna Gringauze Temporarily disable publish verification (#1996)
yaml (https://github.com/dart-lang/yaml/compare/a6d8781..1ad2f49):
1ad2f49 2023-03-01 Kevin Moore Require Dart 2.19, migrate to dart_flutter_team_lints, make associated fixes (#138)
4d369fd 2023-03-01 Kevin Moore benchmark: fix output.json (#137)
yaml_edit (https://github.com/dart-lang/yaml_edit/compare/998eea2..0668eb5):
0668eb5 2023-03-02 Jonas Finnemann Jensen Wrap recursively, prepare release (#28)
a4ff857 2023-03-01 Mohamed Ishad Update CHANGELOG.md (#37)
2fdfbdb 2023-02-28 Mohamed Ishad Fix for issue #23 (#34)
494ad7c 2023-02-25 MikiPaul fixed typo (#36)
Change-Id: I101c94575c20fca55c7440e84668413207073a32
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/287162
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-03-07 21:13:36 +00:00
|
|
|
"watcher_rev": "5968409e1d73e21e75fc22a6481d5efaef7f3558",
|
2018-05-02 11:37:58 +00:00
|
|
|
"web_components_rev": "8f57dac273412a7172c8ade6f361b407e2e4ed02",
|
[deps] sse, stack_trace, stream_channel, string_scanner, sync_http, term_glyph, test, test_descriptor, test_process, test_reflective_loader, typed_data, usage, vector_math, watcher, web_components, web_socket_channel, webdev, webdriver, webkit_inspection_protocol, yaml, yaml_edit
Change-Id: I8b34b03b9666d4513e11bae387b57af187ba2ca9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/281281
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-02-07 01:44:33 +00:00
|
|
|
"web_socket_channel_rev": "e2fe7f665997ab8e28aa76a8b26483f9903221a8",
|
[deps] rev args, benchmark_harness, clock, csslib, dartdoc, protobuf, shelf, tools, vector_math, webdev, yaml_edit
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/9305d5a..7a5e3b0):
7a5e3b0 2023-03-14 Devon Carew update readme; add contributing doc (#237)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/a6a0891..725534a):
725534a 2023-03-14 Kevin Moore Spelling fixes, latest lints, move to minilibs (drop parts) (#85)
clock (https://github.com/dart-lang/clock/compare/5abb481..984642e):
984642e 2023-03-15 Kevin Moore Require Dart 2.19, use and fix recommended lints (#46)
csslib (https://github.com/dart-lang/csslib/compare/b671738..d32bdd4):
d32bdd4 2023-03-14 Devon Carew refactor the package example (#170)
dartdoc (https://github.com/dart-lang/dartdoc/compare/98fa859..7fde7a4):
7fde7a4d 2023-03-13 dependabot[bot] Bump github/codeql-action from 2.2.5 to 2.2.6 (#3363)
protobuf (https://github.com/dart-lang/protobuf/compare/75bc380..b90a4c4):
b90a4c4 2023-03-16 Mahdi K. Fard Sort message constructors first. (#807)
00fd975 2023-03-15 Kevin Moore Fix formatting with latest SDK (#808)
a67bbb3 2023-03-15 dependabot[bot] Bump actions/cache from 3.2.4 to 3.2.6 (#804)
shelf (https://github.com/dart-lang/shelf/compare/e3cfe79..9a792b4):
9a792b4 2023-03-13 Kevin Moore Update format for latest v3 SDK (#340)
c8094b7 2023-03-13 Kevin Moore Update no-response.yml - once a day (#339)
tools (https://github.com/dart-lang/tools/compare/e5353aa..8d18d01):
8d18d01 2023-03-15 Elias Yishak Implement fake ga client (#37)
vector_math (https://github.com/google/vector_math.dart/compare/1e4d000..7dec984):
7dec984 2023-03-16 eoineoineoin Add operator== to Quaternion (#288)
webdev (https://github.com/dart-lang/webdev/compare/cfe9753..c2c8b17):
c2c8b17 2023-03-16 Elliott Brooks (she/her) Prepare Webdev version `3.0.2` for release (#2037)
d124fa5 2023-03-16 Elliott Brooks (she/her) Prepare extension for release (#2036)
aef715d 2023-03-15 Elliott Brooks (she/her) Prepare DWDS 18.0.1 for release (#2035)
a15fde0 2023-03-15 Anna Gringauze fix matching record types (#2032)
05031da 2023-03-14 Anna Gringauze Update build_daemon constraint and log errors (#2029)
49013b8 2023-03-09 Elliott Brooks (she/her) [MV3 Debug Extension] Fix authentication issue for the Dart Debug Extension (#2026)
c8d4439 2023-03-09 Elliott Brooks (she/her) Support `Set` inspection in DWDS (#2024)
442639d 2023-03-08 Elliott Brooks (she/her) Handle unexpected extension debugger disconnection events without crashing app (#2021)
yaml_edit (https://github.com/dart-lang/yaml_edit/compare/6abc42a..fbc5cb3):
fbc5cb3 2023-03-09 Kevin Moore Require Dart 2.19, update to latest lints
c9e82f0 2023-03-09 Mohamed Ishad Fix YamlEditor.update method leaving trailing spaces at eol (#42)
Change-Id: Icf15fc0ffd3ee36e0380751d18fd491de071040e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/289881
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-03-20 17:45:37 +00:00
|
|
|
"webdev_rev": "c2c8b17c9a1adc19ee3efd847ed2dd6cd7025aec",
|
[deps] sse, stack_trace, stream_channel, string_scanner, sync_http, term_glyph, test, test_descriptor, test_process, test_reflective_loader, typed_data, usage, vector_math, watcher, web_components, web_socket_channel, webdev, webdriver, webkit_inspection_protocol, yaml, yaml_edit
Change-Id: I8b34b03b9666d4513e11bae387b57af187ba2ca9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/281281
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-02-07 01:44:33 +00:00
|
|
|
"webdriver_rev": "562aa06353d513586b806ce1c9655dac3971879f",
|
|
|
|
"webkit_inspection_protocol_rev": "8401098ace995e4dcd9855a2741c2dacccaa780b",
|
2023-03-09 19:24:20 +00:00
|
|
|
"yaml_rev": "0f80b12978f066b3547632dec4a273649138fae4",
|
[deps] rev args, benchmark_harness, clock, csslib, dartdoc, protobuf, shelf, tools, vector_math, webdev, yaml_edit
Revisions updated by `dart tools/rev_sdk_deps.dart`.
args (https://github.com/dart-lang/args/compare/9305d5a..7a5e3b0):
7a5e3b0 2023-03-14 Devon Carew update readme; add contributing doc (#237)
benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/a6a0891..725534a):
725534a 2023-03-14 Kevin Moore Spelling fixes, latest lints, move to minilibs (drop parts) (#85)
clock (https://github.com/dart-lang/clock/compare/5abb481..984642e):
984642e 2023-03-15 Kevin Moore Require Dart 2.19, use and fix recommended lints (#46)
csslib (https://github.com/dart-lang/csslib/compare/b671738..d32bdd4):
d32bdd4 2023-03-14 Devon Carew refactor the package example (#170)
dartdoc (https://github.com/dart-lang/dartdoc/compare/98fa859..7fde7a4):
7fde7a4d 2023-03-13 dependabot[bot] Bump github/codeql-action from 2.2.5 to 2.2.6 (#3363)
protobuf (https://github.com/dart-lang/protobuf/compare/75bc380..b90a4c4):
b90a4c4 2023-03-16 Mahdi K. Fard Sort message constructors first. (#807)
00fd975 2023-03-15 Kevin Moore Fix formatting with latest SDK (#808)
a67bbb3 2023-03-15 dependabot[bot] Bump actions/cache from 3.2.4 to 3.2.6 (#804)
shelf (https://github.com/dart-lang/shelf/compare/e3cfe79..9a792b4):
9a792b4 2023-03-13 Kevin Moore Update format for latest v3 SDK (#340)
c8094b7 2023-03-13 Kevin Moore Update no-response.yml - once a day (#339)
tools (https://github.com/dart-lang/tools/compare/e5353aa..8d18d01):
8d18d01 2023-03-15 Elias Yishak Implement fake ga client (#37)
vector_math (https://github.com/google/vector_math.dart/compare/1e4d000..7dec984):
7dec984 2023-03-16 eoineoineoin Add operator== to Quaternion (#288)
webdev (https://github.com/dart-lang/webdev/compare/cfe9753..c2c8b17):
c2c8b17 2023-03-16 Elliott Brooks (she/her) Prepare Webdev version `3.0.2` for release (#2037)
d124fa5 2023-03-16 Elliott Brooks (she/her) Prepare extension for release (#2036)
aef715d 2023-03-15 Elliott Brooks (she/her) Prepare DWDS 18.0.1 for release (#2035)
a15fde0 2023-03-15 Anna Gringauze fix matching record types (#2032)
05031da 2023-03-14 Anna Gringauze Update build_daemon constraint and log errors (#2029)
49013b8 2023-03-09 Elliott Brooks (she/her) [MV3 Debug Extension] Fix authentication issue for the Dart Debug Extension (#2026)
c8d4439 2023-03-09 Elliott Brooks (she/her) Support `Set` inspection in DWDS (#2024)
442639d 2023-03-08 Elliott Brooks (she/her) Handle unexpected extension debugger disconnection events without crashing app (#2021)
yaml_edit (https://github.com/dart-lang/yaml_edit/compare/6abc42a..fbc5cb3):
fbc5cb3 2023-03-09 Kevin Moore Require Dart 2.19, update to latest lints
c9e82f0 2023-03-09 Mohamed Ishad Fix YamlEditor.update method leaving trailing spaces at eol (#42)
Change-Id: Icf15fc0ffd3ee36e0380751d18fd491de071040e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/289881
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2023-03-20 17:45:37 +00:00
|
|
|
"yaml_edit_rev": "fbc5cb3ced4b9862b8acfd646389d4fbbd4074d1",
|
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
|
|
|
|
2023-01-26 16:07:22 +00:00
|
|
|
Var("dart_root") + "/third_party/perfetto":
|
|
|
|
Var("fuchsia_git") +
|
|
|
|
"/third_party/android.googlesource.com/platform/external/perfetto" +
|
|
|
|
"@" + Var("perfetto_rev"),
|
|
|
|
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/ply":
|
|
|
|
Var("chromium_git") + "/chromium/src/third_party/ply.git" +
|
2018-05-02 11:37:58 +00:00
|
|
|
"@" + Var("ply_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
|
2023-01-26 16:07:22 +00:00
|
|
|
Var("dart_root") + "/build/secondary/third_party/protobuf":
|
|
|
|
Var("fuchsia_git") + "/protobuf-gn" +
|
|
|
|
"@" + Var("protobuf_gn_rev"),
|
|
|
|
|
|
|
|
Var("dart_root") + "/third_party/protobuf":
|
|
|
|
Var("fuchsia_git") + "/third_party/protobuf" +
|
|
|
|
"@" + Var("libprotobuf_rev"),
|
|
|
|
|
2019-04-29 09:11:48 +00:00
|
|
|
Var("dart_root") + "/third_party/icu":
|
|
|
|
Var("chromium_git") + "/chromium/deps/icu.git" +
|
|
|
|
"@" + Var("icu_rev"),
|
|
|
|
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/WebCore":
|
2018-05-02 11:37:58 +00:00
|
|
|
Var("dart_git") + "webcore.git" + "@" + Var("WebCore_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
|
2020-05-29 18:59:34 +00:00
|
|
|
Var("dart_root") + "/third_party/mdn/browser-compat-data/src":
|
2020-05-27 18:31:20 +00:00
|
|
|
Var('chromium_git') + '/external/github.com/mdn/browser-compat-data' +
|
|
|
|
"@" + Var("browser-compat-data_tag"),
|
|
|
|
|
2023-03-06 10:28:33 +00:00
|
|
|
Var("dart_root") + "/third_party/tcmalloc/gperftools":
|
|
|
|
Var('chromium_git') + '/external/github.com/gperftools/gperftools.git' +
|
|
|
|
"@" + Var("gperftools_revision"),
|
|
|
|
|
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"),
|
2023-02-17 18:47:49 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/tools":
|
|
|
|
Var("dart_git") + "tools.git" + "@" + Var("tools_rev"),
|
2016-03-21 19:43:25 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/typed_data":
|
2021-07-23 21:19:50 +00:00
|
|
|
Var("dart_git") + "typed_data.git" + "@" + Var("typed_data_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/usage":
|
2020-12-28 16:47:44 +00:00
|
|
|
Var("dart_git") + "usage.git" + "@" + Var("usage_rev"),
|
2020-07-09 17:02:02 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/vector_math":
|
|
|
|
Var("dart_git") + "external/github.com/google/vector_math.dart.git" +
|
|
|
|
"@" + Var("vector_math_rev"),
|
2015-05-16 13:17:10 +00:00
|
|
|
Var("dart_root") + "/third_party/pkg/watcher":
|
2018-07-16 17:18:30 +00:00
|
|
|
Var("dart_git") + "watcher.git" + "@" + Var("watcher_rev"),
|
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
|
|
|
]
|