willothy / moveline.nvim

Neovim plugin for moving lines up and down
MIT License
137 stars 4 forks source link

chore(deps): update mlua requirement from 0.8.7 to 0.9.0 #12

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on mlua to permit the latest version.

Changelog

Sourced from mlua's changelog.

v0.8.10

  • Update to Luau 0.590 (luau0-src to 0.7.x)
  • Fix loading luau code starting with \t
  • Pin lua-src and luajit-src versions

v0.8.9

  • Update minimal (vendored) Lua 5.4 to 5.4.6
  • Use lua_closethread instead of lua_resetthread in vendored mode (Lua 5.4.6)
  • Allow deserializing Lua null into unit (()) or unit struct.

v0.8.8

  • Fix potential deadlock when trying to reuse dropped registry keys.
  • Optimize userdata methods call when __index and fields_getters are nil

v0.8.7

  • Minimum Luau updated to 0.555 (LUAI_MAXCSTACK limit increased to 100000)
  • _VERSION in Luau now includes version number
  • Fixed lifetime of DebugNames in Debug::names() and DebugSource in Debug::source()
  • Fixed subtraction overflow when calculating index for MultiValue::get()

v0.8.6

  • Fixed bug when recycled Registry slot can be set to Nil

v0.8.5

  • Fixed potential unsoundness when using Layout::from_size_align_unchecked and Rust 1.65+
  • Performance optimizations around string and table creation in standalone mode
  • Added fast track path to Table get/set/len methods without metatable
  • Added new methods push/pop/raw_push/raw_pop to Table
  • Fix getting caller information from Lua::load
  • Better checks and tests when trying to modify a Luau readonly table

v0.8.4

  • Minimal Luau updated to 0.548

v0.8.3

  • Close to-be-closed variables for Lua 5.4 when using call_async functions (#192)
  • Fixed Lua assertion when inspecting another thread stack. (#195)
  • Use more reliable way to create LuaJIT VM (which can fail if use Rust allocator on non-x86 platforms)

v0.8.2

  • Performance optimizations in handling UserData

... (truncated)

Commits
  • 84811b1 v0.8.10
  • 032d4af Fix loading luau code starting with \t
  • c9099a4 Update to Luau 0.590
  • e4eeee0 Pin (more strict) lua-src and luajit-src versions
  • 15e353a v0.8.9
  • 765117c Update tarpaulin settings
  • 573d713 Don't set html_root_url (it's not recommended)
  • 72de17b Allow deserializing Lua null into unit(()) or unit struct. See #264
  • 5a96e80 Use lua_closethread instead of lua_resetthread in vendored mode (introduced i...
  • bfdb408 Update minimal (vendored) Lua 5.4 to 5.4.6
  • Additional commits viewable in compare view


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 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)
willothy commented 1 year ago

mlua will not be needed once the nvim-oxi rewrite is complete

dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.