deps: Update ancplua-sdk to 2.2.35 - autoclosed#495
Conversation
Pull request was closed
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8b43d28967
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "ANcpLua.Roslyn.Utilities.Testing": "2.2.33", | ||
| "ANcpLua.Roslyn.Utilities": "2.2.33" | ||
| "ANcpLua.Roslyn.Utilities.Testing": "2.2.35", | ||
| "ANcpLua.Roslyn.Utilities": "2.2.35" |
There was a problem hiding this comment.
Keep Roslyn Utilities package version in sync
This bumps the MSBuild SDK resolver entry to 2.2.35, but the actual PackageReference versions remain single-sourced from Version.props:14 through Directory.Packages.props:62-63, and consumers such as packages/Qyl.Run/Qyl.Run.csproj:24 use versionless references. In builds that restore these PackageReferences, the repo still pulls ANcpLua.Roslyn.Utilities/Sources 2.2.33 while global.json points at 2.2.35, leaving the lockstep Roslyn Utilities packages split and making the dependency update incomplete; update ANcpLuaRoslynUtilitiesVersion with this change.
Useful? React with 👍 / 👎.
This PR contains the following updates:
2.2.33→2.2.352.2.33→2.2.35Release Notes
ANcpLua/ANcpLua.Roslyn.Utilities (ANcpLua.Roslyn.Utilities)
v2.2.35What's Changed
Full Changelog: ANcpLua/ANcpLua.Roslyn.Utilities@v2.2.34...v2.2.35
v2.2.34What's Changed
Full Changelog: ANcpLua/ANcpLua.Roslyn.Utilities@v2.2.33...v2.2.34
Configuration
📅 Schedule: (in timezone UTC)
🚦 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 was generated by Mend Renovate. View the repository job log.