mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
Update to the latest package:yaml
Expand the range allowed by the dep from `package:analyzer`. Switch dependencies to `any` for the packages which are `publish_to: none`. The actual constraints aren't useful in these packages since they are always pinned exactly by DEPS and so we can't trust they are kept up to date. Change-Id: Ibd937e8646574d49105f4dd0de2529e7ab30862a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/172380 Auto-Submit: Nate Bosch <nbosch@google.com> Commit-Queue: Nate Bosch <nbosch@google.com> Commit-Queue: Jake Macdonald <jakemac@google.com> Reviewed-by: Jake Macdonald <jakemac@google.com>
This commit is contained in:
parent
bb6714c051
commit
aaf13b5247
6 changed files with 7 additions and 7 deletions
2
DEPS
2
DEPS
|
@ -165,7 +165,7 @@ vars = {
|
|||
"web_components_rev": "8f57dac273412a7172c8ade6f361b407e2e4ed02",
|
||||
"web_socket_channel_rev": "490061ef0e22d3c8460ad2802f9948219365ad6b",
|
||||
"WebCore_rev": "fb11e887f77919450e497344da570d780e078bc8",
|
||||
"yaml_rev": "925c406f8bdb06ce7935f0a7d03187b36c6b62d0",
|
||||
"yaml_rev": "cca02c9e4f6826d62644901ed65c6d72b90a0713",
|
||||
"zlib_rev": "c44fb7248079cc3d5563b14b3f758aee60d6b415",
|
||||
"crashpad_rev": "bf327d8ceb6a669607b0dbab5a83a275d03f99ed",
|
||||
"minichromium_rev": "8d641e30a8b12088649606b912c2bc4947419ccc",
|
||||
|
|
|
@ -20,7 +20,7 @@ dependencies:
|
|||
pub_semver: ^1.4.2
|
||||
source_span: ^1.2.0
|
||||
watcher: ^0.9.6
|
||||
yaml: ^2.1.2
|
||||
yaml: ">=2.1.2 <4.0.0"
|
||||
dev_dependencies:
|
||||
analyzer_utilities:
|
||||
path: ../analyzer_utilities
|
||||
|
|
|
@ -17,7 +17,7 @@ dependencies:
|
|||
meta: any
|
||||
path: any
|
||||
pub_semver: ^1.4.2
|
||||
yaml: ^2.1.2
|
||||
yaml: any
|
||||
|
||||
dev_dependencies:
|
||||
pedantic: ^1.9.0
|
||||
|
|
|
@ -38,7 +38,7 @@ dev_dependencies:
|
|||
vm_service:
|
||||
path: ../vm_service
|
||||
web_socket_channel: ^1.0.4
|
||||
yaml: '^2.1.12'
|
||||
yaml: any
|
||||
|
||||
dependency_overrides:
|
||||
_fe_analyzer_shared:
|
||||
|
|
|
@ -10,8 +10,8 @@ environment:
|
|||
|
||||
dependencies:
|
||||
args: any
|
||||
package_config: ^1.0.5
|
||||
yaml: ^2.1.15
|
||||
package_config: any
|
||||
yaml: any
|
||||
|
||||
dev_dependencies:
|
||||
async_helper:
|
||||
|
|
|
@ -18,7 +18,7 @@ dependencies:
|
|||
path: ^1.6.2
|
||||
pub_semver: ^1.4.2
|
||||
source_span: ^1.4.1
|
||||
yaml: ^2.1.15
|
||||
yaml: any
|
||||
|
||||
dev_dependencies:
|
||||
analyzer_utilities:
|
||||
|
|
Loading…
Reference in a new issue