Adhere to DCM 1.37 and 1.38#87
Merged
Merged
Conversation
Member
Author
|
Wait for DCM 1.38 |
DCM report✅ no issues found! Full report: https://github.com/netglade/flutter_core/runs/82317298311 |
There was a problem hiding this comment.
Pull request overview
This PR updates the workspace/tooling and the internal packages’ constraints/configs to align with newer Dart/Flutter SDK baselines and updated static analysis (Dart lints + DCM) configuration.
Changes:
- Bump Dart SDK constraints across the workspace/packages to
^3.12.0, and raise Flutter minimum SDK fornetglade_flutter_utilsto>=3.42.0. - Update internal analysis package versioning/docs (
netglade_analysis→23.0.0) and adjust lint/DCM rule sets. - Update repo tooling pins (FVM Flutter version and DCM version selector).
Reviewed changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| pubspec.yaml | Bumps workspace Dart SDK constraint and updates Melos dev dependency. |
| packages/netglade_utils/pubspec.yaml | Bumps package version, Dart SDK constraint, and netglade_analysis dev dependency. |
| packages/netglade_utils/example/pubspec.yaml | Updates example Dart SDK constraint and netglade_analysis dependency version. |
| packages/netglade_utils/CHANGELOG.md | Publishes a new changelog entry for the SDK requirement bump. |
| packages/netglade_flutter_utils/pubspec.yaml | Bumps package version, Dart/Flutter SDK constraints, and netglade_analysis dev dependency. |
| packages/netglade_flutter_utils/example/pubspec.yaml | Updates example Dart/Flutter SDK constraints and netglade_analysis dependency version. |
| packages/netglade_flutter_utils/CHANGELOG.md | Publishes a new changelog entry for the SDK requirement bumps. |
| packages/netglade_analysis/README.md | Updates documentation snippet to reference netglade_analysis ^23.0.0. |
| packages/netglade_analysis/pubspec.yaml | Bumps netglade_analysis version and Dart SDK constraint. |
| packages/netglade_analysis/lib/lints.yaml | Updates Dart-lints baseline comment and adjusts enabled linter rules. |
| packages/netglade_analysis/lib/dcm.yaml | Updates DCM baseline comment and expands/configures DCM rule set. |
| packages/netglade_analysis/example/pubspec.yaml | Updates example Dart SDK constraint. |
| packages/netglade_analysis/CHANGELOG.md | Adds a 23.0.0 release entry describing DCM-related changes. |
| dcm_global.yaml | Updates the globally-installed DCM version used by CI. |
| .vscode/settings.json | Updates VS Code Flutter SDK path to the newer FVM version. |
| .fvmrc | Pins FVM Flutter SDK to 3.44.2. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
No description provided.