Skip to content

chore(deps): update dependency ubi:lune-org/lune to v0.10.5 - #295

Open
renovate[bot] wants to merge 1 commit into
developfrom
renovate/patch
Open

chore(deps): update dependency ubi:lune-org/lune to v0.10.5#295
renovate[bot] wants to merge 1 commit into
developfrom
renovate/patch

Conversation

@renovate

@renovate renovate Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
ubi:lune-org/lune tools patch 0.10.40.10.5

Release Notes

lune-org/lune (ubi:lune-org/lune)

v0.10.5

Compare Source

Added
  • Added QueryDescendants to instances in the roblox standard library.

  • Added registerClass and registerService functions to the roblox standard library, letting classes and services that
    the reflection database does not know about - such as those only present in specific Roblox builds - be implemented and used:

    local roblox = require("@lune/roblox")
    
    roblox.registerService("FileSystemService")
    
    roblox.implementMethod("FileSystemService", "ReadFile", function(_, path: string)
        return -- ... read and return the file contents ...
    end)
    
    local game = roblox.Instance.new("DataModel")
    local fss = game:GetService("FileSystemService")
Changed
  • Refactored the roblox standard library to support multiple independent doms. Instances now have stable references,
    and place or model files containing colliding referents can be loaded at the same time without conflicts.
  • Updated to Luau version 0.709
  • Updated to rbx-dom database version 0.728
Fixed
  • Fixed task.wait not gracefully handling negative, NaN, and other non-finite durations
  • Fixed datatype arithmetic in @lune/roblox not working with a scalar on the left-hand side, such as 2 * Vector3.new(1, 2, 3)
  • Fixed various completeness and correctness issues across datatypes in the roblox standard library
  • Fixed web socket close codes not being set to 1005 (no status) or 1006 (abnormal closure) when a connection was closed without one
  • Fixed error stack traces truncating real file paths on Windows
  • Fixed NumberSequence.new(start, end) silently ignoring its second constructor argument
  • Fixed ColorSequence.new(start, end) silently ignoring its second constructor argument (#​391)
  • Fixed the close method on a child process writer not closing it (#​359)
  • Fixed truncation of lune build output paths containing dots on non-Windows targets (#​396)
  • Fixed deserialization of Roblox place/model files failing due to Tags now serializing using SharedString (#​397)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 09:00 AM and 09:59 AM, only on Monday (* 9 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/patch branch from d8e4ca7 to 0a416a4 Compare August 13, 2026 11:48
@renovate
renovate Bot force-pushed the renovate/patch branch from 0a416a4 to b8936a3 Compare August 25, 2026 12:47
@renovate renovate Bot changed the title chore(deps): update patches chore(deps): update dependency ubi:lune-org/lune to v0.10.5 Aug 25, 2026
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.

0 participants