Skip to content

chore: apply audit fix; adjust coverage threshold; update pr-title action#2814

Merged
tatomyr merged 3 commits into
mainfrom
chore/update-coverage-threshold
May 14, 2026
Merged

chore: apply audit fix; adjust coverage threshold; update pr-title action#2814
tatomyr merged 3 commits into
mainfrom
chore/update-coverage-threshold

Conversation

@tatomyr
Copy link
Copy Markdown
Collaborator

@tatomyr tatomyr commented May 14, 2026

What/Why/How?

  • Applied audit fix
  • Adjusted test coverage threshold
  • Added debounce to the check-pr-required-checklist job so it doesn't send an error message every time the pr description is being changed

Check yourself

  • This PR follows the contributing guide
  • All new/updated code is covered by tests
  • Core code changed? - Tested with other Redocly products (internal contributions only)
  • New package installed? - Tested in different environments (browser/node)
  • Documentation update has been considered

Security

  • The security impact of the change has been considered
  • Code follows company security practices and guidelines

Note

Low Risk
Low risk CI/config-only changes: adjusts a GitHub Actions workflow, bumps lockfile dependency versions for an audit fix, and tightens test coverage thresholds.

Overview
Adds debouncing to the check-pr-required-checklist GitHub Actions job via concurrency (per-PR group with cancel-in-progress) plus a short delay to avoid repeated failures while editing PR descriptions.

Applies an audit-driven dependency update in package-lock.json (protobufjs-related versions) and slightly increases Vitest coverage thresholds (statements and branches).

Reviewed by Cursor Bugbot for commit 7f24398. Bugbot is set up for automated code reviews on this repo. Configure here.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 14, 2026

⚠️ No Changeset found

Latest commit: 7f24398

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@tatomyr tatomyr marked this pull request as ready for review May 14, 2026 11:07
@tatomyr tatomyr requested a review from a team as a code owner May 14, 2026 11:07
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 14, 2026

CLI Version Mean Time ± Std Dev (s) Relative Performance (Lower is Faster)
cli-latest 1.848s ± 0.020s ▓ 1.00x (Fastest)
cli-next 1.855s ± 0.030s ▓ 1.00x

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 14, 2026

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 80.68% (🎯 80%) 7194 / 8916
🔵 Statements 80.07% (🎯 80%) 7473 / 9333
🔵 Functions 83.68% (🎯 83%) 1436 / 1716
🔵 Branches 72.36% (🎯 72%) 4887 / 6753
File CoverageNo changed files found.
Generated in workflow #9810 for commit 7f24398 by the Vitest Coverage Report Action

@tatomyr tatomyr changed the title chore: apply audit fix and adjust coverage threshold chore: apply audit fix; adjust coverage threshold; update pr-title action May 14, 2026
@tatomyr tatomyr merged commit 214c605 into main May 14, 2026
44 of 45 checks passed
@tatomyr tatomyr deleted the chore/update-coverage-threshold branch May 14, 2026 11:36
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.

2 participants