bitwarden / bitwarden/passwordless-dotnet
Dependency Dashboard
- Dominant language
- C#
- Stars
- 52
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/bitwarden/passwordless-dotnet).
## Deprecations / Replacements
> [!WARNING]
The following dependencies are either deprecated or have replacements available.
| Datasource | Package | Replacement PR? |
|------------|------|--------------|
| nuget | [xunit](https://redirect.github.com/xunit/xunit) |  |
## Awaiting Schedule
The following updates are awaiting their schedule. To get an update now, click on a checkbox below.
- [ ] [deps]: Lock file maintenance
## Open
The following updates have all been created. To force a retry/rebase of any, click on a checkbox below.
- [ ] [[deps]: Pin dependencies](../pull/181) (`AutoFixture`, `FluentAssertions`, `GitHubActionsTestLogger`, `Microsoft.AspNetCore.Identity.EntityFrameworkCore`, `Microsoft.AspNetCore.Mvc.Testing`, `Microsoft.EntityFrameworkCore.Sqlite`, `Microsoft.Extensions.Configuration`, `Microsoft.Extensions.Configuration.Abstractions`, `Microsoft.Extensions.DependencyInjection`, `Microsoft.Extensions.Http`, `Microsoft.Extensions.Options`, `Microsoft.Extensions.Options.ConfigurationExtensions`, `Microsoft.NET.Test.Sdk`, `Microsoft.SourceLink.GitHub`, `Moq`, `System.Memory`, `System.Net.Http.Json`, `System.Text.Json`, `Testcontainers`, `coverlet.collector`, `xunit`, `xunit.runner.visualstudio`)
- [ ] [[deps]: Update gh minor](../pull/182) (`actions/checkout`, `actions/setup-dotnet`, `codecov/codecov-action`)
- [ ] [[deps]: Update actions/checkout action to v7](../pull/200)
- [ ] [[deps]: Update actions/setup-dotnet action to v6](../pull/201)
- [ ] [[deps]: Update actions/upload-artifact action to v7](../pull/195)
- [ ] [[deps]: Update codecov/codecov-action action to v7](../pull/199)
- [ ] **Click on this checkbox to rebase all open PRs at once**
## Detected Dependencies
github-actions (1)
.github/workflows/main.yml (11)
- `actions/checkout v6.0.2@de0fac2e4500dabe0009e67214ff5f5447ce83dd` → [Updates: `v6.1.0`, `v7.0.1`]
- `actions/setup-dotnet v5.1.0@baa11fbfe1d6520db94683bd5c7a3818018e4309` → [Updates: `v5.4.0`, `v6.0.0`]
- `actions/checkout v6.0.2@de0fac2e4500dabe0009e67214ff5f5447ce83dd` → [Updates: `v6.1.0`, `v7.0.1`]
- `actions/setup-dotnet v5.1.0@baa11fbfe1d6520db94683bd5c7a3818018e4309` → [Updates: `v5.4.0`, `v6.0.0`]
- `codecov/codecov-action v5.1.2@1e68e06f1dbfde0e4cefc87efeba9e4643565303` → [Updates: `v5.5.5`, `v7.0.0`]
- `actions/checkout v6.0.2@de0fac2e4500dabe0009e67214ff5f5447ce83dd` → [Updates: `v6.1.0`, `v7.0.1`]
- `actions/setup-dotnet v5.1.0@baa11fbfe1d6520db94683bd5c7a3818018e4309` → [Updates: `v5.4.0`, `v6.0.0`]
- `actions/upload-artifact v6.0.0@b7c566a772e6b6bfb58ed0dc250532a479d7789f` → [Updates: `v7.0.1`]
- `bitwarden/gh-actions main`
- `bitwarden/gh-actions main`
- `bitwarden/gh-actions main`
nuget (7)
global.json
src/Passwordless.AspNetCore/Passwordless.AspNetCore.csproj (1)
- `Microsoft.SourceLink.GitHub 8.0.0` → [Updates: `[10.0.401]`]
src/Passwordless/Passwordless.csproj (10)
- `System.Net.Http.Json 8.0.1` → [Updates: `[10.0.12]`]
- `System.Text.Json 8.0.5` → [Updates: `[10.0.12]`]
- `System.Memory 4.6.0` → [Updates: `[4.6.3]`]
- `System.Net.Http.Json 8.0.1` → [Updates: `[10.0.12]`]
- `System.Text.Json 8.0.5` → [Updates: `[10.0.12]`]
- `Microsoft.SourceLink.GitHub 8.0.0` → [Updates: `[10.0.401]`]
- `Microsoft.Extensions.Options.ConfigurationExtensions 8.0.0` → [Updates: `[10.0.12]`]
- `Microsoft.Extensions.Options 8.0.2` → [Updates: `[10.0.12]`]
- `Microsoft.Extensions.Http 8.0.1` → [Updates: `[10.0.12]`]
- `Microsoft.Extensions.Configuration.Abstractions 8.0.0` → [Updates: `[10.0.12]`]tests/Passwordless.AspNetCore.Tests.Dummy/Passwordless.AspNetCore.Tests.Dummy.csproj (2)
- `Microsoft.EntityFrameworkCore.Sqlite 8.0.11` → [Updates: `[10.0.12]`]
- `Microsoft.AspNetCore.Identity.EntityFrameworkCore 8.0.11` → [Updates: `[10.0.12]`]tests/Passwordless.AspNetCore.Tests/Passwordless.AspNetCore.Tests.csproj (11)
- `xunit.runner.visualstudio 3.0.0` → [Updates: `[4.0.0]`]
- `xunit 2.9.2` → [Updates: `[2.9.3]`]
- `Moq 4.20.72` → [Updates: `[4.20.72]`]
- `Microsoft.NET.Test.Sdk 17.12.0` → [Updates: `[18.10.0]`]
- `Microsoft.Extensions.DependencyInjection 8.0.1` → [Updates: `[10.0.12]`]
- `Microsoft.AspNetCore.Mvc.Testing 8.0.11` → [Updates: `[10.0.12]`]
- `Microsoft.AspNetCore.Identity.EntityFrameworkCore 8.0.11` → [Updates: `[10.0.12]`]
- `FluentAssertions 7.0.0` → [Updates: `[8.10.0]`]
- `GitHubActionsTestLogger 3.0.1` → [Updates: `[3.0.5]`]
- `coverlet.collector 6.0.2` → [Updates: `[10.0.1]`]
- `AutoFixture 4.18.1` → [Updates: `[4.18.1]`]tests/Passwordless.Tests.Infra/Passwordless.Tests.Infra.csproj (2)
- `Testcontainers 4.1.0` → [Updates: `[4.15.0]`]
- `Microsoft.Extensions.DependencyInjection 8.0.1` → [Updates: `[10.0.12]`]tests/Passwordless.Tests/Passwordless.Tests.csproj (9)
- `xunit.runner.visualstudio 3.0.0` → [Updates: `[4.0.0]`]
- `xunit 2.9.2` → [Updates: `[2.9.3]`]
- `System.Net.Http.Json 8.0.1` → [Updates: `[10.0.12]`]
- `Microsoft.NET.Test.Sdk 17.12.0` → [Updates: `[18.10.0]`]
- `Microsoft.Extensions.DependencyInjection 8.0.1` → [Updates: `[10.0.12]`]
- `Microsoft.Extensions.Configuration 8.0.0` → [Updates: `[10.0.12]`]
- `GitHubActionsTestLogger 3.0.1` → [Updates: `[3.0.5]`]
- `FluentAssertions 7.0.0` → [Updates: `[8.10.0]`]
- `coverlet.collector 6.0.2` → [Updates: `[10.0.1]`]
---
- [ ] Check this box to trigger a request for Renovate to run again on this repository
Contributor guide
Research direction
Start with the linked Dependency Dashboard documentation, then review .github/workflows/main.yml and the listed src and tests *.csproj files. Existing Renovate pull requests 181, 182, 195, 199, 200, and 201 already cover several updates; completion would require resolving the remaining dependency updates and confirming the repository checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, github-actions
- Domain
- build-system, ci-cd, tooling
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100