Skip to content

Manual Dependency Update for all projects#431

Merged
Ellerbach merged 2 commits into
mainfrom
update-dependencies-manually
Jun 24, 2026
Merged

Manual Dependency Update for all projects#431
Ellerbach merged 2 commits into
mainfrom
update-dependencies-manually

Conversation

@Ellerbach

Copy link
Copy Markdown
Member

Description

Manual Dependency Update for all projects

Motivation and Context

  • Manual Dependency Update for all projects

How Has This Been Tested?

Screenshots

Types of changes

  • Improvement (non-breaking change that improves a feature, code or algorithm)
  • Bug fix (non-breaking change which fixes an issue with code or algorithm)
  • New feature (non-breaking change which adds functionality to code)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Config and build (change in the configuration and build system, has no impact on code or features)
  • Dependencies (update dependencies and changes associated, has no impact on code or features)
  • Unit Tests (add new Unit Test(s) or improved existing one(s), has no impact on code or features)
  • Documentation (changes or updates in the documentation, has no impact on code or features)

Checklist:

  • My code follows the code style of this project (only if there are changes in source code).
  • My changes require an update to the documentation (there are changes that require the docs website to be updated).
  • I have updated the documentation accordingly (the changes require an update on the docs in this repo).
  • I have read the CONTRIBUTING document.
  • I have tested everything locally and all new and existing tests passed (only if there are changes in source code).
  • I have added new tests to cover my changes.

@coderabbitai

coderabbitai Bot commented Jun 24, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@Ellerbach, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 29 minutes and 51 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository: nanoframework/coderabbit/.coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 29038a22-97e3-403e-81c0-acfc80a86aa8

📥 Commits

Reviewing files that changed from the base of the PR and between 0eff9e6 and 6f81a72.

📒 Files selected for processing (9)
  • nanoFramework.AtomLite.nuspec
  • nanoFramework.AtomMatrix.nuspec
  • nanoFramework.CoreInk.nuspec
  • nanoFramework.Fire.nuspec
  • nanoFramework.M5Core.nuspec
  • nanoFramework.M5Core2.nuspec
  • nanoFramework.M5StickC.nuspec
  • nanoFramework.M5StickCPlus.nuspec
  • nanoFramework.Tough.nuspec
📝 Walkthrough

Walkthrough

Bumps five nanoFramework NuGet package versions across all library and test projects by updating .nfproj HintPaths, packages.config version attributes, and packages.lock.json pinned versions and content hashes. The Reference Include attributes also have explicit Version/PublicKeyToken metadata removed.

Changes

NuGet Package Version Bumps

Layer / File(s) Summary
Library project reference and lock updates
nanoFramework.AtomLite/..., nanoFramework.AtomMatrix/..., nanoFramework.CoreInk/..., nanoFramework.Fire/..., nanoFramework.M5Core/..., nanoFramework.M5Core2/..., nanoFramework.M5StickC/..., nanoFramework.M5StickCPlus/..., nanoFramework.Tough/...
.nfproj HintPaths, packages.config versions, and packages.lock.json pins updated for all library projects. Packages bumped: Graphics/Graphics.Core 1.2.45→1.2.52, Ws28xx.Esp32 1.2.991→1.2.994, ePaper 1.0.827→1.0.830, Chsc6540 1.1.991→1.1.994, System.Collections 1.5.67→1.5.75. Reference Include entries simplified by removing explicit Version/PublicKeyToken attributes.
Test app project reference and lock updates
Tests/AtomLiteTestApp/..., Tests/AtomMatrixTestApp/..., Tests/FireTestApp/..., Tests/M5Core2TestApp/..., Tests/M5CoreTestApp/..., Tests/M5StickTestApp/..., Tests/ToughTestApp/...
Same package version bumps and Reference Include simplifications applied to all test app projects, mirroring the library project changes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the dependency-only update across projects and meets the length and punctuation requirements.
Description check ✅ Passed The description is related to the changeset because it mentions a manual dependency update across all projects.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@nanoFramework.M5Core/packages.lock.json`:
- Around line 13-15: The package lock is already updated, but the nuspec
manifests still pin nanoFramework.Graphics and nanoFramework.Graphics.Core to
the older 1.2.45 versions. Update the dependency versions in
nanoFramework.M5Core.nuspec, nanoFramework.M5Core2.nuspec,
nanoFramework.M5StickC.nuspec, nanoFramework.M5StickCPlus.nuspec,
nanoFramework.Fire.nuspec, nanoFramework.Tough.nuspec, and
nanoFramework.CoreInk.nuspec to match the new package versions used by the
lockfile, using the existing package dependency entries in each nuspec as the
reference points.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository: nanoframework/coderabbit/.coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 7f20326a-57c5-44b8-be64-6b9f7fd919e7

📥 Commits

Reviewing files that changed from the base of the PR and between f390357 and 0eff9e6.

📒 Files selected for processing (48)
  • Tests/AtomLiteTestApp/AtomLiteTestApp.nfproj
  • Tests/AtomLiteTestApp/packages.config
  • Tests/AtomLiteTestApp/packages.lock.json
  • Tests/AtomMatrixTestApp/AtomMatrixTestApp.nfproj
  • Tests/AtomMatrixTestApp/packages.config
  • Tests/AtomMatrixTestApp/packages.lock.json
  • Tests/FireTestApp/FireTestApp.nfproj
  • Tests/FireTestApp/packages.config
  • Tests/FireTestApp/packages.lock.json
  • Tests/M5Core2TestApp/M5Core2TestApp.nfproj
  • Tests/M5Core2TestApp/packages.config
  • Tests/M5Core2TestApp/packages.lock.json
  • Tests/M5CoreTestApp/M5CoreTestApp.nfproj
  • Tests/M5CoreTestApp/packages.config
  • Tests/M5CoreTestApp/packages.lock.json
  • Tests/M5StickTestApp/M5StickTestApp.nfproj
  • Tests/M5StickTestApp/packages.config
  • Tests/M5StickTestApp/packages.lock.json
  • Tests/ToughTestApp/ToughTestApp.nfproj
  • Tests/ToughTestApp/packages.config
  • Tests/ToughTestApp/packages.lock.json
  • nanoFramework.AtomLite/nanoFramework.AtomLite.nfproj
  • nanoFramework.AtomLite/packages.config
  • nanoFramework.AtomLite/packages.lock.json
  • nanoFramework.AtomMatrix/nanoFramework.AtomMatrix.nfproj
  • nanoFramework.AtomMatrix/packages.config
  • nanoFramework.AtomMatrix/packages.lock.json
  • nanoFramework.CoreInk/nanoFramework.CoreInk.nfproj
  • nanoFramework.CoreInk/packages.config
  • nanoFramework.CoreInk/packages.lock.json
  • nanoFramework.Fire/nanoFramework.Fire.nfproj
  • nanoFramework.Fire/packages.config
  • nanoFramework.Fire/packages.lock.json
  • nanoFramework.M5Core/nanoFramework.M5Core.nfproj
  • nanoFramework.M5Core/packages.config
  • nanoFramework.M5Core/packages.lock.json
  • nanoFramework.M5Core2/nanoFramework.M5Core2.nfproj
  • nanoFramework.M5Core2/packages.config
  • nanoFramework.M5Core2/packages.lock.json
  • nanoFramework.M5StickC/nanoFramework.M5StickC.nfproj
  • nanoFramework.M5StickC/packages.config
  • nanoFramework.M5StickC/packages.lock.json
  • nanoFramework.M5StickCPlus/nanoFramework.M5StickCPlus.nfproj
  • nanoFramework.M5StickCPlus/packages.config
  • nanoFramework.M5StickCPlus/packages.lock.json
  • nanoFramework.Tough/nanoFramework.Tough.nfproj
  • nanoFramework.Tough/packages.config
  • nanoFramework.Tough/packages.lock.json

Comment thread nanoFramework.M5Core/packages.lock.json
@sonarqubecloud

Copy link
Copy Markdown

@Ellerbach Ellerbach merged commit d265c47 into main Jun 24, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants