chore(deps): lock file maintenance#35
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #35 +/- ##
=======================================
Coverage 97.09% 97.09%
=======================================
Files 32 32
Lines 758 758
Branches 66 66
=======================================
Hits 736 736
Misses 5 5
Partials 17 17 ☔ View full report in Codecov by Sentry. |
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| jscpd | yes | 7 | no | 1.77s | ||
| ✅ JSON | prettier | 1 | 0 | 0 | 0 | 0.38s |
| ✅ JSON | v8r | 1 | 0 | 0 | 1.92s | |
| ✅ MARKDOWN | rumdl | 16 | 0 | 0 | 0 | 0.06s |
| ✅ PYTHON | ruff | yes | yes | no | no | 0.04s |
| ✅ PYTHON | ruff-format | yes | yes | no | no | 0.03s |
| ✅ REPOSITORY | git_diff | yes | no | no | 0.01s | |
| cspell | yes | 1 | no | 3.34s |
Detailed Issues
⚠️ SPELL / cspell - 1 error
docs/guides/pytree-workflows.md:73:56 - Unknown word (kwargs) -- _self_args`, `_self_kwargs`, and
Suggestions: [karts, kwa's, kiangs, kwan's, Kwa's]
CSpell: Files checked: 96, Issues found: 1 in 1 file.
You can skip this misspellings by defining the following .cspell.json file at the root of your repository
Of course, please correct real typos before :)
{
"version": "0.2",
"language": "en",
"ignorePaths": [
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/**",
"**/.pnpm-lock.json",
".vscode",
"package-lock.json",
"megalinter-reports"
],
"words": [
"kwargs"
]
}
You can also copy-paste megalinter-reports/LINTER_DEFAULT at the root of your repository
⚠️ COPYPASTE / jscpd - 7 errors
Clone found (python):
- src/liblaf/jarp/tree/codegen/_compile.py [88:17 - 96:5] (8 lines, 97 tokens)
src/liblaf/jarp/tree/codegen/_compile.py [27:25 - 35:16]
Clone found (python):
- src/liblaf/jarp/tree/codegen/_codegen.py [41:26 - 47:5] (6 lines, 92 tokens)
src/liblaf/jarp/tree/codegen/_codegen.py [31:16 - 37:5]
Clone found (python):
- src/liblaf/jarp/tree/codegen/_codegen.py [142:2 - 153:5] (11 lines, 91 tokens)
src/liblaf/jarp/tree/codegen/_codegen.py [110:5 - 121:5]
Clone found (python):
- src/liblaf/jarp/tree/attrs/_define.py [129:14 - 134:14] (5 lines, 71 tokens)
src/liblaf/jarp/tree/attrs/_define.py [104:7 - 109:7]
Clone found (python):
- src/liblaf/jarp/_jit/_filter_jit.py [29:5 - 34:5] (5 lines, 72 tokens)
src/liblaf/jarp/_jit/_filter_jit.py [17:5 - 22:9]
Clone found (python):
- src/liblaf/jarp/_jit/_fallback_jit.py [47:7 - 62:4] (15 lines, 181 tokens)
src/liblaf/jarp/_jit/_filter_jit.py [50:12 - 66:6]
Clone found (python):
- tests/tree/test_core.py [287:50 - 297:13] (10 lines, 83 tokens)
tests/tree/test_core.py [269:54 - 279:7]
┌────────┬────────────────┬─────────────┬──────────────┬──────────────┬──────────────────┬───────────────────┐
│ Format │ Files analyzed │ Total lines │ Total tokens │ Clones found │ Duplicated lines │ Duplicated tokens │
├────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ python │ 41 │ 3200 │ 27921 │ 7 │ 60 (1.88%) │ 687 (2.46%) │
├────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ Total: │ 41 │ 3200 │ 27921 │ 7 │ 60 (1.88%) │ 687 (2.46%) │
└────────┴────────────────┴─────────────┴──────────────┴──────────────┴──────────────────┴───────────────────┘
Found 7 clones.
HTML report saved to megalinter-reports/copy-paste/html/
ERROR: jscpd found too many duplicates (1.88%) over threshold (0%)
Error: ERROR: jscpd found too many duplicates (1.88%) over threshold (0%)
at ThresholdReporter.report (/node-deps/node_modules/@jscpd/finder/dist/index.js:615:13)
at /node-deps/node_modules/@jscpd/finder/dist/index.js:109:18
at Array.forEach (<anonymous>)
at /node-deps/node_modules/@jscpd/finder/dist/index.js:108:22
at async /node-deps/node_modules/jscpd/dist/bin/jscpd.js:9:5
See detailed reports in MegaLinter artifacts

Show us your support by starring ⭐ the repository
c5c8815 to
00f416c
Compare
00f416c to
1c97de3
Compare
1c97de3 to
ede8259
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:
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
🔧 This Pull Request updates lock files to use the latest dependency versions.
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.