Skip to content

Commit

Permalink
chore(deps): update rust crate handlebars to v6 (oxc-project#4402)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [handlebars](https://github.com/sunng87/handlebars-rust) |
workspace.dependencies | major | `5.1.2` -> `6.0.0` |

---

### Release Notes

<details>
<summary>sunng87/handlebars-rust (handlebars)</summary>

###
[`v6.0.0`](https://github.com/sunng87/handlebars-rust/blob/HEAD/CHANGELOG.md#600---2024-07-20)

[Compare
Source](https://github.com/sunng87/handlebars-rust/compare/v5.1.2...v6.0.0)

- \[Fixed] Various indent issue with partials, empty lines and helpers
\[[#&#8203;646](https://github.com/sunng87/handlebars-rust/issues/646)]

\[[#&#8203;654](https://github.com/sunng87/handlebars-rust/issues/654)]
\[[#&#8203;658](https://github.com/sunng87/handlebars-rust/issues/658)]
- \[Fixed] Bug when accessing nested path
\[[#&#8203;651](https://github.com/sunng87/handlebars-rust/issues/651)]
- \[Added] New public access to `PathSeg`
\[[#&#8203;656](https://github.com/sunng87/handlebars-rust/issues/656)]
- \[Added] New API to set single block params in `BlockContext`
\[[#&#8203;655](https://github.com/sunng87/handlebars-rust/issues/655)]
- \[Added] `From<RenderError>` for `RenderErrorReason`
\[[#&#8203;644](https://github.com/sunng87/handlebars-rust/issues/644)]
- \[Changed] Add `non_exhaustive` attribute to all public memebers
\[[#&#8203;647](https://github.com/sunng87/handlebars-rust/issues/647)]
- \[Changed] `RenderContext` API and improved performance for partial
rendering

\[[#&#8203;661](https://github.com/sunng87/handlebars-rust/issues/661)]
\[[#&#8203;662](https://github.com/sunng87/handlebars-rust/issues/662)]
- \[Changed] Improved error messsage for template parsing
\[[#&#8203;638](https://github.com/sunng87/handlebars-rust/issues/638)]

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10am on monday" in timezone
Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/oxc-project/oxc).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent 21c7b09 commit 910f2a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ language-tags = "0.3.2"
tsify = "0.4.5"
wasm-bindgen = "0.2.92"
serde-wasm-bindgen = "0.6.5"
handlebars = "5.1.2"
handlebars = "6.0.0"
base64 = "0.22.1"
compact_str = "0.8.0"
console = "0.15.8"
Expand Down

0 comments on commit 910f2a0

Please sign in to comment.