Skip to content

Commit

Permalink
CP [stable] Bump pub to 9d1025414395db2dac9d590d2e567c27064783d2
Browse files Browse the repository at this point in the history
Changes:
```
> git log --format="%C(auto) %h %s" ed20b45..9d10254
 https://dart.googlesource.com/pub.git/+/9d102541 Fix flutter version update on fast path (4272)

```

Diff: https://dart.googlesource.com/pub.git/+/ed20b45589766d6fd135e93460b9e8255ccba519..9d1025414395db2dac9d590d2e567c27064783d2/
Change-Id: I57202cc00adc2c11cda05e9ad9c5b97af9c46deb
Cherry-pick: https://dart-review.googlesource.com/c/sdk/+/367024
Cherry-pick-request: #55758
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/367060
Reviewed-by: Jonas Jensen <[email protected]>
Commit-Queue: Sigurd Meldgaard <[email protected]>
  • Loading branch information
sigurdm authored and Commit Queue committed May 21, 2024
1 parent 3ce1c7c commit 4f662e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ This is a patch release that
- Fixes a bug in CFE which an manifest in compilation errors of flutter web app
when compiled with dart2wasm.

- Fixes a bug in the pub client, such that `dart run` will not interfere with
Flutter l10n (at least for most cases). (build_runner issue [#3705])

[#3705]: https://github.com/dart-lang/build/issues/3705

## 3.4.0

### Language
Expand Down
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ vars = {
"path_rev": "a7b696071bd83d3ee0a0f1b57ac94d6b1f05cac4",
"pool_rev": "c118f69d8a6441a8453bf7d455fd7c79d3ee1497",
"protobuf_rev": "b7613581d847e1e36e76f0e36db3a412d8fea5b1",
"pub_rev": "ed20b45589766d6fd135e93460b9e8255ccba519", # disable tools/rev_sdk_deps.dart
"pub_rev": "9d1025414395db2dac9d590d2e567c27064783d2", # disable tools/rev_sdk_deps.dart
"pub_semver_rev": "3175ba0a58a96fb23f8d68b5f5c44d1a5b30cc16",
"shelf_rev": "1acbc673326e5b31280184744f2864a8f92c5b46",
"source_map_stack_trace_rev": "c75649651d01826236e3ab7093d277a70756905a",
Expand Down

0 comments on commit 4f662e8

Please sign in to comment.