node-client
node-client copied to clipboard
Nvim Node.js client and plugin host
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 to 5.7.3. Release notes Sourced from typescript's releases. TypeScript 5.7.3 For release notes, check out the release announcement. fixed issues query for Typescript 5.7.0 (Beta). fixed...
I'm defining a function: ```typescript plugin.registerFunction( "magenta_lsp_response", (result: unknown) => { context.logger.log( `magenta_lsp_response got callback ${JSON.stringify(result)}`, ); }, {}, ); ``` I am running `:UpdateRemotePlugins`, and seeing the function defined...
Bumps [winston](https://github.com/winstonjs/winston) from 3.15.0 to 3.17.0. Release notes Sourced from winston's releases. v3.17.0 Try winston-transport 4.9.0 3e87128 Revert "Try bumping winston-transport to 4.8.0" 69625fc Revert "Try bumping winston-transport to 4.8.0"...
Bumps [husky](https://github.com/typicode/husky) from 9.1.4 to 9.1.7. Release notes Sourced from husky's releases. v9.1.7 What's Changed fix: add husky label to deprecated warning by @smackfu in typicode/husky#1538 New Contributors @smackfu made...
## todo - ergonomics? - normalization of paths? - `string[][]` or `Map` ? - `NvimVersion.cmd` ? ## Problem Consumers like [vscode-neovim/vscode-neovim#2287](https://github.com/vscode-neovim/vscode-neovim/pull/2287) can't send a full command which represents "nvim". It...
The docs website is currently not automated, we could automate it in CI (by diffing gh-pages branch with newly generated docs?)
``` 1) findNvim searches in additional custom dirs: Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (D:\a\node-client\node-client\packages\neovim\src\utils\findNvim.test.ts)...
Bumps the eslint group with 2 updates in the / directory: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [eslint](https://github.com/eslint/eslint). Updates `@typescript-eslint/eslint-plugin` from 8.46.2 to 8.46.3 Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v8.46.3 8.46.3 (2025-11-03) 🩹...
Bumps [prettier](https://github.com/prettier/prettier) from 3.6.2 to 3.7.3. Release notes Sourced from prettier's releases. 3.7.3 What's Changed Fix prettier.getFileInfo() change that breaks VSCode extension by @fisker in prettier/prettier#18375 🔗 Changelog 3.7.2 What's...