Skip to content

chore(deps): update dependency npm to v11.16.0#390

Merged
rhuanbarreto merged 1 commit into
mainfrom
renovate/prototools-toolchain
May 30, 2026
Merged

chore(deps): update dependency npm to v11.16.0#390
rhuanbarreto merged 1 commit into
mainfrom
renovate/prototools-toolchain

Conversation

@renovate

@renovate renovate Bot commented May 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change OpenSSF
npm (source) minor 11.15.011.16.0 OpenSSF Scorecard

Release Notes

npm/cli (npm)

v11.16.0

Compare Source


Configuration

📅 Schedule: (in timezone Europe/Oslo)

  • Branch creation
    • Between 12:00 AM and 05:59 AM, between day 25 and 31 of the month, and on Sunday (* 0-5 25-31 * 0)
  • Automerge
    • Between 12:00 AM and 05:59 AM, between day 25 and 31 of the month, and on Sunday (* 0-5 25-31 * 0)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 this update again.


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

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

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate Bot requested a review from rhuanbarreto as a code owner May 30, 2026 22:57
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying archgate-cli with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8118f2d
Status: ✅  Deploy successful!
Preview URL: https://8b897e41.archgate-cli.pages.dev
Branch Preview URL: https://renovate-prototools-toolchai.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 b5b5f94 into main May 30, 2026
19 checks passed
@rhuanbarreto rhuanbarreto deleted the renovate/prototools-toolchain branch May 30, 2026 23:15
rhuanbarreto added a commit that referenced this pull request May 30, 2026
## Summary

- Fix concurrency groups across **3 workflows** so pushes to `main` no
longer cancel each other's CI runs
- Use `github.sha` (unique per push) instead of `github.ref` (shared
`refs/heads/main`) for the concurrency group key on push events
- Restrict `cancel-in-progress` to `pull_request` events only where
applicable

**Affected workflows and cancelled run counts:**

| Workflow | Cancelled runs on main | Fix |
|---|---|---|
| Validate (`code-pull-request.yml`) | 10 | `github.sha` +
`cancel-in-progress` only for PRs |
| CodeQL (`codeql.yml`) | 4 | `github.sha` + `cancel-in-progress` only
for PRs |
| Scorecard (`scorecard.yml`) | 2 | `github.sha` + `cancel-in-progress:
false` (no PR trigger) |
| DCO (`dco.yml`) | 0 | No change needed (PR-only workflow) |

**Trigger:** [Run
26697525843](https://github.com/archgate/cli/actions/runs/26697525843) —
the `0.42.0` release validation was cancelled mid-flight when a Renovate
merge (`#390`) landed 31 seconds later. Same push also cancelled [CodeQL
run
26697525829](https://github.com/archgate/cli/actions/runs/26697525829).

## Test plan

- [ ] This PR's own CI run completes without being cancelled
- [ ] Verify the concurrency group in the Actions UI shows the commit
SHA, not `refs/heads/main`
- [ ] After merge, push two commits to `main` in quick succession and
confirm both runs complete independently

---------

Signed-off-by: Rhuan Barreto <rhuan@barreto.work>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant