From a42c38be4d4b97bcd31e2aa0059790b84e54d74c Mon Sep 17 00:00:00 2001 From: Sigurd Meldgaard Date: Mon, 13 May 2024 13:04:51 +0000 Subject: [PATCH] Bump pub to e184bfc725793cbbf222fa8d8f96da10c40af24a Changes: ``` > git log --format="%C(auto) %h %s" 55cc6c1..e184bfc https://dart.googlesource.com/pub.git/+/e184bfc7 Bump lints from 3.0.0 to 4.0.0 (4265) https://dart.googlesource.com/pub.git/+/e75f5c3c Clean up copy and formatting of unpack command help (4261) https://dart.googlesource.com/pub.git/+/8159633c Reapply binstub fix (4258) https://dart.googlesource.com/pub.git/+/342f6e22 Bump actions/checkout from 4.1.4 to 4.1.5 in the github-actions group (4264) https://dart.googlesource.com/pub.git/+/71130097 blast_repo fixes (4263) https://dart.googlesource.com/pub.git/+/4a44cfb6 Revert "Fix package name when refreshing binstubs (4205)" (4255) https://dart.googlesource.com/pub.git/+/4220a750 Bump actions/checkout from 4.1.2 to 4.1.4 (4253) https://dart.googlesource.com/pub.git/+/6323ec0a Bump dart-lang/setup-dart from 1.6.2 to 1.6.4 (4254) https://dart.googlesource.com/pub.git/+/738a726c `outdated` support for workspaces (4251) https://dart.googlesource.com/pub.git/+/e78f13f9 Validate that the same package cannot be overridden twice in workspace (4238) https://dart.googlesource.com/pub.git/+/cefc4b87 Handle overrides in workspaces (4249) https://dart.googlesource.com/pub.git/+/e1fbda73 Use lint prefer_final_locals (4247) https://dart.googlesource.com/pub.git/+/8d312a2a downgrade --tighten (4245) https://dart.googlesource.com/pub.git/+/6473e15e Refactor helpers for Package.load (4243) https://dart.googlesource.com/pub.git/+/0e7446a5 Write .dart_tool/pub/workspace_ref.json (4240) https://dart.googlesource.com/pub.git/+/66197259 Don't print 'Resolving dependencies in `../..`...' Use absolute path instead (4231) https://dart.googlesource.com/pub.git/+/00d11896 Detect duplicate names in workspace packages (4232) https://dart.googlesource.com/pub.git/+/822e6415 Sanitize publication responses from server (4230) ``` Diff: https://dart.googlesource.com/pub.git/+/55cc6c138ad4777cf4fc0710c55dc37a33fdcd69..e184bfc725793cbbf222fa8d8f96da10c40af24a/ Change-Id: I5dcd3fa84da00b27689d8e1aa19bc1762c8e5a6a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/365823 Reviewed-by: Jonas Jensen Commit-Queue: Sigurd Meldgaard --- CHANGELOG.md | 7 +++++++ DEPS | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc0eefee624..430d41d1dd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,13 @@ [#55418]: https://github.com/dart-lang/sdk/issues/55418 [#55436]: https://github.com/dart-lang/sdk/issues/55436 +### Tools + +#### Pub + +- New flag `dart pub downgrade --tighten` to restrict lower bounds of + dependencies' constraints to the minimum that can be resolved. + ### Dart Runtime - The Dart VM only executes sound null safe code, running of unsound null diff --git a/DEPS b/DEPS index f475e35e001..7a0d650d77b 100644 --- a/DEPS +++ b/DEPS @@ -169,7 +169,7 @@ vars = { "path_rev": "f411b96a2598d3911b485d606430fd775fd9e41a", "pool_rev": "e6df05a287a2193c4c566608f9cd12e8689d3264", "protobuf_rev": "ccf104dbc36929c0f8708285d5f3a8fae206343e", - "pub_rev": "55cc6c138ad4777cf4fc0710c55dc37a33fdcd69", # disable tools/rev_sdk_deps.dart + "pub_rev": "e184bfc725793cbbf222fa8d8f96da10c40af24a", # disable tools/rev_sdk_deps.dart "pub_semver_rev": "df834e180f86b6dac8ef0222a28987009ad75a75", "shelf_rev": "c8d8058e426bd6a874dd4ded29cd88216e248387", "source_map_stack_trace_rev": "4671c20004a89a3eabd150f2fc65bcf4319bba49",