Closed renovate[bot] closed 5 days ago
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
β API | spectral | 1 | 0 | 1.75s | |
β οΈ BASH | bash-exec | 6 | 1 | 0.02s | |
β BASH | shellcheck | 6 | 0 | 0.24s | |
β BASH | shfmt | 6 | 0 | 0 | 0.83s |
β COPYPASTE | jscpd | yes | no | 3.51s | |
β DOCKERFILE | hadolint | 128 | 0 | 24.0s | |
β JSON | jsonlint | 20 | 0 | 0.25s | |
β JSON | v8r | 22 | 0 | 33.35s | |
β οΈ MARKDOWN | markdownlint | 266 | 0 | 297 | 35.49s |
β MARKDOWN | markdown-table-formatter | 266 | 0 | 0 | 143.0s |
β οΈ PYTHON | bandit | 212 | 66 | 4.14s | |
β PYTHON | black | 212 | 0 | 0 | 5.82s |
β PYTHON | flake8 | 212 | 0 | 2.23s | |
β PYTHON | isort | 212 | 0 | 0 | 1.67s |
β PYTHON | mypy | 212 | 0 | 15.34s | |
β PYTHON | pylint | 212 | 0 | 33.58s | |
β PYTHON | ruff | 212 | 0 | 0 | 0.79s |
β REPOSITORY | checkov | yes | no | 37.2s | |
β REPOSITORY | git_diff | yes | no | 0.78s | |
β οΈ REPOSITORY | grype | yes | 26 | 15.68s | |
β REPOSITORY | secretlint | yes | no | 15.1s | |
β REPOSITORY | trivy | yes | no | 22.69s | |
β REPOSITORY | trivy-sbom | yes | no | 0.34s | |
β οΈ REPOSITORY | trufflehog | yes | 1 | 8.18s | |
β SPELL | cspell | 713 | 0 | 13.71s | |
β οΈ SPELL | lychee | 348 | 10 | 6.93s | |
β XML | xmllint | 3 | 0 | 0 | 0.85s |
β YAML | prettier | 160 | 0 | 0 | 4.8s |
β YAML | v8r | 102 | 0 | 195.01s | |
β YAML | yamllint | 161 | 0 | 3.0s |
See detailed report in MegaLinter reports
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
β API | spectral | 1 | 0 | 1.7s | |
β οΈ BASH | bash-exec | 6 | 1 | 0.05s | |
β BASH | shellcheck | 6 | 0 | 0.24s | |
β BASH | shfmt | 6 | 0 | 0 | 0.82s |
β COPYPASTE | jscpd | yes | no | 3.43s | |
β DOCKERFILE | hadolint | 128 | 0 | 24.67s | |
β JSON | jsonlint | 20 | 0 | 0.27s | |
β JSON | v8r | 22 | 0 | 32.74s | |
β οΈ MARKDOWN | markdownlint | 266 | 0 | 297 | 33.58s |
β MARKDOWN | markdown-table-formatter | 266 | 0 | 0 | 152.2s |
β οΈ PYTHON | bandit | 212 | 66 | 3.8s | |
β PYTHON | black | 212 | 0 | 0 | 6.08s |
β PYTHON | flake8 | 212 | 0 | 2.52s | |
β PYTHON | isort | 212 | 0 | 0 | 1.63s |
β PYTHON | mypy | 212 | 0 | 16.75s | |
β PYTHON | pylint | 212 | 0 | 33.46s | |
β PYTHON | ruff | 212 | 0 | 0 | 0.8s |
β REPOSITORY | checkov | yes | no | 36.59s | |
β REPOSITORY | git_diff | yes | no | 0.78s | |
β οΈ REPOSITORY | grype | yes | 26 | 15.62s | |
β REPOSITORY | secretlint | yes | no | 15.14s | |
β REPOSITORY | trivy | yes | no | 38.75s | |
β REPOSITORY | trivy-sbom | yes | no | 0.36s | |
β οΈ REPOSITORY | trufflehog | yes | 1 | 8.38s | |
β SPELL | cspell | 713 | 0 | 13.81s | |
β οΈ SPELL | lychee | 348 | 10 | 6.76s | |
β XML | xmllint | 3 | 0 | 0 | 0.86s |
β YAML | prettier | 160 | 0 | 0 | 4.77s |
β YAML | v8r | 102 | 0 | 194.14s | |
β YAML | yamllint | 161 | 0 | 2.91s |
See detailed report in MegaLinter reports
This PR contains the following updates:
2.34.0
->2.36.0
Release Notes
Lightning-Flow-Scanner/lightning-flow-scanner-sfdx (lightning-flow-scanner)
### [`v2.36.0`](https://redirect.github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx/releases/tag/v2.36.0): 2.36.0 | Community Release [Compare Source](https://redirect.github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx/compare/v2.35.1...v2.36.0) ##### What's Changed New & Changed Rules: | Rule (Configuration ID) | Description | |--------------------------|-------------| | **Same Record Field Updates** ([`SameRecordFieldUpdates`](https://redirect.github.com/Lightning-Flow-Scanner/lightning-flow-scanner-core/tree/master/src/main/rules/SameRecordFieldUpdates.ts)) | Much like triggers, before contexts can update the same record by accessing the trigger variables `$Record` without needing to invoke a DML. | | **Trigger Order** ([`TriggerOrder`](https://redirect.github.com/Lightning-Flow-Scanner/lightning-flow-scanner-core/tree/master/src/main/rules/TriggerOrder.ts)) | Guarantee your flow execution order with the Trigger Order property introduced in Spring '22 | | **Missing Fault Path** ([`MissingFaultPath`](https://redirect.github.com/Lightning-Flow-Scanner/lightning-flow-scanner-core/tree/master/src/main/rules/MissingFaultPath.ts)) | At times, a flow may fail to execute a configured operation as intended. By default, the flow displays an error message to the user and notifies the admin who created the flow via email. However, you can customize this behavior by incorporating a Fault Path. | - feat(core): update dependencies and update sfdx commands to sf cli by [@junners](https://redirect.github.com/junners) in [https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx/pull/131](https://redirect.github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx/pull/131) - chore: bump node to node 22 by [@junners](https://redirect.github.com/junners) in [https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx/pull/132](https://redirect.github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx/pull/132) - chore(core): update core to 4.8.0 trigger order rule by [@junners](https://redirect.github.com/junners) in [https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx/pull/133](https://redirect.github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx/pull/133) **Full Changelog**: https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx/compare/v2.34.0...v2.36.0 ### [`v2.35.1`](https://redirect.github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx/compare/v2.35.0...v2.35.1) [Compare Source](https://redirect.github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx/compare/v2.35.0...v2.35.1) ### [`v2.35.0`](https://redirect.github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx/releases/tag/v2.35.0): 2.35.0 | Community Release [Compare Source](https://redirect.github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx/compare/v2.34.2...v2.35.0) ##### What's Changed | Rule (Configuration ID) | Description | |--------------------------|-------------| | **Same Record Field Updates** ([`SameRecordFieldUpdates`](https://redirect.github.com/Lightning-Flow-Scanner/lightning-flow-scanner-core/tree/master/src/main/rules/SameRecordFieldUpdates.ts)) | Much like triggers, before contexts can update the same record by accessing the trigger variables `$Record` without needing to invoke a DML. | | **Missing Fault Path** ([`MissingFaultPath`](https://redirect.github.com/Lightning-Flow-Scanner/lightning-flow-scanner-core/tree/master/src/main/rules/MissingFaultPath.ts)) | At times, a flow may fail to execute a configured operation as intended. By default, the flow displays an error message to the user and notifies the admin who created the flow via email. However, you can customize this behavior by incorporating a Fault Path. | - feat(core): update dependencies and update sfdx commands to sf cli by [@junners](https://redirect.github.com/junners) in [https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx/pull/131](https://redirect.github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx/pull/131) - chore: bump node to node 22 by [@junners](https://redirect.github.com/junners) in [https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx/pull/132](https://redirect.github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx/pull/132) **Full Changelog**: https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx/compare/v2.34.0...v2.35.0 ### [`v2.34.2`](https://redirect.github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx/compare/v2.34.1...v2.34.2) [Compare Source](https://redirect.github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx/compare/v2.34.1...v2.34.2) ### [`v2.34.1`](https://redirect.github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx/compare/v2.34.0...v2.34.1) [Compare Source](https://redirect.github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx/compare/v2.34.0...v2.34.1)Configuration
π Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.