-
-
Notifications
You must be signed in to change notification settings - Fork 108
chore(deps): update sourcy to v1 (major) #4239
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
Conversation
SummaryUpdates Sourcy.DotNet and Sourcy.Git from 0.7.9 to 1.0.0 (major version bump). Critical IssuesNone found ✅ SuggestionsNone - this is a straightforward dependency update from an automated renovate bot. AnalysisThis PR updates two internal-only build/test dependencies (Sourcy.DotNet and Sourcy.Git) which are used for:
Both packages have
TUnit Rules Check:
The major version bump should be safe given these are code-generated source providers that simply expose file system references. CI will catch any breaking changes. Verdict✅ APPROVE - No critical issues |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates two Sourcy packages from version 0.7.9 to 1.0.0, representing a major version bump. Sourcy.DotNet and Sourcy.Git are build-time source generators that provide compile-time access to project and git repository information. These packages are used exclusively in test projects within the TUnit codebase to access project paths and git root directory information. Since these are marked as PrivateAssets=all, they are not shipped with the library and only affect the build and test processes.
Key Changes
- Sourcy.DotNet: Updated from 0.7.9 to 1.0.0 - provides compile-time project information access
- Sourcy.Git: Updated from 0.7.9 to 1.0.0 - provides compile-time git repository information access
f865d77 to
36b42a7
Compare
SummaryUpdates Sourcy.DotNet and Sourcy.Git from 0.7.11 to 1.0.0 (major version bump). Critical IssuesNone found ✅ AnalysisThis PR updates two build-time analyzer dependencies (Sourcy.DotNet and Sourcy.Git) to v1.0.0. Both packages are marked with TUnit Rules Assessment:
Risk Assessment: Low
Recommendation: Verdict✅ APPROVE - No critical issues (pending CI validation) |
This PR contains the following updates:
0.7.11→1.0.00.7.11→1.0.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.