Update SDK constraints for SDK packages.

https://dart-review.googlesource.com/c/sdk/+/287660 implements it.
I want to fix pre-existing violations before enabling.

Bug: https://github.com/dart-lang/sdk/issues/34978
Change-Id: Ie7731162c643018a2312b265f444bc00534c0a51
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/287664
Reviewed-by: Leon Senft <leonsenft@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Johnni Winther <johnniwinther@google.com>
This commit is contained in:
Konstantin Shcheglov 2023-03-09 19:52:47 +00:00 committed by Commit Queue
parent 9e80e7edfd
commit 895540889e
8 changed files with 8 additions and 8 deletions

View file

@ -10,7 +10,7 @@ repository: https://github.com/dart-lang/sdk/tree/main/pkg/analysis_server_clien
publish_to: none
environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.19.0 <3.0.0'
# Use 'any' constraints here; we get our versions from the DEPS file.
dependencies:

View file

@ -6,7 +6,7 @@ description: >-
repository: https://github.com/dart-lang/sdk/tree/main/pkg/dds_service_extensions
environment:
sdk: '>=2.13.0 <4.0.0'
sdk: '>=2.15.0 <4.0.0'
dependencies:
async: ^2.4.1

View file

@ -4,7 +4,7 @@ description: A resident kernel compiler
publish_to: none
environment:
sdk: '>=2.15.0 <3.0.0'
sdk: '>=2.16.0 <3.0.0'
# Use 'any' constraints here; we get our versions from the DEPS file.
dependencies:

View file

@ -3,7 +3,7 @@ name: js_shared
publish_to: none
environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.14.0 <3.0.0'
# Use 'any' constraints here; we get our versions from the DEPS file.
dev_dependencies:

View file

@ -6,7 +6,7 @@ name: kernel
publish_to: none
environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.14.0 <3.0.0'
# Use 'any' constraints here; we get our versions from the DEPS file.
dev_dependencies:

View file

@ -7,7 +7,7 @@ description: >-
repository: https://github.com/dart-lang/sdk/tree/main/pkg/vm_service
environment:
sdk: '>=2.15.0 <4.0.0'
sdk: '>=2.19.0 <4.0.0'
dependencies:

View file

@ -4,7 +4,7 @@ description: Utilities for analysing AOT snapshot size.
repository: https://github.com/dart-lang/sdk/tree/main/pkg/vm_snapshot_analysis
environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.14.0 <3.0.0'
executables:
snapshot_analysis: analyse

View file

@ -7,7 +7,7 @@ repository: https://github.com/dart-lang/sdk/tree/main/pkg/heapsnapshot
publish_to: none
environment:
sdk: '>=2.15.0 <3.0.0'
sdk: '>=2.17.0 <3.0.0'
dependencies:
args: ^2.0.0