Skip to content

deps: Bump Devlooped.CredentialManager from 2.6.1.1 to 2.7.0#641

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/Devlooped.CredentialManager-2.7.0
Closed

deps: Bump Devlooped.CredentialManager from 2.6.1.1 to 2.7.0#641
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/Devlooped.CredentialManager-2.7.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Updated Devlooped.CredentialManager from 2.6.1.1 to 2.7.0.

Release notes

Sourced from Devlooped.CredentialManager's releases.

2.7.0

What's Changed

✨ Implemented enhancements

📝 Documentation updates

Full Changelog: devlooped/CredentialManager@v2.6.1.1...v2.7.0

Sponsors

The following sponsors made this release possible: @​clarius, @​MFB-Technologies-Inc, @​sandrock, @​drivenet, @​Keflon, @​tbolon, @​kfrancis, @​unoplatform, @​rbnswartz, @​jfoshee, @​Mrxx99, @​eajhnsn1, @​davidjenni, @​Jonathan-Hickey, @​KenBonny, @​SimonCropp, @​agileworks-eu, @​arsdragonfly, @​vezel-dev, @​ChilliCream, @​4OTC, @​DominicSchell, @​adalon, @​Eule02, @​torutek, @​mccaffers, @​SeikaLogiciel.

Thanks 💜

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 23, 2026

Labels

The following labels could not be found: nuget. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 23, 2026
@dependabot dependabot bot temporarily deployed to test-dataverse March 23, 2026 09:06 Inactive
---
updated-dependencies:
- dependency-name: Devlooped.CredentialManager
  dependency-version: 2.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/Devlooped.CredentialManager-2.7.0 branch from a40ecde to 408bf84 Compare March 24, 2026 18:17
@dependabot dependabot bot temporarily deployed to test-dataverse March 24, 2026 18:17 Inactive
joshsmithxrm added a commit that referenced this pull request Mar 25, 2026
NuGet updates:
- Microsoft.Identity.Client 4.82.1 → 4.83.1
- Microsoft.Identity.Client.Extensions.Msal 4.82.1 → 4.83.1
- Devlooped.CredentialManager 2.6.1.1 → 2.7.0
- System.Security.Cryptography.Pkcs 10.0.2 → 10.0.5
- System.CommandLine 2.0.2 → 2.0.5
- Microsoft.SqlServer.TransactSql.ScriptDom 170.3.0 → 170.191.0
- Microsoft.SourceLink.GitHub 10.0.102 → 10.0.201
- coverlet.collector 8.0.0 → 8.0.1
- FluentAssertions 8.8.0 → 8.9.0

npm updates (Extension):
- knip 5.87.0 → 6.0.2
- eslint 10.0.3 → 10.1.0
- stylelint 17.4.0 → 17.5.0
- typescript-eslint 8.57.0 → 8.57.1
- flatted 3.3.3 → 3.4.2 (transitive)

Fix flaky AsyncHelperTests.FireAndForget_UnwrapsAggregateException —
replaced fixed Task.Delay(100) with polling loop (2s timeout) to
eliminate thread-pool scheduling race under CI load.

Supersedes: #635, #636, #637, #638, #639, #640, #641, #644, #645, #646, #647, #649

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
joshsmithxrm added a commit that referenced this pull request Mar 25, 2026
* deps: combine 12 dependabot updates and fix flaky test

NuGet updates:
- Microsoft.Identity.Client 4.82.1 → 4.83.1
- Microsoft.Identity.Client.Extensions.Msal 4.82.1 → 4.83.1
- Devlooped.CredentialManager 2.6.1.1 → 2.7.0
- System.Security.Cryptography.Pkcs 10.0.2 → 10.0.5
- System.CommandLine 2.0.2 → 2.0.5
- Microsoft.SqlServer.TransactSql.ScriptDom 170.3.0 → 170.191.0
- Microsoft.SourceLink.GitHub 10.0.102 → 10.0.201
- coverlet.collector 8.0.0 → 8.0.1
- FluentAssertions 8.8.0 → 8.9.0

npm updates (Extension):
- knip 5.87.0 → 6.0.2
- eslint 10.0.3 → 10.1.0
- stylelint 17.4.0 → 17.5.0
- typescript-eslint 8.57.0 → 8.57.1
- flatted 3.3.3 → 3.4.2 (transitive)

Fix flaky AsyncHelperTests.FireAndForget_UnwrapsAggregateException —
replaced fixed Task.Delay(100) with polling loop (2s timeout) to
eliminate thread-pool scheduling race under CI load.

Supersedes: #635, #636, #637, #638, #639, #640, #641, #644, #645, #646, #647, #649

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix(test): address Gemini review — use Stopwatch and Assert.Fail in WaitForErrors

Use Stopwatch instead of Environment.TickCount64 for more reliable time
measurement, and add Assert.Fail with a descriptive message on timeout
for easier debugging.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@joshsmithxrm
Copy link
Copy Markdown
Owner

Superseded by #668 which combined all 12 Dependabot updates into a single PR.

@github-project-automation github-project-automation bot moved this from Todo to Done in PPDS Roadmap Mar 25, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 25, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/nuget/Devlooped.CredentialManager-2.7.0 branch March 25, 2026 00:19
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

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant