Enhance Cloudflare challenge compatibility and refactor components #47
ci.yml
on: pull_request
Go, Rust, JavaScript, Puppeteer, and build checks
4m 7s
Lint (Go, Rust, JavaScript)
1m 24s
Annotations
1 error, 12 warnings, and 10 notices
|
Go, Rust, JavaScript, Puppeteer, and build checks
Process completed with exit code 1.
|
|
Lint (Go, Rust, JavaScript)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-go@v5, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint/correctness/noUnusedFunctionParameters:
test/js/rewriter.test.js#L511
This parameter op is unused.
|
|
lint/complexity/useOptionalChain:
test/e2e/turnstile-compat.test.js#L162
Change to an optional chain.
|
|
lint/complexity/useOptionalChain:
test/e2e/turnstile-compat.test.js#L336
Change to an optional chain.
|
|
lint/complexity/useOptionalChain:
test/e2e/turnstile-compat.test.js#L308
Change to an optional chain.
|
|
lint/complexity/useOptionalChain:
test/e2e/turnstile-compat.test.js#L305
Change to an optional chain.
|
|
lint/complexity/useOptionalChain:
test/e2e/turnstile-compat.test.js#L300
Change to an optional chain.
|
|
lint/complexity/useOptionalChain:
test/e2e/turnstile-compat.test.js#L299
Change to an optional chain.
|
|
lint/suspicious/noPrototypeBuiltins:
test/e2e/turnstile-compat.test.js#L188
Do not access Object.prototype method 'hasOwnProperty' from target object.
|
|
lint/suspicious/noUselessEscapeInString:
test/e2e/proxy.test.js#L1137
The character doesn't need to be escaped.
|
|
lint/suspicious/noUselessEscapeInString:
scripts/build.mjs#L199
The character doesn't need to be escaped.
|
|
Go, Rust, JavaScript, Puppeteer, and build checks
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-go@v5, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint/style/useTemplate:
test/e2e/proxy.test.js#L1426
Template literals are preferred over string concatenation.
|
|
lint/style/useTemplate:
test/e2e/proxy.test.js#L1402
Template literals are preferred over string concatenation.
|
|
lint/style/useTemplate:
test/e2e/proxy.test.js#L1359
Template literals are preferred over string concatenation.
|
|
lint/style/useTemplate:
test/e2e/proxy.test.js#L1355
Template literals are preferred over string concatenation.
|
|
lint/style/useTemplate:
test/e2e/proxy.test.js#L1351
Template literals are preferred over string concatenation.
|
|
lint/style/useTemplate:
test/e2e/proxy.test.js#L1165
Template literals are preferred over string concatenation.
|
|
lint/style/useTemplate:
test/e2e/proxy.test.js#L607
Template literals are preferred over string concatenation.
|
|
lint/style/useTemplate:
test/e2e/proxy.test.js#L587
Template literals are preferred over string concatenation.
|
|
lint/style/useTemplate:
test/e2e/proxy.test.js#L576
Template literals are preferred over string concatenation.
|
|
lint/style/useTemplate:
scripts/build.mjs#L152
Template literals are preferred over string concatenation.
|