upcoming: [UIE-10690, UIE-10691] – Create new Summary section in the NodeBalancer Details tab #9345
Annotations
5 warnings
|
Complete job
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, pnpm/action-setup@eae0cfeb286e66ffb5155f1a79b90583a127a68b. 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/
|
|
Run abailly-akamai/action-eslint@8ad68ba04fa60924ef7607b07deb5989f38f5ed6:
packages/manager/src/features/NodeBalancers/NodeBalancerDetail/NodeBalancerSummaryv2/NodeBalancerDetailHeader.tsx#L9
[eslint] reported by reviewdog 🐶
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components.
Raw Output:
{"ruleId":"react-refresh/only-export-components","severity":1,"message":"Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components.","line":9,"column":14,"nodeType":"Identifier","messageId":"namedExport","endLine":9,"endColumn":31}
|
|
Run abailly-akamai/action-eslint@8ad68ba04fa60924ef7607b07deb5989f38f5ed6:
packages/manager/src/features/NodeBalancers/NodeBalancerDetail/NodeBalancerSummaryv2/NodeBalancerDetailHeader.test.tsx#L49
[eslint] reported by reviewdog 🐶
Use null instead.
Raw Output:
{"ruleId":"sonarjs/no-undefined-assignment","severity":1,"message":"Use null instead.","line":49,"column":13,"nodeType":"Identifier","messageId":"useNull","endLine":49,"endColumn":22}
|
|
Run abailly-akamai/action-eslint@8ad68ba04fa60924ef7607b07deb5989f38f5ed6:
packages/manager/src/features/NodeBalancers/NodeBalancerDetail/NodeBalancerSummaryv2/NodeBalancerDetailFooter.test.tsx#L109
[eslint] reported by reviewdog 🐶
Prefer using userEvent.click, userEvent.type, userEvent.selectOptions, or userEvent.deselectOptions over fireEvent.click
Raw Output:
{"ruleId":"testing-library/prefer-user-event","severity":1,"message":"Prefer using userEvent.click, userEvent.type, userEvent.selectOptions, or userEvent.deselectOptions over fireEvent.click","line":109,"column":5,"nodeType":"MemberExpression","messageId":"preferUserEvent","endLine":109,"endColumn":20}
|
|
Run abailly-akamai/action-eslint@8ad68ba04fa60924ef7607b07deb5989f38f5ed6:
packages/manager/src/features/NodeBalancers/NodeBalancerDetail/NodeBalancerSummaryv2/NodeBalancerDetailFooter.test.tsx#L34
[eslint] reported by reviewdog 🐶
Remove this use of the "void" operator.
Raw Output:
{"ruleId":"sonarjs/void-use","severity":1,"message":"Remove this use of the \"void\" operator.","line":34,"column":32,"nodeType":null,"messageId":"removeVoid","endLine":34,"endColumn":36}
|
Loading