Skip to content

Commit f186f76

Browse files
authored
Removed unused deps. (#4078)
1 parent 8261528 commit f186f76

File tree

20 files changed

+56
-44
lines changed

20 files changed

+56
-44
lines changed

_test_common/pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ dependencies:
1818
pub_semver: ^2.0.0
1919
test: ^1.16.0
2020
test_descriptor: ^2.0.0
21-
watcher: ^1.0.0
2221

2322
dev_dependencies:
2423
dart_flutter_team_lints: ^3.1.0

build/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.0.0-wip
2+
3+
- Removed unused deps: `meta`, `pool`.
4+
15
## 3.0.0-dev.1
26

37
- Breaking: use the new `element2` APIs in `analyzer`. Builders that do

build/pubspec.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build
2-
version: 3.0.0-dev.1
2+
version: 3.0.0-wip
33
description: A package for authoring build_runner compatible code generators.
44
repository: https://github.com/dart-lang/build/tree/master/build
55
resolution: workspace
@@ -10,21 +10,18 @@ environment:
1010
dependencies:
1111
analyzer: '>=7.4.0 <8.0.0'
1212
async: ^2.5.0
13-
build_runner_core: '9.2.0-dev.1'
13+
build_runner_core: '9.2.0-wip'
1414
built_collection: ^5.1.1
1515
built_value: ^8.9.5
1616
convert: ^3.0.0
1717
crypto: ^3.0.0
1818
glob: ^2.0.0
1919
graphs: ^2.2.0
2020
logging: ^1.0.0
21-
meta: ^1.3.0
2221
package_config: ^2.1.0
2322
path: ^1.8.0
24-
pool: ^1.5.0
2523

2624
dev_dependencies:
27-
build_resolvers: '3.0.0-dev.1'
2825
build_test: ^3.1.0
2926
dart_flutter_team_lints: ^3.1.0
3027
test: ^1.16.0

build_config/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 1.1.3-wip
22

33
- Bump the min sdk to 3.7.0.
4+
- Remove unused dep: `yaml`.
45

56
## 1.1.2
67

build_config/pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ dependencies:
1313
json_annotation: ^4.8.0
1414
path: ^1.8.0
1515
pubspec_parse: ^1.0.0
16-
yaml: ^3.0.0
1716

1817
dev_dependencies:
1918
build_runner: ^2.0.0

build_daemon/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 4.0.5-wip
22

33
- Bump the min SDK to 3.7.0.
4+
- Remove unused dep: `analyzer`.
45

56
## 4.0.4
67

build_daemon/pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ dependencies:
2222
web_socket_channel: ">=2.3.0 <4.0.0"
2323

2424
dev_dependencies:
25-
analyzer: '>=3.4.0 <8.0.0'
2625
build_runner: ^2.0.0
2726
# TODO(davidmorgan): add back when released for build 3.0.0.
2827
# built_value_generator: ^8.1.0

build_modules/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.0.16-wip
2+
3+
- Remove unused dep: `build_config`.
4+
15
## 5.0.15
26

37
- Allow `build` 3.0.0.

build_modules/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build_modules
2-
version: 5.0.15
2+
version: 5.0.16-wip
33
description: >-
44
Builders to analyze and split Dart code into individually compilable modules
55
based on imports.
@@ -14,7 +14,6 @@ dependencies:
1414
async: ^2.5.0
1515
bazel_worker: ^1.0.0
1616
build: '>=2.0.0 <4.0.0'
17-
build_config: ^1.0.0
1817
collection: ^1.15.0
1918
crypto: ^3.0.0
2019
glob: ^2.0.0

build_resolvers/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.0.0-wip
2+
3+
- Remove unused deps: `graphs`, `logging`, `stream_transform`.
4+
15
## 3.0.0-dev.1
26

37
- Breaking: use the new `element2` APIs in `analyzer`. Builders that do

0 commit comments

Comments
 (0)