Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 70a0c86

Browse files
committed
Update pub client reference
Rename old "Pub client" headline for consistency with older entries Add headline for linter in CHANGELOG.md Change-Id: I118127a6aab564f5d498441f30957e8851e69d6c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/103527 Reviewed-by: Sigurd Meldgaard <[email protected]>
1 parent cbd4391 commit 70a0c86

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,19 @@
1919

2020
### Tools
2121

22+
#### Linter
23+
2224
The Linter was updated to `0.1.90`, which includes the following changes:
2325

2426
* fixed null-reference in `unrelated_type_equality_checks`
2527
* new lint: `unsafe_html`
2628

29+
#### Pub
30+
31+
* `pub publish` will no longer warn about missing dependencies for import
32+
statements in `example/`.
33+
* OAuth2 authentication will explicitely ask for the `openid` scope.
34+
2735
## 2.3.2-dev.0.0
2836

2937
### Tools
@@ -311,7 +319,7 @@ The Linter was updated to `0.1.86`, which includes the following changes:
311319
`.g.dart`, etc.).
312320
* Fixed false positives in `unnecessary_parenthesis`.
313321

314-
#### Pub client
322+
#### Pub
315323

316324
* Added a CHANGELOG validator that complains if you `pub publish` without
317325
mentioning the current version.

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ vars = {
113113
"ply_rev": "604b32590ffad5cbb82e4afef1d305512d06ae93",
114114
"pool_tag": "1.3.6",
115115
"protobuf_rev": "7d34c9e4e552a4f66acce32e4344ae27756a1949",
116-
"pub_rev": "8c363fe26f059c3063f1129adbb3c4e22a8ce954",
116+
"pub_rev": "b6d9152a7303805dedc49f93b11dde728f0e9f3d",
117117
"pub_semver_tag": "1.4.2",
118118
"quiver-dart_tag": "2.0.0+1",
119119
"resource_rev": "2.1.5",

0 commit comments

Comments
 (0)