Skip to content

fix: untrack example/pubspec.lock#23

Merged
flxapps merged 2 commits intodevfrom
fix/untrack-example-pubspec-lock
Feb 16, 2026
Merged

fix: untrack example/pubspec.lock#23
flxapps merged 2 commits intodevfrom
fix/untrack-example-pubspec-lock

Conversation

@flxapps
Copy link
Copy Markdown

@flxapps flxapps commented Feb 16, 2026

cf. title

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Feb 16, 2026

CLA assistant check
All committers have signed the CLA.

@flxapps flxapps changed the base branch from main to dev February 16, 2026 13:15
@flxapps flxapps force-pushed the fix/untrack-example-pubspec-lock branch from 544642d to 301fffb Compare February 16, 2026 13:18
Copilot AI review requested due to automatic review settings February 16, 2026 13:30
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes the generated lockfile from the tracked sources and updates ignore rules so it doesn’t get re-added, while also adjusting a couple of dependency constraints in the package pubspec.yaml.

Changes:

  • Delete example/pubspec.lock from the repository.
  • Add example/pubspec.lock to .gitignore.
  • Pin mtrust_urp_core and mtrust_urp_ui to exact versions in pubspec.yaml (previously caret-ranged).

Reviewed changes

Copilot reviewed 1 out of 3 changed files in this pull request and generated 1 comment.

File Description
pubspec.yaml Pins mtrust_urp_core / mtrust_urp_ui dependency versions.
example/pubspec.lock Removes the previously committed generated lockfile.
.gitignore Ignores the example lockfile to keep it untracked going forward.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread pubspec.yaml
Comment on lines +16 to +18
mtrust_urp_core: 9.1.0-12
mtrust_urp_types: ^6.2.0
mtrust_urp_ui: ^9.1.0-12
mtrust_urp_ui: 9.1.0-12
Copy link

Copilot AI Feb 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change from caret constraints to exact versions for mtrust_urp_core and mtrust_urp_ui is inconsistent with the rest of the dependency constraints (which mostly use ^...) and seems unrelated to the PR goal of untracking the example lockfile. Unless you intentionally need to pin these packages, consider restoring a compatible range (e.g., caret) to avoid unnecessarily restricting dependency resolution for consumers.

Copilot uses AI. Check for mistakes.
@flxapps flxapps self-assigned this Feb 16, 2026
@flxapps flxapps merged commit 0cb56fc into dev Feb 16, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants