Skip to content

Commit

Permalink
update to stable 3.5 release (#3732)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Aug 6, 2024
1 parent cb92b01 commit ec64e84
Show file tree
Hide file tree
Showing 36 changed files with 105 additions and 89 deletions.
108 changes: 54 additions & 54 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-259.0.dev
sdk: ^3.5.0
publish_to: none

dependencies:
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-259.0.dev
sdk: ^3.5.0

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-259.0.dev
sdk: ^3.5.0

dependencies:
build: any
Expand Down
2 changes: 1 addition & 1 deletion build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 2.4.2-wip

- Bump the min sdk to 3.5.0-259.0.dev.
- Bump the min sdk to 3.5.0.
- Remove some unnecessary casts and non-null assertions now that we have private
field promotion.

Expand Down
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-259.0.dev
sdk: ^3.5.0

dependencies:
analyzer: ">=1.5.0 <7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion build_config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 1.1.2-wip

- Stop using deprecated `JsonKey.ignore`.
- Bump the min sdk to 3.5.0-259.0.dev.
- Bump the min sdk to 3.5.0.

## 1.1.1

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-259.0.dev
sdk: ^3.5.0

dependencies:
checked_yaml: ^2.0.0
Expand Down
2 changes: 1 addition & 1 deletion build_daemon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 4.0.3-wip

- Bump the min sdk to 3.5.0-259.0.dev.
- Bump the min sdk to 3.5.0.

## 4.0.2

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-259.0.dev
sdk: ^3.5.0

dependencies:
built_collection: ^5.0.0
Expand Down
4 changes: 4 additions & 0 deletions build_modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.0.10-wip

- Bump the min sdk to 3.5.0.

## 5.0.9

- Bump the min sdk to 3.5.0-259.0.dev.
Expand Down
4 changes: 2 additions & 2 deletions build_modules/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: build_modules
version: 5.0.9
version: 5.0.10-wip
description: >-
Builders to analyze and split Dart code into individually compilable modules
based on imports.
repository: https://github.com/dart-lang/build/tree/master/build_modules
resolution: workspace

environment:
sdk: '>=3.5.0-259.0.dev <3.7.0'
sdk: '>=3.5.0 <3.7.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-259.0.dev
sdk: ^3.5.0

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-259.0.dev
sdk: ^3.5.0

dependencies:
a:
Expand Down
2 changes: 1 addition & 1 deletion build_resolvers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- Require the latest analyzer, and stop passing the `withNullability`
parameter which was previously required and is now deprecated.
- Bump the min sdk to 3.5.0-259.0.dev.
- Bump the min sdk to 3.5.0.

## 2.4.2

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-259.0.dev
sdk: ^3.5.0

dependencies:
analyzer: '>=6.7.0 <7.0.0'
Expand Down
4 changes: 4 additions & 0 deletions build_runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.4.13-wip

- Bump the min sdk to 3.5.0.

## 2.4.12

- Bump the min sdk to 3.5.0-259.0.dev.
Expand Down
4 changes: 2 additions & 2 deletions build_runner/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: build_runner
version: 2.4.12
version: 2.4.13-wip
description: A build system for Dart code generation and modular compilation.
repository: https://github.com/dart-lang/build/tree/master/build_runner
resolution: workspace

environment:
sdk: ^3.5.0-259.0.dev
sdk: ^3.5.0

platforms:
linux:
Expand Down
4 changes: 4 additions & 0 deletions build_runner_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 7.3.3-wip

- Bump the min sdk to 3.5.0.

## 7.3.2

- Additional fixes for pub workspace repos
Expand Down
4 changes: 2 additions & 2 deletions build_runner_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: build_runner_core
version: 7.3.2
version: 7.3.3-wip
description: Core tools to organize the structure of a build and run Builders.
repository: https://github.com/dart-lang/build/tree/master/build_runner_core
resolution: workspace

environment:
sdk: ^3.5.0-259.0.dev
sdk: ^3.5.0

platforms:
linux:
Expand Down
2 changes: 1 addition & 1 deletion build_runner_core/test/fixtures/flutter_pkg/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Commit: 1bdf351.
name: flutter_gallery
environment:
sdk: ^3.5.0-259.0.dev
sdk: ^3.5.0
dependencies:
collection: '>=1.9.1 <2.0.0'
flutter:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: a
environment:
sdk: ^3.5.0-259.0.dev
sdk: ^3.5.0
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-259.0.dev
sdk: ^3.5.0
resolution: workspace
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-259.0.dev
sdk: ^3.5.0
workspace:
- pkgs/a
- pkgs/b
2 changes: 1 addition & 1 deletion build_test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 2.2.3-wip

- Bump the min sdk to 3.5.0-259.0.dev.
- Bump the min sdk to 3.5.0.

## 2.2.2

Expand Down
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-259.0.dev
sdk: ^3.5.0

dependencies:
async: ^2.5.0
Expand Down
4 changes: 4 additions & 0 deletions build_web_compilers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.0.12-wip

- Bump the min sdk to 3.5.0.

## 4.0.11

- Bump the min sdk to 3.5.0-259.0.dev.
Expand Down
4 changes: 2 additions & 2 deletions build_web_compilers/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: build_web_compilers
version: 4.0.11
version: 4.0.12-wip
description: Builder implementations wrapping the dart2js and DDC compilers.
repository: https://github.com/dart-lang/build/tree/master/build_web_compilers
resolution: workspace

environment:
sdk: '>=3.5.0-259.0.dev <3.7.0'
sdk: '>=3.5.0 <3.7.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-259.0.dev
sdk: ^3.5.0

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-259.0.dev
sdk: ^3.5.0

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-259.0.dev
sdk: ^3.5.0
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: build_workspace # Can be anything
environment:
sdk: ^3.5.0-259.0.dev # Must be ^3.5.0 or later for workspace to be allowed
sdk: ^3.5.0 # Must be ^3.5.0 or later for workspace to be allowed
publish_to: none
dev_dependencies:
dart_flutter_team_lints: ^3.1.0
Expand Down
2 changes: 1 addition & 1 deletion scratch_space/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 1.0.3-wip

- Bump the min sdk to 3.5.0-259.0.dev.
- Bump the min sdk to 3.5.0.

## 1.0.2

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-259.0.dev
sdk: ^3.5.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.

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-259.0.dev
sdk: ^3.5.0

dependencies:
path: ^1.8.0
Expand Down

0 comments on commit ec64e84

Please sign in to comment.