Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.5] Document dart pub downgrade --tighten #5807

Merged
merged 3 commits into from
May 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/content/tools/pub/cmd/pub-downgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,14 @@ For options that apply to all pub commands, see

Reports what dependencies would change but doesn't change any.

### `--tighten`

:::version-note
Support for the `--tighten` option is set to be added in Dart 3.5.
:::

Updates the lower bounds of dependencies in `pubspec.yaml` to match the
resolved versions, and returns a list of the changed constraints.
Can be applied to [specific dependencies](#downgrading-specific-dependencies).

{% render 'pub-problems.md' %}