Skip to content

chore(deps): lock file maintenance#15

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/lock-file-maintenance
May 4, 2026
Merged

chore(deps): lock file maintenance#15
renovate[bot] merged 1 commit intomainfrom
renovate/lock-file-maintenance

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 4, 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.

@read-the-docs-community
Copy link
Copy Markdown

Documentation build overview

📚 liblaf-conf | 🛠️ Build #32519263 | 📁 Comparing 9c7a0fd against latest (367bd62)

  🔍 Preview build  

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

@liblaf-mega-linter
Copy link
Copy Markdown

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
⚠️ COPYPASTE jscpd yes 1 no 1.15s
✅ JSON prettier 1 0 0 0 0.28s
✅ JSON v8r 1 0 0 2.29s
✅ MARKDOWN rumdl 6 0 0 0 0.05s
✅ PYTHON ruff yes yes no no 0.02s
✅ PYTHON ruff-format yes yes no no 0.02s
✅ REPOSITORY git_diff yes no no 0.01s
⚠️ SPELL cspell yes 5 no 2.8s

Detailed Issues

⚠️ SPELL / cspell - 5 errors
.config/mise/conf.d/50-python.toml:44:69     - Unknown word (tombi)      -- files with toml-sort and tombi"
	 Suggestions: [tomb, tomi, tombs, TOMI, zombi]
.pre-commit-config.yaml:16:7      - Unknown word (oxfmt)      -- - oxfmt
	 Suggestions: [oxime, oft, oxt, OXT]
.pre-commit-config.yaml:17:7      - Unknown word (oxlint)     -- - oxlint
	 Suggestions: [olin, osint, oxlip, ogling, oiling]
.pre-commit-config.yaml:30:13     - Unknown word (oxfmt)      -- - id: oxfmt
	 Suggestions: [oxime, oft, oxt, OXT]
.pre-commit-config.yaml:34:13     - Unknown word (oxlint)     -- - id: oxlint
	 Suggestions: [olin, osint, oxlip, ogling, oiling]
CSpell: Files checked: 55, Issues found: 5 in 2 files.


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": [
        "oxfmt",
        "oxlint",
        "tombi"
    ]
}


You can also copy-paste megalinter-reports/LINTER_DEFAULT at the root of your repository
⚠️ COPYPASTE / jscpd - 1 error
Clone found (python):
 - src/liblaf/conf/_field.py [25:5 - 30:4] (5 lines, 92 tokens)
   src/liblaf/conf/_group.py [15:5 - 20:2]

┌────────┬────────────────┬─────────────┬──────────────┬──────────────┬──────────────────┬───────────────────┐
│ Format │ Files analyzed │ Total lines │ Total tokens │ Clones found │ Duplicated lines │ Duplicated tokens │
├────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ python │ 20             │ 974         │ 8630         │ 1            │ 5 (0.51%)        │ 92 (1.07%)        │
├────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ Total: │ 20             │ 974         │ 8630         │ 1            │ 5 (0.51%)        │ 92 (1.07%)        │
└────────┴────────────────┴─────────────┴──────────────┴──────────────┴──────────────────┴───────────────────┘
Found 1 clones.
HTML report saved to megalinter-reports/copy-paste/html/
ERROR: jscpd found too many duplicates (0.51%) over threshold (0%)
Error: ERROR: jscpd found too many duplicates (0.51%) 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

@codecov
Copy link
Copy Markdown

codecov Bot commented May 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.58%. Comparing base (367bd62) to head (9c7a0fd).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #15   +/-   ##
=======================================
  Coverage   87.58%   87.58%           
=======================================
  Files          11       11           
  Lines         290      290           
  Branches       44       44           
=======================================
  Hits          254      254           
  Misses         14       14           
  Partials       22       22           

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

@renovate renovate Bot merged commit 85572fc into main May 4, 2026
18 checks passed
@renovate renovate Bot deleted the renovate/lock-file-maintenance branch May 4, 2026 04:46
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