1. 29ec0d4 Surface security advisories in pub get (#4062) by Sarah Zakarias · 5 months ago
  2. 3a5259c Remove obsolete lint (#4061) by Sigurd Meldgaard · 5 months ago
  3. 061cac8 Fix calculation version number without build part (#4056) by Sigurd Meldgaard · 5 months ago
  4. 2d2e65b Show information about retracted versions in "pub outdated" (#4055) by Sarah Zakarias · 6 months ago
  5. 1e0bc33 Improve `dart pub outdated` output for discontinued packages (#4046) by Sarah Zakarias · 6 months ago
  6. 5f30108 Refactor _MarkedVersionDetails - get rid of the "asDesired" concept (#4054) by Sarah Zakarias · 6 months ago
  7. 1779628 Fix small typos (#4041) by Sarah Zakarias · 6 months ago
  8. d0b9fe7 Bump unified_analytics from 4.0.1 to 5.1.0 (#4037) by dependabot[bot] · 6 months ago
  9. c65bfbc Bump lints from 2.1.1 to 3.0.0 (#4038) by dependabot[bot] · 6 months ago
  10. c0dd3f5 Bump dart-lang/setup-dart from 1.5.1 to 1.6.0 (#4040) by dependabot[bot] · 6 months ago
  11. 48f94dc Bump actions/checkout from 3.6.0 to 4.1.1 (#4039) by dependabot[bot] · 6 months ago
  12. 90ef5f9 Migrate pub to use package:unified_analytics (#4031) by Ben Konyi · 6 months ago
  13. 68dc2f5 Remove obsolete comment about test infrastructure (#4030) by Sigurd Meldgaard · 7 months ago
  14. 4b0e27b Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#4027) by dependabot[bot] · 7 months ago
  15. ea54dab Only create SourceFile for leak on demand (#4021) by Sigurd Meldgaard · 7 months ago
  16. fca927a Don't mention subcommand in flutter suggestion (#3994) by Sigurd Meldgaard · 7 months ago
  17. 7c27a97 Enable 'strict-inference' language analysis mode (#4018) by Parker Lougheed · 7 months ago
  18. 2bb8e2c Don't impose a strict size limit to uploads (#4014) by Sigurd Meldgaard · 8 months ago
  19. 5da02a2 Bump analyzer from 5.13.0 to 6.2.0 (#4019) by dependabot[bot] · 8 months ago
  20. cb0d6f9 Fix exception after removing last relative component (#4011) by Matej Knopp · 8 months ago
  21. 1e38c83 Un-vendor tar (#4012) by Sigurd Meldgaard · 8 months ago
  22. 588ff5d Inline needed parts of package oauth2 (#4009) by Sigurd Meldgaard · 8 months ago
  23. be6868b Improve precompilation (#4005) by Sigurd Meldgaard · 8 months ago
  24. 1ff7ed9 `upgrade --tighten` (#3957) by Sigurd Meldgaard · 8 months ago
  25. a2ff15a Bump actions/checkout from 3.5.3 to 3.6.0 (#4007) by dependabot[bot] · 8 months ago
  26. 9c041f9 Revert "Validate pubspec names after resolution, instead of when parsing (#3956)" (#4006) by Sigurd Meldgaard · 8 months ago
  27. 62981e8 Switch vendor to a dev dependency (#3997) by Parker Lougheed · 8 months ago
  28. edcd5c2 Don't display detailed errors from credentials file (#4004) by Sigurd Meldgaard · 8 months ago
  29. bddb0b8 Fix test expectation (#4000) by Sigurd Meldgaard · 8 months ago
  30. c5541b3 Fix spelling errors (#3999) by Parker Lougheed · 8 months ago
  31. ee3f0ff Log missing compilation output (#3992) by Sigurd Meldgaard · 9 months ago
  32. 57e5d58 Remove remaining remnants of old packages folder and .packages file (#3989) by Parker Lougheed · 9 months ago
  33. edc76a1 Cleanup meta annotation usage (#3990) by Parker Lougheed · 9 months ago
  34. d619b37 Replace Pair usage with records (#3988) by Parker Lougheed · 9 months ago
  35. 923cb7b Enable lints to use new language features (#3987) by Parker Lougheed · 9 months ago
  36. 78a39b0 Fix some type related lints (#3986) by Parker Lougheed · 9 months ago
  37. f41c6c8 Update Dart spec reserved words (#3984) by Parker Lougheed · 9 months ago
  38. 6c26764 Fix and increase flexibility of language version override test (#3985) by Parker Lougheed · 9 months ago
  39. 037138e Validate pubspec names after resolution, instead of when parsing (#3956) by Sigurd Meldgaard · 9 months ago
  40. 4d4ff44 Show dependency type changes in report (#3954) by Sigurd Meldgaard · 9 months ago
  41. 996fdcf `pub add` Rely on git sources validation of --git-url (#3951) by Sigurd Meldgaard · 9 months ago
  42. d764740 Update tar (#3976) by Simon Binder · 9 months ago
  43. 98565c3 Bump actions/checkout from 3.5.2 to 3.5.3 (#3960) by dependabot[bot] · 10 months ago
  44. f323772 Summary for `pub get`, don't show unchanged in `pub upgrade` (#3952) by Sigurd Meldgaard · 11 months ago
  45. 42819a1 Add missing await (and make downstream async) (#3949) by Sigurd Meldgaard · 11 months ago
  46. c5c34c3 Add (more) trailing commas (#3950) by Sigurd Meldgaard · 11 months ago
  47. a76c791 Handle non-default hosts in `upgrade --major-versions` (#3947) by Sigurd Meldgaard · 11 months ago
  48. a42800e Smallest update in `dependency-services report` (#3761) by Sigurd Meldgaard · 11 months ago
  49. 1be821d Remove usage of Isolate.packageRoot from tests (#3945) by Sigurd Meldgaard · 11 months ago
  50. a16763a Validate that dependency names are valid package names (#3940) by Sigurd Meldgaard · 11 months ago
  51. 4a109f3 Expand constraint for `http` (#3930) by Nate Bosch · 11 months ago
  52. 8aee951 Retry package:http ClientException (#3939) by Sigurd Meldgaard · 11 months ago
  53. d7fa780 Add test for publish --skip-validation (#3935) by Sigurd Meldgaard · 11 months ago
  54. 5a3f21b Add strict-cast analysis option (#3919) by Brett Sutton · 11 months ago
  55. fbb6f75 Merge pull request #3934 from sigurdm/cherry_pick_cache_warning by Alexander Thomas · 11 months ago
  56. 0dc18c0 Merge remote-tracking branch 'origin/master' into cherry_pick_cache_warning by Sigurd Meldgaard · 11 months ago
  57. fe6acca Warn about presence of legacy cache (#3921) by Sigurd Meldgaard · 12 months ago cherry_pick_cache_warning
  58. 0c2b0bb Handle pubspec_overrides.yaml in `add` and `upgrade --major-versions` (#3920) by Sigurd Meldgaard · 12 months ago
  59. 078c7fe Handle version not parsing gracefully (#3929) by Sigurd Meldgaard · 12 months ago
  60. f7494d3 Warn about presence of legacy cache (#3921) by Sigurd Meldgaard · 12 months ago
  61. 9e46640 Bump cli_util from 0.3.5 to 0.4.0 (#3928) by dependabot[bot] · 12 months ago
  62. a391bce blast_repo fixes (#3925) by Devon Carew · 12 months ago
  63. e32e88c blast_repo fixes (no-response) (#3927) by Devon Carew · 12 months ago
  64. 8ff8feb Hint when pinned by flutter (#3914) by Sigurd Meldgaard · 12 months ago
  65. 9a8da3c Flag `pub publish --skip-validation` to publish without resolution and validation (#3904) by Sigurd Meldgaard · 12 months ago
  66. d2798f9 Remove dead code (#3910) by Sigurd Meldgaard · 12 months ago
  67. 2917fa9 Handle cached version listing not being a map (#3909) by Sigurd Meldgaard · 12 months ago
  68. d145bbe Bump actions/checkout from 3.5.0 to 3.5.2 (#3903) by dependabot[bot] · 12 months ago
  69. 2c2eb2c fix repository spec typos and grammar (#3898) by Andrei Lesnitsky · 1 year ago
  70. 3a7dc04 Reinterpret dart sdk constraints when read from a lockfile (#3897) by Sigurd Meldgaard · 1 year ago cherry_pick_global_fix
  71. a3f8b2f Reinterpret dart sdk constraints when read from a lockfile (#3897) by Sigurd Meldgaard · 1 year ago
  72. 7ac56a9 Document cache layout (#3890) by Sigurd Meldgaard · 1 year ago
  73. daf16c7 Suggest resolution updates (#3569) by Sigurd Meldgaard · 1 year ago
  74. 23fd8ad Use the lockfile when computing upgradable, resolvable in outdated (#3887) by Sigurd Meldgaard · 1 year ago
  75. 642b1f5 Distinguish between package:flutter_gen and the synthetic flutter_gen (#3889) by Sigurd Meldgaard · 1 year ago
  76. d1ae546 Merge pull request #3888 from sigurdm/cherry_pick_to_3 by Alexander Thomas · 1 year ago
  77. ef45ef4 Merge remote-tracking branch 'origin/master' into cherry_pick_to_3 by Sigurd Meldgaard · 1 year ago
  78. 762a16d Improve message when sdk constraint is not null-safety enabled (#3875) by Sigurd Meldgaard · 1 year, 1 month ago cherry_pick_improve_sdk_constraint_message
  79. 21eb39e Don't pass --fatal-infos to `dart analyze` in validation (#3877) by Sigurd Meldgaard · 1 year, 1 month ago
  80. 95044c2 Improve message when sdk constraint is not null-safety enabled (#3875) by Sigurd Meldgaard · 1 year, 1 month ago
  81. b666c92 Fix tests to work in context of 3.1 (#3876) by Sigurd Meldgaard · 1 year, 1 month ago
  82. c890afa Refactor `cache add` check for existing package. (#3872) by Sigurd Meldgaard · 1 year, 1 month ago
  83. 460283b Bump actions/checkout from 3.3.0 to 3.5.0 (#3858) by dependabot[bot] · 1 year, 1 month ago
  84. b5df211 Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#3857) by dependabot[bot] · 1 year, 1 month ago
  85. 3e2c92a Don't extend something which should be an interface. (#3862) by Lasse R.H. Nielsen · 1 year, 1 month ago
  86. 196e89e Make --example be the default (#3856) by Sigurd Meldgaard · 1 year, 1 month ago
  87. b615e9e Throw catchable exception from ensurePubspecResolved (#3852) by Sigurd Meldgaard · 1 year, 1 month ago
  88. 8434b40 Be more quiet when doing implicit pub get (#3847) by Sigurd Meldgaard · 1 year, 1 month ago
  89. 29a7c09 Dependency services: preserve pub.dartlang.org in lockfile (#3846) by Sigurd Meldgaard · 1 year, 1 month ago
  90. 41963dd Api entrypoint for ensuring resolution is up-to-date (#3844) by Sigurd Meldgaard · 1 year, 1 month ago
  91. 92f6bf7 If pinned to an exact version, keep the pin when bumping (#3736) by David Rodríguez · 1 year, 2 months ago
  92. c68939b Add missing closing quote in dependency override example (#3843) by Parker Lougheed · 1 year, 2 months ago
  93. 0cdeb85 Hint if version is not an incremental update (#3840) by Sigurd Meldgaard · 1 year, 2 months ago
  94. c795dcd Upgrade language version to 3.0 (#3822) by Sigurd Meldgaard · 1 year, 2 months ago
  95. 4bd757c Handle http errors gracefully when downloading archive (#3811) by Sigurd Meldgaard · 1 year, 2 months ago
  96. c939e81 Fix issue with _ in package names in dart add (#3838) by Sigurd Meldgaard · 1 year, 2 months ago
  97. 9df0fdd Lazy construction of cache path. (#3837) by Sigurd Meldgaard · 1 year, 2 months ago
  98. 554b3c3 Lazy loading of pubspec.yaml from entrypoint (#3835) by Sigurd Meldgaard · 1 year, 2 months ago
  99. cfaec21 Remove support for legacy credentials file (#3824) by Sigurd Meldgaard · 1 year, 2 months ago
  100. 142baa3 Remove the exported deprecatedpubCommand (#3825) by Sigurd Meldgaard · 1 year, 2 months ago