Skip to content

chore(deps): update dependency folke/lazy.nvim to v11#1021

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/folke-lazy.nvim-11.x
Open

chore(deps): update dependency folke/lazy.nvim to v11#1021
renovate[bot] wants to merge 1 commit intomainfrom
renovate/folke-lazy.nvim-11.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented May 3, 2025

This PR contains the following updates:

Package Update Change
folke/lazy.nvim major v10.24.3v11.17.5

Release Notes

folke/lazy.nvim (folke/lazy.nvim)

v11.17.5

Compare Source

Bug Fixes

v11.17.4

Compare Source

Bug Fixes
  • plugin: proper error message when a plugin spec returns more than one value. (dfdc85e)

v11.17.3

Compare Source

Bug Fixes

v11.17.2

Compare Source

Bug Fixes
  • luarocks: add plugin to lua path if it was already loaded before we know its a luarock (147f5a3)
  • plugin: check that path is actually in root dir. Closes #​2075 (16e5271)
  • stats: better support for different time_t sizes. See #​2049 (1ea3c40)

v11.17.1

Compare Source

Bug Fixes
  • bootstrap: support for older Neovim versions (1c9ba37)
  • meta: rebuild dirty right after disable. See #​1889 (d51cf69)

v11.17.0

Compare Source

Features
  • config,render: allow customizing the debug icon (#​1863) (a9c660d)
  • util: pass lang to vim.notify so that snacks notifier can render the ft. Closes #​1919 (c6a57a3)
Bug Fixes

v11.16.2

Compare Source

Bug Fixes
  • meta: when a plugin is both optional and disabled, then just delete it from the list (805b85c)

v11.16.1

Compare Source

Bug Fixes

v11.16.0

Compare Source

Features
Bug Fixes
  • plugin: don't check if dir exists for virtual plugins (656cf43)
  • render: show correct key for home. Fixes #​1796 (b08dba8)

v11.15.0

Compare Source

Features
  • plugin: show error for local plugins that don't exist. Fixes #​1773 (9570a5a)

v11.14.2

Compare Source

Bug Fixes

v11.14.1

Compare Source

Bug Fixes
  • plugins: "Vim:E150: Not a directory" on plugin update (#​1679) (7108809)

v11.14.0

Compare Source

Features
  • added opts.git.cooldown to allow updating plugins on slow connections. Fixes #​1656 (d5686ef)
  • plugin: improve error handling and show better error message (c02268a)
Bug Fixes
  • plugin: make .lazy.lua work again (b4a5a12)

v11.13.5

Compare Source

Bug Fixes
  • health: dont use vim.fn.system to get cmd versions (7d29719)

v11.13.4

Compare Source

Bug Fixes
  • loader: add plugins whose rtp got loaded early to start plugins (34b0126)
  • loader: explicitely set package.loaded.modname to nil to prevent recursive loading errors (12f2c74)

v11.13.3

Compare Source

Reverts
  • fix(loader): add auto loaded module to package.loaded early to prevent require loops (a692bf8)

v11.13.2

Compare Source

Bug Fixes
  • loader: add auto loaded module to package.loaded early to prevent require loops (18d1c1b)

v11.13.1

Compare Source

Bug Fixes
  • build: only load the plugin before build for : build commands (5bdb12a)

v11.13.0

Compare Source

Features
  • ui: added mapping descriptions (6ca90a2)

v11.12.0

Compare Source

Features
  • git: added git network throttle to limit network related git ops per interval. Closes #​1635 (d731a6b)

v11.11.1

Compare Source

Bug Fixes

v11.11.0

Compare Source

Features
  • add plugin name to handlers.managed (17473db)
Bug Fixes
  • minit: add tests to package.path when running busted (helpers.lua etc) (fadebdc)
  • util: strip -lua in normname (54b003c)

v11.10.4

Compare Source

Bug Fixes
  • rocks: try building anyway even when prerequisits have not been met. (will likely fail) (f0324de)
  • ui: don't treat suspended as headless. Closes #​1626 (2dfccd7)

v11.10.3

Compare Source

Bug Fixes

v11.10.2

Compare Source

Bug Fixes
  • git: only check for new commits for local plugins. Closes #​1512 (81d2bff)

v11.10.1

Compare Source

Bug Fixes

v11.10.0

Compare Source

Features
  • profiling: merge VeryLazy stats and show startuptime in profile view (0f2786b)
Bug Fixes

v11.9.2

Compare Source

Bug Fixes
  • async: make asyncs abortable (1fad617)
  • health: check for errors when executing commands. Closes #​1599 (d0921f5)
Performance Improvements
  • plugin: minor optim to resolve imports a bit faster (a9d7ade)

v11.9.1

Compare Source

Performance Improvements
  • automatically suspend the scheduler when all threads are waiting (#​1591) (c7ed87f)
  • suspend when tasks are active (2f4ac03)

v11.9.0

Compare Source

Features
Bug Fixes
  • ui: when closing details, jump to plugin header. Closes #​1338 (3772914)

v11.8.2

Compare Source

Bug Fixes
  • process: deal with process errors (a75d950)
  • ui: save/restore view right before/after rendering (5d334b9)
Performance Improvements
  • rocks: vim.fn.executable is slow on WSL2, so only check for luarocks when needed. Closes #​1585 (9ab3061)

v11.8.1

Compare Source

Bug Fixes
  • async: remove debug assert (3513227)

v11.8.0

Compare Source

Features
  • plugin: allow loading specs without pkg (695a058)

v11.7.0

Compare Source

Features
  • minit: fallback to habamax when no colorscheme set (88f4d13)

v11.6.0

Compare Source

Features
  • task: build procs can now yield a LazyMsg for more control (9cf7459)

v11.5.2

Compare Source

Bug Fixes

v11.5.1

Compare Source

Bug Fixes
Performance Improvements
  • async render (ab46edb)
  • use timer instead of check for async executor (f85575a)

v11.5.0

Compare Source

Features
  • added opts.headless to control ansi output when running headless (a0a51c0)
  • added localleader-i to inspect a plugin (2e1167d)
  • health: show steps to get luarocks working. See #​1570 (c0fd59b)
  • health: show user's lazy.nvim version in checkhealth (9c8e7a4)
  • ui: keep cursor position when rendering view (591ded8)
  • ui: remap gx -> K. Fixes #​1561 (e3e4314)
  • ui: show indication of plugins that need build. See #​1563 (53f314d)
Bug Fixes
  • manage: dont skip install for plugins that need a build, but dont have an url (like local plugins). Fixes #​1563 (a0391c3)
  • meta: resolve deps from meta instead of fragments. Fixes #​1566 (6a42327)
  • pkg: only show pkg changed when effectively changing a pkg file. Fixes #​1567 (24a86d5)
  • rocks: if installing with luarocks (binaries) fails, then build from source. Fixes #​1563 (8227632)
  • runner: only check for errors when a task is no longer running (e02c5b1)
  • runner: only use Config.plugins when updated. Fixes #​1560 (97f4df0)
  • runner: properly do concurrency (66a4170)
  • runner: wait_step (93b3a77)
  • ui: diagnostics without status (249902a)
Performance Improvements
  • prevent active waiting in coroutines. suspend/resume instead (68cee30)

v11.4.2

Compare Source

Bug Fixes
  • config: dont start checker/change_detection when running headless (2aa8e06)
  • git: fetch commit from origin or local to check if branch was changed. See #​1549 (28e435b)
  • rocks: build.type instead of build.build_type (aa1c957)
  • rockspec: dont lazy-load rock deps (4733611)
  • runner: bring concurrency back (56075b5)
  • ui: don't show output when it's the same as error (e79805d)
Performance Improvements
  • tasks are now fully async (0614ca6)
  • util: improve impl of throttle (3695215)

v11.4.1

Compare Source

Bug Fixes
  • health: show what plugins need luarocks and if none, use warnings instead of errors. See #​1551 (0d9fd63)

v11.4.0

Compare Source

Features
  • pkg: utils to get rock to url mappings (be74a8a)
  • rocks: simple rockspecs are now fully resolved by lazy without luarocks. See #​1548 (6b8bf58)
Bug Fixes
  • meta: only tag new top-level pkg fragment as optional (25981e1)

v11.3.0

Compare Source

Features
  • rocks: use hererocks to install luarocks when luarocks is not found (d87da76)
Bug Fixes
  • fragments: check for empty plugin names (dea1f68)
  • meta: no need to check for old_dir when frags were not built yet. Fixes #​1550 (24c8322)
  • rocks: better errors / warnings when something goes wrong with luarocks (7d3f691)
  • rocks: hererocks paths on windows (45cd8d3)
  • rocks: windows (4ca3e9a)

v11.2.1

Compare Source

Bug Fixes
  • loader: no need to check plugin.dir in auto_load (62a47b9)

v11.2.0

Compare Source

Features
  • rewrite some known plugins to lazy specs instead of luarocks (plenary.nvim). Closes #​1540 (a089d43)
Performance Improvements
  • minimize meta rebuild when loading specs (1446f6c)

v11.1.0

Compare Source

Features
  • make it easier to disable luarocks (07c067a)
  • show rockspec deps in plugin details (656d3d1)
Bug Fixes
  • health: added luarocks check to health (0f45c0d)
  • health: only check for luarocks when luarocks is enabled. (ae4881d)
  • health: show missing luarocks as warning (e3ee51b)
  • runner: sync package specs after installing and before building (105d480)

v11.0.1

Compare Source

Bug Fixes
  • rocks: dont trigger rebuild for luarocks when build is overriden (146de4e)

v11.0.0

Compare Source

⚠ BREAKING CHANGES
  • new docs for v11.0
Features
  • added support for plugin packages by lazy, rockspec and packspec (3be55a4)
  • build: build files and functions are now async. use coroutine.yield to interrupt and report progress (368747b)
  • luarocks support (f1ba2e3)
  • meta: check for dir changes for plugins already added to the rtp (ee2ca39)
  • new docs for v11.0 (183f59e)
  • packspec (8eba74c)
  • pkg: import package specs in the scope of the plugin (c1912e2)
  • rewrite of spec resolving (75ffe56)
  • spec.rocks is no longer needed & added support for installing any luarock (fcfd548)
Bug Fixes
  • fragments: prevent adding the same spec instance more than once (dbffad6)
  • luarocks: cleanup luarocks when deleting a plugin (b73c57e)
  • pkg: automatically update pkgs when editing a pkg file (7b6ddbf)
  • pkg: correctly pre-load package specs and remove them when needed during resolve (4326d4b)
  • pkg: make sure state dir exists (3515cb5)
  • pkg: versioning and reload specs when pkg-cache is dirty (fd8229d)
  • rocks: only build rockspec when it has deps or an advanced build step (9a6c219)

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 requested a review from mrzzy May 3, 2025 06:42
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented May 3, 2025

@renovate renovate bot force-pushed the renovate/folke-lazy.nvim-11.x branch 2 times, most recently from f58bdb0 to 151b7f6 Compare October 23, 2025 14:39
@renovate renovate bot force-pushed the renovate/folke-lazy.nvim-11.x branch 3 times, most recently from a190eb9 to d45d363 Compare November 6, 2025 10:48
@renovate renovate bot force-pushed the renovate/folke-lazy.nvim-11.x branch from d45d363 to ecd4561 Compare November 10, 2025 23:59
@renovate renovate bot force-pushed the renovate/folke-lazy.nvim-11.x branch from ecd4561 to 0e86ae0 Compare December 10, 2025 16:45
@renovate renovate bot force-pushed the renovate/folke-lazy.nvim-11.x branch from 0e86ae0 to 1e43e2e Compare February 2, 2026 19:13
@renovate renovate bot force-pushed the renovate/folke-lazy.nvim-11.x branch from 1e43e2e to aea92e4 Compare February 12, 2026 10:36
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