Skip to content

Commit

Permalink
set a real dev release as the lower constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Jun 14, 2024
1 parent 48bc2d9 commit f91153b
Show file tree
Hide file tree
Showing 26 changed files with 77 additions and 77 deletions.
104 changes: 52 additions & 52 deletions .github/workflows/dart.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _test/pkgs/provides_builder/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: provides_builder
resolution: workspace
environment:
sdk: ^3.5.0-0
sdk: ^3.5.0-254.0.dev

dependencies:
build:
Expand Down
2 changes: 1 addition & 1 deletion _test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ publish_to: none
resolution: workspace

environment:
sdk: ^3.5.0-0
sdk: ^3.5.0-254.0.dev

dev_dependencies:
analyzer: any
Expand Down
2 changes: 1 addition & 1 deletion _test_common/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Test infra for writing build tests. Is not published.
resolution: workspace

environment:
sdk: ^3.5.0-0
sdk: ^3.5.0-254.0.dev

dependencies:
build: any
Expand Down
2 changes: 1 addition & 1 deletion analysis/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ name: _for_analysis_options_only
publish_to: none
resolution: workspace
environment:
sdk: ^3.5.0-0
sdk: ^3.5.0-254.0.dev
dev_dependencies:
dart_flutter_team_lints: ^3.1.0
2 changes: 1 addition & 1 deletion build/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/dart-lang/build/tree/master/build
resolution: workspace

environment:
sdk: ^3.5.0-0
sdk: ^3.5.0-254.0.dev

dependencies:
analyzer: ">=1.5.0 <7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion build_config/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/dart-lang/build/tree/master/build_config
resolution: workspace

environment:
sdk: ^3.5.0-0
sdk: ^3.5.0-254.0.dev

dependencies:
checked_yaml: ^2.0.0
Expand Down
2 changes: 1 addition & 1 deletion build_daemon/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/dart-lang/build/tree/master/build_daemon
resolution: workspace

environment:
sdk: ^3.5.0-0
sdk: ^3.5.0-254.0.dev

dependencies:
built_collection: ^5.0.0
Expand Down
2 changes: 1 addition & 1 deletion build_modules/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository: https://github.com/dart-lang/build/tree/master/build_modules
resolution: workspace

environment:
sdk: '>=3.5.0-0 <3.6.0'
sdk: '>=3.5.0-254.0.dev <3.6.0'

dependencies:
analyzer: '>=5.1.0 <7.0.0'
Expand Down
2 changes: 1 addition & 1 deletion build_modules/test/fixtures/a/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: a
resolution: workspace
environment:
sdk: ^3.5.0-0
sdk: ^3.5.0-254.0.dev

dependencies:
b:
Expand Down
2 changes: 1 addition & 1 deletion build_modules/test/fixtures/b/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: b
resolution: workspace
environment:
sdk: ^3.5.0-0
sdk: ^3.5.0-254.0.dev

dependencies:
a:
Expand Down
2 changes: 1 addition & 1 deletion build_resolvers/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/dart-lang/build/tree/master/build_resolvers
resolution: workspace

environment:
sdk: ^3.5.0-0
sdk: ^3.5.0-254.0.dev

dependencies:
analyzer: '>=6.5.0 <7.0.0'
Expand Down
2 changes: 1 addition & 1 deletion build_runner/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/dart-lang/build/tree/master/build_runner
resolution: workspace

environment:
sdk: ^3.5.0-0
sdk: ^3.5.0-254.0.dev

platforms:
linux:
Expand Down
2 changes: 1 addition & 1 deletion build_runner_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/dart-lang/build/tree/master/build_runner_core
resolution: workspace

environment:
sdk: ^3.5.0-0
sdk: ^3.5.0-254.0.dev

platforms:
linux:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: a
environment:
sdk: ^3.5.0-0
sdk: ^3.5.0-254.0.dev
resolution: workspace
dependencies:
b:
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: b
environment:
sdk: ^3.5.0-0
sdk: ^3.5.0-254.0.dev
resolution: workspace
2 changes: 1 addition & 1 deletion build_runner_core/test/fixtures/workspace/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# See https://dart.dev/tools/pub/glossary#lockfile
packages: {}
sdks:
dart: ">=3.5.0-0 <4.0.0"
dart: ">=3.5.0-254.0.dev <4.0.0"
2 changes: 1 addition & 1 deletion build_runner_core/test/fixtures/workspace/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: workspace
environment:
sdk: ^3.5.0-0
sdk: ^3.5.0-254.0.dev
workspace:
- pkgs/a
- pkgs/b
2 changes: 1 addition & 1 deletion build_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/dart-lang/build/tree/master/build_test
resolution: workspace

environment:
sdk: ^3.5.0-0
sdk: ^3.5.0-254.0.dev

dependencies:
async: ^2.5.0
Expand Down
2 changes: 1 addition & 1 deletion build_web_compilers/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/dart-lang/build/tree/master/build_web_compilers
resolution: workspace

environment:
sdk: '>=3.5.0-0 <3.6.0'
sdk: '>=3.5.0-254.0.dev <3.6.0'

dependencies:
analyzer: '>=5.1.0 <7.0.0'
Expand Down
2 changes: 1 addition & 1 deletion build_web_compilers/test/fixtures/c/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: c
resolution: workspace

environment:
sdk: ^3.5.0-0
sdk: ^3.5.0-254.0.dev

dependencies:
d:
Expand Down
2 changes: 1 addition & 1 deletion build_web_compilers/test/fixtures/d/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: d
resolution: workspace

environment:
sdk: ^3.5.0-0
sdk: ^3.5.0-254.0.dev

dependencies:
c:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: example
publish_to: none
environment:
sdk: ^3.5.0-0
sdk: ^3.5.0-254.0.dev
resolution: workspace

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: _ # Can be anything, _ by convention.
environment:
sdk: ^3.5.0-0 # Must be ^3.5.0 or later for workspace to be allowed
sdk: ^3.5.0-254.0.dev # Must be ^3.5.0 or later for workspace to be allowed
workspace:
- _test
- _test/pkgs/provides_builder
Expand Down
2 changes: 1 addition & 1 deletion scratch_space/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ topics:
- codegen

environment:
sdk: ^3.5.0-0
sdk: ^3.5.0-254.0.dev

dependencies:
build: ^2.0.0
Expand Down
2 changes: 1 addition & 1 deletion tool/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Collection of scripts used during development of build packages.
resolution: workspace

environment:
sdk: ^3.5.0-0
sdk: ^3.5.0-254.0.dev

dependencies:
path: ^1.8.0
Expand Down

0 comments on commit f91153b

Please sign in to comment.