Skip to content

ci: onboard v4 staging-branch workflow flow + convert Jest to vitest-runner - #5

Merged
Shinrai merged 2 commits into
nextfrom
ci/modernize-v4-workflows
Aug 3, 2026
Merged

ci: onboard v4 staging-branch workflow flow + convert Jest to vitest-runner#5
Shinrai merged 2 commits into
nextfrom
ci/modernize-v4-workflows

Conversation

@cldmv-bot

@cldmv-bot cldmv-bot Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

🚀 What's Changed

💥 Breaking Changes

No breaking changes

✨ Features

No new features

🐛 Bug Fixes

📦 Dependencies

No dependency updates

🔧 Other Changes

👥 Contributors

…runner

Adds the CLDMV v4 release-flow workflows (22 files) + dependabot config
copied from the git-embedded golden reference, wires up
@cldmv/vitest-runner (replacing Jest), and sorts the mixed test/
directory into tests/ (real automated tests), tools/ (operational
scripts a maintainer runs against real hardware), and dev/tools/
(developer debugging/exploration scripts) — only api-surface tests
run offline and safely in CI; the rest need a live ADB device.

Also: fixes .gitignore excluding the whole .github/ directory (blocked
committing any workflow at all), adds the missing eslint/prettier
devDependencies so lint/format are actually runnable, adds an
eslint ignores block so lint stops choking on package-lock.json, bumps
sharp to 0.35.3 and node-forge to 1.4.0 to clear 2 high-severity
advisories (0 vulnerabilities now), and fixes engines.node to the real
floor (sharp's own >=20.9.0 requirement; the prior range still
advertised EOL Node 18 as supported).

Adds a defensive fallback for @devicefarmer/adbkit's default-export
interop, which resolves differently under plain Node ESM vs vitest's
Vite-based module transform — needed for the automated test to run
under vitest at all.
@cldmv-bot cldmv-bot Bot added the ! ci → next v4 flow: ci contributor PR targeting the next integration branch label Aug 3, 2026
@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

Comment thread dev/tools/adb-response.mjs Fixed
Shinrai
Shinrai previously approved these changes Aug 3, 2026
CodeQL flagged the unused import on PR #5.
@Shinrai
Shinrai merged commit b659031 into next Aug 3, 2026
18 checks passed
@cldmv-bot
cldmv-bot Bot deleted the ci/modernize-v4-workflows branch August 3, 2026 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

! ci → next v4 flow: ci contributor PR targeting the next integration branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants