Skip to content

fix(deps): update dependency lazy-loader to >=0.5,<0.6 - autoclosed#91

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/lazy-loader-0.x
Closed

fix(deps): update dependency lazy-loader to >=0.5,<0.6 - autoclosed#91
renovate[bot] wants to merge 1 commit intomainfrom
renovate/lazy-loader-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 6, 2026

This PR contains the following updates:

Package Change Age Confidence
lazy-loader >=0.4,<0.5>=0.5,<0.6 age confidence

Release Notes

scientific-python/lazy-loader (lazy-loader)

v0.5

Compare Source

Enhancements

  • Add suppress_warning parameter to the load function (#​146).

Bug Fixes

  • fix: Remove problematic try/finally block (#​137).
  • Make sure that __dir__ returns new copies of __all__ (#​135).
  • Allow disabled eager loading with EAGER_IMPORT=0 (#​166).

Documentation

  • Update release process doc (#​105).

Maintenance

  • Drop Python 3.7 support (#​106).
  • Update ruff config (#​110).
  • Update label check action (#​112).
  • Rename repo to match package name (#​119).
  • Test on Python 3.13 development releases (#​120).
  • Update pre-commit (#​122).
  • Update ruff config (#​123).
  • Update GH actions (#​124).
  • Add codespell pre-commit (#​125).
  • Update pytest config (#​126).
  • Update pre-commit (12/2024) (#​138).
  • Support Python 3.13 (#​139).
  • Drop Python 3.8 support (#​140).
  • rf: Use list.copy() instead of list() (#​148).
  • Switch to src layout, move tests to root (#​151).
  • Update development status as Production/Stable (#​108).
  • Add spin configuration (#​152).
  • test: Update test cases to get full coverage (#​153).
  • Support for Python 3.14 (#​158).
  • Set dependabot cooldown and schedule for 15th of each month (#​162).

Contributors

7 authors added to this release (alphabetically):

7 reviewers added to this release (alphabetically):

These lists are automatically generated, and may not be complete or may contain
duplicates.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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


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

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

@renovate renovate bot assigned liblaf Mar 6, 2026
@renovate renovate bot requested a review from liblaf March 6, 2026 17:53
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Mar 6, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: uv.lock
Command failed: uv lock --upgrade-package lazy-loader
Using CPython 3.13.12
  × No solution found when resolving dependencies for split (markers:
  │ python_full_version >= '3.13'):
  ╰─▶ Because only the following versions of liblaf-melon are available:
          liblaf-melon<=1.0.0
          liblaf-melon==1.1.0
          liblaf-melon==1.1.1
          liblaf-melon==1.1.2
      and liblaf-melon>=1.0.0,<=1.1.1 depends on pyvista>=0.46,<0.47, we can
      conclude that liblaf-melon>=1.0.0,<1.1.2 depends on pyvista>=0.46,<0.47.
      And because liblaf-melon>=1.0.0 depends on lazy-loader>=0.4,<0.5, we can
      conclude that all of:
          lazy-loader<0.4
          lazy-loader>=0.5
      , liblaf-melon>=1.0.0, all of:
          pyvista<0.46
          pyvista>=0.47
       are incompatible.
      And because your project depends on lazy-loader>=0.5 and
      liblaf-melon>=1, we can conclude that your project depends on
      pyvista>=0.46,<0.47.
      And because your project depends on pyvista>=0.47,<0.48 and your project
      requires liblaf-apple[cuda12], we can conclude that your project's
      requirements are unsatisfiable.

renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 6, 2026
@liblaf
Copy link
Copy Markdown
Contributor

liblaf bot commented Mar 6, 2026

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ BASH shellcheck 2 0 0 0.03s
✅ BASH shfmt 2 0 0 0 1.1s
⚠️ COPYPASTE jscpd yes 313 no 9.16s
✅ JSON prettier 7 0 0 0 2.03s
✅ JSON v8r 7 0 0 4.92s
⚠️ PYTHON ruff yes yes 1 no 0.6s
✅ REPOSITORY git_diff yes no no 1.05s
⚠️ SPELL cspell 221 3 0 8.37s
✅ YAML prettier 4 0 0 0 1.66s
✅ YAML v8r 4 0 0 5.48s
✅ YAML yamllint 4 0 0 0.81s

Detailed Issues

⚠️ SPELL / cspell - 3 errors
src/liblaf/apple/inverse/_inverse.py:12:5      - Unknown word (Cupy)       -- CupyMinRes,
	 Suggestions: [cuyp, Cuyp, Copy, Cups, Cuppy]
src/liblaf/apple/inverse/_inverse.py:93:13     - Unknown word (Cupy)       -- CupyMinRes(tol=1e-6),
	 Suggestions: [cuyp, Cuyp, Copy, Cups, Cuppy]
tmp.6NE8UxMvCk/renovate-config.json:28:4      - Unknown word (pyenv)      -- "pyenv": {
	 Suggestions: [peen, pena, pend, peng, penh]
CSpell: Files checked: 221, Issues found: 3 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": [
        "Cupy",
        "pyenv"
    ]
}


You can also copy-paste megalinter-reports/LINTER_DEFAULT at the root of your repository
⚠️ COPYPASTE / jscpd - 313 errors
Clone found (python):
 - exp/2025/07/30/dynamics/collision/collision-bunny-bunny/main.py [1:1 - 14:5] (13 lines, 115 tokens)
   exp/2025/07/30/dynamics/collision/collision-bunny-sphere/main.py [1:1 - 14:4]

Clone found (python):
 - exp/2025/07/30/dynamics/collision/collision-bunny-bunny/main.py [22:5 - 84:78] (62 lines, 768 tokens)
   exp/2025/07/30/dynamics/collision/collision-bunny-sphere/main.py [22:5 - 84:8]

Clone found (python):
 - exp/2025/07/30/dynamics/collision/collision-bunny-bunny/main.py [87:5 - 114:2] (27 lines, 319 tokens)
   exp/2025/07/30/dynamics/collision/collision-bunny-sphere/main.py [84:4 - 111:2]

Clone found (python):
 - exp/2025/07/30/dynamics/collision/collision-bunny/main.py [21:5 - 35:7] (14 lines, 116 tokens)
   exp/2025/07/30/dynamics/collision/collision-bunny-bunny/main.py [17:5 - 31:4]

Clone found (python):
 - exp/2025/07/30/dynamics/collision/collision-bunny/main.py [58:1 - 67:4] (9 lines, 151 tokens)
   exp/2025/07/30/dynamics/collision/collision-bunny-sphere/main.py [31:1 - 40:3]

Clone found (python):
 - exp/2025/07/30/dynamics/collision/collision-bunny/main.py [67:3 - 77:9] (10 lines, 124 tokens)
   exp/2025/07/30/dynamics/collision/collision-bunny-sphere/main.py [40:3 - 49:6]

Clone found (python):
 - exp/2025/07/30/dynamics/collision/collision-bunny/main.py [81:9 - 88:5] (7 lines, 101 tokens)
   exp/2025/07/30/dynamics/collision/collision-bunny-sphere/main.py [52:9 - 59:7]

Clone found (python):
 - exp/2025/07/30/dynamics/collision/collision-bunny/main.py [90:4 - 100:5] (10 lines, 128 tokens)
   exp/2025/07/30/dynamics/collision/collision-bunny-sphere/main.py [58:2 - 68:4]

Clone found (python):
 - exp/2025/07/30/dynamics/collision/collision-bunny/main.py [100:2 - 116:4] (16 lines, 181 tokens)
   exp/2025/07/30/dynamics/collision/collision-bunny-sphere/main.py [68:2 - 84:10]

Clone found (python):
 - exp/2025/07/30/dynamics/collision/collision-bunny/main.py [116:6 - 132:5] (16 lines, 200 tokens)
   exp/2025/07/30/dynamics/collision/collision-bunny-sphere/main.py [87:5 - 103:13]

Clone found (python):
 - exp/2025/07/30/dynamics/collision/collision-box/main.py [1:1 - 50:5] (49 lines, 490 tokens)
   exp/2025/07/30/dynamics/collision/collision-bunny/main.py [1:1 - 50:3]

Clone found (python):
 - exp/2025/07/30/dynamics/collision/collision-box/main.py [52:9 - 79:28] (27 lines, 359 tokens)
   exp/2025/07/30/dynamics/collision/collision-bunny/main.py [54:2 - 81:3]

Clone found (python):
 - exp/2025/07/30/dynamics/collision/collision-box/main.py [78:9 - 96:75] (18 lines, 224 tokens)
   exp/2025/07/30/dynamics/collision/collision-bunny-sphere/main.py [49:10 - 96:8]

Clone found (python):
 - exp/2025/07/30/dynamics/collision/collision-box/main.py [104:5 - 142:10] (38 lines, 481 tokens)
   exp/2025/07/30/dynamics/collision/collision-bunny/main.py [97:8 - 105:12]

Clone found (python):
 - tests/warp/energies/elastic/hyperelastic/func/test_hess_quad.py [50:6 - 60:2] (10 lines, 99 tokens)
   tests/warp/energies/elastic/hyperelastic/func/test_hess_quad.py [24:1 - 34:7]

Clone found (python):
 - tests/warp/energies/elastic/hyperelastic/func/test_hess_quad.py [64:5 - 73:8] (9 lines, 160 tokens)
   tests/warp/energies/elastic/hyperelastic/func/test_hess_quad.py [41:5 - 50:8]

Clone found (python):
 - tests/warp/energies/elastic/hyperelastic/func/test_hess_quad.py [77:3 - 83:8] (6 lines, 75 tokens)
   tests/warp/energies/elastic/hyperelastic/func/test_hess_quad.py [28:2 - 34:7]

Clone found (python):
 - tests/warp/energies/elastic/hyperelastic/func/test_hess_quad.py [86:5 - 95:8] (9 lines, 160 tokens)
   tests/warp/energies/elastic/hyperelastic/func/test_hess_quad.py [41:5 - 50:8]

Clone found (python):
 - tests/warp/energies/elastic/hyperelastic/func/test_hess_quad.py [95:8 - 105:8] (10 lines, 116 tokens)
   tests/warp/energies/elastic/hyperelastic/func/test_hess_quad.py [50:8 - 34:7]

Clone found (python):
 - tests/warp/energies/elastic/hyperelastic/func/test_hess_quad.py [108:5 - 117:12] (9 lines, 158 tokens)
   tests/warp/energies/elastic/hyperelastic/func/test_hess_quad.py [41:5 - 50:4]

Clone found (python):
 - tests/warp/energies/elastic/hyperelastic/func/test_hess_quad.py [141:3 - 150:13] (9 lines, 90 tokens)
   tests/warp/energies/elastic/hyperelastic/func/test_hess_quad.py [130:3 - 139:13]

Clone found (python):
 - tests/warp/energies/elastic/hyperelastic/func/test_hess_prod.py [99:8 - 109:22] (10 lines, 97 tokens)
   tests/warp/energies/elastic/hyperelastic/func/test_hess_prod.py [76:8 - 86:13]

Clone found (python):
 - tests/warp/energies/elastic/hyperelastic/func/test_hess_prod.py [109:22 - 120:6] (11 lines, 182 tokens)
   tests/warp/energies/elastic/hyperelastic/func/test_hess_prod.py [86:13 - 97:5]

Clone found (python):
 - tests/warp/energies/elastic/hyperelastic/func/test_hess_prod.py [120:6 - 125:2] (5 lines, 93 tokens)
   tests/warp/energies/elastic/hyperelastic/func/test_hess_prod.py [97:5 - 104:2]

Clone found (python):
 - tests/warp/energies/elastic/hyperelastic/func/test_hess_diag.py [68:5 - 73:13] (5 lines, 65 tokens)
   tests/warp/energies/elastic/hyperelastic/func/test_hess_prod.py [81:5 - 86:13]

Clone found (python):
 - tests/warp/energies/elastic/hyperelastic/func/test_hess_diag.py [74:5 - 85:11] (11 lines, 208 tokens)
   tests/warp/energies/elastic/hyperelastic/func/test_hess_prod.py [88:5 - 99:11]

Clone found (python):
 - tests/warp/energies/elastic/hyperelastic/func/test_hess_diag.py [85:8 - 94:22] (9 lines, 83 tokens)
   tests/warp/energies/elastic/hyperelastic/func/test_hess_diag.py [64:8 - 86:13]

Clone found (python):
 - tests/warp/energies/elastic/hyperelastic/func/test_hess_diag.py [94:22 - 106:11] (12 lines, 211 tokens)
   tests/warp/energies/elastic/hyperelastic/func/test_hess_diag.py [73:13 - 122:11]

Clone found (python):
 - tests/warp/energies/elastic/hyperelastic/func/test_hess_diag.py [104:6 - 109:2] (5 lines, 80 tokens)
   tests/warp/energies/elastic/hyperelastic/func/test_hess_diag.py [83:5 - 89:2]

Clone found (python):
 - src/liblaf/apple/warp/energies/elastic/_base.py [233:6 - 240:2] (7 lines, 88 tokens)
   src/liblaf/apple/warp/energies/elastic/_base.py [211:7 - 218:7]

Clone found (python):
 - src/liblaf/apple/warp/energies/elastic/_base.py [257:8 - 264:4] (7 lines, 92 tokens)
   src/liblaf/apple/warp/energies/elastic/_base.py [211:8 - 218:7]

Clone found (python):
 - src/liblaf/apple/warp/energies/elastic/_base.py [275:12 - 281:5] (6 lines, 75 tokens)
   src/liblaf/apple/warp/energies/elastic/_base.py [251:11 - 257:7]

Clone found (python):
 - src/liblaf/apple/warp/energies/elastic/_base.py [281:5 - 289:10] (8 lines, 106 tokens)
   src/liblaf/apple/warp/energies/elastic/_base.py [211:7 - 241:7]

Clone found (python):
 - src/liblaf/apple/warp/energies/elastic/_base.py [314:9 - 320:7] (6 lines, 84 tokens)
   src/liblaf/apple/warp/energies/elastic/_base.py [212:9 - 218:7]

Clone found (python):
 - src/liblaf/apple/warp/energies/elastic/_base.py [340:2 - 350:7] (10 lines, 138 tokens)
   src/liblaf/apple/warp/energies/elastic/_base.py [308:2 - 318:10]

Clone found (python):
 - src/liblaf/apple/warp/energies/elastic/_base.py [379:9 - 386:7] (7 lines, 101 tokens)
   src/liblaf/apple/warp/energies/elastic/_base.py [346:9 - 353:7]

Clone found (python):
 - src/liblaf/apple/warp/energies/elastic/_arap_muscle_old.py [9:1 - 25:33] (16 lines, 99 tokens)
   src/liblaf/apple/warp/energies/elastic/_vol_preserve_det.py [7:1 - 23:53]

Clone found (python):
 - src/liblaf/apple/warp/energies/elastic/_arap_muscle_old.py [122:5 - 148:2] (26 lines, 200 tokens)
   src/liblaf/apple/warp/energies/elastic/_vol_preserve_det.py [119:5 - 145:10]

Clone found (python):
 - src/liblaf/apple/warp/energies/elastic/_arap_muscle.py [1:1 - 31:2] (30 lines, 241 tokens)
   src/liblaf/apple/warp/energies/elastic/_arap_muscle_old.py [1:1 - 31:2]

Clone found (python):
 - src/liblaf/apple/warp/energies/elastic/_arap_muscle.py [33:2 - 44:2] (11 lines, 91 tokens)
   src/liblaf/apple/warp/energies/elastic/_arap_muscle_old.py [32:2 - 43:2]

Clone found (python):
 - src/liblaf/apple/warp/energies/elastic/_arap_muscle.py [40:6 - 46:9] (6 lines, 82 tokens)
   src/liblaf/apple/warp/energies/elastic/_arap_muscle.py [27:7 - 33:2]

Clone found (python):
 - src/liblaf/apple/warp/energies/elastic/_arap_muscle.py [46:2 - 57:2] (11 lines, 119 tokens)
   src/liblaf/apple/warp/energies/elastic/_arap_muscle_old.py [44:2 - 55:2]

Clone found (python):
 - src/liblaf/apple/warp/energies/elastic/_arap_muscle.py [61:7 - 80:2] (19 lines, 170 tokens)
   src/liblaf/apple/warp/energies/elastic/_arap_muscle_old.py [57:5 - 76:2]

Clone found (python):
 - src/liblaf/apple/warp/energies/elastic/_arap_muscle.py [76:6 - 83:8] (7 lines, 96 tokens)
   src/liblaf/apple/warp/energies/elastic/_arap_muscle.py [53:6 - 60:8]

Clone found (python):
 - src/liblaf/apple/warp/energies/elastic/_arap_muscle.py [84:7 - 103:2] (19 lines, 170 tokens)
   src/liblaf/apple/warp/energies/elastic/_arap_muscle_old.py [78:5 - 97:2]

Clone found (python):
 - src/liblaf/apple/warp/energies/elastic/_arap_muscle.py [99:7 - 106:8] (7 lines, 96 tokens)
   src/liblaf/apple/warp/energies/elastic/_arap_muscle.py [53:6 - 60:8]

Clone found (python):
 - src/liblaf/apple/warp/energies/elastic/_arap_muscle.py [113:15 - 169:10] (56 lines, 508 tokens)
   src/liblaf/apple/warp/energies/elastic/_arap_muscle_old.py [105:18 - 161:10]

Clone found (python):
 - src/liblaf/apple/warp/energies/elastic/_arap.py [4:1 - 25:26] (21 lines, 136 tokens)
   src/liblaf/apple/warp/energies/elastic/_arap_muscle_old.py [4:1 - 23:53]

Clone found (python):
 - src/liblaf/apple/warp/energies/elastic/_arap.py [71:2 - 79:21] (8 lines, 84 tokens)
   src/liblaf/apple/warp/energies/elastic/_arap_muscle_old.py [77:2 - 85:28]

Clone found (python):
 - src/liblaf/apple/warp/energies/elastic/_arap.py [91:2 - 98:9] (7 lines, 82 tokens)
   src/liblaf/apple/warp/energies/elastic/_arap_muscle_old.py [98:2 - 105:18]

Clone found (python):
 - src/liblaf/apple/warp/energies/elastic/_arap.py [109:21 - 139:18] (30 lines, 243 tokens)
   src/liblaf/apple/warp/energies/elastic/_vol_preserve_det.py [119:5 - 149:43]

Clone found (python):
 - exp/2026/03/11/test-inverse/src/30-inverse.py [122:2 - 133:6] (11 lines, 121 tokens)
   exp/2026/03/11/test-inverse/src/30-inverse.py [106:2 - 117:7]

Clone found (python):
 - exp/2026/03/11/test-inverse/src/20-forward.py [36:5 - 49:5] (13 lines, 89 tokens)
   exp/2026/03/11/test-inverse/src/30-inverse.py [56:5 - 69:14]

Clone found (python):
 - exp/2026/01/28/smas/src/30-inverse.py [1:1 - 15:2] (14 lines, 136 tokens)
   exp/2026/03/11/test-inverse/src/30-inverse.py [1:1 - 16:5]

Clone found (python):
 - exp/2026/01/28/smas/src/30-inverse.py [24:1 - 43:7] (19 lines, 196 tokens)
   exp/2026/03/11/test-inverse/src/30-inverse.py [20:1 - 39:6]

Clone found (python):
 - exp/2026/01/28/smas/src/30-inverse.py [86:5 - 97:12] (11 lines, 110 tokens)
   exp/2026/03/11/test-inverse/src/30-inverse.py [60:5 - 71:7]

Clone found (python):
 - exp/2026/01/28/smas/src/30-inverse.py [109:5 - 122:7] (13 lines, 123 tokens)
   exp/2026/03/11/test-inverse/src/30-inverse.py [81:5 - 94:6]

Clone found (python):
 - exp/2026/01/28/smas/src/30-inverse.py [123:15 - 128:2] (5 lines, 73 tokens)
   exp/2026/03/11/test-inverse/src/30-inverse.py [94:12 - 98:24]

Clone found (python):
 - exp/2026/01/28/smas/src/30-inverse.py [128:32 - 140:7] (12 lines, 126 tokens)
   exp/2026/03/11/test-inverse/src/30-inverse.py [98:24 - 109:5]

Clone found (python):
 - exp/2026/01/28/smas/src/30-inverse.py [146:7 - 156:7] (10 lines, 104 tokens)
   exp/2026/03/11/test-inverse/src/30-inverse.py [115:5 - 125:5]

Clone found (python):
 - exp/2026/01/28/smas/src/30-inverse.py [153:2 - 164:6] (11 lines, 121 tokens)
   exp/2026/01/28/smas/src/30-inverse.py [137:2 - 148:7]

Clone found (python):
 - exp/2026/01/28/smas/src/30-inverse-unreachable.py [21:1 - 48:30] (27 lines, 266 tokens)
   exp/2026/01/28/smas/src/30-inverse.py [16:1 - 43:29]

Clone found (python):
 - exp/2026/01/28/smas/src/30-inverse-unreachable.py [51:1 - 65:61] (14 lines, 165 tokens)
   exp/2026/01/28/smas/src/30-inverse.py [46:1 - 60:5]

Clone found (python):
 - exp/2026/01/28/smas/src/30-inverse-unreachable.py [70:5 - 106:5] (36 lines, 370 tokens)
   exp/2026/01/28/smas/src/30-inverse.py [65:5 - 101:59]

Clone found (python):
 - exp/2026/01/28/smas/src/30-inverse-unreachable.py [108:5 - 121:2] (13 lines, 113 tokens)
   exp/2026/01/28/smas/src/30-inverse.py [103:5 - 116:10]

Clone found (python):
 - exp/2026/01/28/smas/src/30-inverse-unreachable.py [125:7 - 131:44] (6 lines, 85 tokens)
   exp/2026/01/28/smas/src/30-inverse.py [122:2 - 128:32]

Clone found (python):
 - exp/2026/01/28/smas/src/30-inverse-unreachable.py [140:13 - 166:2] (26 lines, 298 tokens)
   exp/2026/03/11/test-inverse/src/30-inverse.py [107:13 - 133:17]

Clone found (python):
 - exp/2026/01/28/smas/src/30-inverse-test.py [1:1 - 15:2] (14 lines, 129 tokens)
   exp/2026/03/11/test-inverse/src/30-inverse.py [1:1 - 15:11]

Clone found (python):
 - exp/2026/01/28/smas/src/30-inverse-test.py [23:1 - 49:34] (26 lines, 248 tokens)
   exp/2026/01/28/smas/src/30-inverse.py [17:1 - 43:29]

Clone found (python):
 - exp/2026/01/28/smas/src/30-inverse-test.py [52:1 - 69:5] (17 lines, 224 tokens)
   exp/2026/01/28/smas/src/30-inverse.py [46:1 - 63:63]

Clone 

(Truncated to 13333 characters out of 58060)
⚠️ PYTHON / ruff - 1 error
RUF059 Unpacked variable `sigma` is never used
  --> test_svd.py:9:8
   |
 7 | @wp.func
 8 | def svd_rv(F: wp.mat33):
 9 |     U, sigma, V = wp.svd3(F)
   |        ^^^^^
10 |     return U @ wp.transpose(V)
   |
help: Prefix it with an underscore or any other dummy variable pattern

Found 1 error.
No fixes available (1 hidden fix can be enabled with the `--unsafe-fixes` option).

See detailed reports in MegaLinter artifacts

MegaLinter is graciously provided by OX Security

@renovate renovate bot force-pushed the renovate/lazy-loader-0.x branch from 59adf95 to f491772 Compare March 23, 2026 18:05
@renovate renovate bot changed the title fix(deps): update dependency lazy-loader to >=0.5,<0.6 fix(deps): update dependency lazy-loader to >=0.5,<0.6 - autoclosed Mar 31, 2026
@renovate renovate bot closed this Mar 31, 2026
@renovate renovate bot deleted the renovate/lazy-loader-0.x branch March 31, 2026 11:51
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