Skip to content

deps: Update ancplua-sdk to 2.2.40#197

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/ancplua-sdk
Jul 17, 2026
Merged

deps: Update ancplua-sdk to 2.2.40#197
renovate[bot] merged 1 commit into
mainfrom
renovate/ancplua-sdk

Conversation

@renovate

@renovate renovate Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
ANcpLua.Roslyn.Utilities 2.2.392.2.40 age confidence
ANcpLua.Roslyn.Utilities.Testing 2.2.392.2.40 age confidence

Release Notes

ANcpLua/ANcpLua.Roslyn.Utilities (ANcpLua.Roslyn.Utilities)

v2.2.40

Full Changelog: ANcpLua/ANcpLua.Roslyn.Utilities@v2.2.39...v2.2.40


Configuration

📅 Schedule: (in timezone UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jul 16, 2026

@chatgpt-codex-connector chatgpt-codex-connector 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c31afa847e

ℹ️ 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".

Comment thread global.json Outdated
Comment on lines +11 to +12
"ANcpLua.Roslyn.Utilities.Testing": "2.2.39",
"ANcpLua.Roslyn.Utilities": "2.2.39"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Update the effective Roslyn.Utilities package pins

When this dependency update is merged, the Roslyn.Utilities and Testing package references still resolve to 2.2.37: all checked projects use Sdk="ANcpLua.NET.Sdk" or Microsoft.NET.Sdk, while Directory.Packages.props takes ANcpLua.Roslyn.Utilities and .Testing versions from Version.props (ANcpLuaRoslynUtilitiesVersion / ANcpLuaRoslynUtilitiesTestingVersion). These global.json msbuild-sdks entries are only consulted for MSBuild SDK resolution, so the 2.2.39 fixes are not actually used by the analyzer or test projects unless the local Version.props overrides are bumped or pruned.

Useful? React with 👍 / 👎.

Comment thread global.json
"ANcpLua.NET.Sdk.Test": "3.4.43",
"ANcpLua.Roslyn.Utilities.Testing": "2.2.38",
"ANcpLua.Roslyn.Utilities": "2.2.38"
"ANcpLua.NET.Sdk": "3.4.44",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Stop overriding the SDK's analyzer update

With the SDK moved to 3.4.44, its dependency sweep also moves the SDK-injected ANcpLua.Analyzers package from 2.1.0 to 2.1.1, but this repo still has a later CPM override at Directory.Packages.props fed by Version.props (ANcpLuaAnalyzersVersion=2.1.0). For the analyzer/test projects that use Sdk="ANcpLua.NET.Sdk", restore will keep dogfooding 2.1.0 instead of the analyzer fixes shipped with 3.4.44 unless the local override is pruned or bumped.

Useful? React with 👍 / 👎.

@renovate renovate Bot changed the title deps: Update ancplua-sdk deps: Update ancplua-sdk - autoclosed Jul 16, 2026
@renovate renovate Bot closed this Jul 16, 2026
@renovate
renovate Bot deleted the renovate/ancplua-sdk branch July 16, 2026 10:38
@renovate renovate Bot changed the title deps: Update ancplua-sdk - autoclosed deps: Update ancplua-sdk to 2.2.40 Jul 17, 2026
@renovate renovate Bot reopened this Jul 17, 2026
@renovate
renovate Bot force-pushed the renovate/ancplua-sdk branch 2 times, most recently from c31afa8 to c44a5ba Compare July 17, 2026 08:50

@chatgpt-codex-connector chatgpt-codex-connector 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c44a5ba3f6

ℹ️ 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".

Comment thread global.json
Comment on lines +11 to +12
"ANcpLua.Roslyn.Utilities.Testing": "2.2.40",
"ANcpLua.Roslyn.Utilities": "2.2.40"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Update CPM pins along with SDK pins

In this revision the global.json MSBuild SDK entries move to 2.2.40, but the analyzer and test projects consume ANcpLua.Roslyn.Utilities/.Testing through PackageReferences governed by Directory.Packages.props, which reads Version.props; fresh evidence is that Version.props still pins both package-version properties to 2.2.39. As a result, restore for the repo continues using the 2.2.39 runtime/test packages, so any 2.2.40 fixes are not actually dogfooded unless those local CPM overrides are bumped or removed.

Useful? React with 👍 / 👎.

@renovate
renovate Bot merged commit 2e339af into main Jul 17, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants