Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump neovim from 4.10.1 to 5.3.0 in /bin/njs #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Bumps neovim from 4.10.1 to 5.3.0.

Changelog

Sourced from neovim's changelog.

5.3.0

  • findNvim supports firstMatch parameter which callers can use to stop searching after the first valid Nvim is found. #370
  • findNvim now searches various common locations, in addition to $PATH. That makes it more useful for GUIs where $PATH is often different than the user's shell. #267
  • findNvim supports optional paths and dirs parameters.
  • Invalid RPC error now shows the contents of the invalid RPC message. #404

5.2.1

  • fix(logger): console.assert() throws exception

5.2.0

  • fix return type of lua() / executeLua()
  • strengthen some error handling
  • fix: SyntaxError: Unexpected token '?' in cli.js #373

5.1.0

  • fix: console.log() writes to RPC channel #202 #329
  • feat: eliminate which dependency
  • feat: improve logs + error messages
  • fix: always use custom logger if one is given #336
  • feat(logger): timestamp, pretty-print objects #337

5.0.1 (2024-03-01)

  • Renamed getNvimFromEnv to findNvim
  • fix: findNvim() fails if path has spaces. #319

4.11.0 (2024-02-07)

  • getNvimFromEnv provides a way to easily find nvim on the user's system. (Currently depends on $PATH #267)
  • Use $NVIM instead of deprecated $NVIM_LISTEN_ADDRESS #195
  • Update dependencies
  • Minimum node.js version: 14.x

4.8.0 (2020-01-12)

  • attach: allow custom logger for attach neovim proc (#138) (d9bc2ef)

4.7.0 (2019-12-30)

  • transport: bump up msgpack to latest official (#136) (669e1d9)
Commits
  • 02a5fde release
  • add8035 Merge #404 show contents of invalid RPC message
  • 59136a4 feat(transport): show contents of invalid RPC message
  • 9265f2f feat(transport): show contents of invalid RPC message
  • ddf8bfb refactor: drop redundant attach.ts
  • 65ddb5e docs
  • 2b93c41 docs: changelog
  • aa6d2ef deps: bump typedoc from 0.26.5 to 0.26.7 (#393)
  • 747bd2b feat: findNvim({ paths: ..., dirs: ...}) #400
  • 78100f6 feat(findNvim): add "firstMatch" param, search common locations #397
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by justinmk, a new releaser for neovim since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [neovim](https://github.com/neovim/node-client) from 4.10.1 to 5.3.0.
- [Changelog](https://github.com/neovim/node-client/blob/master/CHANGELOG.md)
- [Commits](neovim/node-client@v4.10.1...v5.3.0)

---
updated-dependencies:
- dependency-name: neovim
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants