Skip to content

chore(deps): lock file maintenance - #36

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/lock-file-maintenance
Jul 13, 2026
Merged

chore(deps): lock file maintenance#36
renovate[bot] merged 1 commit into
mainfrom
renovate/lock-file-maintenance

Conversation

@renovate

@renovate renovate Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

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.

@read-the-docs-community

Copy link
Copy Markdown

Documentation build overview

📚 liblaf-lazy-loader | 🛠️ Build #33556312 | 📁 Comparing 6247d30 against latest (f66ccaf)

  🔍 Preview build  

2 files changed
± 404.html
± reference/index.html

@codecov

codecov Bot commented Jul 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.95%. Comparing base (f66ccaf) to head (6247d30).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #36   +/-   ##
=======================================
  Coverage   88.95%   88.95%           
=======================================
  Files           6        6           
  Lines         181      181           
  Branches       23       23           
=======================================
  Hits          161      161           
  Misses         14       14           
  Partials        6        6           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@github-actions

Copy link
Copy Markdown

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
⚠️ COPYPASTE jscpd yes 2 no 0.34s
✅ JSON jsonlint 1 0 0 0.46s
✅ JSON prettier 1 0 0 0 0.28s
✅ JSON v8r 1 0 0 1.52s
✅ MARKDOWN rumdl 3 0 0 0 0.04s
✅ PYTHON ruff yes yes no no 0.21s
✅ PYTHON ruff-format yes yes no no 0.01s
✅ REPOSITORY git_diff yes no no 0.01s
⚠️ SPELL cspell 28 5 0 2.55s

Detailed Issues

⚠️ SPELL / cspell - 5 errors
README.md:44:5      - Unknown word (mypkg)      -- In `mypkg/__init__.py`, wire the
	 Suggestions: [mpeg, mybig, myBig, mypage, Mybig]
README.md:49:3      - Unknown word (getattr)    -- __getattr__, __dir__, __all__
	 Suggestions: [getter, gestate, guttate, getty, Getty]
README.md:55:3      - Unknown word (getattr)    -- __getattr__, __dir__, __all__
	 Suggestions: [getter, gestate, guttate, getty, Getty]
README.md:58:17     - Unknown word (mypkg)      -- In the sibling `mypkg/__init__.pyi`, declare
	 Suggestions: [mpeg, mybig, myBig, mypage, Mybig]
README.md:102:5     - Unknown word (etils)      -- - [`etils.epy.lazy_api_imports
	 Suggestions: [evils, utils, elis, tels, eblis]
CSpell: Files checked: 28, Issues found: 5 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": [
        "etils",
        "getattr",
        "mypkg"
    ]
}


You can also copy-paste megalinter-reports/LINTER_DEFAULT at the root of your repository
⚠️ COPYPASTE / jscpd - 2 errors
Using config from /action/lib/.automation/.jscpd.json
Clone found (python)
 - tests/test_eager_import.py [9:43 - 22:41] (14 lines, 63 tokens)
   tests/test_eager_import.py [41:43 - 54:41]
Clone found (python)
 - tests/test_eager_import.py [28:27 - 40:4] (13 lines, 81 tokens)
   tests/test_eager_import.py [60:31 - 72:4]
┌────────┬────────────────┬─────────────┬──────────────┬──────────────┬──────────────────┬───────────────────┐
│ Format │ Files analyzed │ Total lines │ Total tokens │ Clones found │ Duplicated lines │ Duplicated tokens │
├────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ python │ 11             │ 644         │ 3579         │ 2            │ 25 (3.88%)       │ 144 (4.02%)       │
├────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ toml   │ 4              │ 389         │ 1234         │ 0            │ 0 (0.00%)        │ 0 (0.00%)         │
├────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ Total: │ 15             │ 1033        │ 4813         │ 2            │ 25 (2.42%)       │ 144 (2.99%)       │
└────────┴────────────────┴─────────────┴──────────────┴──────────────┴──────────────────┴───────────────────┘
Found 2 clones.
HTML report saved to megalinter-reports/copy-paste/jscpd-report.html
ERROR: jscpd found too many duplicates (2.4%) over threshold (0.0%)
time: 51.058ms

Notices

📣 MegaLinter 9.5.0 is out! Discover the new features and security recommendations in the release announcement. (Skip this info by defining SECURITY_SUGGESTIONS: false)

See detailed reports in MegaLinter artifacts

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

@renovate
renovate Bot merged commit 47c4884 into main Jul 13, 2026
18 checks passed
@renovate
renovate Bot deleted the renovate/lock-file-maintenance branch July 13, 2026 11:52
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.

0 participants