Skip to content

fix(deps): resolve dependency dashboard deprecation and lookup warnings#387

Merged
rhuanbarreto merged 1 commit into
mainfrom
fix/dependency-dashboard-deprecations
May 30, 2026
Merged

fix(deps): resolve dependency dashboard deprecation and lookup warnings#387
rhuanbarreto merged 1 commit into
mainfrom
fix/dependency-dashboard-deprecations

Conversation

@rhuanbarreto

Copy link
Copy Markdown
Contributor

Summary

Addresses the deprecation and warning flagged in the Dependency Dashboard:

  • xunit deprecation: Migrate NuGet shim tests from deprecated xunit v2 to xunit.v3 v3, update xunit.runner.visualstudio to v3, and add <OutputType>Exe</OutputType> (required by xUnit v3 test projects). No test source changes needed — [Fact]/[Theory]/Assert.* APIs are backward compatible.
  • Renovate lookup failure: Update TrigenSoftware/simple-release-action from an unresolvable SHA (tagged as generic # v1) to the latest v1.1.8 release (e7293dad). The old SHA didn't match any known tag, preventing Renovate from determining update digests.

Test plan

  • CI "Validate Shims" job passes for the nuget matrix entry (dotnet test with xUnit v3)
  • CI "Lint, Test & Check" job passes (no TS-side regressions)
  • Renovate Dependency Dashboard no longer shows the simple-release-action lookup warning after merge

Closes #107

- Migrate NuGet shim tests from deprecated xunit v2 to xunit.v3 v3,
  update xunit.runner.visualstudio to v3, and add OutputType Exe
  (required by xUnit v3 test projects)
- Update TrigenSoftware/simple-release-action from unresolvable SHA
  (tagged as v1) to v1.1.8 so Renovate can track future updates

Closes #107

Signed-off-by: Rhuan Barreto <rhuan@barreto.work>
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying archgate-cli with  Cloudflare Pages  Cloudflare Pages

Latest commit: dfbc45e
Status: ✅  Deploy successful!
Preview URL: https://02716b1e.archgate-cli.pages.dev
Branch Preview URL: https://fix-dependency-dashboard-dep.archgate-cli.pages.dev

View logs

@github-actions

Copy link
Copy Markdown
Contributor

Code Coverage

Metric Value
Lines 90.3% (6735 / 7458)
Threshold 90% minimum — met
Platforms Linux + Windows

Full HTML report available in workflow artifacts.

Per-directory breakdown
Directory Coverage Lines
src/commands/ 88.0% 2082 / 2365
src/engine/ 93.1% 1379 / 1481
src/formats/ 100.0% 141 / 141
src/helpers/ 90.3% 3133 / 3471

@rhuanbarreto rhuanbarreto merged commit 18eae44 into main May 30, 2026
23 checks passed
@rhuanbarreto rhuanbarreto deleted the fix/dependency-dashboard-deprecations branch May 30, 2026 20:32
@archgatebot archgatebot Bot mentioned this pull request May 30, 2026
rhuanbarreto pushed a commit that referenced this pull request May 30, 2026
# archgate

## [0.42.0](v0.41.1...v0.42.0)
(2026-05-30)

### Features

* **engine:** add inline suppression via archgate-ignore comments
([#383](#383))
([1240860](1240860))

### Bug Fixes

* **deps:** resolve dependency dashboard deprecation and lookup warnings
([#387](#387))
([18eae44](18eae44)),
closes [#107](#107)
* **docs:** restore Norwegian Bokmål diacritical marks across nb/ locale
([#384](#384))
([ef98b39](ef98b39))
* **shims,docs:** resolve CodeQL and AI code quality findings
([#388](#388))
([63ec93f](63ec93f))

---
This PR was generated with
[simple-release](https://github.com/TrigenSoftware/simple-release).

<details>
<summary>📄 Cheatsheet</summary>
<br>



You can configure the bot's behavior through a pull request comment
using the `!simple-release/set-options` command.

### Command Format

````md
!simple-release/set-options

```json
{
  "bump": {},
  "publish": {}
}
```
````

### Useful Parameters

#### Bump

| Parameter | Type | Description |
|-----------|------|-------------|
| `version` | `string` | Force set specific version |
| `as` | `'major' \| 'minor' \| 'patch' \| 'prerelease'` | Release type
|
| `prerelease` | `string` | Pre-release identifier (e.g., "alpha",
"beta") |
| `firstRelease` | `boolean` | Whether this is the first release |
| `skip` | `boolean` | Skip version bump |
| `byProject` | `Record<string, object>` | Per-project bump options for
monorepos |

#### Publish

| Parameter | Type | Description |
|-----------|------|-------------|
| `skip` | `boolean` | Skip publishing |
| `access` | `'public' \| 'restricted'` | Package access level |
| `tag` | `string` | Tag for npm publication |

### Usage Examples

#### Force specific version

````md
!simple-release/set-options

```json
{
  "bump": {
    "version": "2.0.0"
  }
}
```
````

#### Force major bump

````md
!simple-release/set-options

```json
{
  "bump": {
    "as": "major"
  }
}
```
````

#### Create alpha pre-release

````md
!simple-release/set-options

```json
{
  "bump": {
    "prerelease": "alpha"
  }
}
```
````

#### Publish with specific access and tag

````md
!simple-release/set-options

```json
{
  "bump": {
    "prerelease": "beta"
  },
  "publish": {
    "access": "public",
    "tag": "beta"
  }
}
```
````

### Access Restrictions

The command can only be used by users with permissions:
- repository owner
- organization member
- collaborator

### Notes

- The last comment with `!simple-release/set-options` command takes
priority
- JSON must be valid, otherwise the command will be ignored
- Parameters apply only to the current release execution
- The command can be updated by editing the comment or adding a new one


</details>

<!--
  Please do not edit this comment.
  simple-release-pull-request: true
  simple-release-branch-from: release
  simple-release-branch-to: main
-->

Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@archgatebot archgatebot Bot mentioned this pull request May 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dependency Dashboard

1 participant