Commit graph

1874 commits

Author SHA1 Message Date
Sigurd Meldgaard 2aa637afce Bump pub to c4e9ddc888c3aa89ef4462f0c4298929191e32b9
Changes:
```
> git log --format="%C(auto) %h %s" 51435ef..c4e9ddc
 https://dart.googlesource.com/pub.git/+/c4e9ddc8 Extend retries for file-ops on windows (#3451)
 https://dart.googlesource.com/pub.git/+/6aeb1795 Upgrade package:lints to 2.0.0 (#3445)
 https://dart.googlesource.com/pub.git/+/73ea9a98 Roll tar to 0.5.5+1 (#3447)
 https://dart.googlesource.com/pub.git/+/2dc887fe Add env var for writing golden files (#3222)
 https://dart.googlesource.com/pub.git/+/764500b8 List all files in pub publish (#3440)
 https://dart.googlesource.com/pub.git/+/0b52e6a8 Remove debug print (#3441)
 https://dart.googlesource.com/pub.git/+/ea070238 Merge pull request #3443 from jonasfj/master
 https://dart.googlesource.com/pub.git/+/bffd1267 Merge branch 'cherry-pick-for-2.17.2'
 https://dart.googlesource.com/pub.git/+/c66381c5 Make `name` field of `_UserInfo` nullable. Fix #3424 (#3442)
 https://dart.googlesource.com/pub.git/+/cecc8e3c Handle broken response from userinfo_endpoint (#3427)
 https://dart.googlesource.com/pub.git/+/6c635040 Make `name` field of `_UserInfo` nullable. Fix #3424 (#3442)
 https://dart.googlesource.com/pub.git/+/6f20a94b Handle missing pubspec.lock in dependency_services list (#3439)
 https://dart.googlesource.com/pub.git/+/0ad17e84 Handle broken response from userinfo_endpoint (#3427)
 https://dart.googlesource.com/pub.git/+/153ef061 `pub add` create top-level attribute in block-style if possible. (#3423)
 https://dart.googlesource.com/pub.git/+/3b96f910 Handle error code 183 on windows (#3426)
 https://dart.googlesource.com/pub.git/+/9eb6428c Ignore `pubspec_overrides.yaml` for `publish` command (#3419)

```

Diff: https://dart.googlesource.com/pub.git/+/51435efcd574b7bc18d47a5dd620cb9759dea8f8~..c4e9ddc888c3aa89ef4462f0c4298929191e32b9/
Change-Id: I6dacb3e95c6399d3fb5cf340b5d0e5cded270684
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/247962
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
Reviewed-by: Jonas Jensen <jonasfj@google.com>
2022-06-13 08:39:56 +00:00
Devon Carew 49f348e654 Revert "[deps] rev to the latest package:http"
This reverts commit 8d2541fa44.

Reason for revert: This breaks the CBUILD: 8d2541fa44

Original change's description:
> [deps] rev to the latest package:http
>
> Change-Id: I922d9e5d108748ee6de21d9e8a4f7734437b385a

TBR=devoncarew@google.com,nbosch@google.com,bquinlan@google.com

Change-Id: Ia6ec0b2eec24f9de8335264995f532a48127a034
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/247764
Reviewed-by: Devon Carew <devoncarew@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Siva Annamalai <asiva@google.com>
2022-06-09 17:33:44 +00:00
Devon Carew 8d2541fa44 [deps] rev to the latest package:http
Change-Id: I922d9e5d108748ee6de21d9e8a4f7734437b385a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/247607
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Brian Quinlan <bquinlan@google.com>
2022-06-09 16:43:53 +00:00
Devon Carew ca205612d6 [deps] remove the dep on package:charcode
Change-Id: I0880f16db5bf62e6e7c91352c2f8e57f66ad7022
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/247500
Reviewed-by: Jonas Termansen <sortie@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Lasse Nielsen <lrn@google.com>
2022-06-08 19:49:22 +00:00
DEPS Autoroller a2ba34a63c Roll Dart Documentation Generator from f5bcc4bd46f4 to b61647bc3833 (3 revisions)
https://dart.googlesource.com/dartdoc/+log/f5bcc4bd46f4..b61647bc3833

2022-06-08 102626803+drewroengoogle@users.noreply.github.com Pin github actions to a hash (#3056)
2022-06-06 49699333+dependabot[bot]@users.noreply.github.com Bump ossf/scorecard-action from 1.1.0 to 1.1.1 (#3059)
2022-06-06 49699333+dependabot[bot]@users.noreply.github.com Bump github/codeql-action from 2.1.11 to 2.1.12 (#3057)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-doc-dart-sdk
Please CC dart-ecosystem-gardener@grotations.appspotmail.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Dart Documentation Generator: https://github.com/dart-lang/dartdoc/issues
To file a bug in Dart SDK: https://github.com/dart-lang/sdk/issues

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Tbr: dart-ecosystem-gardener@grotations.appspotmail.com
Change-Id: Ia70e7e622ec520a5f8f19d3bfc51608c8d6f5c70
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/247469
Reviewed-by: Devon Carew <devoncarew@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2022-06-08 15:10:42 +00:00
DEPS Autoroller 258846f95c Roll Dart Protobuf Support from b149f801cf7a to 408f69b98b2d (9 revisions)
https://dart.googlesource.com/protobuf/+log/b149f801cf7a..408f69b98b2d

2022-06-08 omersa@google.com Update documentation according to Effective Dart documentation guide (#664)
2022-06-02 omersa@google.com Move closures in proto3 deserializer to top-level (#668)
2022-06-02 omersa@google.com Refactor protobuf bench runners, update README: (#665)
2022-06-02 omersa@google.com Benchmarks: add proto3 ser/deser benchs, move common code to common.dart (#667)
2022-06-02 omersa@google.com Remove makeLongInt helper (#666)
2022-05-31 lorenvs@outlook.com Use `-O4` when compiling benchmarks. (#552)
2022-05-25 omersa@google.com Remove invalid check in `_FieldSet.writeFieldValue` (#660)
2022-05-20 devoncarew@gmail.com Refactor file locations, update READMEs (#657)
2022-05-19 omersa@google.com Remove trailing whitespace in protoc_plugin/README

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-protobuf-dart-sdk
Please CC dart-ecosystem-gardener@grotations.appspotmail.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Dart Protobuf Support: https://github.com/dart-lang/protobuf/issues
To file a bug in Dart SDK: https://github.com/dart-lang/sdk/issues

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Tbr: dart-ecosystem-gardener@grotations.appspotmail.com
Change-Id: I0f1aa66ee6fe167f37443957234f4d0140828416
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/247467
Reviewed-by: Devon Carew <devoncarew@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2022-06-08 15:01:53 +00:00
pq a362115c60 bump to linter 1.25.0
Change-Id: Ie709139029d1f58cef4807708ff054acb0fba6cb
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/247363
Commit-Queue: Phil Quitslund <pquitslund@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
2022-06-07 17:59:29 +00:00
DEPS Autoroller 3fd6912bc2 Roll Dart Documentation Generator from 8549817bb1b5 to f5bcc4bd46f4 (5 revisions)
https://dart.googlesource.com/dartdoc/+log/8549817bb1b5..f5bcc4bd46f4

2022-06-06 49699333+dependabot[bot]@users.noreply.github.com Bump actions/cache from 3.0.2 to 3.0.3 (#3058)
2022-06-02 106621169+klr981@users.noreply.github.com Issue #3052: up/down arrox bug fix (#3054)
2022-06-01 49699333+dependabot[bot]@users.noreply.github.com Bump ossf/scorecard-action from 1.0.4 to 1.1.0 (#3053)
2022-05-25 kevmoo@users.noreply.github.com Require Dart 2.17, enable and fix latest lints (#3051)
2022-05-25 6655696+guidezpl@users.noreply.github.com Update styles.css (#3046)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-doc-dart-sdk
Please CC dart-ecosystem-gardener@grotations.appspotmail.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Dart Documentation Generator: https://github.com/dart-lang/dartdoc/issues
To file a bug in Dart SDK: https://github.com/dart-lang/sdk/issues

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Tbr: dart-ecosystem-gardener@grotations.appspotmail.com
Change-Id: I6c49e95569b83b08c53158079febaeb8a9ab2f64
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/247301
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
2022-06-06 21:03:49 +00:00
Nate Bosch 051af04443 Bump collection to f9b433dfc7dba5c8a987b1a8e6a9050292f5582e
Changes:
```
> git log --format="%C(auto) %h %s" 69766da..f9b433d
 https://dart.googlesource.com/collection.git/+/f9b433d Introduce a new lastBy() function (#223)
```

Diff: https://dart.googlesource.com/collection.git/+/69766daafbaa8535d1343fb7cd87e713f57c107f~..f9b433dfc7dba5c8a987b1a8e6a9050292f5582e/
Change-Id: I1d5f0e6578a96f5378c82c8f87ebfffac3e24186
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/247123
Reviewed-by: Lasse Nielsen <lrn@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
Auto-Submit: Nate Bosch <nbosch@google.com>
2022-06-03 16:57:06 +00:00
Nate Bosch ed13a8f351 Bump string_scanner to c637deb8d998b72a5807afbd06aba8370db725c0
Changes:
```
> git log --format="%C(auto) %h %s" 6579871..c637deb
 https://dart.googlesource.com/string_scanner.git/+/c637deb Add better support for dealing with supplemental-plane code units (#46)
 https://dart.googlesource.com/string_scanner.git/+/1259807 rev to 1.1.1 in preparation for publishing (#45)

```

Diff: https://dart.googlesource.com/string_scanner.git/+/6579871b528036767b3200b390a3ecef28e4900d~..c637deb8d998b72a5807afbd06aba8370db725c0/
Change-Id: I12e3d67ba793f2a78844097ea71660fec88bab88
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/247120
Reviewed-by: Devon Carew <devoncarew@google.com>
Auto-Submit: Nate Bosch <nbosch@google.com>
Reviewed-by: Lasse Nielsen <lrn@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
2022-06-03 16:42:46 +00:00
Devon Carew 8f9e40b815 [deps] update bazel_worker, collection, mockito, pub_semver, test_descriptor, stack_trace, usage, watcher
bazel_worker (ceeba09..9710de6):
  9710de6  2022-04-19  Devon Carew  Update pubspec.yaml (#62)
  ec5905a  2022-03-20  Kevin Moore  Fix CI (#61)

collection (e1407da..69766da):
  69766da  2022-05-25  Nate Bosch  Add complexity bound on binary search methods (#239)
  5b43ad7  2022-04-08  Kevin Moore  Fix analysis issue with latest dev release (#236)
  e83c373  2022-04-08  Enrico Zamagni  fixed maxBy compare param signature (#224)
  c1a07e4  2022-04-08  Sandro Lovnički  Add a comment about NaN in min/max extensions (#234)
  2bbb27b  2022-03-07  Nate Bosch  Prepare to publish (#233)

mockito (1e977a7..fcd6b28):
  fcd6b28  2022-05-16  srawlins  Release mockito 5.2.0
  2faf8f1  2022-05-16  srawlins  Import https://github.com/dart-lang/mockito/pull/533
  0f8ed0c  2022-04-19  Devon Carew  Populate the pubspec 'repository' field.
  d399ca8  2022-05-13  fzyzcjy  Fix compile errors in Flutter 3.0
  948973e  2022-04-06  Samuel Rawlins  clarify docs for unsupportedMembers.
  b86c24d  2022-03-14  srawlins  Support `@GenerateMocks` annotations on `import` and `export` directives.
  c6971dd  2022-03-05  srawlins  Fix generation of methods with return type of `FutureOr<T>`.

pub_semver (ea6c540..5c0b4bf):
  5c0b4bf  2022-03-07  Devon Carew  Update README.md (#65)

test_descriptor (ead23c1..5ed5d7f):
  5ed5d7f  2022-05-24  Nate Bosch  Move TestOn annotation to library level (#41)
  ecb2447  2022-05-03  Devon Carew  populate the repository field (#40)
  776a4c4  2022-03-02  dependabot[bot]  Bump actions/checkout from 2 to 3 (#39)
  d8eb6bd  2021-10-04  Kevin Moore  Migrate to pkg:lints, enable two disable lints (#38)

stack_trace (5220580..17f09c2):
  17f09c2  2022-05-03  Devon Carew  Merge pull request #117 from dart-lang/repository_field
  a6403d0  2022-05-03  Devon Carew  switch to package:lints
  ae8b883  2022-05-03  Devon Carew  add markdown badges
  eed6081  2022-05-03  Devon Carew  populate the pubspec repository field
  46f6ee1  2022-02-01  Nate Bosch  Change a TODO to a permanent comment (#114)

usage (e85d575..79eef48):
  79eef48  2022-05-25  Devon Carew  refactor the github action (#177)
  f296352  2022-05-02  dependabot[bot]  Bump actions/checkout from 2 to 3 (#176)
  8852f1a  2022-05-02  Devon Carew  Update dependabot to watch github actions (#175)
  2d5b693  2022-04-26  Devon Carew  Update README.md (#174)
  2b2f3f8  2022-04-20  Devon Carew  Switch from homepage to repository in pubspec (#173)
  9b90d7c  2022-04-14  Devon Carew  Update dependabot.yaml (#172)

watcher (f76997a..e00c0ea):
  e00c0ea  2022-01-19  Danny Tuppeny  Add/enable Windows tests (#124)


Change-Id: I0d48d3a7831040a18c996120cd51898e24215512
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/246725
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2022-06-02 23:07:16 +00:00
Devon Carew f28a665c4e Bump markdown to e3f4bd28c9e61b522f75f291d4d6cfcfeccd83ee
Changes:
```
> git log --format="%C(auto) %h %s" 5699caf..e3f4bd2
 https://dart.googlesource.com/markdown.git/+/e3f4bd2 example: update CDN asset links (#435)
 https://dart.googlesource.com/markdown.git/+/a678bfc example: add GitHub markdown CSS (#434)
 https://dart.googlesource.com/markdown.git/+/bc79c43 Merge pull request #425 from dart-lang/pq-patch-1
 https://dart.googlesource.com/markdown.git/+/4e8aa03 add pub badge
 https://dart.googlesource.com/markdown.git/+/7987e1e Remove dependency on third party package:charcode.
 https://dart.googlesource.com/markdown.git/+/90995fd Split block_parser.dart and inline_parser.dart (#422)
 https://dart.googlesource.com/markdown.git/+/8bb9062 Add trailing commas to some parameter lists to get better formatting (#420)
 https://dart.googlesource.com/markdown.git/+/1c5f2e7 Enable raw strings lint rules (#418)
 https://dart.googlesource.com/markdown.git/+/4784153 Enable use_if_null_to_convert_nulls_to_bools lint rule (#417)
 https://dart.googlesource.com/markdown.git/+/0d67e99 Enable prefer_interpolation_to_compose_strings (#416)
 https://dart.googlesource.com/markdown.git/+/5561351 Enable prefer_final_locals lint rule (#415)
 https://dart.googlesource.com/markdown.git/+/6d39147 Create DelimiterSyntax to replace TagSyntax (#407)
 https://dart.googlesource.com/markdown.git/+/4f4e899 Add caseSensitive parameter on the InlineSyntax constructor (#400)
 https://dart.googlesource.com/markdown.git/+/e16aff0 Check parser.isDone when title is null in _parseInlineBracketedLink (#394)
 https://dart.googlesource.com/markdown.git/+/3471578 Use `Uri.toFilePath()` instead of `Uri.path` for locating tests (#396)

```

Diff: https://dart.googlesource.com/markdown.git/+/5699cafa9ef004875fd7de8ae9ea00e5295e87a4~..e3f4bd28c9e61b522f75f291d4d6cfcfeccd83ee/
Change-Id: Ie04b17dfcce57fcd9e814bd8b9a09677a91136d6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/246984
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Phil Quitslund <pquitslund@google.com>
2022-06-02 20:31:18 +00:00
Devon Carew cd4cc0d577 [deps] remove the dep on the http_io repo
Change-Id: Ic57f5fd7f42ce037ae483ca886691780390f2b86
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/246982
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2022-06-02 17:22:36 +00:00
Kenzie Schmoll b14c872e27 Rev DevTools to 2.14.0
Change-Id: I6b393249e3268fd9139a5fcc65064d3e4e6d46f4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/246821
Reviewed-by: Ben Konyi <bkonyi@google.com>
2022-06-02 14:07:30 +00:00
Devon Carew 71daf25146 Bump http to 2993ea5dff5ffb066b4a35c707e7a2b8dcfa17c2
Changes:
```
> git log --format="%C(auto) %h %s" 2c9b418..2993ea5
 https://dart.googlesource.com/http.git/+/2993ea5 Implement the ability to run a particular Client implementation in a Zone (#697)
 https://dart.googlesource.com/http.git/+/fa0af10 Fix head, get, post, etc. links in Client docs (#703)
 https://dart.googlesource.com/http.git/+/6b3e3f3 Use spawnHybrid for the stub server (#700)
 https://dart.googlesource.com/http.git/+/74a4371 Separate the `post` description for "String" (#695)
 https://dart.googlesource.com/http.git/+/87d4379 Switch from homepage to repository in pubspec  (#687)

```

Diff: https://dart.googlesource.com/http.git/+/2c9b418f5086f999c150d18172d2eec1f963de7b~..2993ea5dff5ffb066b4a35c707e7a2b8dcfa17c2/
Change-Id: I121641dc9f75d8ccb6d62fd9baec20b951bdbcde
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/246761
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2022-06-01 22:06:34 +00:00
Devon Carew 5d627b8910 Bump vector_math to 1c72944e8c2f02340a1d90b32aab2e3836cef8cc
Changes:
```
> git log --format="%C(auto) %h %s" 0cbed09..1c72944
 https://dart.googlesource.com/external/github.com/google/vector_math.dart.git/+/1c72944 CI: Remove explicit --packages arg to coverage (#263)
 https://dart.googlesource.com/external/github.com/google/vector_math.dart.git/+/9c2e6d3 Fix usage of pub (#258)

```

Diff: 0cbed0914d~..1c72944e8c2f02340a1d90b32aab2e3836cef8cc/
Change-Id: I8ade6b88cb2d8112be38367a917af82f12335370
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/246724
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2022-06-01 16:39:04 +00:00
Devon Carew 31424f704f Bump json_rpc_2 to 2de9a1f9821807fa2c85fd48e2f70b9cbcddcb67
Changes:
```
> git log --format="%C(auto) %h %s" 7e00f89..2de9a1f
 https://dart.googlesource.com/json_rpc_2.git/+/2de9a1f Merge pull request #82 from dart-lang/devoncarew-patch-1
 https://dart.googlesource.com/json_rpc_2.git/+/692140c rev to a dev version
 https://dart.googlesource.com/json_rpc_2.git/+/b76975e Update pubspec.yaml
 https://dart.googlesource.com/json_rpc_2.git/+/f46a5ff Merge pull request #80 from scheglov/fix-HintCode.UNNECESSARY_TYPE_CHECK_TRUE
 https://dart.googlesource.com/json_rpc_2.git/+/006890b Fix pre-existing HintCode.UNNECESSARY_TYPE_CHECK_TRUE
 https://dart.googlesource.com/json_rpc_2.git/+/799321a Prepare to publish (#78)

```

Diff: https://dart.googlesource.com/json_rpc_2.git/+/7e00f893440a72de0637970325e4ea44bd1e8c8e~..2de9a1f9821807fa2c85fd48e2f70b9cbcddcb67/
Change-Id: I124ff6bec4da227a8ad02b0f28f7186c737b82e9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/246723
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2022-06-01 16:38:54 +00:00
Nate Bosch c3135f1882 Bump convert to 00b251529c074df394b3391c7e3eea3dd9e5778e
Changes:
```
> git log --format="%C(auto) %h %s" e063fdc..00b2515
 https://dart.googlesource.com/convert.git/+/00b2515 Add missing increment to custom code-page decoder. (#62)

```

Diff: https://dart.googlesource.com/convert.git/+/e063fdca4bebffecbb5e6aa5525995120982d9ce~..00b251529c074df394b3391c7e3eea3dd9e5778e/
Change-Id: Iedd56bfa867ddd0406abd0a3924c77e0284dfde8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/246660
Reviewed-by: Devon Carew <devoncarew@google.com>
Auto-Submit: Nate Bosch <nbosch@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2022-05-31 20:13:14 +00:00
Nate Bosch 53cc314e15 Bump logging to f6979e3bc3b6e1847a08335b7eb6304e18986195
Changes:
```
> git log --format="%C(auto) %h %s" dfbe88b..f6979e3
 https://dart.googlesource.com/logging.git/+/f6979e3 Add Logger.attachedLoggers to return the known Logger objects (#110)

```

Diff: https://dart.googlesource.com/logging.git/+/dfbe88b890c3b4f7bc06da5a7b3b43e9e263b688~..f6979e3bc3b6e1847a08335b7eb6304e18986195/
Change-Id: Ia9aff3bf7be2bc642d6ec366d8c5556442625e68
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/246181
Commit-Queue: Devon Carew <devoncarew@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
Auto-Submit: Nate Bosch <nbosch@google.com>
2022-05-26 23:17:29 +00:00
Devon Carew c1811a9451 [deps] remove the dep on package:platform
Change-Id: I5fc732539fce60004960be78c93dba8f120665d9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/245262
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2022-05-25 15:45:28 +00:00
Devon Carew 0baad453cc [deps] rev browser_launcher, http_multi_server, matcher, oauth2, and package_config
Change-Id: I5c35182b85657538d9cc670e5ca0752eed5252b4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/245907
Auto-Submit: Devon Carew <devoncarew@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2022-05-25 14:33:38 +00:00
Nate Bosch 237a9e68c4 Bump shelf to 05f42601d22c9bfe490ceda50e812f83b7d1de77
Merges shelf_router and shelf_router_generator to the shelf mono repo.

Changes:
```
> git log --format="%C(auto) %h %s" fadca32..05f4260
 https://dart.googlesource.com/shelf.git/+/05f4260 Merge remote-tracking branch 'origin/HEAD' into jonasfj/master
 https://dart.googlesource.com/shelf.git/+/4f4fa0a Fix pubspec repository for shelf_web_socket (#233)
 https://dart.googlesource.com/shelf.git/+/d4ff2ae Update READMEs, adjust mono_pkg.yaml
 https://dart.googlesource.com/shelf.git/+/d6efa6e Merge in shelf_router / shelf_router_generator.
 https://dart.googlesource.com/shelf.git/+/6d1f24d Add root readme (#229)
 https://dart.googlesource.com/shelf.git/+/d23cc89 Use the same lints across all packages (#228)
 https://dart.googlesource.com/shelf.git/+/3fdddb1 Merge CI steps across packages (#226)
 https://dart.googlesource.com/shelf.git/+/9b5a08a Upgrade mono_repo (#174)
 https://dart.googlesource.com/shelf.git/+/f04e60f Upgrade mono_repo (#169)
 https://dart.googlesource.com/shelf.git/+/ef1c1ae Merge pull request #165 from isoos/upgrade
 https://dart.googlesource.com/shelf.git/+/dc49716 bump version
 https://dart.googlesource.com/shelf.git/+/07bf70a Upgrade dependencies in shelf_router_generator
 https://dart.googlesource.com/shelf.git/+/640915e fix: mount remove trailing slash requirement (#146)
 https://dart.googlesource.com/shelf.git/+/138ca19 Migrate to pkg:lints (#161)
 https://dart.googlesource.com/shelf.git/+/d2d026b Bump mono_repo to v5.0.1 (#150)
 https://dart.googlesource.com/shelf.git/+/ac19cc9 Fix a number of hints and lints (#151)
 https://dart.googlesource.com/shelf.git/+/9cb612a shelf_router_generator: latest dependencies (#152)
 https://dart.googlesource.com/shelf.git/+/4947570 Fix SDK constraints 2.12.0-0 to 2.12.0 (#148)
 https://dart.googlesource.com/shelf.git/+/8a11fee Merge pull request #147 from isoos/fix-rnf
 https://dart.googlesource.com/shelf.git/+/789824d Fix Router.routeNotFound to enable multiple read() calls on it.
 https://dart.googlesource.com/shelf.git/+/fac496f Introduce `routeNotFound` sentinel for shelf_router 1.1.0 (#141)
 https://dart.googlesource.com/shelf.git/+/33206e9 remove handler from app (#131)
 https://dart.googlesource.com/shelf.git/+/02c49f7 remove handler from app (#129)
 https://dart.googlesource.com/shelf.git/+/12cd917 shelf_router_generator: Latest dependencies, null safety (#122)
 https://dart.googlesource.com/shelf.git/+/074341b Update dependencies and enable/fix a number of lints (#120)
 https://dart.googlesource.com/shelf.git/+/b094c25 shelf_router_generator: Support null-safe dependencies (#113)
 https://dart.googlesource.com/shelf.git/+/f07b3ef Prepare shelf_router 1.0.0
 https://dart.googlesource.com/shelf.git/+/4c73784 Remove Router.handler while we're at it
 https://dart.googlesource.com/shelf.git/+/b18f808 Remove checkNotNull
 https://dart.googlesource.com/shelf.git/+/cce2ad9 Oops, forgot to set _params
 https://dart.googlesource.com/shelf.git/+/797da6e Avoid lazy in router entry
 https://dart.googlesource.com/shelf.git/+/a03e120 Make default handler customizable
 https://dart.googlesource.com/shelf.git/+/ed942ce No unecessary version bump, don't test on stable
 https://dart.googlesource.com/shelf.git/+/e18b186 [WIP] Migrate shelf_router to Dart null safety
 https://dart.googlesource.com/shelf.git/+/2a7cdd5 Upgrade package:analyzer in shelf_router_generator.
 https://dart.googlesource.com/shelf.git/+/6466748 Router: allow to mount a Handler (#86)
 https://dart.googlesource.com/shelf.git/+/91b695d Seal classes in shelf_router and prepare 0.7.3 (#85)
 https://dart.googlesource.com/shelf.git/+/4b4f15c Fix most of the hints - thanks to `dart fix` (#81)
 https://dart.googlesource.com/shelf.git/+/e99bcd0 Relax dependency constraint on analyzer for shelf_router_generator. (#79)
 https://dart.googlesource.com/shelf.git/+/2893dab Remove author from pubspec.yaml (#73)
 https://dart.googlesource.com/shelf.git/+/ac41ee2 Updated Travis configuration to allow packages to be tested in parallel jobs (#59)
 https://dart.googlesource.com/shelf.git/+/ad11925 Fix package:shelf_router to ensure GET handlers also respond to HEAD requests (#36)
 https://dart.googlesource.com/shelf.git/+/6a07835 Relax dependency on package:analyzer
 https://dart.googlesource.com/shelf.git/+/02e05dc Merge pull request #27 from jonasfj/relax-deps
 https://dart.googlesource.com/shelf.git/+/84fdb64 relax dependency constraint on analyzer
 https://dart.googlesource.com/shelf.git/+/aea3117 Merge pull request #19 from jonasfj/test-unrelated-annotation
 https://dart.googlesource.com/shelf.git/+/563e435 Test that unrelated annotations does not affect code-gen
 https://dart.googlesource.com/shelf.git/+/213d63a Prepare for releasing 0.7.2
 https://dart.googlesource.com/shelf.git/+/910173d Add generated files
 https://dart.googlesource.com/shelf.git/+/d0e21d5 Added test case for string escaping
 https://dart.googlesource.com/shelf.git/+/663de80 Fix issue #10, use raw strings
 https://dart.googlesource.com/shelf.git/+/3a9cd9f Fix travis tests
 https://dart.googlesource.com/shelf.git/+/c7c3baf Use Function instead of dynamic for handler in shelf_router
 https://dart.googlesource.com/shelf.git/+/592fd64 Fixed #6, using Function instead of dynamic
 https://dart.googlesource.com/shelf.git/+/26e888f Bumped shelf_router_generator dependencies
 https://dart.googlesource.com/shelf.git/+/7622006 Updated shelf_router_generator README
 https://dart.googlesource.com/shelf.git/+/3aa13ea Fixing nits for shelf-router
 https://dart.googlesource.com/shelf.git/+/279af5d Prepared shelf_router_generator for initial release
 https://dart.googlesource.com/shelf.git/+/eb39128 Removed dependency overrides from shelf_router, and updated changelog
 https://dart.googlesource.com/shelf.git/+/8baca2f Added authors and tool for publishing packages
 https://dart.googlesource.com/shelf.git/+/9d9d82c Added packages shelf_router and shelf_router_generator

```

Diff: https://dart.googlesource.com/shelf.git/+/fadca320b04689be9ec960013843a0d9ee6c4fc4~..05f42601d22c9bfe490ceda50e812f83b7d1de77/
Change-Id: Icb576d2a6005a036963508c7e32a65752dfb3033
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/245903
Commit-Queue: Nate Bosch <nbosch@google.com>
Auto-Submit: Nate Bosch <nbosch@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
2022-05-24 21:05:35 +00:00
DEPS Autoroller 94aa2ad5d6 Roll Dart Documentation Generator from c58f21042ebd to 8549817bb1b5 (3 revisions)
https://dart.googlesource.com/dartdoc/+log/c58f21042ebd..8549817bb1b5

2022-05-24 49699333+dependabot[bot]@users.noreply.github.com Bump actions/checkout from 3 to 3.0.2 (#3048)
2022-05-24 49699333+dependabot[bot]@users.noreply.github.com Bump github/codeql-action from 1.0.26 to 2.1.11 (#3049)
2022-05-24 49699333+dependabot[bot]@users.noreply.github.com Bump actions/upload-artifact from 3.0.0 to 3.1.0 (#3050)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-doc-dart-sdk
Please CC dart-ecosystem-gardener@grotations.appspotmail.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Dart Documentation Generator: https://github.com/dart-lang/dartdoc/issues
To file a bug in Dart SDK: https://github.com/dart-lang/sdk/issues

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Tbr: dart-ecosystem-gardener@grotations.appspotmail.com
Change-Id: I14041ce5576cc0efadcc897603f8b7893b891b22
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/245721
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: DEPS Autoroller <dart-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
2022-05-24 06:29:21 +00:00
DEPS Autoroller d18798a6de Roll Dart Documentation Generator from cf0685a2d1ce to c58f21042ebd (2 revisions)
https://dart.googlesource.com/dartdoc/+log/cf0685a2d1ce..c58f21042ebd

2022-05-21 6655696+guidezpl@users.noreply.github.com Fix two issues with constructors (#3044)
2022-05-21 devoncarew@gmail.com inline the used charcode constants (#3045)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-doc-dart-sdk
Please CC dart-ecosystem-gardener@grotations.appspotmail.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Dart Documentation Generator: https://github.com/dart-lang/dartdoc/issues
To file a bug in Dart SDK: https://github.com/dart-lang/sdk/issues

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Tbr: dart-ecosystem-gardener@grotations.appspotmail.com
Change-Id: Ic1521181d7c2784b52018d7233ac0a937d0e979c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/245640
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
2022-05-23 16:22:41 +00:00
Devon Carew 99b67ac0f3 [deps] remove the dep on package:process
Change-Id: Id87554507d8f4557ea9870fcb656302927cb96c9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/245261
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
2022-05-20 18:44:12 +00:00
pq abdf68588a bump to markdown 5.0.0
Fixes: https://github.com/dart-lang/sdk/issues/48967

Change-Id: I0e069978f082ccf59d70879c0ad317727743e27f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/245223
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
2022-05-20 17:10:54 +00:00
Aske Simon Christensen 5ecebdbddd Update d8 to 10.4.31
The length limit for array.init has been bumped to 10,000 elements.
This gives dart2wasm more breathing room to create large constant lists,
maps and sets, until a more general mechanism for large constant arrays
in WasmGC has been decided and implemented.

Change-Id: I267ed7919bed4509481f37d453f2335dc51bb37c
Cq-Include-Trybots: luci.dart.try:dart2wasm-linux-x64-d8-try
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/245373
Commit-Queue: Stephen Adams <sra@google.com>
Reviewed-by: Stephen Adams <sra@google.com>
2022-05-20 16:49:42 +00:00
Devon Carew 2b4939ad73 Bump protobuf to b149f801cf7a5e959cf1dbf72d61068ac275f24b
Changes:
```
> git log --format="%C(auto) %h %s" c1eb6cb..b149f80
 https://dart.googlesource.com/protobuf.git/+/b149f80 Remove the top level analysis_options.yaml file (#656)
 https://dart.googlesource.com/protobuf.git/+/8f6f307 Fix comment syntax
 https://dart.googlesource.com/protobuf.git/+/665f7b0 Remove trailing whitespace in protobuf/LICENSE
 https://dart.googlesource.com/protobuf.git/+/9ffbaf2 Fix default list type for frozen messages (#654)
 https://dart.googlesource.com/protobuf.git/+/a68bb5a Fix Fixed32 to be parsed as unsigned when parsing proto3 protos (#655)
 https://dart.googlesource.com/protobuf.git/+/6957c98 Convert the field started with underscore and digit to a legal name (#651)
 https://dart.googlesource.com/protobuf.git/+/71defca Account for double.infinity and double.nan in json serializers (#652)
 https://dart.googlesource.com/protobuf.git/+/5a48349 Allow `Timestamp.toDateTime()` to return a `DateTime` in local timezone (#653)
 https://dart.googlesource.com/protobuf.git/+/117e869 Make the toString of enums be the value if names are omitted (#649)
 https://dart.googlesource.com/protobuf.git/+/88c4016 Align the hashCode of a message with an empty unknown field-set with that of no unknown field set (#648)
 https://dart.googlesource.com/protobuf.git/+/eed09c4 Fix proto3 repeated field encoding without packed option (#635)
 https://dart.googlesource.com/protobuf.git/+/8f587b1 Simplify `_FieldSet` getters (#646)
 https://dart.googlesource.com/protobuf.git/+/494f189 Fix compile-protos.sh interpreter (#645)
 https://dart.googlesource.com/protobuf.git/+/5e1a422 Fix typo in protobuf-0.9.0+1 changelog
 https://dart.googlesource.com/protobuf.git/+/46df68a Add `UseResult` annotation to `rebuild` (#631)
 https://dart.googlesource.com/protobuf.git/+/ff5304f Migrate protoc_plugin to null safety (#642)
 https://dart.googlesource.com/protobuf.git/+/657197d Fix typo in GeneratedMessage.copyWith documentation (#641)
 https://dart.googlesource.com/protobuf.git/+/e30a522 Fix sharing coded buffer bytes when parsing `bytes` fields (#640)
 https://dart.googlesource.com/protobuf.git/+/810b166 Clear unknown field when setting an extension field with the same tag (#639)
 https://dart.googlesource.com/protobuf.git/+/d30623b Treat empty and uninitialized Maps the same in equality checks (#638)
 https://dart.googlesource.com/protobuf.git/+/4fe3ee4 Make `MapFieldInfo` key and value types non-nullable (#600)
 https://dart.googlesource.com/protobuf.git/+/c26ac34 Add grpc example to protoc_plugin README (#514)
 https://dart.googlesource.com/protobuf.git/+/c35d787 Revert changes to reserved names to maintain backwards compat (#636)
 https://dart.googlesource.com/protobuf.git/+/146b186 Remove unused `GeneratedMessage` constructors (#634)
 https://dart.googlesource.com/protobuf.git/+/1b12ac9 Remove a closure in `_FieldSet.hashCode` (#633)
 https://dart.googlesource.com/protobuf.git/+/5731242 Minor fix in query_bench set_nested_value benchmark: (#630)
 https://dart.googlesource.com/protobuf.git/+/767ce81 Remove fold() closures from `FieldSet._hashCode`. (#554)
 https://dart.googlesource.com/protobuf.git/+/99bc541 protoc_plugin README fixes and tweaks: (#617)
 https://dart.googlesource.com/protobuf.git/+/e282e17 protobuf benchs: invoke protoc once with all protos (#623)
 https://dart.googlesource.com/protobuf.git/+/bef672b protobuf benchs: fix old --trust-type-annotations flag (#622)
 https://dart.googlesource.com/protobuf.git/+/d072e5f dependabot: check for updates monthly (#620)
 https://dart.googlesource.com/protobuf.git/+/96bdf38 Fix TypeRegistry passing when unpacking nested Any messages from JSON (#568)
 https://dart.googlesource.com/protobuf.git/+/4ec722a Correctly combine hash codes for repeated enums. (#556)
 https://dart.googlesource.com/protobuf.git/+/b96dc21 Testing: don't return static methods in findMemberNames (#618)
 https://dart.googlesource.com/protobuf.git/+/09e8a8d Update protobuf/benchmarks README for #553
 https://dart.googlesource.com/protobuf.git/+/3ef4539 Add a benchmark for computing hashCodes. (#553)
 https://dart.googlesource.com/protobuf.git/+/d232e6e Tweak READMEs: (#610)
 https://dart.googlesource.com/protobuf.git/+/0f01fa9 Update protobuf pubspec.yaml (#616)
 https://dart.googlesource.com/protobuf.git/+/a10426b Update protoc_plugin pubspec.yaml (#615)
 https://dart.googlesource.com/protobuf.git/+/a0021c7 Make `protoName` unCamelCase lazy (#606)
 https://dart.googlesource.com/protobuf.git/+/ded1ac7 Document map key and value fields (#603)
 https://dart.googlesource.com/protobuf.git/+/8792f2a Remove redundant check in PbMap equality check (#604)
 https://dart.googlesource.com/protobuf.git/+/b7f9569 Tweak BuilderInfo and FieldInfo docs: (#597)
 https://dart.googlesource.com/protobuf.git/+/6f85c32 Remove a redundant cast (#598)
 https://dart.googlesource.com/protobuf.git/+/3df8669 Latest mono_repo (#601)
 https://dart.googlesource.com/protobuf.git/+/9da84ae Fix a potential issue in CodedBufferWriter (#594)
 https://dart.googlesource.com/protobuf.git/+/6be405f Remove old and unused test file (#589)
 https://dart.googlesource.com/protobuf.git/+/900cef5 Fix protoc_plugin run-tests make rule (#586)
 https://dart.googlesource.com/protobuf.git/+/2546269 Fix rounding when handling negative timestamps (#580)
 https://dart.googlesource.com/protobuf.git/+/8afce8d Fix Readme `pub get` instead of `pub install`. (#486)
 https://dart.googlesource.com/protobuf.git/+/782fd24 Avoid runtime function type check in lazily created singleton creator functions (#574)
 https://dart.googlesource.com/protobuf.git/+/a7e75cb Update README.md
 https://dart.googlesource.com/protobuf.git/+/23136dc Version bump (#563)
 https://dart.googlesource.com/protobuf.git/+/18346f5 Convert null keys and values to default when parsing map entries (#536)
 https://dart.googlesource.com/protobuf.git/+/bb4cf0b Bump to latest mono_repo - use latest actions (#561)
 https://dart.googlesource.com/protobuf.git/+/835ab75 Remove unneeded imports
 https://dart.googlesource.com/protobuf.git/+/ef733ac latest mono_repo
 https://dart.googlesource.com/protobuf.git/+/ecfb862 Fix test for latest analysis (#543)
 https://dart.googlesource.com/protobuf.git/+/26a0a26 fix insecure link in protoc_plugin readme
 https://dart.googlesource.com/protobuf.git/+/444e855 Bump dart-lang/setup-dart from 1.1 to 1.2 (#535)
 https://dart.googlesource.com/protobuf.git/+/d3e0e4a Fix analysis options
 https://dart.googlesource.com/protobuf.git/+/cf29280 Fix comment references

```

Diff: https://dart.googlesource.com/protobuf.git/+/c1eb6cb51af39ccbaa1a8e19349546586a5c8e31~..b149f801cf7a5e959cf1dbf72d61068ac275f24b/

Tested: relying on existing SDK and protobuf tests
Change-Id: I7f89b998a0aba13999d180ee9814a26a5f1d054d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/245228
Reviewed-by: Alexander Markov <alexmarkov@google.com>
Reviewed-by: Ömer Ağacan <omersa@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2022-05-20 15:47:52 +00:00
DEPS Autoroller fa6abd3b84 Roll Dart Documentation Generator from 334072b0cad4 to cf0685a2d1ce (25 revisions)
https://dart.googlesource.com/dartdoc/+log/334072b0cad4..cf0685a2d1ce

2022-05-19 103135467+sealesj@users.noreply.github.com Create scorecards-analysis.yml (#3032)
2022-05-18 srawlins@google.com Add the docs.dart.js.map file to published package (#3042)
2022-05-17 parlough@gmail.com Reintroduce query param search (#3026)
2022-05-17 srawlins@google.com Include docs.dart.js in published code (#3040)
2022-05-17 parlough@gmail.com Optimize built js (#3028)
2022-05-17 srawlins@google.com Use dart run instead of deprecated dart pub run (#3038)
2022-05-17 timmaffett@gmail.com fix exception for empty dartdoc_options.yaml file (#3034)
2022-05-16 oss@simonbinder.eu Fix build config (#3035)
2022-05-02 goderbauer@google.com Drop version back to 5.1.0 (#3031)
2022-05-02 goderbauer@google.com Fixed: YouTube directive respects width/height argument (#3030)
2022-04-19 devoncarew@gmail.com Update pubspec.yaml (#3025)
2022-04-12 srawlins@google.com Remove dead field commentRefs, which is always empty (#3021)
2022-04-12 devoncarew@gmail.com make the converted web frontend follow Dart conventions (#3020)
2022-04-11 devoncarew@gmail.com convert lib/resources/script.js to Dart (#3016)
2022-04-11 49699333+dependabot[bot]@users.noreply.github.com Bump actions/cache from 3.0.1 to 3.0.2 (#3019)
2022-04-10 devoncarew@gmail.com rename the CI script (#3017)
2022-04-08 49699333+dependabot[bot]@users.noreply.github.com Bump actions/cache from 2 to 3.0.1 (#3014)
2022-04-08 49699333+dependabot[bot]@users.noreply.github.com Bump markdown from 4.0.1 to 5.0.0 (#3015)
2022-04-08 srawlins@google.com Move many static declarations to top-level; avoid RegExp (#3009)
2022-04-08 49699333+dependabot[bot]@users.noreply.github.com Bump actions/checkout from 2 to 3 (#3013)
2022-04-07 devoncarew@gmail.com Add a web frontend (#3011)
2022-04-07 devoncarew@gmail.com enable dependabot deps checks (#3012)
2022-04-07 srawlins@google.com Do not store the AstNode on ModelNode; eagerly grab the source indexes (#3008)
2022-04-07 srawlins@google.com Create a .pubignore in order to skip testing files from publish check (#3010)
2022-03-29 srawlins@google.com Bump to version 5.1.0 (#3006)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-doc-dart-sdk
Please CC dart-ecosystem-gardener@grotations.appspotmail.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Dart Documentation Generator: https://github.com/dart-lang/dartdoc/issues
To file a bug in Dart SDK: https://github.com/dart-lang/sdk/issues

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Tbr: dart-ecosystem-gardener@grotations.appspotmail.com
Change-Id: I3467a27d6947c43f7f41acbb2959d72863fd8a34
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/245483
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
2022-05-20 15:01:43 +00:00
Devon Carew 28a51ae3ed Bump test_reflective_loader to 8d0de01bbe852fea1f8e33aba907abcba50a8a1e
Changes:
```
> git log --format="%C(auto) %h %s" fcfce37..8d0de01
 https://dart.googlesource.com/test_reflective_loader.git/+/8d0de01 prep to publish 0.2.1 (#40)
 https://dart.googlesource.com/test_reflective_loader.git/+/8e49095 populate the pubspec repository field (#39)
 https://dart.googlesource.com/test_reflective_loader.git/+/c5202e3 Merge pull request #37 from dart-lang/travis
 https://dart.googlesource.com/test_reflective_loader.git/+/db5c96e Remove stale travis job

```

Diff: https://dart.googlesource.com/test_reflective_loader.git/+/fcfce37666672edac849d2af6dffc0f8df236a94~..8d0de01bbe852fea1f8e33aba907abcba50a8a1e/
Change-Id: Idef7598d0abcfeae00cc4beec304059204940ad0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/245421
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2022-05-19 18:43:30 +00:00
Devon Carew 0f4037b801 Bump test_process to 3e695bcfeab551473ddc288970f345f30e5e1375
Changes:
```
> git log --format="%C(auto) %h %s" 7c73ec8..3e695bc
 https://dart.googlesource.com/test_process.git/+/3e695bc Merge pull request #33 from dart-lang/repository_field
 https://dart.googlesource.com/test_process.git/+/da43a51 populate the repository field
 https://dart.googlesource.com/test_process.git/+/18d26e5 Bump actions/checkout from 2 to 3 (#32)
 https://dart.googlesource.com/test_process.git/+/5ec59cb Merge pull request #30 from scheglov/meta-1.3.0
 https://dart.googlesource.com/test_process.git/+/b33c7a2 Revert to 'meta: ^1.3.0'.
 https://dart.googlesource.com/test_process.git/+/4c55feb Merge pull request #29 from scheglov/meta-2.0.0
 https://dart.googlesource.com/test_process.git/+/6b0c025 Update 'meta' constraint to '>=1.3.0 <3.0.0'.
 https://dart.googlesource.com/test_process.git/+/7ac00ea Update test-package.yml (#28)
 https://dart.googlesource.com/test_process.git/+/653e3ba Bump dart-lang/setup-dart from 0.3 to 1 (#27)
 https://dart.googlesource.com/test_process.git/+/d789476 Add dependabot
 https://dart.googlesource.com/test_process.git/+/52732de Merge pull request #26 from dart-lang/franklinyow-patch-1
 https://dart.googlesource.com/test_process.git/+/6c13ab5 Update LICENSE
 https://dart.googlesource.com/test_process.git/+/1c9aadb Fix formatting (#25)
 https://dart.googlesource.com/test_process.git/+/c7416f1 Prepare to publish (#24)

```

Diff: https://dart.googlesource.com/test_process.git/+/7c73ec8a8a6e0e63d0ec27d70c21ca4323fb5e8f~..3e695bcfeab551473ddc288970f345f30e5e1375/
Change-Id: I2bf20858f603f34a3a22bfd19653014035ff4e3c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/245226
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2022-05-19 14:41:35 +00:00
Devon Carew c1e29afe1b Bump webdriver to e1a9ad671ee82e05eee463f922a34585ed2d2f15
Changes:
```
> git log --format="%C(auto) %h %s" ff5ccb1..e1a9ad6
 https://dart.googlesource.com/external/github.com/google/webdriver.dart.git/+/e1a9ad6 Update pubspec.yaml (#249)
 https://dart.googlesource.com/external/github.com/google/webdriver.dart.git/+/ab84c3c Fix CI for pub changes (#246)
 https://dart.googlesource.com/external/github.com/google/webdriver.dart.git/+/b51f67a Replace placeholder of copyright owner and year.
 https://dart.googlesource.com/external/github.com/google/webdriver.dart.git/+/bad7678 Migrate to pkg:lints
 https://dart.googlesource.com/external/github.com/google/webdriver.dart.git/+/d32c19e Fix formatting and analysis issues
 https://dart.googlesource.com/external/github.com/google/webdriver.dart.git/+/a0fad2f GitHub Sync (#243)
 https://dart.googlesource.com/external/github.com/google/webdriver.dart.git/+/31c990b Update ci.yaml (#241)
 https://dart.googlesource.com/external/github.com/google/webdriver.dart.git/+/bd43501 fix lints

```

Diff: ff5ccb1522~..e1a9ad671ee82e05eee463f922a34585ed2d2f15/
Change-Id: Id348c8605833effc02e6afcccff5fb27f4f68406
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/245227
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2022-05-19 14:41:33 +00:00
pq 5ee3a6f07a bump to linter 1.24.0
(I did a `find_violations` run internally against cl/449544481 and all clear 🟢.)

Change-Id: I2375a42244902ee2da515417cb463f74d9949387
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/245224
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
2022-05-19 00:20:30 +00:00
Devon Carew 4a7db15ced Bump process to 2546dfef7ba839b1514e0c9045344692eb47b771
Changes:
```
> git log --format="%C(auto) %h %s" 56ece43..2546dfe
 https://dart.googlesource.com/process.dart.git/+/2546dfe Make encoding parameter nullable (again) (#68)
 https://dart.googlesource.com/process.dart.git/+/50921c3 Switch to use GitHub Actions instead of Travis, update analysis options (#67)
 https://dart.googlesource.com/process.dart.git/+/6e71d21 Revert "Make encoding parameter nullable (#65)"
 https://dart.googlesource.com/process.dart.git/+/d6c245e Make encoding parameter nullable (#65)
 https://dart.googlesource.com/process.dart.git/+/0c9aeac Add custom exceptions with more information (#63)
 https://dart.googlesource.com/process.dart.git/+/6c873f5 Fix ProcessManager.canRun to be consistent with LocalProcessManager (#62)
 https://dart.googlesource.com/process.dart.git/+/6b2e264 Fix getExecutablePath to only return files that are actually readable and executable. (#61)
 https://dart.googlesource.com/process.dart.git/+/0981bdb Add more details to ArgumentError if process resolution fails (#59)
 https://dart.googlesource.com/process.dart.git/+/7ca6534 Fix ProcessManager signatures to be consistent with LocalProcessManager (#58)

```

Diff: https://dart.googlesource.com/process.dart.git/+/56ece43b53b64c63ae51ec184b76bd5360c28d0b~..2546dfef7ba839b1514e0c9045344692eb47b771/
Change-Id: Icc2fe91324c7f93a48557b36295d1c5817f773d3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/245221
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2022-05-18 22:28:18 +00:00
Devon Carew 714db23c5c Bump intl to 9145f308f1458f37630a1ffce3b7d3b471ebbc56
Changes:
```
> git log --format="%C(auto) %h %s" 9669926..9145f30
 https://dart.googlesource.com/intl.git/+/9145f30 Bump actions/checkout from 2 to 3 (#462)
 https://dart.googlesource.com/intl.git/+/f545753 update the analysis_options.yaml file (#449)
 https://dart.googlesource.com/intl.git/+/fee2c2d Add a changelog entry for a recent feature (#406)
 https://dart.googlesource.com/intl.git/+/4e37662 GitHub Sync (#405)
 https://dart.googlesource.com/intl.git/+/0a14483 Bump dart-lang/setup-dart from 0.3 to 1 (#403)
 https://dart.googlesource.com/intl.git/+/f22f7b5 fix directive sorting
 https://dart.googlesource.com/intl.git/+/ed2fbe0 Add dependabot
 https://dart.googlesource.com/intl.git/+/2518923 Merge pull request #377 from dart-lang/franklinyow-patch-1
 https://dart.googlesource.com/intl.git/+/bee0456 Update LICENSE
 https://dart.googlesource.com/intl.git/+/9bb4bcc Migrating to dart:ffi in Dart 2.12.
 https://dart.googlesource.com/intl.git/+/532a1e3 Migrating to `dart:ffi` in Dart 2.12 and `package:ffi` 1.0.0.
 https://dart.googlesource.com/intl.git/+/458129d Replace git dependencies with published versions
 https://dart.googlesource.com/intl.git/+/5fd7a11 COPYBARA CHANGE FOR https://github.com/dart-lang/intl/pull/358
 https://dart.googlesource.com/intl.git/+/2c8e014 Fix typo; see https://screenshot.googleplex.com/5afwL4iQtHeJKLC
 https://dart.googlesource.com/intl.git/+/33251e0 Prepare to publish for stable null safety (#362)
 https://dart.googlesource.com/intl.git/+/b3da438 Prep release for beta (#338)
 https://dart.googlesource.com/intl.git/+/48675cf Prepare a version of intl that supports the 2.12 sdk

```

Diff: https://dart.googlesource.com/intl.git/+/9669926609e7efc17dfd74fbb44ec719a7e573cc~..9145f308f1458f37630a1ffce3b7d3b471ebbc56/
Change-Id: Ic431da0e0785bd4ece86542fae30aad55f384f50
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/245222
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2022-05-18 22:28:00 +00:00
Devon Carew 531187f1cf Bump ffi to 0c8364a728cfe4e4ba859c53b99d56b3dbe3add4
Changes:
```
> git log --format="%C(auto) %h %s" 4dd3242..0c8364a
 https://dart.googlesource.com/ffi.git/+/0c8364a Update README.md (#143)
 https://dart.googlesource.com/ffi.git/+/fea40a9 Revert "Common C integer types (#128)" (#141)
 https://dart.googlesource.com/ffi.git/+/c4c59e8 Update pubspec.yaml (#139)
 https://dart.googlesource.com/ffi.git/+/d81d1b7 Bump version to 1.2.0 (#132)
 https://dart.googlesource.com/ffi.git/+/5a33a25 Enable and fix new strict analysis options (#131)
 https://dart.googlesource.com/ffi.git/+/5e801e8 Common C integer types (#128)

```

Diff: https://dart.googlesource.com/ffi.git/+/4dd32429880a57b64edaf54c9d5af8a9fa9a4ffb~..0c8364a728cfe4e4ba859c53b99d56b3dbe3add4/
Change-Id: Ie1d3e30030594a24fdece7408ae3687033f8e772
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/244963
Reviewed-by: Daco Harkes <dacoharkes@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2022-05-17 15:39:59 +00:00
Jonas Termansen a7c70fdbc2 [infra] Remove obsolete dart-build-access mention in cipd DEPS.
Change-Id: Ie6bbc1aaec2b71f74e108ed0ff91ef296814df49
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/244880
Reviewed-by: Alexander Thomas <athom@google.com>
Auto-Submit: Jonas Termansen <sortie@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
2022-05-17 13:43:59 +00:00
Devon Carew e1773c7ebc Bump boolean_selector to 1d3565e2651d16566bb556955b96ea75018cbd0c
Changes:
```
> git log --format="%C(auto) %h %s" 437e7f0..1d3565e
 https://dart.googlesource.com/boolean_selector.git/+/1d3565e Update test-package.yml
 https://dart.googlesource.com/boolean_selector.git/+/a9ad2ee Move to pkg:lints (#38)
 https://dart.googlesource.com/boolean_selector.git/+/2b17622 Update CI (#37)
 https://dart.googlesource.com/boolean_selector.git/+/1110156 Update LICENSE (#36)

```

Diff: https://dart.googlesource.com/boolean_selector.git/+/437e7f06c7e416bed91e16ae1df453555897e945~..1d3565e2651d16566bb556955b96ea75018cbd0c/
Change-Id: Id6b7cb67ef49f05c6cbb2247904b1df4ae655e84
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/244821
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2022-05-16 21:56:25 +00:00
Devon Carew b36f4518bf Bump webkit_inspection_protocol to e4965778e2837adc62354eec3a19123402997897
Changes:
```
> git log --format="%C(auto) %h %s" dd6fb5d..e496577
 https://dart.googlesource.com/external/github.com/google/webkit_inspection_protocol.dart.git/+/e496577 improve failure modes of ChromeConnection.getTabs (#88)
 https://dart.googlesource.com/external/github.com/google/webkit_inspection_protocol.dart.git/+/49acd16 upgrade to lints 2.0.0 (#87)
 https://dart.googlesource.com/external/github.com/google/webkit_inspection_protocol.dart.git/+/c34ebda rev to 1.0.1 (#84)
 https://dart.googlesource.com/external/github.com/google/webkit_inspection_protocol.dart.git/+/950d52a Update README.md
 https://dart.googlesource.com/external/github.com/google/webkit_inspection_protocol.dart.git/+/3dd20cc Update README.md (#83)
 https://dart.googlesource.com/external/github.com/google/webkit_inspection_protocol.dart.git/+/a79df73 depend on actions/checkout w/ a major version dep (#82)
 https://dart.googlesource.com/external/github.com/google/webkit_inspection_protocol.dart.git/+/9ffbd21 Bump dart-lang/setup-dart from 1.0 to 1.3 (#81)
 https://dart.googlesource.com/external/github.com/google/webkit_inspection_protocol.dart.git/+/dbc0fde Use more specific versions in the github action file (#79)
 https://dart.googlesource.com/external/github.com/google/webkit_inspection_protocol.dart.git/+/092c910 Bump actions/checkout from 2 to 3 (#78)
 https://dart.googlesource.com/external/github.com/google/webkit_inspection_protocol.dart.git/+/7156f1a Bump nanasess/setup-chromedriver from 1.0.5 to 1.0.7 (#77)
 https://dart.googlesource.com/external/github.com/google/webkit_inspection_protocol.dart.git/+/920a381 configure dependabot (#76)
 https://dart.googlesource.com/external/github.com/google/webkit_inspection_protocol.dart.git/+/73d61fa run tests in github actions (#74)
 https://dart.googlesource.com/external/github.com/google/webkit_inspection_protocol.dart.git/+/8a3b2b3 Update README.md (#73)
 https://dart.googlesource.com/external/github.com/google/webkit_inspection_protocol.dart.git/+/57ca5b0 enable the avoid_dynamic_calls lint (#72)
 https://dart.googlesource.com/external/github.com/google/webkit_inspection_protocol.dart.git/+/d10f668 Use package lints (#70)
 https://dart.googlesource.com/external/github.com/google/webkit_inspection_protocol.dart.git/+/da43164 add support for github actions (#69)
 https://dart.googlesource.com/external/github.com/google/webkit_inspection_protocol.dart.git/+/18620ab Delete .travis.yml

```

Diff: dd6fb5d8b5~..e4965778e2837adc62354eec3a19123402997897/
Change-Id: I1052f9efedcb05e8dae815b926294ea6182c9560
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/244941
Reviewed-by: Anna Gringauze <annagrin@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2022-05-16 19:49:05 +00:00
Devon Carew 052d84617a Bump clock to f594d86da123015186d5680b0d0e8255c52fc162
Changes:
```
> git log --format="%C(auto) %h %s" 5631a06..f594d86
 https://dart.googlesource.com/clock.git/+/f594d86 Switch from homepage to repository in pubspec (#32)
 https://dart.googlesource.com/clock.git/+/72c709a Update CI (#30)
 https://dart.googlesource.com/clock.git/+/be93d8f Fix formatting (#29)

```

Diff: https://dart.googlesource.com/clock.git/+/5631a0612f4ac7e1b32f7c9a00fc7c00a41615e1~..f594d86da123015186d5680b0d0e8255c52fc162/
Change-Id: I3546bfa0c3e4bd6714467c866cfc1368c30f87bb
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/244769
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2022-05-16 18:49:45 +00:00
Devon Carew 60bf3d51b6 Bump term_glyph to d0f205c67ea70eea47b9f41c8440129a72a9c86e
Changes:
```
> git log --format="%C(auto) %h %s" 4885b7f..d0f205c
 https://dart.googlesource.com/term_glyph.git/+/d0f205c populate the repository field (#26)
 https://dart.googlesource.com/term_glyph.git/+/3165381 Move to pkg:lints (#25)
 https://dart.googlesource.com/term_glyph.git/+/0c8d5ec fix lints
 https://dart.googlesource.com/term_glyph.git/+/03f87c7 Update LICENSE (#24)

```

Diff: https://dart.googlesource.com/term_glyph.git/+/4885b7f8af6931e23d3aa6d1767ee3f9a626923d~..d0f205c67ea70eea47b9f41c8440129a72a9c86e/
Change-Id: Icef17cd8fa72074b47a8fa12537bfcb22af1ca66
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/244768
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2022-05-16 17:31:51 +00:00
Devon Carew 5a672f43e7 Bump http_io to 405fc79233b4a3d4bb079ebf438bb2caf2f49355
Changes:
```
> git log --format="%C(auto) %h %s" 2fa188c..405fc79
 https://dart.googlesource.com/http_io.git/+/405fc79 Bump actions/checkout from 2 to 3 (#92)
 https://dart.googlesource.com/http_io.git/+/ccfb1ef Fix updated lints (#91)
 https://dart.googlesource.com/http_io.git/+/fcb94c0 Dart format with latest SDK (#90)
 https://dart.googlesource.com/http_io.git/+/b723cb6 Bump dart-lang/setup-dart from 0.3 to 1 (#89)
 https://dart.googlesource.com/http_io.git/+/ac00226 Add dependabot
 https://dart.googlesource.com/http_io.git/+/78956f5 Update LICENSE (#88)
 https://dart.googlesource.com/http_io.git/+/1715644 Migrate GitHub Actions (#86)
 https://dart.googlesource.com/http_io.git/+/5de81cd Update test API usage to non-deprecated members (#85)
 https://dart.googlesource.com/http_io.git/+/2cb230f Update formatting after dartfmt change
 https://dart.googlesource.com/http_io.git/+/c84afce test: remove unused, optional/positional argument in private function
 https://dart.googlesource.com/http_io.git/+/3adb2fd Fix lints (#81)
 https://dart.googlesource.com/http_io.git/+/e47fc8f lint cleanup (#80)
 https://dart.googlesource.com/http_io.git/+/5a3e178 Enable and fix lints (#79)
 https://dart.googlesource.com/http_io.git/+/771fb58 Bump min SDK for http_io (#78)
 https://dart.googlesource.com/http_io.git/+/fe5c4bf Fix return type in test functions
 https://dart.googlesource.com/http_io.git/+/0384af8 Travis: Update min tested SDK

```

Diff: https://dart.googlesource.com/http_io.git/+/2fa188caf7937e313026557713f7feffedd4978b~..405fc79233b4a3d4bb079ebf438bb2caf2f49355/
Change-Id: I1107e9dcdbb52bb3b22bd5abbcd347c5a83aea2d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/244720
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2022-05-13 20:36:56 +00:00
Devon Carew bd191619d6 Bump sync_http to b6bd47965694dddffb6e62fb8a6c12d17c4ae4cd
Changes:
```
> git log --format="%C(auto) %h %s" b59c134..b6bd479
 https://dart.googlesource.com/sync_http.git/+/b6bd479 Update pubspec.yaml (#28)
 https://dart.googlesource.com/sync_http.git/+/97f01ba Update pubspec.yaml (#24)
 https://dart.googlesource.com/sync_http.git/+/5a44542 Bump dart-lang/setup-dart from 0.3 to 1 (#23)
 https://dart.googlesource.com/sync_http.git/+/cdbafc2 Add dependabot
 https://dart.googlesource.com/sync_http.git/+/ad420d7 Merge pull request #22 from dart-lang/franklinyow-patch-1
 https://dart.googlesource.com/sync_http.git/+/d57a3dd Update LICENSE
 https://dart.googlesource.com/sync_http.git/+/3f5019e Prepare to publish for stable null safety (#20)

```

Diff: https://dart.googlesource.com/sync_http.git/+/b59c134f2e34d12acac110d4f17f83e5a7db4330~..b6bd47965694dddffb6e62fb8a6c12d17c4ae4cd/
Change-Id: I82536b61536134783d78248bf2c2aa8ebfe975b7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/244721
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2022-05-13 16:06:56 +00:00
Nate Bosch 1e04fe1fd0 Reland "Sync packages from shelf mono repo"
This is a reland of commit 072603d40a

Original change's description:
> Sync packages from shelf mono repo
>
> Drop the DEPS entries for the repositories which will be archived. Each
> of the packages has been merged into the `shelf` repository.
>
> Add the `shelf` repository to the specially handled directories with
> nested packages in `generate_package_config`.
>
> Update path dependencies in pubspecs to the new location.
>
> R=devoncarew@google.com
>
> Change-Id: Iefca4fdb2abb6bafa273b9b6b1b4f25d6c91b005
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/243929
> Reviewed-by: Alexander Thomas <athom@google.com>
> Reviewed-by: Devon Carew <devoncarew@google.com>
> Commit-Queue: Nate Bosch <nbosch@google.com>
> Auto-Submit: Nate Bosch <nbosch@google.com>

Change-Id: I064d9bc87263e02357021c1def2b656afe45cf22
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/244725
Reviewed-by: Devon Carew <devoncarew@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
Auto-Submit: Nate Bosch <nbosch@google.com>
2022-05-12 21:35:55 +00:00
Devon Carew 9f149e9f5d Bump pool to c40cc32eabecb9d60f1045d1403108d968805f9a
Changes:
```
> git log --format="%C(auto) %h %s" 7abe634..c40cc32
 https://dart.googlesource.com/pool.git/+/c40cc32 Merge pull request #56 from dart-lang/devoncarew-patch-1
 https://dart.googlesource.com/pool.git/+/5ce105e test against Dart 2.15
 https://dart.googlesource.com/pool.git/+/6e9885f switch to package:lints
 https://dart.googlesource.com/pool.git/+/430b860 rev to a dev version
 https://dart.googlesource.com/pool.git/+/a1e710d Update pubspec.yaml
 https://dart.googlesource.com/pool.git/+/4fcbdb9 Use latest CI setup, test on oldest supported SDK (#55)
 https://dart.googlesource.com/pool.git/+/005271c Merge pull request #54 from dart-lang/franklinyow-patch-1
 https://dart.googlesource.com/pool.git/+/b2dbf29 Update LICENSE
 https://dart.googlesource.com/pool.git/+/878759a Prepare to publish for stable null safety (#52)
 https://dart.googlesource.com/pool.git/+/c065054 Migrate to GitHub Actions (#51)
 https://dart.googlesource.com/pool.git/+/96b6734 Merge pull request #48 from dart-lang/pq-analyze
 https://dart.googlesource.com/pool.git/+/9688715 migrate from `dartanalyzer` to `dart analyze`

```

Diff: https://dart.googlesource.com/pool.git/+/7abe634002a1ba8a0928eded086062f1307ccfae~..c40cc32eabecb9d60f1045d1403108d968805f9a/
Change-Id: I10e7d7c2b8a4168770da5dfa8211bba9ce37a1f5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/244722
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2022-05-12 20:20:35 +00:00
Alexander Aprelev 862a2c6caf Roll zlib to pick up more 1.2.12 fixes
Change-Id: Ia7773978909a1dc9dd05b69765830a1af4b11ad2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/244680
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Alexander Aprelev <aam@google.com>
2022-05-12 18:11:35 +00:00
Sigurd Meldgaard 8188d2824a Bump pub to 51435efcd574b7bc18d47a5dd620cb9759dea8f8
Changes:
```
> git log --format="%C(auto) %h %s" 1e3c17e..51435ef
 https://dart.googlesource.com/pub.git/+/51435efc Reland "Add flag controlling creation of `.packages` file." (#3413)

```

Diff: https://dart.googlesource.com/pub.git/+/1e3c17ea871e6a80c720aa998f37cbd3913bc287~..51435efcd574b7bc18d47a5dd620cb9759dea8f8/
Change-Id: Ic6e28328827cf9aada1272decf4d95fc6a649c90
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/244623
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
Reviewed-by: Jonas Jensen <jonasfj@google.com>
2022-05-12 13:37:36 +00:00
Alexander Thomas c0c51c2279 [infra] Upgrade checked-in SDKs to 2.17.0
Change-Id: Ife8719b42c561ff3883287b31401e86267c40c46
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/244622
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: William Hesse <whesse@google.com>
2022-05-12 12:25:56 +00:00
Sigurd Meldgaard 28e8202c14 Bump pub to 1e3c17ea871e6a80c720aa998f37cbd3913bc287
Changes:
```
> git log --format="%C(auto) %h %s" 6068f47..1e3c17e
 https://dart.googlesource.com/pub.git/+/1e3c17ea dependency_services: use revisions as versions for git deps. (#3383)
 https://dart.googlesource.com/pub.git/+/9ecdd6b1 show discontinued in pub outdated (#3399)
 https://dart.googlesource.com/pub.git/+/c8fdf231 Bump analyzer from 3.4.1 to 4.0.0 (#3412)

```

Diff: https://dart.googlesource.com/pub.git/+/6068f47c264ef790e16411b31b2c94ad6beb1ab6~..1e3c17ea871e6a80c720aa998f37cbd3913bc287/
Change-Id: Idb9484e36d03001039e9f7e5447c659b85bd093f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/244621
Reviewed-by: Jonas Jensen <jonasfj@google.com>
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
2022-05-12 12:06:45 +00:00
Nate Bosch 4c8654eb10 Revert "Sync packages from shelf mono repo"
This reverts commit 243ac04dbf.

Reason for revert: Breaks roll to flutter engine still.

Original change's description:
> Sync packages from shelf mono repo
>
> Keep the DEPS entries and directories for the old locations for these
> packages, but ignore them in `generate_package_config`. Removing the
> hashes and directories would invalidate the DEPS file in the flutter
> engine repository.
>
> Add the `shelf` repository to the specially handled directories with
> nested packages in `generate_package_config`.
>
> Update path dependencies in pubspecs to the new location.
>
> Reland of https://dart-review.googlesource.com/c/sdk/+/243929
> without the removal of the old directory locations.
>
> R=​devoncarew@google.com
>
> Change-Id: I3d3b3eb0722f3eba518a6a1034ed9c24f83c70f0
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/244300
> Reviewed-by: Devon Carew <devoncarew@google.com>
> Commit-Queue: Nate Bosch <nbosch@google.com>

TBR=devoncarew@google.com,nbosch@google.com

Change-Id: Ied6d9aa685208eddea6d82d04ca8876937651051
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/244302
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
2022-05-12 00:00:34 +00:00