mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 15:17:07 +00:00
Roll pub
New commits in this version: git -C third_party/pkg/pub log --oneline cd7a43f2109f7e5eb22e73c7f4e15d25fd57598e..d95c5713dda518ed53ada70e00789e6aadbfbe48 d95c5713 (HEAD, origin/master, origin/HEAD) Remove duplicate global invocation on Windows (#3055) 4c5198df master->main (#3101) e793fd52 More tool/test.dart tweaks (#3097) 1b228edd Report retracted packages (#3093) 4fedb6c5 Tweak strict dependencies error message for `_validateBenchmarkTestTool` (#3087) e608ab6e Improve test script (#3091) abf702c4 Detect potential leaks in `dart pub publish`. (#3049) 9941c1f9 Fix broken simplification of prerelease constraints (#3078) f0cdfa27 format (#3086) 5a1242c6 Fix unicode terminal detection windows (#2933) 58e2296d Dart format (#3084) 1426601c use incremental compilation in the tool/test.dart script (#3075) 9954f851 Fix a typo (#3062) 44489b31 Use relative import for path.dart (#2959) 77702ab1 Always precompile scripts before running them (#3074) Change-Id: I913ab9e3b5bc7181d483a2de96ec4ad917028b75 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/213262 Reviewed-by: Jonas Jensen <jonasfj@google.com> Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
This commit is contained in:
parent
e47850a197
commit
a7041168e7
2 changed files with 12 additions and 1 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -77,6 +77,8 @@
|
|||
|
||||
- The experimental `waitFor` functionality, and the library containing only that
|
||||
function, are now deprecated.
|
||||
- When a script is `dart run` it will always be precompiled, but with
|
||||
incremental precompilation for following runs.
|
||||
|
||||
### `dart:core`
|
||||
|
||||
|
@ -130,6 +132,15 @@ Updated the Linter to `1.11.0`, which includes changes that
|
|||
- fixes false positives in `use_rethrow_when_possible`.
|
||||
- improves performance for `annotate_overrides`, `prefer_contains`, and
|
||||
`prefer_void_to_null`.
|
||||
### Pub
|
||||
- Detect potential leaks in `dart pub publish`.
|
||||
When publishing, pub will examine your files for potential secret keys, and
|
||||
warn you.
|
||||
|
||||
To ignore a file that has a false positive, add it to a
|
||||
[`false_secrets`](https://dart.dev/go/false-secrets) section of your
|
||||
`pubspec.yaml`.
|
||||
- Fixes unicode terminal detection windows
|
||||
|
||||
## 2.14.1 - 2021-09-09
|
||||
|
||||
|
|
2
DEPS
2
DEPS
|
@ -138,7 +138,7 @@ vars = {
|
|||
"pool_rev": "7abe634002a1ba8a0928eded086062f1307ccfae",
|
||||
"process_rev": "56ece43b53b64c63ae51ec184b76bd5360c28d0b",
|
||||
"protobuf_rev": "c1eb6cb51af39ccbaa1a8e19349546586a5c8e31",
|
||||
"pub_rev": "cd7a43f2109f7e5eb22e73c7f4e15d25fd57598e",
|
||||
"pub_rev": "d95c5713dda518ed53ada70e00789e6aadbfbe48",
|
||||
"pub_semver_rev": "a43ad72fb6b7869607581b5fedcb186d1e74276a",
|
||||
"resource_rev": "6b79867d0becf5395e5819a75720963b8298e9a7",
|
||||
"root_certificates_rev": "692f6d6488af68e0121317a9c2c9eb393eb0ee50",
|
||||
|
|
Loading…
Reference in a new issue