Skip to content

Commit

Permalink
Migrate to latest mono_repo, use pubspec feature (#3363)
Browse files Browse the repository at this point in the history
...bump scratch_space SDK constraint
  • Loading branch information
kevmoo committed Sep 6, 2022
1 parent 231750a commit 9d607d5
Show file tree
Hide file tree
Showing 12 changed files with 600 additions and 548 deletions.
1,122 changes: 585 additions & 537 deletions .github/workflows/dart.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/mono_pkg.yaml
@@ -1,5 +1,5 @@
sdk:
- 2.14.0
- pubspec
- dev

stages:
Expand Down
2 changes: 1 addition & 1 deletion build_resolvers/mono_pkg.yaml
@@ -1,5 +1,5 @@
sdk:
- 2.17.0
- pubspec
- dev

stages:
Expand Down
2 changes: 1 addition & 1 deletion build_runner_core/mono_pkg.yaml
@@ -1,5 +1,5 @@
sdk:
- 2.17.0
- pubspec
- dev

stages:
Expand Down
2 changes: 1 addition & 1 deletion build_test/mono_pkg.yaml
@@ -1,5 +1,5 @@
sdk:
- 2.17.0
- pubspec
- dev

stages:
Expand Down
2 changes: 1 addition & 1 deletion build_vm_compilers/mono_pkg.yaml
@@ -1,5 +1,5 @@
sdk:
- 2.17.0
- pubspec
- dev

stages:
Expand Down
2 changes: 1 addition & 1 deletion example/mono_pkg.yaml
@@ -1,5 +1,5 @@
sdk:
- 2.14.0
- pubspec
- dev

stages:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
@@ -1,7 +1,7 @@
name: example
publish_to: none
environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.17.0 <3.0.0"

dependencies:
analyzer: ">=2.0.0 <5.0.0"
Expand Down
4 changes: 4 additions & 0 deletions scratch_space/CHANGELOG.md
@@ -1,3 +1,7 @@
## 1.0.2-dev

- Require Dart >=2.17.0

## 1.0.1

- Drop package:pedantic dependency and replace it with package:lints.
Expand Down
2 changes: 1 addition & 1 deletion scratch_space/mono_pkg.yaml
@@ -1,5 +1,5 @@
sdk:
- 2.14.0
- pubspec
- dev

stages:
Expand Down
4 changes: 2 additions & 2 deletions scratch_space/pubspec.yaml
@@ -1,10 +1,10 @@
name: scratch_space
version: 1.0.1
version: 1.0.2-dev
description: A tool to manage running external executables within package:build
repository: https://github.com/dart-lang/build/tree/master/scratch_space

environment:
sdk: ">=2.14.0 <3.0.0"
sdk: ">=2.17.0 <3.0.0"

dependencies:
build: ^2.0.0
Expand Down
2 changes: 1 addition & 1 deletion tool/ci.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9d607d5

Please sign in to comment.