Skip to content
This repository was archived by the owner on Sep 16, 2022. It is now read-only.

Commit 318fd6e

Browse files
alorenzenmatanlurey
authored andcommitted
Update pubspec.yaml to macht updated dependencies.
Also, update CHANGELOG to include latest changes in this release. PiperOrigin-RevId: 187109621
1 parent 95434d6 commit 318fd6e

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

angular/CHANGELOG.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
### Bug fixes
2-
3-
* The code generated for injecting a multi-token will now correctly inject a
4-
provider that uses an existing directive with `Visibility.local`. This
5-
previously failed if another existing directive with `Visibility.all` was
6-
provided for the same multi-token, after the one with `Visibility.local`.
7-
81
## 5.0.0-alpha+6
92

103
### New features
@@ -234,6 +227,11 @@ class Comp {
234227
* Fixed a case where provider fields weren't type annotated. In some cases
235228
this led to DDC warnings that are to become errors.
236229
230+
* The code generated for injecting a multi-token will now correctly inject a
231+
provider that uses an existing directive with `Visibility.local`. This
232+
previously failed if another existing directive with `Visibility.all` was
233+
provided for the same multi-token, after the one with `Visibility.local`.
234+
237235
## 5.0.0-alpha+5
238236
239237
### New features

angular/pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ dependencies:
2323
build: ^0.12.0+1
2424
code_builder: '^3.0.1'
2525
csslib: ^0.14.1
26-
dart_style: ^1.0.9
2726
path: ^1.5.1
2827
quiver: '>=0.22.0 <0.29.0'
2928
source_gen: ^0.7.4+3

angular_compiler/pubspec.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,19 @@ dependencies:
1313
build: ^0.12.0
1414
code_builder: ^3.0.1
1515
collection: ^1.8.0
16+
dart_style: ^1.0.9
1617
logging: '>=0.9.0 <0.12.0'
1718
meta: ^1.1.2
1819
path: ^1.5.1
1920
source_gen: ^0.7.4+3
21+
source_span: ^1.4.0
22+
stack_trace: ^1.9.1
2023

2124
dev_dependencies:
2225
# This is here in order for it to be resolvable by the analyzer.
2326
# It is overrode in `dependency_overrides`.
2427
angular:
2528
build_test: ^0.10.0
26-
dart_style: ^1.0.9
2729
test: ^0.12.30+1
2830

2931
# === vvv REMOVE WHEN PUBLISHING vvv ===

0 commit comments

Comments
 (0)