Skip to content

feat: persist timeline chart metric in URL #13196

feat: persist timeline chart metric in URL

feat: persist timeline chart metric in URL #13196

Triggered via pull request July 19, 2026 15:04
Status Success
Total duration 4m 52s
Artifacts

ci.yml

on: pull_request
🔠 Lint project
41s
🔠 Lint project
💪 Type check
1m 27s
💪 Type check
🧪 Unit tests
1m 11s
🧪 Unit tests
🧪 Component tests
2m 41s
🧪 Component tests
🖥️ Browser tests
4m 42s
🖥️ Browser tests
🧹 Unused code check
1m 0s
🧹 Unused code check
🌐 i18n validation
33s
🌐 i18n validation
Matrix: ♿ Accessibility audit
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint(no-underscore-dangle): app/plugins/payload-cache.server.ts#L45
Unexpected dangling '_' in '`_cachedPayloadResponse`'.
eslint(no-underscore-dangle): server/utils/docs/client.ts#L107
Unexpected dangling '_' in '`_data`'.
eslint(no-underscore-dangle): lunaria/components.ts#L312
Unexpected dangling '_' in '`_SvgSummary`'.
eslint(no-underscore-dangle): lunaria/components.ts#L305
Unexpected dangling '_' in '`_CreateFileLink`'.
eslint(no-underscore-dangle): lunaria/components.ts#L208
Unexpected dangling '_' in '`_StatusByFile`'.
eslint(no-underscore-dangle): server/utils/github.ts#L32
Unexpected dangling '_' in '`_data`'.
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
unicorn(consistent-function-scoping): test/nuxt/a11y.spec.ts#L1409
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