Skip to content

next/after support and better AsyncLocalStorage context in general #738

next/after support and better AsyncLocalStorage context in general

next/after support and better AsyncLocalStorage context in general #738

Triggered via pull request November 12, 2024 18:00
Status Success
Total duration 49s
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 10 notices
lint/style/noUnusedTemplateLiteral: .changeset/aggregate.mjs#L50
Do not use template literals if interpolation and special-character handling are not needed.
lint/style/useSelfClosingElements: examples/app-pages-router/app/albums/@modal/(.)[album]/[song]/page.tsx#L19
JSX elements without children should be marked as self-closing. In JSX, it is valid for any element to be self-closing.
lint/style/useSelfClosingElements: examples/app-pages-router/app/albums/[album]/[song]/page.tsx#L17
JSX elements without children should be marked as self-closing. In JSX, it is valid for any element to be self-closing.
lint/correctness/useJsxKeyInIterable: examples/app-pages-router/app/albums/page.tsx#L9
Missing key property for this element in iterable.
lint/style/noUselessElse: examples/app-pages-router/middleware.ts#L14
This else clause can be omitted because previous branches break early.
lint/style/noUselessElse: examples/app-pages-router/middleware.ts#L18
This else clause can be omitted because previous branches break early.
lint/style/noUselessElse: examples/app-pages-router/middleware.ts#L25
This else clause can be omitted because previous branches break early.
lint/performance/noDelete: packages/tests-unit/tests/core/routing/util.test.ts#L531
Avoid the delete operator which can impact performance.
lint/complexity/useLiteralKeys: packages/tests-unit/tests/core/routing/util.test.ts#L531
The computed expression can be simplified without the use of a string literal.
lint/style/useSelfClosingElements: examples/app-router/app/albums/@modal/(.)[album]/[song]/page.tsx#L19
JSX elements without children should be marked as self-closing. In JSX, it is valid for any element to be self-closing.
lint/suspicious/noExplicitAny: packages/utils/src/logger.ts#L1
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: packages/utils/src/logger.ts#L7
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: packages/utils/src/logger.ts#L11
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: packages/tests-unit/tests/core/routing/util.test.ts#L29
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: packages/tests-unit/tests/core/routing/util.test.ts#L30
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: packages/tests-unit/tests/core/routing/util.test.ts#L438
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: examples/app-router/app/sse/page.tsx#L6
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: packages/open-next/src/adapters/logger.ts#L3
Unexpected any. Specify a different type.