Skip to content

fix: check the file tree before the timeline reports removed types #13002

fix: check the file tree before the timeline reports removed types

fix: check the file tree before the timeline reports removed types #13002

Triggered via pull request July 7, 2026 12:46
Status Success
Total duration 4m 48s
Artifacts

ci.yml

on: pull_request
🔠 Lint project
43s
🔠 Lint project
💪 Type check
1m 32s
💪 Type check
🧪 Unit tests
1m 22s
🧪 Unit tests
🧪 Component tests
2m 36s
🧪 Component tests
🖥️ Browser tests
4m 40s
🖥️ Browser tests
🧹 Unused code check
1m 10s
🧹 Unused code check
🌐 i18n validation
35s
🌐 i18n validation
Matrix: ♿ Accessibility audit
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint(no-underscore-dangle): app/utils/colors.ts#L75
Unexpected dangling '_' in '`l_`'.
eslint(no-underscore-dangle): server/api/registry/timeline/[...pkg].get.ts#L83
Unexpected dangling '_' in '`_npmUser`'.
eslint(no-underscore-dangle): uno-preset-rtl.ts#L81
Unexpected dangling '_' in '`_v`'.
unicorn(consistent-function-scoping): test/nuxt/components/Header/MobileMenu.spec.ts#L27
Function `mountMenu` does not capture any variables from its parent scope
unicorn(consistent-function-scoping): test/nuxt/components/Package/LikeCard.spec.ts#L13
Function `mountLikeCard` does not capture any variables from its parent scope
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`'.
eslint(no-underscore-dangle): server/utils/github.ts#L32
Unexpected dangling '_' in '`_data`'.
unicorn(consistent-function-scoping): test/nuxt/a11y.spec.ts#L1391
Function `createTabsFixture` does not capture any variables from its parent scope
oxc(no-map-spread): shared/utils/download-chart-last-label.ts#L99
Spreading to modify object properties in `map` calls is inefficient