Skip to content

feat: Move from jquery to react js #5

feat: Move from jquery to react js

feat: Move from jquery to react js #5

Triggered via pull request July 22, 2024 06:19
Status Failure
Total duration 1m 40s
Artifacts

js_ci.yml

on: pull_request
Matrix: test_js
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 8 warnings
test_js (14): webpack/components/proxmox_vm.js#L50
Unexpected var, use let or const instead
test_js (14): webpack/components/proxmox_vm.js#L50
Identifier 'removable_input_hidden' is not in camel case
test_js (14): webpack/components/proxmox_vm.js#L50
'removable_input_hidden' is assigned a value but never used
test_js (14): webpack/components/proxmox_vm.js#L50
Replace `"div.removable-item[style='display:·none;']"·+·"·+·input:hidden"` with `⏎····"div.removable-item[style='display:·none;']"·+·'·+·input:hidden'⏎··`
test_js (14): webpack/components/proxmox_vm.js#L50
Unexpected string concatenation of literals
test_js (14): webpack/components/proxmox_vm.js#L51
'removableInputHidden' is not defined
test_js (14)
Process completed with exit code 1.
test_js (14)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test_js (14)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test_js (14): webpack/components/ProxmoxContainer/ProxmoxContainerNetwork.js#L24
React Hook useEffect has a missing dependency: 'addInterface'. Either include it or remove the dependency array
test_js (14): webpack/components/ProxmoxContainer/ProxmoxContainerStorage.js#L45
React Hook useEffect has a missing dependency: 'addMountPoint'. Either include it or remove the dependency array
test_js (14): webpack/components/ProxmoxServer/ProxmoxServerNetwork.js#L25
React Hook useEffect has a missing dependency: 'addInterface'. Either include it or remove the dependency array
test_js (14): webpack/components/ProxmoxServer/ProxmoxServerStorage.js#L51
React Hook useEffect has missing dependencies: 'addCDRom', 'addHardDisk', and 'nextDeviceNumbers'. Either include them or remove the dependency array
test_js (14): webpack/components/ProxmoxVmType.js#L62
React Hook useEffect has a missing dependency: 'general'. Either include it or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setFilteredBridges' needs the current value of 'general'
test_js (14): webpack/components/ProxmoxVmType.js#L62
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked