Update handlebars requirement from 5.1.2 to 6.1.0
Updates the requirements on handlebars to permit the latest version.
Changelog
Sourced from handlebars's changelog.
5.1.2 - 2024-03-24
5.1.1 - 2024-01-18Yanked
- [Changed] Turned off pub access of
chain
inHelperTemplate
5.1.0 - 2024-01-17
- [Added] Chained
else if
block support #6295.0.0 - 2023-12-31
- [Added] public mutable access to local variables in
BlockContext
#533- [Changed] Simplified lifetime specifiers for
Helper
,ScopedJson
and some other related types and functions. #532- [Changed] Updated
TemplateError
to reduce its size. Direct field access is removed in favor of access methods- [Changed] Introducing
RenderErrorReason
for typed render error- [Changed] Changed
register_template_directory
api for more customizations #[610]- [Changed] Updated rust-embed to 8.0
4.3.4 - 2022-09-11
- [Added] New
write_fmt
function forOutput
#522- [Added]
reason()
method forTemplateError
to access underlying reason, this replaces original direct.reason
access.- [Changed] Direct access to
TemplateError
'sreason
field is depreacted will be removed in future.4.3.3 - 2022-07-20
- [Fixed] Disable partial expression indentation with
{{~> partial}}
to bring behavior closer in line with original javascript version. #518- [Fixed] Support for using partial context together with partial parameters #520
4.3.2 - 2022-07-14
- [Added] Render functions that reuse
Context
for customstd::io::Write
:render_with_context_to_write
andrender_template_with_context_to_write
4.3.1 - 2022-06-09
- [Added] Added support for
{{~{variable}~}}
syntax #5094.3.0 - 2022-05-18
... (truncated)
Commits
- See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts