Skip to content

chore(deps): lock file maintenance#35

Merged
liblaf merged 1 commit into
mainfrom
renovate/lock-file-maintenance
May 11, 2026
Merged

chore(deps): lock file maintenance#35
liblaf merged 1 commit into
mainfrom
renovate/lock-file-maintenance

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 13, 2026

This PR contains the following updates:

Update Change
lockFileMaintenance All locks refreshed

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)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


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

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

renovate-approve[bot]
renovate-approve Bot previously approved these changes Apr 13, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.09%. Comparing base (e40917b) to head (ede8259).
✅ All tests successful. No failed tests found.

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.
📢 Have feedback on the report? Share it here.

@liblaf-mega-linter
Copy link
Copy Markdown

liblaf-mega-linter Bot commented Apr 13, 2026

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
⚠️ COPYPASTE 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
⚠️ SPELL 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

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

@renovate renovate Bot requested a review from liblaf April 13, 2026 05:49
@renovate renovate Bot force-pushed the renovate/lock-file-maintenance branch from c5c8815 to 00f416c Compare May 6, 2026 03:15
@renovate renovate Bot force-pushed the renovate/lock-file-maintenance branch from 00f416c to 1c97de3 Compare May 11, 2026 13:59
@renovate renovate Bot force-pushed the renovate/lock-file-maintenance branch from 1c97de3 to ede8259 Compare May 11, 2026 16:39
@liblaf liblaf merged commit 2fda609 into main May 11, 2026
18 checks passed
@liblaf liblaf deleted the renovate/lock-file-maintenance branch May 11, 2026 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant