Skip to content

refactor: replace semver with verkit #13205

refactor: replace semver with verkit

refactor: replace semver with verkit #13205

Triggered via pull request July 19, 2026 20:33
Status Success
Total duration 5m 20s
Artifacts

ci.yml

on: pull_request
🔠 Lint project
38s
🔠 Lint project
💪 Type check
1m 48s
💪 Type check
🧪 Unit tests
1m 16s
🧪 Unit tests
🧪 Component tests
2m 28s
🧪 Component tests
🖥️ Browser tests
5m 12s
🖥️ Browser tests
🧹 Unused code check
1m 1s
🧹 Unused code check
🌐 i18n validation
36s
🌐 i18n validation
Matrix: ♿ Accessibility audit
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint(no-underscore-dangle): app/composables/npm/useAlgoliaSearch.ts#L8
Unexpected dangling '_' in '`_searchClient`'.
eslint(no-underscore-dangle): app/composables/npm/usePackage.ts#L108
Unexpected dangling '_' in '`_rev`'.
eslint(no-underscore-dangle): app/composables/npm/usePackage.ts#L107
Unexpected dangling '_' in '`_id`'.
unicorn(consistent-function-scoping): app/composables/useStructuredFilters.ts#L154
Function `comparePackages` does not capture any variables from its parent scope
unicorn(consistent-function-scoping): app/composables/useStructuredFilters.ts#L154
Function `matchesUpdatedWithin` does not capture any variables from its parent scope
unicorn(consistent-function-scoping): app/composables/useStructuredFilters.ts#L154
Function `matchesDownloadRange` does not capture any variables from its parent scope
eslint(no-underscore-dangle): server/api/registry/timeline/[...pkg].get.ts#L79
Unexpected dangling '_' in '`_npmUser`'.
eslint(no-underscore-dangle): server/plugins/payload-cache.ts#L141
Unexpected dangling '_' in '`_cachedPayloadResponse`'.
eslint(no-underscore-dangle): server/plugins/payload-cache.ts#L135
Unexpected dangling '_' in '`_cachedPayloadResponse`'.
oxc(no-map-spread): shared/utils/download-chart-last-label.ts#L99
Spreading to modify object properties in `map` calls is inefficient