Skip to content

Commit

Permalink
Update pub deps for 3.7 release (#3140)
Browse files Browse the repository at this point in the history
* Update constraints and deps for 3.7 release

* Keep constraints at 3.6 for now
  • Loading branch information
parlough authored Feb 12, 2025
1 parent cb88913 commit 31b7e06
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 31 deletions.
3 changes: 1 addition & 2 deletions pkgs/dart_services/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ dependencies:

dev_dependencies:
collection: ^1.19.0
# TODO: Unpin once stable is updated to Dart 3.7.
dart_flutter_team_lints: 3.2.1
dart_flutter_team_lints: ^3.2.1
grinder: ^0.9.5
json_serializable: ^6.9.2
package_config: ^2.1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"animations": "2.0.11",
"archive": "4.0.2",
"args": "2.6.0",
"async": "2.12.0",
"async": "2.13.0",
"basics": "0.10.0",
"bloc": "9.0.0",
"boolean_selector": "2.1.2",
Expand Down
51 changes: 25 additions & 26 deletions pkgs/dart_services/tool/dependencies/pub_dependencies_stable.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"_fe_analyzer_shared": "76.0.0",
"analyzer": "6.11.0",
"_fe_analyzer_shared": "80.0.0",
"analyzer": "7.3.0",
"animations": "2.0.11",
"archive": "4.0.2",
"args": "2.6.0",
"async": "2.11.0",
"async": "2.12.0",
"basics": "0.10.0",
"bloc": "9.0.0",
"boolean_selector": "2.1.1",
"characters": "1.3.0",
"clock": "1.1.1",
"collection": "1.19.0",
"boolean_selector": "2.1.2",
"characters": "1.4.0",
"clock": "1.1.2",
"collection": "1.19.1",
"convert": "3.1.2",
"coverage": "1.11.1",
"creator": "0.3.3",
Expand All @@ -22,7 +22,7 @@
"dartz": "0.10.1",
"english_words": "4.0.0",
"equatable": "2.0.7",
"fake_async": "1.3.1",
"fake_async": "1.3.2",
"fast_immutable_collections": "11.0.3",
"ffi": "2.1.3",
"file": "7.0.1",
Expand Down Expand Up @@ -51,20 +51,19 @@
"http_parser": "4.1.2",
"intl": "0.20.2",
"io": "1.0.5",
"js": "0.7.1",
"js": "0.7.2",
"latlong2": "0.9.1",
"leak_tracker": "10.0.7",
"leak_tracker_flutter_testing": "3.0.8",
"leak_tracker": "10.0.8",
"leak_tracker_flutter_testing": "3.0.9",
"leak_tracker_testing": "3.0.1",
"lints": "5.1.1",
"lists": "1.0.1",
"logger": "2.5.0",
"logging": "1.3.0",
"macros": "0.1.3-main.0",
"markdown": "7.3.0",
"matcher": "0.12.16+1",
"matcher": "0.12.17",
"material_color_utilities": "0.11.1",
"meta": "1.15.0",
"meta": "1.16.0",
"mgrs_dart": "2.0.0",
"mime": "2.0.0",
"mix": "1.5.4",
Expand All @@ -73,15 +72,15 @@
"node_preamble": "2.0.2",
"ordered_set": "6.1.1",
"package_config": "2.1.1",
"path": "1.9.0",
"path": "1.9.1",
"path_parsing": "1.1.0",
"path_provider": "2.1.5",
"path_provider_android": "2.2.15",
"path_provider_foundation": "2.4.1",
"path_provider_linux": "2.2.1",
"path_provider_platform_interface": "2.1.2",
"path_provider_windows": "2.3.0",
"petitparser": "6.0.2",
"petitparser": "6.1.0",
"platform": "3.1.6",
"plugin_platform_interface": "2.1.8",
"polylabel": "1.0.1",
Expand All @@ -106,21 +105,21 @@
"shelf": "1.4.2",
"shelf_packages_handler": "3.0.2",
"shelf_static": "1.1.3",
"shelf_web_socket": "2.0.1",
"shelf_web_socket": "3.0.0",
"signals": "6.0.2",
"signals_core": "6.0.2",
"signals_flutter": "6.0.2",
"source_map_stack_trace": "2.1.2",
"source_maps": "0.10.13",
"source_span": "1.10.0",
"stack_trace": "1.12.0",
"source_span": "1.10.1",
"stack_trace": "1.12.1",
"state_notifier": "1.0.0",
"stream_channel": "2.1.2",
"string_scanner": "1.3.0",
"term_glyph": "1.2.1",
"test": "1.25.8",
"test_api": "0.7.3",
"test_core": "0.6.5",
"stream_channel": "2.1.4",
"string_scanner": "1.4.1",
"term_glyph": "1.2.2",
"test": "1.25.15",
"test_api": "0.7.4",
"test_core": "0.6.8",
"tiled": "0.11.0",
"timezone": "0.10.0",
"typed_data": "1.4.0",
Expand All @@ -142,7 +141,7 @@
"video_player_avfoundation": "2.7.0",
"video_player_platform_interface": "6.3.0",
"video_player_web": "2.3.4",
"vm_service": "14.3.0",
"vm_service": "14.3.1",
"watcher": "1.1.1",
"web": "1.1.0",
"web_socket": "0.1.6",
Expand Down
3 changes: 1 addition & 2 deletions pkgs/dartpad_shared/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ dependencies:

dev_dependencies:
build_runner: ^2.4.11
# TODO: Unpin once stable is updated to Dart 3.7.
dart_flutter_team_lints: 3.2.1
dart_flutter_team_lints: ^3.2.1
json_serializable: ^6.8.0

0 comments on commit 31b7e06

Please sign in to comment.