Skip to content

Update dependency mason-org/mason.nvim to v2.3.0#50

Merged
github-actions[bot] merged 1 commit into
mainfrom
renovate/mason-org-mason.nvim-2.x
May 29, 2026
Merged

Update dependency mason-org/mason.nvim to v2.3.0#50
github-actions[bot] merged 1 commit into
mainfrom
renovate/mason-org-mason.nvim-2.x

Conversation

@renovate

@renovate renovate Bot commented May 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
mason-org/mason.nvim minor v2.2.1v2.3.0

Release Notes

mason-org/mason.nvim (mason-org/mason.nvim)

v2.3.0

Compare Source

mason.el Emacs plugin

The mason.el Emacs plugin, developed by @​deirn, has been transferred to the Mason organization. The plugin gives Emacs developers access to the same core registry as Neovim users, with seamless access to developer tooling directly inside the editor.

Give @​deirn a follow and mason.el a star if you'd like!

New firewall feature

Mason now supports the Socket.dev firewall. This feature is disabled by default and can be enabled like so:

require("mason").setup {
  firewall = {
    enable = true
  }
}

Refer to :h mason-firewall for more information.

Features
Bug Fixes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (* 0-4,22-23 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)
  • 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.

@github-actions

Copy link
Copy Markdown

Renovate PR Review Results

⚖️ Safety Assessment: ✅ Safe

🔍 Release Content Analysis

Version Change: v2.2.1v2.3.0 (minor bump)

New Features (all additive, opt-in):

  • Socket.dev firewall client support — disabled by default, opt-in via firewall = { enable = true }
  • Infrastructure for "system" packages — internal plumbing, no user-facing API changes
  • install_args setting for npm package installer
  • registry_cache setting for controlling registry cache behavior

Bug Fixes:

  • Uninstall event payloads now correctly emit the receipt
  • PowerShell single-quote conformance fix
  • Python 3.13 and 3.14 added to pypi fallback list
  • Windows PATH handling fix for spawn when PATH env is unset

Breaking Changes: None. No deprecations, no API removals, no changes to existing settings.

🎯 Impact Scope Investigation

Usage in codebase: mason.nvim is used in lua/plugins/lsp.lua (line 27, line 54-59) with a simple setup() call:

require("mason").setup({
  registries = {
    "github:mason-org/mason-registry@2026-04-21-joint-sheet",
  },
})

Impact analysis:

  • The registries option is completely unaffected by this update
  • The setup() API has no breaking changes — only new optional fields were added
  • Dependencies mason-lspconfig.nvim (v2.2.0) and mason-tool-installer.nvim remain compatible as no existing APIs were modified
  • The PR diff is a single-line commit SHA change — no configuration modifications needed

💡 Recommended Actions

  • Merge as-is — no code changes or configuration updates are required
  • All new features (firewall, registry_cache, install_args) are opt-in and can be adopted later if desired

🔗 Reference Links

Generated by koki-develop/claude-renovate-review

@github-actions github-actions Bot merged commit 47da690 into main May 29, 2026
3 checks passed
@github-actions github-actions Bot deleted the renovate/mason-org-mason.nvim-2.x branch May 29, 2026 22:32
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