fix: reconcile version mismatches in process and stack_trace - #2546
Merged
Conversation
Package publishingIf you have publishing permissions, you can use the links below to publish the changes after merging this PR.
Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation. |
Contributor
There was a problem hiding this comment.
Code Review
This pull request primarily consists of code formatting updates across several Dart files and tests in the process package, such as adding trailing commas and wrapping long lines to improve readability. It also updates the package version in pubspec.yaml and CHANGELOG.md. A review comment suggests improving type safety in local_process_manager.dart by changing the command parameter type from List<dynamic> to List<Object> to align with the public API.
PR Health
|
kevmoo
force-pushed
the
fix-version-mismatches
branch
from
August 21, 2026 05:21
6c8b2a7 to
f0d175d
Compare
natebosch
approved these changes
Aug 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reconciles version and changelog agreement errors identified during publish validation:
package:process: Reconciledpubspec.yamlversion to5.0.6-wipto matchCHANGELOG.md.package:stack_trace: ReconciledCHANGELOG.mdlatest header to1.12.2-wipto matchpubspec.yaml.package:processformatting: Caught uppackage:processwith the current Dart SDK formatter output (dart format .). No semantic or behavioral code changes were made.