Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to latest mono_repo, use pubspec feature #3363

Merged
merged 1 commit into from Sep 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.