Skip to content

Commit

Permalink
Update pubspecs SDK constraints to drop 2.12 prereleases (dart-lang#3023
Browse files Browse the repository at this point in the history
)

- Update mono_repo config to test 2.12 stable where applicable
- Regenerate with latest mono_repo
  • Loading branch information
kevmoo authored Mar 5, 2021
1 parent 2725a96 commit de652c9
Show file tree
Hide file tree
Showing 14 changed files with 1,193 additions and 400 deletions.
1,571 changes: 1,179 additions & 392 deletions .github/workflows/dart.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _test_null_safety/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dart:
- 2.12.0
- dev

os:
Expand Down
2 changes: 1 addition & 1 deletion _test_null_safety/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: _test_null_safety
publish_to: none

environment:
sdk: ">=2.12.0-0 <3.0.0"
sdk: ">=2.12.0 <3.0.0"

dev_dependencies:
js: ^0.6.3
Expand Down
1 change: 1 addition & 0 deletions build/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dart:
- 2.12.0
- dev

stages:
Expand Down
2 changes: 1 addition & 1 deletion build/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A build system for Dart.
homepage: https://github.com/dart-lang/build/tree/master/build

environment:
sdk: ">=2.12.0-0 <3.0.0"
sdk: ">=2.12.0 <3.0.0"

dependencies:
analyzer: ^1.0.0
Expand Down
1 change: 1 addition & 0 deletions build_resolvers/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dart:
- 2.12.0
- dev

stages:
Expand Down
2 changes: 1 addition & 1 deletion build_resolvers/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Resolve Dart code in a Builder
homepage: https://github.com/dart-lang/build/tree/master/build_resolvers

environment:
sdk: ">=2.12.0-0 <3.0.0"
sdk: ">=2.12.0 <3.0.0"

dependencies:
analyzer: ^1.0.0
Expand Down
1 change: 1 addition & 0 deletions build_test/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dart:
- 2.12.0
- dev

stages:
Expand Down
2 changes: 1 addition & 1 deletion build_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 2.0.0-dev
homepage: https://github.com/dart-lang/build/tree/master/build_test

environment:
sdk: ">=2.12.0-0 <3.0.0"
sdk: ">=2.12.0 <3.0.0"

dependencies:
async: "^2.5.0"
Expand Down
1 change: 1 addition & 0 deletions example/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dart:
- 2.12.0
- dev

stages:
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: example

publish_to: none
environment:
sdk: ">=2.12.0-0 <3.0.0"
sdk: ">=2.12.0 <3.0.0"

dependencies:
build: ^2.0.0
Expand Down
1 change: 1 addition & 0 deletions scratch_space/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dart:
- 2.12.0
- dev

stages:
Expand Down
2 changes: 1 addition & 1 deletion scratch_space/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A tool to manage running external executables within package:build
homepage: https://github.com/dart-lang/build/tree/master/scratch_space

environment:
sdk: ">=2.12.0-0 <3.0.0"
sdk: ">=2.12.0 <3.0.0"

dependencies:
build: "^2.0.0-dev"
Expand Down
2 changes: 1 addition & 1 deletion tool/ci.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Created with package:mono_repo v3.4.6
# Created with package:mono_repo v3.4.7

# Support built in commands on windows out of the box.
function pub() {
Expand Down

0 comments on commit de652c9

Please sign in to comment.