File tree 5 files changed +15
-4
lines changed
5 files changed +15
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 5.0.8
2
+
3
+ - Allow version 3.5.x of the Dart SDK.
4
+
1
5
## 5.0.7
2
6
3
7
- Fixes to support package: js version 0.7.0.
Original file line number Diff line number Diff line change 1
1
name : build_modules
2
- version : 5.0.7
2
+ version : 5.0.8
3
3
description : >-
4
4
Builders to analyze and split Dart code into individually compilable modules
5
5
based on imports.
6
6
repository : https://github.com/dart-lang/build/tree/master/build_modules
7
7
8
8
environment :
9
- sdk : ' >=3.0.0 <3.5 .0'
9
+ sdk : ' >=3.0.0 <3.6 .0'
10
10
11
11
dependencies :
12
12
analyzer : ' >=5.1.0 <7.0.0'
Original file line number Diff line number Diff line change
1
+ ## 4.0.10
2
+
3
+ - Allow version 3.5.x of the Dart SDK.
4
+
1
5
## 4.0.9
2
6
3
7
- Support latest version of ` package:js ` .
Original file line number Diff line number Diff line change 1
1
name : build_web_compilers
2
- version : 4.0.9
2
+ version : 4.0.10
3
3
description : Builder implementations wrapping the dart2js and DDC compilers.
4
4
repository : https://github.com/dart-lang/build/tree/master/build_web_compilers
5
5
6
6
environment :
7
- sdk : ' >=3.1.0 <3.5 .0'
7
+ sdk : ' >=3.1.0 <3.6 .0'
8
8
9
9
dependencies :
10
10
analyzer : ' >=5.1.0 <7.0.0'
Original file line number Diff line number Diff line change 2
2
"ignorePatterns" : [
3
3
{
4
4
"pattern" : " ^https://stackoverflow.com"
5
+ },
6
+ {
7
+ "pattern" : " ^https://bazel.build"
5
8
}
6
9
]
7
10
}
You can’t perform that action at this time.
0 commit comments