Skip to content

Conversation

@LEI
Copy link

@LEI LEI commented Nov 20, 2025

Description

As well described in #1729, a way to detect outdated pinned plugins is check_pinned but doesn't help much for semver ranges. This change adds a check_tags option under checker to mark plugins as outdated if their last tag differs.

This could be improved to show the new tag but I am not sure how to render it and this works for me as is.

Configuration:

require('lazy').setup({
  checker = {
    enabled = true,
    check_tags = true,
  },
})

Example plugin:

{
  'stevearc/overseer.nvim',
  version = 'v1.x',
  opts = {},
}

Related Issue(s)

Screenshots

outdated-overseer

@github-actions github-actions bot added the size/s Small PR (<10 lines changed) label Nov 20, 2025
@LEI LEI changed the title feat: check tags feat(git): check semver tags Nov 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/s Small PR (<10 lines changed)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feature: See outdated versions with version

1 participant