Skip to content

Commit

Permalink
chore(deps): update dependency neovim/neovim to v0.10.2 (#584)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [neovim/neovim](https://redirect.github.com/neovim/neovim) | patch |
`v0.10.1` -> `v0.10.2` |

---

### Release Notes

<details>
<summary>neovim/neovim (neovim/neovim)</summary>

###
[`v0.10.2`](https://redirect.github.com/neovim/neovim/releases/tag/v0.10.2):
Nvim 0.10.2

[Compare
Source](https://redirect.github.com/neovim/neovim/compare/v0.10.1...v0.10.2)

This is a maintenance release

    NVIM v0.10.2
    Build type: Release
    LuaJIT 2.1.1713484068

##### Features

- **jumplist**: Allow opting out of removing unloaded buffers
([#&#8203;30419](https://redirect.github.com/neovim/neovim/issues/30419))

##### Bug Fixes

- **api**: Error properly with invalid field in nvim_open_win
([#&#8203;30078](https://redirect.github.com/neovim/neovim/issues/30078))
- **api**: Nvim_buf_get_text() crashes with large negative column
[#&#8203;28740](https://redirect.github.com/neovim/neovim/issues/28740)
- **api**: Fix crash/leak with float title/footer on error
([#&#8203;30543](https://redirect.github.com/neovim/neovim/issues/30543))
- **channel**: Handle writing to file instead of pipe
([#&#8203;30520](https://redirect.github.com/neovim/neovim/issues/30520))
- **column**: Set signcolumn width after splitting window
([#&#8203;30556](https://redirect.github.com/neovim/neovim/issues/30556))
- **completion**: Don't include \<Lua function> in -complete=
([#&#8203;30209](https://redirect.github.com/neovim/neovim/issues/30209))
- **decor**: Don't use separate DecorSignHighlight for url
([#&#8203;30096](https://redirect.github.com/neovim/neovim/issues/30096))
-   **decor**: Exclude invalid marks from meta total
- **diagnostics**: Don't apply extmarks to invalid lines
[#&#8203;29321](https://redirect.github.com/neovim/neovim/issues/29321)
-   **diff**: Use mmfile_t in linematch
- **filetype**: Handle .in files with no filename
([#&#8203;30487](https://redirect.github.com/neovim/neovim/issues/30487))
- **float**: Properly find last window of tabpage
([#&#8203;30571](https://redirect.github.com/neovim/neovim/issues/30571))
-   **health**: Fix pyenv root and python exepath detect issue
-   **health**: Return correct name from 'path2name()'
- **lsp**: Don't send foreign diagnostics to servers in buf.code_action
([#&#8203;29501](https://redirect.github.com/neovim/neovim/issues/29501))
- **lsp**: Avoid reusing diagnostics from different servers in actions
([#&#8203;30002](https://redirect.github.com/neovim/neovim/issues/30002))
- **lsp**: Return call hierarchy item, not the index
([#&#8203;30145](https://redirect.github.com/neovim/neovim/issues/30145))
- **lsp**: Handle out-of-bounds character positions
[#&#8203;30288](https://redirect.github.com/neovim/neovim/issues/30288)
-   **lsp**: Handle encoding bounds in str_utfindex_enc
-   **lsp**: Handle nil bytes in strings
-   **lua**: Ignore stdout and stderr for xdg-open
- **man**: Avoid setting v:errmsg
([#&#8203;30052](https://redirect.github.com/neovim/neovim/issues/30052))
- **man**: Check if buffer is valid before restoring 'tagfunc'
([#&#8203;30180](https://redirect.github.com/neovim/neovim/issues/30180))
- **regexp**: Fix typo in E888 error message
([#&#8203;30161](https://redirect.github.com/neovim/neovim/issues/30161))
-   **runtime**: Sync bundled treesitter queries
-   **runtime**: Sync bundled treesitter queries
- **runtime**: Add remaining missing commentstrings
([#&#8203;30252](https://redirect.github.com/neovim/neovim/issues/30252))
- **terminal**: Interrupt/got_int hangs terminal
([#&#8203;30094](https://redirect.github.com/neovim/neovim/issues/30094))
-   **treesitter**: Escape things like `"` in omnifunc results
-   **treesitter**: Lint top-level anonymous nodes
- **treesitter**: EditQuery shows swapfile ATTENTION
[#&#8203;30536](https://redirect.github.com/neovim/neovim/issues/30536)
- **treesitter**: Indent size for inspect_tree
[#&#8203;28727](https://redirect.github.com/neovim/neovim/issues/28727)
- **tui**: Set id parameter in OSC 8 sequences
([#&#8203;29847](https://redirect.github.com/neovim/neovim/issues/29847))
- **tui**: Reset active attr ID when OSC 8 sequence is terminated
([#&#8203;29960](https://redirect.github.com/neovim/neovim/issues/29960))
-   **version**: Return nil with empty string
- **vim.ui.open**: Prefer xdg-open on WSL
[#&#8203;30302](https://redirect.github.com/neovim/neovim/issues/30302)
- **win-msi**: Set installer scope to machine
[#&#8203;29895](https://redirect.github.com/neovim/neovim/issues/29895)
- **window**: Respect hide flag of float windows when switching
([#&#8203;30507](https://redirect.github.com/neovim/neovim/issues/30507))
- **window**: Making float with title/footer non-float leaks memory
([#&#8203;30551](https://redirect.github.com/neovim/neovim/issues/30551))

#### Install

##### Windows

##### Zip

1.  Download **nvim-win64.zip**
2.  Extract the zip
3.  Run `nvim.exe` on your CLI of choice

##### MSI

1.  Download **nvim-win64.msi**
2.  Run the MSI
3.  Run `nvim.exe` on your CLI of choice

##### macOS (x86\_64)

1.  Download **nvim-macos-x86\_64.tar.gz**
2. Run `xattr -c ./nvim-macos-x86_64.tar.gz` (to avoid "unknown
developer" warning)
3.  Extract: `tar xzvf nvim-macos-x86_64.tar.gz`
4.  Run `./nvim-macos-x86_64/bin/nvim`

##### macOS (arm64)

1.  Download **nvim-macos-arm64.tar.gz**
2. Run `xattr -c ./nvim-macos-arm64.tar.gz` (to avoid "unknown
developer" warning)
3.  Extract: `tar xzvf nvim-macos-arm64.tar.gz`
4.  Run `./nvim-macos-arm64/bin/nvim`

##### Linux (x64)

Minimum glibc version to run these releases is 2.31. People requiring
releases
that work on older glibc versions can find them at
https:/neovim/neovim-releases.

##### AppImage

1.  Download **nvim.appimage**
2.  Run `chmod u+x nvim.appimage && ./nvim.appimage`
- If your system does not have FUSE you can [extract the
appimage](https://redirect.github.com/AppImage/AppImageKit/wiki/FUSE#type-2-appimage):
            ./nvim.appimage --appimage-extract
            ./squashfs-root/usr/bin/nvim

##### Tarball

1.  Download **nvim-linux64.tar.gz**
2.  Extract: `tar xzvf nvim-linux64.tar.gz`
3.  Run `./nvim-linux64/bin/nvim`

##### Other

- Install by [package
manager](https://redirect.github.com/neovim/neovim/blob/master/INSTALL.md#install-from-package)

#### SHA256 Checksums

9f696e635d503b844e4e78e88a22bcf512a78f288bf471379afc3d0004e15217
nvim-linux64.tar.gz
970113b5279718126b82adddf3fbed1741db7afabf8a4134635a0d75c9f2c5d8
nvim.appimage
cae0908b60c4b7f27e5864ea9d19a388c4be6a418d4fc2af3fda805fc3cb163b
nvim.appimage.zsync
8be3960d6ed843121a8d00af38d47ef6757824fc05a50a9bc240d678d61a5463
nvim-macos-x86_64.tar.gz
cd3e2e97fee285c41016cece51e67e8174df1dc577b89bc04063b2068ccdaea0
nvim-macos-arm64.tar.gz
3e11c4bed6f3d921af03112c8056740ca6fcacdbf84066328193f058200531c2
nvim-win64.zip
ab303db898b193c8bbcee229052b7eb60da8c2ef852b0746158902860c2f8c48
nvim-win64.msi

</details>

---

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/izumin5210/dotfiles).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguMTIwLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: izumin5210-update-aqua-checksum[bot] <169593670+izumin5210-update-aqua-checksum[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 4a8c653 commit 1b1a997
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions config/.config/aquaproj-aqua/codespaces/aqua-checksums.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,23 +141,23 @@
"algorithm": "sha256"
},
{
"id": "github_release/github.com/neovim/neovim/v0.10.1/nvim-linux64.tar.gz",
"checksum": "4867DE01A17F6083F902F8AA5215B40B0ED3A36E83CC0293DE3F11708F1F9793",
"id": "github_release/github.com/neovim/neovim/v0.10.2/nvim-linux64.tar.gz",
"checksum": "9F696E635D503B844E4E78E88A22BCF512A78F288BF471379AFC3D0004E15217",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/neovim/neovim/v0.10.1/nvim-macos-arm64.tar.gz",
"checksum": "4B322A8DA38F0BBDCDCC9A2B224A7B5267F0B1610B7345CB880D803E03BB860B",
"id": "github_release/github.com/neovim/neovim/v0.10.2/nvim-macos-arm64.tar.gz",
"checksum": "CD3E2E97FEE285C41016CECE51E67E8174DF1DC577B89BC04063B2068CCDAEA0",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/neovim/neovim/v0.10.1/nvim-macos-x86_64.tar.gz",
"checksum": "DD88C86164E6FB34EE364C4A2B42C6A1832890003AE7C9C733032697D92CF7A6",
"id": "github_release/github.com/neovim/neovim/v0.10.2/nvim-macos-x86_64.tar.gz",
"checksum": "8BE3960D6ED843121A8D00AF38D47EF6757824FC05A50A9BC240D678D61A5463",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/neovim/neovim/v0.10.1/nvim-win64.zip",
"checksum": "6B9BE9ACB4F5011F7AB6F7390286A579534E05F0DCF8F37D503C4D40B4ADF548",
"id": "github_release/github.com/neovim/neovim/v0.10.2/nvim-win64.zip",
"checksum": "3E11C4BED6F3D921AF03112C8056740CA6FCACDBF84066328193F058200531C2",
"algorithm": "sha256"
},
{
Expand Down
2 changes: 1 addition & 1 deletion config/.config/aquaproj-aqua/codespaces/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ packages:
- name: sharkdp/[email protected]
- name: starship/[email protected]
- name: eza-community/[email protected]
- name: neovim/[email protected].1
- name: neovim/[email protected].2
- name: sharkdp/[email protected]

0 comments on commit 1b1a997

Please sign in to comment.