From 55ba27d3bc1476f3ae52ed6bd5fe75845dddbc9d Mon Sep 17 00:00:00 2001 From: Elliott Brooks <21270878+elliette@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:28:52 -0800 Subject: [PATCH] Link to wiki page about updating dependencies in each `pubspec.yaml` file (#140826) Added a minimal wiki page about how to use the `update-packages` tool: https://github.com/flutter/flutter/wiki/Updating-dependencies-in-Flutter This PR adds a link to that wiki page at the top of each pubspec.yaml file --- packages/flutter/pubspec.yaml | 3 +++ packages/flutter/test_private/pubspec.yaml | 3 +++ packages/flutter/test_private/test/pubspec.yaml | 3 +++ packages/flutter_goldens/pubspec.yaml | 3 +++ packages/flutter_localizations/pubspec.yaml | 3 +++ packages/flutter_test/pubspec.yaml | 3 +++ packages/flutter_tools/pubspec.yaml | 3 +++ 7 files changed, 21 insertions(+) diff --git a/packages/flutter/pubspec.yaml b/packages/flutter/pubspec.yaml index 5ff9d0ebfe..2731016217 100644 --- a/packages/flutter/pubspec.yaml +++ b/packages/flutter/pubspec.yaml @@ -7,6 +7,9 @@ environment: dependencies: # To update these, use "flutter update-packages --force-upgrade". + # + # For detailed instructions, refer to: + # https://github.com/flutter/flutter/wiki/Updating-dependencies-in-Flutter characters: 1.3.0 collection: 1.18.0 material_color_utilities: 0.8.0 diff --git a/packages/flutter/test_private/pubspec.yaml b/packages/flutter/test_private/pubspec.yaml index 9fd48e541a..10f9fc8185 100644 --- a/packages/flutter/test_private/pubspec.yaml +++ b/packages/flutter/test_private/pubspec.yaml @@ -6,6 +6,9 @@ environment: dependencies: # To update these, use "flutter update-packages --force-upgrade". + # + # For detailed instructions, refer to: + # https://github.com/flutter/flutter/wiki/Updating-dependencies-in-Flutter meta: 1.11.0 path: 1.9.0 process: 5.0.1 diff --git a/packages/flutter/test_private/test/pubspec.yaml b/packages/flutter/test_private/test/pubspec.yaml index bbfb3cd3d9..e567a2a4db 100644 --- a/packages/flutter/test_private/test/pubspec.yaml +++ b/packages/flutter/test_private/test/pubspec.yaml @@ -5,6 +5,9 @@ environment: dependencies: # To update these, use "flutter update-packages --force-upgrade". + # + # For detailed instructions, refer to: + # https://github.com/flutter/flutter/wiki/Updating-dependencies-in-Flutter flutter: sdk: flutter flutter_test: diff --git a/packages/flutter_goldens/pubspec.yaml b/packages/flutter_goldens/pubspec.yaml index dea45187ec..c803a2a7d4 100644 --- a/packages/flutter_goldens/pubspec.yaml +++ b/packages/flutter_goldens/pubspec.yaml @@ -5,6 +5,9 @@ environment: dependencies: # To update these, use "flutter update-packages --force-upgrade". + # + # For detailed instructions, refer to: + # https://github.com/flutter/flutter/wiki/Updating-dependencies-in-Flutter flutter: sdk: flutter flutter_test: diff --git a/packages/flutter_localizations/pubspec.yaml b/packages/flutter_localizations/pubspec.yaml index cb756523c5..792e98ea3a 100644 --- a/packages/flutter_localizations/pubspec.yaml +++ b/packages/flutter_localizations/pubspec.yaml @@ -5,6 +5,9 @@ environment: dependencies: # To update these, use "flutter update-packages --force-upgrade". + # + # For detailed instructions, refer to: + # https://github.com/flutter/flutter/wiki/Updating-dependencies-in-Flutter flutter: sdk: flutter diff --git a/packages/flutter_test/pubspec.yaml b/packages/flutter_test/pubspec.yaml index 94db27d85e..2fbfe812d2 100644 --- a/packages/flutter_test/pubspec.yaml +++ b/packages/flutter_test/pubspec.yaml @@ -5,6 +5,9 @@ environment: dependencies: # To update these, use "flutter update-packages --force-upgrade". + # + # For detailed instructions, refer to: + # https://github.com/flutter/flutter/wiki/Updating-dependencies-in-Flutter flutter: sdk: flutter diff --git a/packages/flutter_tools/pubspec.yaml b/packages/flutter_tools/pubspec.yaml index 0b469fcc80..be01e0b664 100644 --- a/packages/flutter_tools/pubspec.yaml +++ b/packages/flutter_tools/pubspec.yaml @@ -7,6 +7,9 @@ environment: dependencies: # To update these, use "flutter update-packages --force-upgrade". + # + # For detailed instructions, refer to: + # https://github.com/flutter/flutter/wiki/Updating-dependencies-in-Flutter archive: 3.3.2 args: 2.4.2 browser_launcher: 1.1.1