File tree 20 files changed +168
-205
lines changed
20 files changed +168
-205
lines changed Original file line number Diff line number Diff line change @@ -3,30 +3,32 @@ description: Tests for AngularDart.
3
3
publish_to : none
4
4
5
5
environment :
6
- sdk : " >=3.1.0 <4.0.0"
6
+ sdk : " >=3.6.0 <4.0.0"
7
+
8
+ resolution : workspace
7
9
8
10
dependencies :
9
11
build : ^2.4.1
10
- build_resolvers : ^2.4.1
11
- build_test : ^2.2.1
12
- collection : ^1.18.0
12
+ build_resolvers : ^2.4.2
13
+ build_test : ^2.2.2
14
+ collection : ^1.19.1
13
15
glob : ^2.1.2
14
- js : ^0.6.7
15
- logging : ^1.2 .0
16
- ngcompiler : ^3.0.0-dev.2
17
- ngdart : ^8.0.0-dev.3
16
+ js : ^0.7.1
17
+ logging : ^1.3 .0
18
+ ngcompiler : ^3.0.0-dev.3
19
+ ngdart : ^8.0.0-dev.4
18
20
ngtest : ^5.0.0-dev.2
19
- source_gen : ^1.4 .0
20
- test : " >=1.24.0 <1. 25.0 "
21
+ source_gen : ^1.5 .0
22
+ test : ^1. 25.9
21
23
22
24
dev_dependencies :
23
- analyzer : ^6.0 .0
24
- build_runner : ^2.4.6
25
- build_web_compilers : ^4.0.4
26
- csslib : ^1.0.0
27
- lints : ^2.1 .0
28
- meta : ^1.11 .0
29
- mockito : ^5.4.3
30
- package_config : ^2.1.0
31
- source_span : ^1.10.0
25
+ analyzer : ^6.5 .0
26
+ build_runner : ^2.4.12
27
+ build_web_compilers : ^4.0.11
28
+ csslib : ^1.0.2
29
+ lints : ^5.0 .0
30
+ meta : ^1.16 .0
31
+ mockito : ^5.4.4
32
+ package_config : ^2.1.1
33
+ source_span : ^1.10.1
32
34
term_glyph : ^1.2.1
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
name : examples_hello_world
2
2
3
3
environment :
4
- sdk : " >=3.0.0 <4.0.0"
4
+ sdk : " >=3.6.0 <4.0.0"
5
+
6
+ resolution : workspace
5
7
6
8
dependencies :
7
9
# No strict dependencies, we always use dependency_overrides.
8
10
ngdart : ^8.0.0-dev.4
9
11
10
12
dev_dependencies :
11
- build_runner : ^2.4.6
12
- build_web_compilers : ^4.0.4
13
- lints : ^3 .0.0
13
+ build_runner : ^2.4.12
14
+ build_web_compilers : ^4.0.11
15
+ lints : ^5 .0.0
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,17 +3,19 @@ description: Goldens for AngularDart.
3
3
publish_to : none
4
4
5
5
environment :
6
- sdk : " >=3.1.0 <4.0.0"
6
+ sdk : " >=3.6.0 <4.0.0"
7
+
8
+ resolution : workspace
7
9
8
10
dependencies :
9
- js : ^0.6.7
10
- meta : ^1.11 .0
11
+ js : ^0.7.1
12
+ meta : ^1.16 .0
11
13
ngdart : ^8.0.0-dev.4
12
14
13
15
dev_dependencies :
14
- build_runner : ^2.4.6
15
- build_web_compilers : ^4.0.4
16
- dart_style : ^2.3.3
16
+ build_runner : ^2.4.12
17
+ build_web_compilers : ^4.0.11
18
+ dart_style : ^2.3.7
17
19
glob : ^2.1.2
18
- lints : ^3 .0.0
19
- path : ^1.8.3
20
+ lints : ^5 .0.0
21
+ path : ^1.9.1
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,16 +4,18 @@ version: 3.0.0-dev.2
4
4
repository : https://github.com/angulardart-community/angular
5
5
6
6
environment :
7
- sdk : " >=3.1.0 <4.0.0"
7
+ sdk : " >=3.6.0 <4.0.0"
8
+
9
+ resolution : workspace
8
10
9
11
dependencies :
10
- charcode : ^1.3.1
11
- collection : ^1.18.0
12
- meta : ^1.11 .0
13
- source_span : ^1.10.0
14
- string_scanner : ^1.2 .0
12
+ charcode : ^1.4.0
13
+ collection : ^1.19.1
14
+ meta : ^1.16 .0
15
+ source_span : ^1.10.1
16
+ string_scanner : ^1.4 .0
15
17
16
18
dev_dependencies :
17
- lints : ^2.1 .0
18
- path : ^1.8.3
19
- test : " >=1.24.0 <1. 25.0 "
19
+ lints : ^5.0 .0
20
+ path : ^1.9.1
21
+ test : ^1. 25.9
Original file line number Diff line number Diff line change @@ -7,26 +7,28 @@ version: 3.0.0-dev.3
7
7
repository : https://github.com/angulardart-community/angular
8
8
9
9
environment :
10
- sdk : " >=3.1.0 <4.0.0"
10
+ sdk : " >=3.6.0 <4.0.0"
11
+
12
+ resolution : workspace
11
13
12
14
dependencies :
13
- analyzer : ^6.0 .0
14
- args : ^2.4.2
15
+ analyzer : ^6.5 .0
16
+ args : ^2.6.0
15
17
build : ^2.4.1
16
- code_builder : ^4.7.0
17
- collection : ^1.18.0
18
- csslib : ^1.0.0
19
- dart_style : ^2.3.2
20
- logging : ^1.2 .0
21
- meta : ^1.11 .0
18
+ code_builder : ^4.10.1
19
+ collection : ^1.19.1
20
+ csslib : ^1.0.2
21
+ dart_style : ^2.3.7
22
+ logging : ^1.3 .0
23
+ meta : ^1.16 .0
22
24
ngast : ^3.0.0-dev.2
23
25
ngdart : ^8.0.0-dev.4
24
- path : ^1.8.3
25
- source_gen : ^1.4 .0
26
- source_span : ^1.10.0
26
+ path : ^1.9.1
27
+ source_gen : ^1.5 .0
28
+ source_span : ^1.10.1
27
29
28
30
dev_dependencies :
29
- build_test : ^2.2.1
30
- lints : ^2.1 .0
31
- package_config : ^2.1.0
32
- test : " >=1.24.0 <1. 25.0 "
31
+ build_test : ^2.2.2
32
+ lints : ^5.0 .0
33
+ package_config : ^2.1.1
34
+ test : ^1. 25.9
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,23 +6,25 @@ version: 8.0.0-dev.4
6
6
repository : https://github.com/angulardart-community/angular
7
7
8
8
environment :
9
- sdk : " >=3.1.0 <4.0.0"
9
+ sdk : " >=3.6.0 <4.0.0"
10
+
11
+ resolution : workspace
10
12
11
13
dependencies :
12
14
build : ^2.4.1
13
15
built_collection : ^5.1.1
14
- built_value : ^8.7.0
15
- collection : ^1.18.0
16
- intl : ^0.18.1
17
- js : ^0.6.7
18
- meta : ^1.11 .0
16
+ built_value : ^8.9.2
17
+ collection : ^1.19.1
18
+ intl : ^0.19.0
19
+ js : ^0.7.1
20
+ meta : ^1.16 .0
19
21
ngcompiler : ^3.0.0-dev.3
20
22
stream_transform : ^2.1.0
21
23
22
24
dev_dependencies :
23
- lints : ^2.1 .0
25
+ lints : ^5.0 .0
24
26
25
27
# minimal versions to support null safety and class modifiers
26
- build_runner : ^2.4.6
27
- build_web_compilers : ^4.0.4
28
+ build_runner : ^2.4.12
29
+ build_web_compilers : ^4.0.11
28
30
watcher : ^1.1.0
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,17 +6,19 @@ version: 5.0.0-dev.3
6
6
repository : https://github.com/angulardart-community/angular
7
7
8
8
environment :
9
- sdk : " >=3.1.0 <4.0.0"
9
+ sdk : " >=3.6.0 <4.0.0"
10
+
11
+ resolution : workspace
10
12
11
13
dependencies :
12
- meta : ^1.11 .0
14
+ meta : ^1.16 .0
13
15
ngdart : ^8.0.0-dev.4
14
16
15
17
dev_dependencies :
16
- build_runner : ^2.4.6
17
- build_test : ^2.2.1
18
- build_web_compilers : ^4.0.4
19
- lints : ^2.1 .0
20
- mockito : ^5.4.3
21
- ngtest : ^5.0.0-dev.3
22
- test : " >=1.24.0 <1. 25.0 "
18
+ build_runner : ^2.4.12
19
+ build_test : ^2.2.2
20
+ build_web_compilers : ^4.0.11
21
+ lints : ^5.0 .0
22
+ mockito : ^5.4.4
23
+ ngtest : ^5.0.0-dev.2
24
+ test : ^1. 25.9
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,18 +6,20 @@ version: 4.0.0-dev.3
6
6
repository : https://github.com/angulardart-community/angular
7
7
8
8
environment :
9
- sdk : " >=3.1.0 <4.0.0"
9
+ sdk : " >=3.6.0 <4.0.0"
10
+
11
+ resolution : workspace
10
12
11
13
dependencies :
12
- collection : ^1.18.0
14
+ collection : ^1.19.1
13
15
ngdart : ^8.0.0-dev.4
14
16
15
17
dev_dependencies :
16
- async : ^2.11 .0
17
- build_runner : ^2.4.6
18
- build_test : ^2.2.1
19
- build_web_compilers : ^4.0.4
20
- lints : ^2.1 .0
21
- mockito : ^5.4.3
22
- ngtest : ^5.0.0-dev.3
23
- test : " >=1.24.0 <1. 25.0 "
18
+ async : ^2.12 .0
19
+ build_runner : ^2.4.12
20
+ build_test : ^2.2.2
21
+ build_web_compilers : ^4.0.11
22
+ lints : ^5.0 .0
23
+ mockito : ^5.4.4
24
+ ngtest : ^5.0.0-dev.2
25
+ test : ^1. 25.9
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,16 +6,18 @@ version: 5.0.0-dev.3
6
6
repository : https://github.com/angulardart-community/angular
7
7
8
8
environment :
9
- sdk : " >=3.1.0 <4.0.0"
9
+ sdk : " >=3.6.0 <4.0.0"
10
+
11
+ resolution : workspace
10
12
11
13
dependencies :
12
- collection : ^1.18.0
13
- meta : ^1.11 .0
14
+ collection : ^1.19.1
15
+ meta : ^1.16 .0
14
16
ngdart : ^8.0.0-dev.4
15
17
16
18
dev_dependencies :
17
- build_runner : ^2.4.6
18
- build_test : ^2.2.1
19
- build_web_compilers : ^4.0.4
20
- lints : ^2.1 .0
21
- test : " >=1.24.0 <1. 25.0 "
19
+ build_runner : ^2.4.12
20
+ build_test : ^2.2.2
21
+ build_web_compilers : ^4.0.11
22
+ lints : ^5.0 .0
23
+ test : ^1. 25.9
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
name : angular_workspace
2
+ publish_to : none
2
3
3
4
environment :
4
- sdk : ' >=3.0.0 <4.0.0'
5
+ sdk : " >=3.5.0 <4.0.0"
6
+
7
+ workspace :
8
+ - ngast
9
+ - ngcompiler
10
+ - ngdart
11
+ - ngforms
12
+ - ngrouter
13
+ - ngtest
14
+
15
+ - examples/hello_world
16
+
17
+ - _tests
18
+ - goldens
5
19
6
20
dev_dependencies :
7
- lints : ^2.1 .0
8
- melos : ^3 .2.0
21
+ lints : ^5.0 .0
22
+ melos : ^6 .2.0
You can’t perform that action at this time.
0 commit comments