arcus-azure / arcus-azure/arcus.testing

πŸ“¦ [Renovate] dependency dashboard

Open
#303 0 comments 0 reactions 0 assignees View on GitHub
dependencies management
Dominant language
C#
Stars
9
Forks
6
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/arcus-azure/arcus.testing).

## 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) | ![Unavailable](https://img.shields.io/badge/unavailable-orange?style=flat-square) |

## Pending Approval

The following branches are pending approval. To create them, click on a checkbox below.

- [ ] fix(deps): update font awesome (`@fortawesome/free-solid-svg-icons`, `@fortawesome/react-fontawesome`)
- [ ] chore(deps): update dependency moq to 4.2*
- [ ] chore(deps): update dependency nunit to 4.6.1
- [ ] chore(deps): update dependency nunit3testadapter to 5.2.0
- [ ] chore(deps): update mstest monorepo to 4.4.0 (`MSTest`, `MSTest.TestAdapter`, `MSTest.TestFramework`)
- [ ] chore(deps): update vstest monorepo
- [ ] fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.55.3
- [ ] fix(deps): update dependency @mdx-js/react to ^3.1.1
- [ ] fix(deps): update dependency prism-react-renderer to ^2.4.1
- [ ] fix(deps): update docusaurus monorepo to ^3.10.2 (`@docusaurus/core`, `@docusaurus/preset-classic`, `@docusaurus/theme-classic`, `@docusaurus/theme-common`)
- [ ] chore(deps): update actions/checkout action to v7
- [ ] chore(deps): update actions/setup-dotnet action to v6
- [ ] chore(deps): update dependency coverlet.collector to v10
- [ ] chore(deps): update dependency microsoft.net.test.sdk to v18
- [ ] chore(deps): update dependency nunit3testadapter to v6
- [ ] chore(deps): update dotnet monorepo to v10 (`Microsoft.Extensions.Configuration.EnvironmentVariables`, `Microsoft.Extensions.Hosting`)
- [ ] chore(deps): update github/codeql-action action to v4
- [ ] chore(deps): update peter-evans/create-pull-request action to v8
- [ ] chore(deps): update pnpm/action-setup action to v6
- [ ] chore(deps): update xunit-dotnet monorepo to v4 (`xunit.runner.visualstudio`, `xunit.v3`, `xunit.v3.assert`, `xunit.v3.extensibility.core`)
- [ ] fix(deps): update font awesome (major) (`@fortawesome/free-solid-svg-icons`, `@fortawesome/react-fontawesome`)
- [ ] fix(deps): update react monorepo to v19 (`react`, `react-dom`)
- [ ] πŸ” **Create all pending approval PRs at once** πŸ”

## Detected Dependencies

github-actions (5)

.github/workflows/bump-docs-version.yml (3)

- `actions/checkout v4` β†’ [Updates: `v7`]
- `pnpm/action-setup v4` β†’ [Updates: `v6`]
- `peter-evans/create-pull-request v7` β†’ [Updates: `v8`]

.github/workflows/codeql-analysis.yml (5)

- `actions/checkout v4` β†’ [Updates: `v7`]
- `actions/setup-dotnet v3` β†’ [Updates: `v6`]
- `github/codeql-action v3` β†’ [Updates: `v4`]
- `github/codeql-action v3` β†’ [Updates: `v4`]
- `github/codeql-action v3` β†’ [Updates: `v4`]

.github/workflows/dotnet-format.yml (2)

- `actions/checkout v3` β†’ [Updates: `v7`]
- `actions/setup-dotnet v3` β†’ [Updates: `v6`]

.github/workflows/inclusive-lang.yml (1)

- `actions/checkout v4` β†’ [Updates: `v7`]

.github/workflows/vale-review.yml (1)

- `actions/checkout v4` β†’ [Updates: `v7`]

npm (1)

docs/package.json (15)

- `@docusaurus/core ^3.7.0` β†’ [Updates: `^3.10.2`]
- `@docusaurus/preset-classic ^3.7.0` β†’ [Updates: `^3.10.2`]
- `@docusaurus/theme-classic ^3.5.0` β†’ [Updates: `^3.10.2`]
- `@docusaurus/theme-common ^3.5.0` β†’ [Updates: `^3.10.2`]
- `@easyops-cn/docusaurus-search-local ^0.50.0` β†’ [Updates: `^0.55.3`]
- `@fortawesome/free-solid-svg-icons ^6.6.0` β†’ [Updates: `^6.7.2`, `^7.3.1`]
- `@fortawesome/react-fontawesome ^0.2.2` β†’ [Updates: `^0.2.6`, `^3.5.0`]
- `@mdx-js/react ^3.0.1` β†’ [Updates: `^3.1.1`]
- `@svgr/webpack ^8.1.0`
- `clsx ^2.1.1`
- `file-loader ^6.2.0`
- `prism-react-renderer ^2.3.1` β†’ [Updates: `^2.4.1`]
- `react ^18.3.1` β†’ [Updates: `^19.3.0`]
- `react-dom ^18.3.1` β†’ [Updates: `^19.3.0`]
- `url-loader ^4.1.1`

nuget (15)

samples/Arcus.Testing.Sample.TestingFrameworkMigration/Arcus.Testing.Sample.TestingFrameworkMigration.csproj (6)

- `MSTest 3.8.3` β†’ [Updates: `4.4.0`]
- `xunit 2.9.3`
- `NUnit3TestAdapter 5.0.0` β†’ [Updates: `5.2.0`, `6.3.0`]
- `NUnit 4.3.2` β†’ [Updates: `4.6.1`]
- `MSTest.TestAdapter 3.8.3` β†’ [Updates: `4.4.0`]
- `Microsoft.NET.Test.Sdk 17.13.0` β†’ [Updates: `17.14.1`, `18.10.0`]

src/Arcus.Testing.Core/Arcus.Testing.Core.csproj (3)

- `Polly [8.*,9.0.0)`
- `Microsoft.Extensions.Logging.Abstractions [8.*,11.0.0)`
- `Microsoft.Extensions.Configuration.Json [8.*,11.0.0)`

src/Arcus.Testing.Integration.DataFactory/Arcus.Testing.Integration.DataFactory.csproj (3)

- `Microsoft.Extensions.Logging.Abstractions [10.*,11.0.0)`
- `Azure.ResourceManager.DataFactory [1.*,2.0.0)`
- `Azure.Identity [1.*,2.0.0)`

src/Arcus.Testing.Logging.MSTest/Arcus.Testing.Logging.MSTest.csproj (2)

- `MSTest.TestFramework [3.*,5.0.0)`
- `Microsoft.Extensions.Logging [8.*,11.0.0)`

src/Arcus.Testing.Logging.NUnit/Arcus.Testing.Logging.NUnit.csproj (1)

- `Microsoft.Extensions.Logging [8.*,11.0.0)`

src/Arcus.Testing.Logging.Xunit.v3/Arcus.Testing.Logging.Xunit.v3.csproj (2)

- `xunit.v3.extensibility.core [2.*,4.0.0)` β†’ [Updates: `[2.*,4.0.1]`]
- `Microsoft.Extensions.Logging [8.*,11.0.0)`

src/Arcus.Testing.Logging.Xunit/Arcus.Testing.Logging.Xunit.csproj (2)

- `xunit.abstractions 2.0.3`
- `Microsoft.Extensions.Logging [8.*,11.0.0)`

src/Arcus.Testing.Messaging.ServiceBus/Arcus.Testing.Messaging.ServiceBus.csproj (2)

- `Azure.Messaging.ServiceBus [7.*,8.0.0)`
- `Azure.Identity [1.*,2.0.0)`

src/Arcus.Testing.Storage.Blob/Arcus.Testing.Storage.Blob.csproj (2)

- `Azure.Storage.Blobs [12.*,13.0.0)`
- `Azure.Identity [1.*,2.0.0)`

src/Arcus.Testing.Storage.Cosmos/Arcus.Testing.Storage.Cosmos.csproj (4)

- `MongoDB.Driver [3.*,4.0.0)`
- `Microsoft.Azure.Cosmos [3.*,4.0.0)`
- `Azure.ResourceManager.CosmosDB [1.*,2.0.0)`
- `Azure.Identity [1.*,2.0.0)`

src/Arcus.Testing.Storage.File.Share/Arcus.Testing.Storage.File.Share.csproj (2)

- `Azure.Storage.Files.Shares [12.*,13.0.0)`
- `Azure.Identity [1.*,2.0.0)`

src/Arcus.Testing.Storage.Table/Arcus.Testing.Storage.Table.csproj (2)

- `Azure.Data.Tables [12.*,13.0.0)`
- `Azure.Identity [1.*,2.0.0)`

src/Arcus.Testing.Tests.Core/Arcus.Testing.Tests.Core.csproj (2)

- `xunit.v3.assert 3.*` β†’ [Updates: `4.*`]
- `Bogus 35.*`

src/Arcus.Testing.Tests.Integration/Arcus.Testing.Tests.Integration.csproj (6)

- `xunit.runner.visualstudio 3.*` β†’ [Updates: `4.*`]
- `xunit.v3 3.*` β†’ [Updates: `4.*`]
- `Microsoft.NET.Test.Sdk 18.*` β†’ [Updates: `18.1*`]
- `Microsoft.Extensions.Configuration.EnvironmentVariables 9.*` β†’ [Updates: `10.*`]
- `coverlet.collector 6.*` β†’ [Updates: `10.*`]
- `Bogus 35.*`

src/Arcus.Testing.Tests.Unit/Arcus.Testing.Tests.Unit.csproj (9)

- `xunit.runner.visualstudio 3.*` β†’ [Updates: `4.*`]
- `xunit.v3 3.*` β†’ [Updates: `4.*`]
- `MSTest.TestFramework 3.*` β†’ [Updates: `4.*`]
- `Moq 4.*` β†’ [Updates: `4.2*`]
- `Microsoft.NET.Test.Sdk 18.*` β†’ [Updates: `18.1*`]
- `Microsoft.Extensions.Hosting 9.*` β†’ [Updates: `10.*`]
- `FsCheck 3.*`
- `coverlet.collector 6.*` β†’ [Updates: `10.*`]
- `Bogus 35.*`

---

- [ ] Check this box to trigger a request for Renovate to run again on this repository

Contributor guide

Open the contributing guide

Research direction

Review the pending approval entries and the listed .github/workflows/*.yml, docs/package.json, and .csproj files to determine which dependency update is intended. Run the repository's existing build and test checks after selecting an update; done means the chosen dependency changes are compatible and the checks pass.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp, github-actions, react
Domain
build-system, ci-cd, testing, tooling
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.