Skip to content

release: v2.1.1 - remove unused createRemote import in adb-response.mjs - #6

Merged
Shinrai merged 4 commits into
masterfrom
next
Aug 3, 2026
Merged

release: v2.1.1 - remove unused createRemote import in adb-response.mjs#6
Shinrai merged 4 commits into
masterfrom
next

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

coverage

Metric Coverage
Statements 12.9%
Branches 9.1%
Functions 20.2%
Lines 13.3%

Avg: 13.9% · a04a515 · Node lts/*

Shinrai and others added 4 commits August 2, 2026 23:14
…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.
CodeQL flagged the unused import on PR #5.
@cldmv-bot cldmv-bot Bot added ! release → master v4 flow: persistent next → master release PR (carries the next feature release) release Marks a pull request as a pending release — merge to publish a new version semver: patch This release contains only backwards-compatible bug fixes type: bug Something is broken or not behaving as expected labels Aug 3, 2026
@Shinrai
Shinrai merged commit 1e71be2 into master Aug 3, 2026
26 of 27 checks passed
@cldmv-bot
cldmv-bot Bot deleted the next branch August 3, 2026 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

! release → master v4 flow: persistent next → master release PR (carries the next feature release) release Marks a pull request as a pending release — merge to publish a new version semver: patch This release contains only backwards-compatible bug fixes type: bug Something is broken or not behaving as expected

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant