Merge pull request #101 from qlik-oss/dependabot/npm_and_yarn/decode-… #26
Annotations
21 warnings
|
test
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-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|
|
test:
src/data-table/index.jsx#L134
Line 134 exceeds the maximum line length of 120
|
|
test:
src/data-table/index.jsx#L125
'?' should be placed at the beginning of the line
|
|
test:
src/data-table/index.jsx#L125
Unexpected negated condition
|
|
test:
src/data-table/index.jsx#L124
Do not use Array index in keys
|
|
test:
src/data-table/index.jsx#L72
Strings must use singlequote
|
|
test:
src/data-table/index.jsx#L60
'===' should be placed at the beginning of the line
|
|
test:
src/data-table/index.jsx#L56
'===' should be placed at the beginning of the line
|
|
test:
src/data-table/index.jsx#L52
'===' should be placed at the beginning of the line
|
|
test:
src/data-table/index.jsx#L51
'&&' should be placed at the beginning of the line
|
|
test:
src/data-table/index.jsx#L48
Unary operator '++' used
|
|
test:
src/excel-export.js#L10
Function 'buildTableHTML' has too many parameters (4). Maximum allowed is 3
|
|
test:
src/definition/table-format.js#L42
Unexpected newline after ')'
|
|
test:
src/definition/table-format.js#L41
Unexpected function expression
|
|
test:
src/definition/table-format.js#L40
Expected method shorthand
|
|
test:
src/definition/table-format.js#L20
Unexpected function expression
|
|
test:
src/definition/table-format.js#L11
Unexpected function expression
|
|
test:
src/definition/table-format.js#L9
Unexpected function expression
|
|
test:
src/definition/conditional-coloring.js#L46
Expected method shorthand
|
|
test:
src/dataset.js#L33
Block must not be padded by blank lines
|
|
test:
src/dataset.js#L9
Async function 'buildDataCube' has too many parameters (4). Maximum allowed is 3
|