New features and fixes #61
ci.yml
on: pull_request
lint
15s
typecheck
15s
Matrix: test
Annotations
6 errors and 14 warnings
lint:
tsup.config.ts#L22
Unexpected use of the global variable 'process'. Use 'require("process")' instead
|
lint:
tsup.config.ts#L23
Unexpected use of the global variable 'process'. Use 'require("process")' instead
|
lint:
tsup.config.ts#L24
Unexpected use of the global variable 'process'. Use 'require("process")' instead
|
lint:
tsup.config.ts#L25
Unexpected use of the global variable 'process'. Use 'require("process")' instead
|
lint
Process completed with exit code 1.
|
test (16.x, ubuntu-latest)
Process completed with exit code 1.
|
typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint:
dev/components/CodeBlock/index.tsx#L37
The reactive variable 'propsWithDefaults.language' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored
|
lint:
src/index.tsx#L54
The reactive variable 'duration' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored
|
lint:
src/index.tsx#L59
This function should be passed to a tracked scope (like createEffect) or an event handler because it contains reactivity, or else changes will be ignored
|
lint:
src/index.tsx#L94
This function should be passed to a tracked scope (like createEffect) or an event handler because it contains reactivity, or else changes will be ignored
|
lint:
src/index.tsx#L142
This function should be passed to a tracked scope (like createEffect) or an event handler because it contains reactivity, or else changes will be ignored
|
lint:
src/index.tsx#L145
This function should be passed to a tracked scope (like createEffect) or an event handler because it contains reactivity, or else changes will be ignored
|
lint:
src/index.tsx#L246
The reactive variable 'disabled' should be wrapped in a function for reactivity. This includes event handler bindings on native elements, which are not reactive like other JSX props
|
lint:
src/index.tsx#L248
This function should be passed to a tracked scope (like createEffect) or an event handler because it contains reactivity, or else changes will be ignored
|
lint:
src/index.tsx#L360
'coords' is assigned a value but never used. Allowed unused vars must match /^_/u
|
lint:
src/index.tsx#L366
The reactive variable 'propsWithDefaults.theme' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored
|
test (16.x, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (16.x, ubuntu-latest)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|