Skip to content

Commit eca42d7

Browse files
ykmnkmiGZGavinZhao
authored andcommitted
Init.
Signed-off-by: Gavin Zhao <[email protected]>
1 parent 8bc3dd5 commit eca42d7

20 files changed

+168
-205
lines changed

_tests/pubspec.yaml

+21-19
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,32 @@ description: Tests for AngularDart.
33
publish_to: none
44

55
environment:
6-
sdk: ">=3.1.0 <4.0.0"
6+
sdk: ">=3.6.0 <4.0.0"
7+
8+
resolution: workspace
79

810
dependencies:
911
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
1315
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
1820
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
2123

2224
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
3234
term_glyph: ^1.2.1

_tests/pubspec_overrides.yaml

-10
This file was deleted.

examples/hello_world/pubspec.yaml

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
name: examples_hello_world
22

33
environment:
4-
sdk: ">=3.0.0 <4.0.0"
4+
sdk: ">=3.6.0 <4.0.0"
5+
6+
resolution: workspace
57

68
dependencies:
79
# No strict dependencies, we always use dependency_overrides.
810
ngdart: ^8.0.0-dev.4
911

1012
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

examples/hello_world/pubspec_overrides.yaml

-8
This file was deleted.

goldens/pubspec.yaml

+10-8
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,19 @@ description: Goldens for AngularDart.
33
publish_to: none
44

55
environment:
6-
sdk: ">=3.1.0 <4.0.0"
6+
sdk: ">=3.6.0 <4.0.0"
7+
8+
resolution: workspace
79

810
dependencies:
9-
js: ^0.6.7
10-
meta: ^1.11.0
11+
js: ^0.7.1
12+
meta: ^1.16.0
1113
ngdart: ^8.0.0-dev.4
1214

1315
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
1719
glob: ^2.1.2
18-
lints: ^3.0.0
19-
path: ^1.8.3
20+
lints: ^5.0.0
21+
path: ^1.9.1

goldens/pubspec_overrides.yaml

-8
This file was deleted.

ngast/pubspec.yaml

+11-9
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,18 @@ version: 3.0.0-dev.2
44
repository: https://github.com/angulardart-community/angular
55

66
environment:
7-
sdk: ">=3.1.0 <4.0.0"
7+
sdk: ">=3.6.0 <4.0.0"
8+
9+
resolution: workspace
810

911
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
1517

1618
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

ngcompiler/pubspec.yaml

+18-16
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,28 @@ version: 3.0.0-dev.3
77
repository: https://github.com/angulardart-community/angular
88

99
environment:
10-
sdk: ">=3.1.0 <4.0.0"
10+
sdk: ">=3.6.0 <4.0.0"
11+
12+
resolution: workspace
1113

1214
dependencies:
13-
analyzer: ^6.0.0
14-
args: ^2.4.2
15+
analyzer: ^6.5.0
16+
args: ^2.6.0
1517
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
2224
ngast: ^3.0.0-dev.2
2325
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
2729

2830
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

ngcompiler/pubspec_overrides.yaml

-6
This file was deleted.

ngdart/pubspec.yaml

+11-9
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,25 @@ version: 8.0.0-dev.4
66
repository: https://github.com/angulardart-community/angular
77

88
environment:
9-
sdk: ">=3.1.0 <4.0.0"
9+
sdk: ">=3.6.0 <4.0.0"
10+
11+
resolution: workspace
1012

1113
dependencies:
1214
build: ^2.4.1
1315
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
1921
ngcompiler: ^3.0.0-dev.3
2022
stream_transform: ^2.1.0
2123

2224
dev_dependencies:
23-
lints: ^2.1.0
25+
lints: ^5.0.0
2426

2527
# 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
2830
watcher: ^1.1.0

ngdart/pubspec_overrides.yaml

-6
This file was deleted.

ngforms/pubspec.yaml

+11-9
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,19 @@ version: 5.0.0-dev.3
66
repository: https://github.com/angulardart-community/angular
77

88
environment:
9-
sdk: ">=3.1.0 <4.0.0"
9+
sdk: ">=3.6.0 <4.0.0"
10+
11+
resolution: workspace
1012

1113
dependencies:
12-
meta: ^1.11.0
14+
meta: ^1.16.0
1315
ngdart: ^8.0.0-dev.4
1416

1517
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

ngforms/pubspec_overrides.yaml

-10
This file was deleted.

ngrouter/pubspec.yaml

+12-10
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,20 @@ version: 4.0.0-dev.3
66
repository: https://github.com/angulardart-community/angular
77

88
environment:
9-
sdk: ">=3.1.0 <4.0.0"
9+
sdk: ">=3.6.0 <4.0.0"
10+
11+
resolution: workspace
1012

1113
dependencies:
12-
collection: ^1.18.0
14+
collection: ^1.19.1
1315
ngdart: ^8.0.0-dev.4
1416

1517
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

ngrouter/pubspec_overrides.yaml

-10
This file was deleted.

ngtest/pubspec.yaml

+10-8
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,18 @@ version: 5.0.0-dev.3
66
repository: https://github.com/angulardart-community/angular
77

88
environment:
9-
sdk: ">=3.1.0 <4.0.0"
9+
sdk: ">=3.6.0 <4.0.0"
10+
11+
resolution: workspace
1012

1113
dependencies:
12-
collection: ^1.18.0
13-
meta: ^1.11.0
14+
collection: ^1.19.1
15+
meta: ^1.16.0
1416
ngdart: ^8.0.0-dev.4
1517

1618
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

ngtest/pubspec_overrides.yaml

-8
This file was deleted.

pubspec.yaml

+17-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
name: angular_workspace
2+
publish_to: none
23

34
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
519

620
dev_dependencies:
7-
lints: ^2.1.0
8-
melos: ^3.2.0
21+
lints: ^5.0.0
22+
melos: ^6.2.0

0 commit comments

Comments
 (0)