Skip to content

Commit

Permalink
ci: bump minimum SDK to 3.3.0 for package:web
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Zhao <[email protected]>
  • Loading branch information
GZGavinZhao committed Jun 17, 2024
1 parent f23912c commit 0ac6cc1
Show file tree
Hide file tree
Showing 10 changed files with 126 additions and 238 deletions.
346 changes: 117 additions & 229 deletions .github/workflows/dart.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _tests/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Tests for AngularDart.
publish_to: none

environment:
sdk: ">=3.2.0 <4.0.0"
sdk: ">=3.3.0 <4.0.0"

dependencies:
build: ^2.4.1
Expand Down
2 changes: 1 addition & 1 deletion goldens/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Goldens for AngularDart.
publish_to: none

environment:
sdk: ">=3.2.0 <4.0.0"
sdk: ">=3.3.0 <4.0.0"

dependencies:
meta: ^1.11.0
Expand Down
2 changes: 1 addition & 1 deletion ngast/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 3.0.0-dev.2
repository: https://github.com/angulardart-community/angular

environment:
sdk: ">=3.2.0 <4.0.0"
sdk: ">=3.3.0 <4.0.0"

dependencies:
charcode: ^1.3.1
Expand Down
2 changes: 1 addition & 1 deletion ngcompiler/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 3.0.0-dev.3
repository: https://github.com/angulardart-community/angular

environment:
sdk: ">=3.2.0 <4.0.0"
sdk: ">=3.3.0 <4.0.0"

dependencies:
analyzer: ^6.0.0
Expand Down
2 changes: 1 addition & 1 deletion ngforms/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 5.0.0-dev.3
repository: https://github.com/angulardart-community/angular

environment:
sdk: ">=3.2.0 <4.0.0"
sdk: ">=3.3.0 <4.0.0"

dependencies:
meta: ^1.11.0
Expand Down
2 changes: 1 addition & 1 deletion ngrouter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 4.0.0-dev.3
repository: https://github.com/angulardart-community/angular

environment:
sdk: ">=3.2.0 <4.0.0"
sdk: ">=3.3.0 <4.0.0"

dependencies:
collection: ^1.18.0
Expand Down
2 changes: 1 addition & 1 deletion ngtest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 5.0.0-dev.3
repository: https://github.com/angulardart-community/angular

environment:
sdk: ">=3.2.0 <4.0.0"
sdk: ">=3.3.0 <4.0.0"

dependencies:
collection: ^1.18.0
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ environment:

dev_dependencies:
lints: ^2.1.0
melos: ^3.2.0
melos: ^3.3.0
2 changes: 1 addition & 1 deletion tool/package_versions.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sdk: ">=3.2.0 <4.0.0"
sdk: ">=3.3.0 <4.0.0"

analyzer: ^6.0.0
args: ^2.4.2
Expand Down

0 comments on commit 0ac6cc1

Please sign in to comment.