-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work ontype-infraA repository infrastructure change or enhancementA repository infrastructure change or enhancementtype-tech-debtIssues that slow or block desirable development paths for Dartdoc, or create such problems for usersIssues that slow or block desirable development paths for Dartdoc, or create such problems for users
Metadata
Metadata
Assignees
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work ontype-infraA repository infrastructure change or enhancementA repository infrastructure change or enhancementtype-tech-debtIssues that slow or block desirable development paths for Dartdoc, or create such problems for usersIssues that slow or block desirable development paths for Dartdoc, or create such problems for users
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
devoncarew commentedon May 24, 2023
FYI that we have two tools here that would help: https://github.com/dart-lang/sdk/wiki/Adding-and-Updating-Dependencies#rolling-dependencies.
Generally we use the batch rolling tool (
<sdk>/tools/rev_sdk_deps.dart
) to roll all package deps ~twice a week, including dartdoc.If you want to roll more frequently, or roll a recent commit, you can instead run
dart tools/manage_deps.dart bump third_party/pkg/dartdoc
. That will roll dartdoc to the latest and optionally create a CL for you.