chore(deps): update rust crate rhai to v1.24.0#9118
Open
renovate[bot] wants to merge 1 commit intodevfrom
Open
chore(deps): update rust crate rhai to v1.24.0#9118renovate[bot] wants to merge 1 commit intodevfrom
renovate[bot] wants to merge 1 commit intodevfrom
Conversation
Contributor
✅ Docs preview has no changesThe preview was not built because there were no changes. Build ID: ac37fbe10036bbbe4ab7c760 ✅ AI Style Review — No Changes DetectedNo MDX files were changed in this pull request. Review Log: View detailed log
|
Contributor
|
@renovate[bot], please consider creating a changeset entry in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.23.6→1.24.01.23.6→1.24.0Important
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
stdwebsupport is removed. The feature flagstdwebis also removed. Usewasm-bindgeninstead.web-timeis used for WASM targets instead ofinstant, which is no longer maintained #1063.Bug fixes
sorton an array with a comparer function that does not implement a total order #1058.Enhancements
@phsym#1050).if cond1 { if cond2 { ... } }intoif cond1 && cond2 { ... }.sortfor arrays is also aliased tosort_by.sort_desc,order,order_byandorder_descare added to arrays.sorton an array containing unsupported element types.New features
AST::new_from_moduleis added to create anASTfrom a sharedModule.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.
This PR was generated by Mend Renovate. View the repository job log.