chore(deps): update dependency jscpd to v5.1.1 - #293
Merged
Conversation
Contributor
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Duplication | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
renovate
Bot
force-pushed
the
renovate/jscpd-5.x-lockfile
branch
from
August 31, 2026 19:39
ce1dff2 to
cfdf4d3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.0.16→5.1.1Release Notes
kucherenko/jscpd (jscpd)
v5.1.1Compare Source
v5.1.0Compare Source
New Features
--baseline,--update-baseline,--fail-on-new-clones) — gate CI on new duplication only: a committed baseline file records fingerprints of accepted clones, and only clones absent from it fail the build, so legacy duplication is tolerated while regressions are caught. (#944)--baseline-from-ref) — stateless PR gating without a committed file: scans the base ref in a temporary worktree and reports clones that don't exist there. (#944)--reporters openmetrics) — duplication gauges in the OpenMetrics text format, ready for GitLab CIartifacts:reports:metrics. (#422)--reporters codeclimate, aliasgitlab) —gl-code-quality-report.jsonfor GitLab'sartifacts:reports:codequality, so duplicates appear as code quality issues in merge requests. (#958)aarch64-pc-windows-msvcbinary on Windows ARM64. (#963).config/— jscpd also finds its config at.config/jscpd.jsonper the dot-config convention; a root.jscpd.jsonstill wins. (#979)Bug Fixes
--formatvalues warn instead of silently scanning 0 files —--format cs(or any typo) no longer looks identical to a clean scan in CI. (#964)--baseline-from-refno longer reports every clone as new — Windows verbatim paths (\\?\C:\...) were truncated by the:format-suffix stripper, silently breaking every snippet read behind the base scan's fingerprints. Clone fingerprints are also line-ending agnostic now, so committed baselines survive CRLF/LF differences between platforms.Thank You ❤️
.config/subfolder (#979)--formatbehavior (#964)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.