File tree Expand file tree Collapse file tree 6 files changed +6
-3
lines changed Expand file tree Collapse file tree 6 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 66* Serve dart2wasm source map files.
77* Fix Node.js dart2wasm tests on windows.
88* Doc edit: clarify in README that a platform selector includes the compiler.
9+ * Allow ` analyzer ` major version 9.
910
1011## 1.26.3
1112
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ environment:
1010 sdk : ^3.7.0
1111
1212dependencies :
13- analyzer : ' >=6 .0.0 <9 .0.0'
13+ analyzer : ' >=8 .0.0 <10 .0.0'
1414 async : ^2.5.0
1515 boolean_selector : ^2.1.0
1616 collection : ^1.15.0
Original file line number Diff line number Diff line change 44 channels to the test runner.
55* Restrict to latest version of analyzer package.
66* Require Dart 3.7
7+ * Allow ` analyzer ` major version 9.
78
89## 0.7.7
910
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies:
2121 term_glyph : ^1.2.0
2222
2323dev_dependencies :
24- analyzer : ^ 8.0.0
24+ analyzer : ' >= 8.0.0 <10.0.0 '
2525 fake_async : ^1.2.0
2626 glob : ^2.0.0
2727 graphs : ^2.0.0
Original file line number Diff line number Diff line change 33* Restrict to latest version of analyzer package.
44* Require Dart 3.7
55* Add ` --coverage-path ` and ` --branch-coverage ` options to ` dart test ` .
6+ * Allow ` analyzer ` major version 9.
67
78## 0.6.12
89
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ environment:
99 sdk : ^3.7.0
1010
1111dependencies :
12- analyzer : ^ 8.0.0
12+ analyzer : ' >= 8.0.0 <10.0.0 '
1313 args : ^2.0.0
1414 async : ^2.5.0
1515 boolean_selector : ^2.1.0
You can’t perform that action at this time.
0 commit comments