Skip to content

chore(deps): update rust crate rhai to v1.24.0#9118

Open
renovate[bot] wants to merge 1 commit intodevfrom
renovate/rhai-1.x-lockfile
Open

chore(deps): update rust crate rhai to v1.24.0#9118
renovate[bot] wants to merge 1 commit intodevfrom
renovate/rhai-1.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 1, 2026

This PR contains the following updates:

Package Type Update Change
rhai (source) dev-dependencies minor 1.23.61.24.0
rhai (source) dependencies minor 1.23.61.24.0

Important

Rhai updates can cause breaking changes for users. Make sure to add a feat_-prefixed changeset to alert users of the upgrade!


Release Notes

rhaiscript/rhai (rhai)

v1.24.0

==============

Breaking Changes

  • stdweb support is removed. The feature flag stdweb is also removed. Use wasm-bindgen instead.
  • web-time is used for WASM targets instead of instant, which is no longer maintained #​1063.

Bug fixes

  • (Fuzzing) Fixed panic when using sort on an array with a comparer function that does not implement a total order #​1058.

Enhancements

  • The optimizer now optimizes constant object map property accesses (thanks @phsym #​1050).
  • Optimization is added to turn if cond1 { if cond2 { ... } } into if cond1 && cond2 { ... }.
  • The method sort for arrays is also aliased to sort_by.
  • The methods sort_desc, order, order_by and order_desc are added to arrays.
  • An exception is now thrown when attempting to use sort on an array containing unsupported element types.

New features

  • AST::new_from_module is added to create an AST from a shared Module.

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 these updates again.


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

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

@apollo-librarian
Copy link
Copy Markdown
Contributor

apollo-librarian bot commented Apr 1, 2026

✅ Docs preview has no changes

The preview was not built because there were no changes.

Build ID: ac37fbe10036bbbe4ab7c760
Build Logs: View logs


✅ AI Style Review — No Changes Detected

No MDX files were changed in this pull request.

Review Log: View detailed log

This review is AI-generated. Please use common sense when accepting these suggestions, as they may not always be accurate or appropriate for your specific context.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 1, 2026

@renovate[bot], please consider creating a changeset entry in /.changesets/. These instructions describe the process and tooling.

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