diff --git a/CHANGELOG.md b/CHANGELOG.md index 52323af9b24a..53af1eb6e9a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +59,8 @@ advantage of these improvements, set your package's `ignored_advisories` section in the `pubspec.yaml` file. To learn more about pub's support for security advisories, visit [dart.dev/go/pub-security-advisories][pub-security-advisories]. +- `path`-dependencies inside `git`-dependencies are now resolved relative to the git + repo. - New command `dart pub unpack` that downloads a package from pub.dev and extracts it to a subfolder of the current directory. diff --git a/DEPS b/DEPS index 330e7353348b..9fbbea3de5a5 100644 --- a/DEPS +++ b/DEPS @@ -168,7 +168,7 @@ vars = { "path_rev": "a7b696071bd83d3ee0a0f1b57ac94d6b1f05cac4", "pool_rev": "c118f69d8a6441a8453bf7d455fd7c79d3ee1497", "protobuf_rev": "b7613581d847e1e36e76f0e36db3a412d8fea5b1", - "pub_rev": "5b5fdd320a3b60a6a00bdd3122f03c6f67a39eeb", # disable tools/rev_sdk_deps.dart + "pub_rev": "e519de6b6da5aea4f78e58f8906059cc6c2a5993", # disable tools/rev_sdk_deps.dart "pub_semver_rev": "3175ba0a58a96fb23f8d68b5f5c44d1a5b30cc16", "shelf_rev": "1acbc673326e5b31280184744f2864a8f92c5b46", "source_map_stack_trace_rev": "c75649651d01826236e3ab7093d277a70756905a",