Skip to content

Commit

Permalink
Init.
Browse files Browse the repository at this point in the history
  • Loading branch information
ykmnkmi committed Dec 13, 2024
1 parent 8bc3dd5 commit 3d0ca7e
Show file tree
Hide file tree
Showing 20 changed files with 168 additions and 205 deletions.
40 changes: 21 additions & 19 deletions _tests/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,32 @@ description: Tests for AngularDart.
publish_to: none

environment:
sdk: ">=3.1.0 <4.0.0"
sdk: ">=3.6.0 <4.0.0"

resolution: workspace

dependencies:
build: ^2.4.1
build_resolvers: ^2.4.1
build_test: ^2.2.1
collection: ^1.18.0
build_resolvers: ^2.4.2
build_test: ^2.2.2
collection: ^1.19.1
glob: ^2.1.2
js: ^0.6.7
logging: ^1.2.0
ngcompiler: ^3.0.0-dev.2
ngdart: ^8.0.0-dev.3
js: ^0.7.1
logging: ^1.3.0
ngcompiler: ^3.0.0-dev.3
ngdart: ^8.0.0-dev.4
ngtest: ^5.0.0-dev.2
source_gen: ^1.4.0
test: ">=1.24.0 <1.25.0"
source_gen: ^1.5.0
test: ^1.25.9

dev_dependencies:
analyzer: ^6.0.0
build_runner: ^2.4.6
build_web_compilers: ^4.0.4
csslib: ^1.0.0
lints: ^2.1.0
meta: ^1.11.0
mockito: ^5.4.3
package_config: ^2.1.0
source_span: ^1.10.0
analyzer: ^6.5.0
build_runner: ^2.4.12
build_web_compilers: ^4.0.11
csslib: ^1.0.2
lints: ^5.0.0
meta: ^1.16.0
mockito: ^5.4.4
package_config: ^2.1.1
source_span: ^1.10.1
term_glyph: ^1.2.1
10 changes: 0 additions & 10 deletions _tests/pubspec_overrides.yaml

This file was deleted.

10 changes: 6 additions & 4 deletions examples/hello_world/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name: examples_hello_world

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.6.0 <4.0.0"

resolution: workspace

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

dev_dependencies:
build_runner: ^2.4.6
build_web_compilers: ^4.0.4
lints: ^3.0.0
build_runner: ^2.4.12
build_web_compilers: ^4.0.11
lints: ^5.0.0
8 changes: 0 additions & 8 deletions examples/hello_world/pubspec_overrides.yaml

This file was deleted.

18 changes: 10 additions & 8 deletions goldens/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,19 @@ description: Goldens for AngularDart.
publish_to: none

environment:
sdk: ">=3.1.0 <4.0.0"
sdk: ">=3.6.0 <4.0.0"

resolution: workspace

dependencies:
js: ^0.6.7
meta: ^1.11.0
js: ^0.7.1
meta: ^1.16.0
ngdart: ^8.0.0-dev.4

dev_dependencies:
build_runner: ^2.4.6
build_web_compilers: ^4.0.4
dart_style: ^2.3.3
build_runner: ^2.4.12
build_web_compilers: ^4.0.11
dart_style: ^2.3.7
glob: ^2.1.2
lints: ^3.0.0
path: ^1.8.3
lints: ^5.0.0
path: ^1.9.1
8 changes: 0 additions & 8 deletions goldens/pubspec_overrides.yaml

This file was deleted.

20 changes: 11 additions & 9 deletions ngast/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,18 @@ version: 3.0.0-dev.2
repository: https://github.com/angulardart-community/angular

environment:
sdk: ">=3.1.0 <4.0.0"
sdk: ">=3.6.0 <4.0.0"

resolution: workspace

dependencies:
charcode: ^1.3.1
collection: ^1.18.0
meta: ^1.11.0
source_span: ^1.10.0
string_scanner: ^1.2.0
charcode: ^1.4.0
collection: ^1.19.1
meta: ^1.16.0
source_span: ^1.10.1
string_scanner: ^1.4.0

dev_dependencies:
lints: ^2.1.0
path: ^1.8.3
test: ">=1.24.0 <1.25.0"
lints: ^5.0.0
path: ^1.9.1
test: ^1.25.9
34 changes: 18 additions & 16 deletions ngcompiler/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,28 @@ version: 3.0.0-dev.3
repository: https://github.com/angulardart-community/angular

environment:
sdk: ">=3.1.0 <4.0.0"
sdk: ">=3.6.0 <4.0.0"

resolution: workspace

dependencies:
analyzer: ^6.0.0
args: ^2.4.2
analyzer: ^6.5.0
args: ^2.6.0
build: ^2.4.1
code_builder: ^4.7.0
collection: ^1.18.0
csslib: ^1.0.0
dart_style: ^2.3.2
logging: ^1.2.0
meta: ^1.11.0
code_builder: ^4.10.1
collection: ^1.19.1
csslib: ^1.0.2
dart_style: ^2.3.7
logging: ^1.3.0
meta: ^1.16.0
ngast: ^3.0.0-dev.2
ngdart: ^8.0.0-dev.4
path: ^1.8.3
source_gen: ^1.4.0
source_span: ^1.10.0
path: ^1.9.1
source_gen: ^1.5.0
source_span: ^1.10.1

dev_dependencies:
build_test: ^2.2.1
lints: ^2.1.0
package_config: ^2.1.0
test: ">=1.24.0 <1.25.0"
build_test: ^2.2.2
lints: ^5.0.0
package_config: ^2.1.1
test: ^1.25.9
6 changes: 0 additions & 6 deletions ngcompiler/pubspec_overrides.yaml

This file was deleted.

20 changes: 11 additions & 9 deletions ngdart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,25 @@ version: 8.0.0-dev.4
repository: https://github.com/angulardart-community/angular

environment:
sdk: ">=3.1.0 <4.0.0"
sdk: ">=3.6.0 <4.0.0"

resolution: workspace

dependencies:
build: ^2.4.1
built_collection: ^5.1.1
built_value: ^8.7.0
collection: ^1.18.0
intl: ^0.18.1
js: ^0.6.7
meta: ^1.11.0
built_value: ^8.9.2
collection: ^1.19.1
intl: ^0.19.0
js: ^0.7.1
meta: ^1.16.0
ngcompiler: ^3.0.0-dev.3
stream_transform: ^2.1.0

dev_dependencies:
lints: ^2.1.0
lints: ^5.0.0

# minimal versions to support null safety and class modifiers
build_runner: ^2.4.6
build_web_compilers: ^4.0.4
build_runner: ^2.4.12
build_web_compilers: ^4.0.11
watcher: ^1.1.0
6 changes: 0 additions & 6 deletions ngdart/pubspec_overrides.yaml

This file was deleted.

20 changes: 11 additions & 9 deletions ngforms/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,19 @@ version: 5.0.0-dev.3
repository: https://github.com/angulardart-community/angular

environment:
sdk: ">=3.1.0 <4.0.0"
sdk: ">=3.6.0 <4.0.0"

resolution: workspace

dependencies:
meta: ^1.11.0
meta: ^1.16.0
ngdart: ^8.0.0-dev.4

dev_dependencies:
build_runner: ^2.4.6
build_test: ^2.2.1
build_web_compilers: ^4.0.4
lints: ^2.1.0
mockito: ^5.4.3
ngtest: ^5.0.0-dev.3
test: ">=1.24.0 <1.25.0"
build_runner: ^2.4.12
build_test: ^2.2.2
build_web_compilers: ^4.0.11
lints: ^5.0.0
mockito: ^5.4.4
ngtest: ^5.0.0-dev.2
test: ^1.25.9
10 changes: 0 additions & 10 deletions ngforms/pubspec_overrides.yaml

This file was deleted.

22 changes: 12 additions & 10 deletions ngrouter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,20 @@ version: 4.0.0-dev.3
repository: https://github.com/angulardart-community/angular

environment:
sdk: ">=3.1.0 <4.0.0"
sdk: ">=3.6.0 <4.0.0"

resolution: workspace

dependencies:
collection: ^1.18.0
collection: ^1.19.1
ngdart: ^8.0.0-dev.4

dev_dependencies:
async: ^2.11.0
build_runner: ^2.4.6
build_test: ^2.2.1
build_web_compilers: ^4.0.4
lints: ^2.1.0
mockito: ^5.4.3
ngtest: ^5.0.0-dev.3
test: ">=1.24.0 <1.25.0"
async: ^2.12.0
build_runner: ^2.4.12
build_test: ^2.2.2
build_web_compilers: ^4.0.11
lints: ^5.0.0
mockito: ^5.4.4
ngtest: ^5.0.0-dev.2
test: ^1.25.9
10 changes: 0 additions & 10 deletions ngrouter/pubspec_overrides.yaml

This file was deleted.

18 changes: 10 additions & 8 deletions ngtest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@ version: 5.0.0-dev.3
repository: https://github.com/angulardart-community/angular

environment:
sdk: ">=3.1.0 <4.0.0"
sdk: ">=3.6.0 <4.0.0"

resolution: workspace

dependencies:
collection: ^1.18.0
meta: ^1.11.0
collection: ^1.19.1
meta: ^1.16.0
ngdart: ^8.0.0-dev.4

dev_dependencies:
build_runner: ^2.4.6
build_test: ^2.2.1
build_web_compilers: ^4.0.4
lints: ^2.1.0
test: ">=1.24.0 <1.25.0"
build_runner: ^2.4.12
build_test: ^2.2.2
build_web_compilers: ^4.0.11
lints: ^5.0.0
test: ^1.25.9
8 changes: 0 additions & 8 deletions ngtest/pubspec_overrides.yaml

This file was deleted.

20 changes: 17 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
name: angular_workspace
publish_to: none

environment:
sdk: '>=3.0.0 <4.0.0'
sdk: ">=3.5.0 <4.0.0"

workspace:
- ngast
- ngcompiler
- ngdart
- ngforms
- ngrouter
- ngtest

- examples/hello_world

- _tests
- goldens

dev_dependencies:
lints: ^2.1.0
melos: ^3.2.0
lints: ^5.0.0
melos: ^6.2.0
Loading

0 comments on commit 3d0ca7e

Please sign in to comment.