1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-05 09:20:04 +00:00

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 <sigurdm@google.com>
This commit is contained in:
Jonas Finnemann Jensen 2019-05-23 14:57:25 +00:00 committed by Jonas Jensen
parent cbd4391747
commit 70a0c86a4a
2 changed files with 10 additions and 2 deletions

View File

@ -19,11 +19,19 @@
### Tools ### Tools
#### Linter
The Linter was updated to `0.1.90`, which includes the following changes: The Linter was updated to `0.1.90`, which includes the following changes:
* fixed null-reference in `unrelated_type_equality_checks` * fixed null-reference in `unrelated_type_equality_checks`
* new lint: `unsafe_html` * new lint: `unsafe_html`
#### Pub
* `pub publish` will no longer warn about missing dependencies for import
statements in `example/`.
* OAuth2 authentication will explicitely ask for the `openid` scope.
## 2.3.2-dev.0.0 ## 2.3.2-dev.0.0
### Tools ### Tools
@ -311,7 +319,7 @@ The Linter was updated to `0.1.86`, which includes the following changes:
`.g.dart`, etc.). `.g.dart`, etc.).
* Fixed false positives in `unnecessary_parenthesis`. * Fixed false positives in `unnecessary_parenthesis`.
#### Pub client #### Pub
* Added a CHANGELOG validator that complains if you `pub publish` without * Added a CHANGELOG validator that complains if you `pub publish` without
mentioning the current version. mentioning the current version.

2
DEPS
View File

@ -113,7 +113,7 @@ vars = {
"ply_rev": "604b32590ffad5cbb82e4afef1d305512d06ae93", "ply_rev": "604b32590ffad5cbb82e4afef1d305512d06ae93",
"pool_tag": "1.3.6", "pool_tag": "1.3.6",
"protobuf_rev": "7d34c9e4e552a4f66acce32e4344ae27756a1949", "protobuf_rev": "7d34c9e4e552a4f66acce32e4344ae27756a1949",
"pub_rev": "8c363fe26f059c3063f1129adbb3c4e22a8ce954", "pub_rev": "b6d9152a7303805dedc49f93b11dde728f0e9f3d",
"pub_semver_tag": "1.4.2", "pub_semver_tag": "1.4.2",
"quiver-dart_tag": "2.0.0+1", "quiver-dart_tag": "2.0.0+1",
"resource_rev": "2.1.5", "resource_rev": "2.1.5",