Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 8, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lightning-flow-scanner 3.2.1 -> 3.4.0 age adoption passing confidence

Release Notes

Lightning-Flow-Scanner/lightning-flow-scanner-sfdx (lightning-flow-scanner)

v3.4.0: 3.4.0 | Community Release

Compare Source

New Rule

This rule is opt-in only while running in beta

to opt-in, use modify your .flow-scanner.yml configuration with the ff:

rules:
  RecursiveAfterUpdate:
    severity: error
Rule (Configuration ID) Description
Recursive After Update (RecursiveAfterUpdate) After updates are meant to be used for record modifications that are not the same record that triggered the flow. Using after updates on the same record can lead to recursion and unexpected behavior. Consider using before save flows for same record updates.
What's Changed

Full Changelog: Flow-Scanner/lightning-flow-scanner@v3.3.0...v3.4.0

v3.3.1

Compare Source

v3.3.0: 3.3.0 | Community Release

Compare Source

CVE and Security Fixes

Full Changelog: Flow-Scanner/lightning-flow-scanner@v3.2.1...v3.3.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 8, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Apr 8, 2025

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ API spectral 1 0 0 1.68s
⚠️ BASH bash-exec 6 1 0 0.02s
✅ BASH shellcheck 6 0 0 0.2s
✅ BASH shfmt 6 0 0 0 0.71s
✅ COPYPASTE jscpd yes no no 3.15s
✅ DOCKERFILE hadolint 129 0 0 27.27s
✅ JSON jsonlint 20 0 0 0.19s
✅ JSON v8r 22 0 0 15.47s
⚠️ MARKDOWN markdownlint 267 0 302 0 20.08s
✅ MARKDOWN markdown-table-formatter 267 0 0 0 167.63s
⚠️ PYTHON bandit 215 66 0 3.51s
✅ PYTHON black 215 0 0 0 5.04s
✅ PYTHON flake8 215 0 0 1.95s
✅ PYTHON isort 215 0 0 0 1.09s
✅ PYTHON mypy 215 0 0 10.11s
✅ PYTHON pylint 215 0 0 21.13s
✅ PYTHON ruff 215 0 0 0 0.51s
✅ REPOSITORY checkov yes no no 34.87s
✅ REPOSITORY git_diff yes no no 0.74s
⚠️ REPOSITORY grype yes 27 no 32.31s
✅ REPOSITORY secretlint yes no no 8.56s
✅ REPOSITORY syft yes no no 2.15s
✅ REPOSITORY trivy yes no no 10.24s
✅ REPOSITORY trivy-sbom yes no no 0.64s
⚠️ REPOSITORY trufflehog yes 1 no 57.23s
✅ SPELL cspell 718 0 0 11.82s
⚠️ SPELL lychee 349 30 0 39.34s
✅ XML xmllint 3 0 0 0 1.22s
✅ YAML prettier 160 0 0 0 3.56s
✅ YAML v8r 103 0 0 27.72s
✅ YAML yamllint 161 0 0 2.71s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@renovate renovate bot force-pushed the renovate/lightning-flow-scanner-3.x branch from 9f6f907 to 038d24e Compare April 9, 2025 10:56
@renovate renovate bot force-pushed the renovate/lightning-flow-scanner-3.x branch from 038d24e to c0bc474 Compare April 13, 2025 23:35
@renovate renovate bot changed the title chore(deps): update dependency lightning-flow-scanner to v3.3.0 chore(deps): update dependency lightning-flow-scanner to v3.4.0 Apr 13, 2025
@renovate renovate bot force-pushed the renovate/lightning-flow-scanner-3.x branch from c0bc474 to ffa8dba Compare April 14, 2025 10:38
@nvuillam nvuillam merged commit 2b00b2f into main Apr 14, 2025
130 checks passed
@nvuillam nvuillam deleted the renovate/lightning-flow-scanner-3.x branch April 14, 2025 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants