Skip to content

Conversation

@kalbasit
Copy link
Contributor

@kalbasit kalbasit commented Dec 21, 2025

This PR update all dependencies and then fixes deprecation notices from upstream.

Copy of the deprecation notices

❯ nix build .
evaluation warning: Passing a boolean to `plugins.treesitter.folding` is deprecated, use `plugins.treesitter.folding.enable`. Definitions:
                    - In `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/editor/treesitter.nix': false
evaluation warning: The option `plugins.treesitter-textobjects.move.enable' defined in `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/editor/treesitter.nix' has been renamed to `plugins.treesitter-textobjects.settings.move.enable'.
evaluation warning: The option `plugins.treesitter-textobjects.swap.enable' defined in `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/editor/treesitter.nix' has been renamed to `plugins.treesitter-textobjects.settings.swap.enable'.
evaluation warning: The option `plugins.treesitter-textobjects.select.lookahead' defined in `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/editor/treesitter.nix' has been renamed to `plugins.treesitter-textobjects.settings.select.lookahead'.
evaluation warning: The option `plugins.treesitter-textobjects.select.enable' defined in `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/editor/treesitter.nix' has been renamed to `plugins.treesitter-textobjects.settings.select.enable'.
evaluation warning: The option `plugins.treesitter-textobjects.move.gotoPreviousEnd' defined in `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/editor/treesitter.nix' has been changed to `plugins.treesitter-textobjects.settings.move.goto_previous_end' that has a different type. Please read `plugins.treesitter-textobjects.settings.move.goto_previous_end' documentation and update your configuration accordingly.
evaluation warning: The option `plugins.treesitter-textobjects.move.gotoPreviousStart' defined in `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/editor/treesitter.nix' has been changed to `plugins.treesitter-textobjects.settings.move.goto_previous_start' that has a different type. Please read `plugins.treesitter-textobjects.settings.move.goto_previous_start' documentation and update your configuration accordingly.
evaluation warning: The option `plugins.treesitter-textobjects.move.gotoNextEnd' defined in `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/editor/treesitter.nix' has been changed to `plugins.treesitter-textobjects.settings.move.goto_next_end' that has a different type. Please read `plugins.treesitter-textobjects.settings.move.goto_next_end' documentation and update your configuration accordingly.
evaluation warning: The option `plugins.treesitter-textobjects.move.gotoNextStart' defined in `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/editor/treesitter.nix' has been changed to `plugins.treesitter-textobjects.settings.move.goto_next_start' that has a different type. Please read `plugins.treesitter-textobjects.settings.move.goto_next_start' documentation and update your configuration accordingly.
evaluation warning: The option `plugins.treesitter-textobjects.swap.swapPrevious' defined in `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/editor/treesitter.nix' has been changed to `plugins.treesitter-textobjects.settings.swap.swap_previous' that has a different type. Please read `plugins.treesitter-textobjects.settings.swap.swap_previous' documentation and update your configuration accordingly.
evaluation warning: The option `plugins.treesitter-textobjects.swap.swapNext' defined in `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/editor/treesitter.nix' has been changed to `plugins.treesitter-textobjects.settings.swap.swap_next' that has a different type. Please read `plugins.treesitter-textobjects.settings.swap.swap_next' documentation and update your configuration accordingly.
evaluation warning: The option `plugins.treesitter-textobjects.select.keymaps' defined in `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/editor/treesitter.nix' has been changed to `plugins.treesitter-textobjects.settings.select.keymaps' that has a different type. Please read `plugins.treesitter-textobjects.settings.select.keymaps' documentation and update your configuration accordingly.
evaluation warning: The option `plugins.startup.parts' defined in `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/ui/startup.nix' has been renamed to `plugins.startup.settings.parts'.
evaluation warning: The option `plugins.startup.colors.foldedSection' defined in `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/ui/startup.nix' has been renamed to `plugins.startup.settings.colors.folded_section'.
evaluation warning: The option `plugins.startup.colors.background' defined in `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/ui/startup.nix' has been renamed to `plugins.startup.settings.colors.background'.
evaluation warning: The option `plugins.startup.options.paddings' defined in `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/ui/startup.nix' has been renamed to `plugins.startup.settings.options.paddings'.
evaluation warning: The option `plugins.startup.sections' defined in `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/ui/startup.nix' has been changed to `plugins.startup.settings' that has a different type. Please read `plugins.startup.settings' documentation and update your configuration accordingly.
evaluation warning: The option `plugins.neo-tree.filesystem.followCurrentFile.enabled' defined in `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/editor/neo-tree.nix' has been renamed to `plugins.neo-tree.settings.filesystem.follow_current_file.enabled'.
evaluation warning: The option `plugins.neo-tree.filesystem.bindToCwd' defined in `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/editor/neo-tree.nix' has been renamed to `plugins.neo-tree.settings.filesystem.bind_to_cwd'.
evaluation warning: The option `plugins.neo-tree.defaultComponentConfigs.gitStatus.symbols.conflict' defined in `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/editor/neo-tree.nix' has been renamed to `plugins.neo-tree.settings.default_component_configs.git_status.symbols.conflict'.
evaluation warning: The option `plugins.neo-tree.defaultComponentConfigs.gitStatus.symbols.staged' defined in `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/editor/neo-tree.nix' has been renamed to `plugins.neo-tree.settings.default_component_configs.git_status.symbols.staged'.
evaluation warning: The option `plugins.neo-tree.defaultComponentConfigs.gitStatus.symbols.unstaged' defined in `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/editor/neo-tree.nix' has been renamed to `plugins.neo-tree.settings.default_component_configs.git_status.symbols.unstaged'.
evaluation warning: The option `plugins.neo-tree.defaultComponentConfigs.gitStatus.symbols.ignored' defined in `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/editor/neo-tree.nix' has been renamed to `plugins.neo-tree.settings.default_component_configs.git_status.symbols.ignored'.
evaluation warning: The option `plugins.neo-tree.defaultComponentConfigs.gitStatus.symbols.untracked' defined in `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/editor/neo-tree.nix' has been renamed to `plugins.neo-tree.settings.default_component_configs.git_status.symbols.untracked'.
evaluation warning: The option `plugins.neo-tree.defaultComponentConfigs.gitStatus.symbols.renamed' defined in `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/editor/neo-tree.nix' has been renamed to `plugins.neo-tree.settings.default_component_configs.git_status.symbols.renamed'.
evaluation warning: The option `plugins.neo-tree.defaultComponentConfigs.gitStatus.symbols.modified' defined in `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/editor/neo-tree.nix' has been renamed to `plugins.neo-tree.settings.default_component_configs.git_status.symbols.modified'.
evaluation warning: The option `plugins.neo-tree.defaultComponentConfigs.gitStatus.symbols.deleted' defined in `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/editor/neo-tree.nix' has been renamed to `plugins.neo-tree.settings.default_component_configs.git_status.symbols.deleted'.
evaluation warning: The option `plugins.neo-tree.defaultComponentConfigs.gitStatus.symbols.added' defined in `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/editor/neo-tree.nix' has been renamed to `plugins.neo-tree.settings.default_component_configs.git_status.symbols.added'.
evaluation warning: The option `plugins.neo-tree.defaultComponentConfigs.indent.expanderHighlight' defined in `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/editor/neo-tree.nix' has been renamed to `plugins.neo-tree.settings.default_component_configs.indent.expander_highlight'.
evaluation warning: The option `plugins.neo-tree.defaultComponentConfigs.indent.expanderExpanded' defined in `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/editor/neo-tree.nix' has been renamed to `plugins.neo-tree.settings.default_component_configs.indent.expander_expanded'.
evaluation warning: The option `plugins.neo-tree.defaultComponentConfigs.indent.expanderCollapsed' defined in `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/editor/neo-tree.nix' has been renamed to `plugins.neo-tree.settings.default_component_configs.indent.expander_collapsed'.
evaluation warning: The option `plugins.neo-tree.defaultComponentConfigs.indent.withExpanders' defined in `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/editor/neo-tree.nix' has been renamed to `plugins.neo-tree.settings.default_component_configs.indent.with_expanders'.
evaluation warning: The option `plugins.neo-tree.addBlankLineAtTop' defined in `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/editor/neo-tree.nix' has been renamed to `plugins.neo-tree.settings.add_blank_line_at_top'.
evaluation warning: The option `plugins.neo-tree.sources' defined in `/nix/store/rk12h4k9jh7djybxkqvdnxg0a48g10sn-source/config/plugins/editor/neo-tree.nix' has been renamed to `plugins.neo-tree.settings.sources'.

@kalbasit kalbasit marked this pull request as draft December 22, 2025 19:40
@kalbasit kalbasit force-pushed the update-and-fix-deprecations branch from f17a0cb to dd04fd3 Compare December 22, 2025 20:17
@kalbasit kalbasit marked this pull request as ready for review December 22, 2025 20:19
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