Skip to content

Commit

Permalink
update changelogs and pubspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Dec 16, 2024
1 parent 516c7cf commit aadda29
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- Bump the min sdk to 3.6.0-228.0.dev.
- Remove some unnecessary casts and non-null assertions now that we have private
field promotion.
- Require analyzer ^6.9.0.
- Require analyzer ^6.9.0, allow <8.0.0.
- Fix analyzer deprecations.

## 2.4.1
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

- Support analyzer version 7.x.

## 5.0.10-beta.0

- Bump the min sdk to 3.5.0.
Expand Down
3 changes: 2 additions & 1 deletion build_resolvers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

- Require the latest analyzer, and stop passing the `withNullability`
parameter which was previously required and is now deprecated.
- Bump the min sdk to 3.6.0-228.0.dev.
- Bump the min sdk to 3.6.0.
- Fix SDK summary reads when multiple isolates are using build resolvers (not
recommended).
- Fix analyzer deprecations.
- Support analyzer version 7.x.

## 2.4.2

Expand Down
4 changes: 4 additions & 0 deletions build_runner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

- Write generated assets at the end of a build to avoid invalidating other
tools with a file watcher multiple times.
- Bump the min sdk to 3.6.0.
- Allow analyzer version 7.x.
- Hard code the generated build script to language version 3.6.
- Allow dart_style version 4.0.0, require at least 2.3.7.

## 2.4.13

Expand Down
4 changes: 2 additions & 2 deletions 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
sdk: ^3.6.0

platforms:
linux:
Expand All @@ -24,7 +24,7 @@ dependencies:
code_builder: ^4.2.0
collection: ^1.15.0
crypto: ^3.0.0
dart_style: '>=2.0.0 <4.0.0'
dart_style: '>=2.3.7 <4.0.0'
frontend_server_client: ">=3.0.0 <5.0.0"
glob: ^2.0.0
graphs: ^2.2.0
Expand Down
2 changes: 1 addition & 1 deletion build_runner_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- Add `wrapInBatch` to obtain a reader/writer pair that will batch writes
before flushing them at the end of a build.
- Bump the min sdk to 3.6.0-dev.228.
- Require analyzer ^6.9.0.
- Require analyzer ^6.9.0, allow version 7.x.
- Fix analyzer deprecations.

## 7.3.2
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 @@ -38,7 +38,7 @@ dependencies:
dev_dependencies:
_test_common:
path: ../_test_common
analyzer: ^6.9.0
analyzer: '>=6.9.0 <8.0.0'
build_runner: ^2.0.0
build_test: ^2.0.0
dart_flutter_team_lints: ^3.1.0
Expand Down
1 change: 1 addition & 0 deletions build_test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 2.2.3-wip

- Bump the min sdk to 3.5.0.
- Allow analyzer version 7.x.

## 2.2.2

Expand Down
1 change: 1 addition & 0 deletions build_web_compilers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 4.1.0-wip

- Support package:archive version 4.x.
- Allow analyzer version 7.x.

## 4.1.0-beta.3

Expand Down

0 comments on commit aadda29

Please sign in to comment.