Skip to content

Commit

Permalink
[deps] rev core
Browse files Browse the repository at this point in the history
Revisions updated by `dart tools/rev_sdk_deps.dart`.

core (https://github.com/dart-lang/core/compare/1156cfe..6af0821):
  6af0821d  2024-11-07  Devon Carew  add links to the package issue trackers (dart-lang/core#720)

Change-Id: I29a8a64b81a3159dc2ca7dd8d07056bc7c0061ce
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/394402
Reviewed-by: Konstantin Shcheglov <[email protected]>
Commit-Queue: Devon Carew <[email protected]>
  • Loading branch information
devoncarew authored and Commit Queue committed Nov 11, 2024
1 parent 8a5862a commit d1611c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ vars = {
# EOL comment after a dependency to disable this and pin it at its current
# revision.

"core_rev": "1156cfe4abc000f173bbf826783c215ca02b2ebf",
"core_rev": "6af0821dd8c0ecc5c30d5e67b3c8e16e8d79cda6",
# Note: Updates to dart_style have to be coordinated with the infrastructure
# team so that the internal formatter `tools/sdks/dart-sdk/bin/dart format`
# matches the version here. Please follow this process to make updates:
Expand Down
5 changes: 5 additions & 0 deletions pkg/dtd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## 2.3.1-wip

## 2.3.0

- Indicate compatibility with `package:web_socket_channel` 2.x and 3.x.
- Bump minimum version for `package:unified_analytics` to 6.1.0.
- `DartToolingDaemon.connect` will now wait for the web socket to be connected.
Expand All @@ -15,10 +18,12 @@
prior to calling `streamListen` to avoid the possibility of missing events.

## 2.2.0

- Added new response types `Success`, `StringResponse`, `BoolResponse`, and `StringListResponse`.
- Added contributing guide (`CONTRIBUTING.md`).

## 2.1.0

- Added `getProjectRoots` API.
- Expose constant values from `dtd.dart`.

Expand Down

0 comments on commit d1611c3

Please sign in to comment.