Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump handlebars from 3.5.2 to 4.3.2 #511

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 14, 2022

Bumps handlebars from 3.5.2 to 4.3.2.

Release notes

Sourced from handlebars's releases.

v4.3.0

Changes included in 4.3.0 release:

  • [Changed] update MSRV to 1.57 as rhai requires
  • [Fixed] Reimplemented indent support for partial expression {{> partial}}, which is introduced in 4.2.0. The new implementation is aligned with original javascript version, that every text line generated from partial are indented as {{> partial}} does. prevent_indent will turn-off this feature. #505
  • [Changed] changed error support library from quick_error to thiserror

Caution that the partial indent fix will make handlebars 4.3 behaviour different with 4.2 when there is indent with {{> partial}} statement.

v4.2.1

Fixed

  • Nested partial @​partial-block referencing issue #488
  • Docs generation on docs.rs for rust-embed feature

v4.2.0

Added

  • RustEmbed support for loading templates from #484

Fixed

Changed

  • Keep indent whitespaces for partial expression {{> partial}} as default in handlebarsjs. A new option prevent_indent is provided on Handlebars to turn off this behaviour. #486
  • Update MSRV to 1.51 due to dependency changes

v4.1.5

[Fixed] Single-quote string literal is supported, again #475

v4.1.4

  • [Fixed] Corrected empty line stripping strategy #473

v4.1.3

  • [Added] @last variable for each block with object #466
  • [Fixed] Missing whitespaces behind expression #468

v4.1.2

Added

  • Support for generic types in handlebars_helper!.
  • Getter and setter for rhai Engine from registry.

Fixed

  • Improve doc for dev_mode that it has to be enabled before adding templates.

... (truncated)

Changelog

Sourced from handlebars's changelog.

4.3.2 - 2022-07-14

  • [Added] Render functions that reuse Context for custom std::io::Write: render_with_context_to_write and render_template_with_context_to_write

4.3.1 - 2022-06-09

  • [Added] Added support for {{~{variable}~}} syntax #509

4.3.0 - 2022-05-18

  • [Changed] update MSRV to 1.57 as rhai requires
  • [Fixed] Reimplemented indent support for partial expression {{> partial}}, which is introduced in 4.2.0. The new implementation is aligned with original javascript version, that every text line generated from partial are indented as {{> partial}} does. prevent_indent will turn-off this feature. #505
  • [Changed] changed error support library from quick_error to thiserror

4.2.2 - 2022-03-09

  • [Fixed] Block param scope leaked into partials #496
  • [Changed] Use Rust 2021 edition and update MSRV to 1.56

4.2.1 - 2022-01-17

  • [Fixed] Nested partial @partial-block referencing issue #488
  • [Fixed] Docs generation on docs.rs for rust-embed feature

4.2.0 - 2022-01-05

  • [Added] RustEmbed support for loading templates from #484
  • [Fixed] Parser support for variables begins with digit #479
  • [Changed] Keep indent whitespaces for partial expression {{> partial}} as default in handlebarsjs. A new option prevent_indent is provided on Handlebars to turn off this behaviour. #486
  • [Changed] Update MSRV to 1.51 due to dependency changes

4.1.6 - 2021-12-03

  • [Added] Create Context from owned serde_json::Value #477

4.1.5 - 2021-11-17

  • [Fixed] Single-quote string literal is supported, again #475

4.1.4 - 2021-11-06

  • [Fixed] Corrected empty line stripping strategy #473

... (truncated)

Commits
  • c29c7ca (cargo-release) version 4.3.2
  • ca77724 chore: update changelog
  • 14b10ab Merge pull request #515 from sunng87/feature/context-to-write
  • 71e69a4 feat: add function to reuse context while write into Write #514
  • a8f4875 chore: update example for helper macro
  • 8af9de9 fix: lint warning on auto deref
  • 740f35b test: add example for getting error generated from helper #512
  • 87e9912 Merge pull request #511 from sunng87/dependabot/cargo/pprof-0.10
  • aefdacf chore(deps): update pprof requirement from 0.9 to 0.10
  • bd03849 (cargo-release) start next development iteration 4.3.2-alpha.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [handlebars](https://github.com/sunng87/handlebars-rust) from 3.5.2 to 4.3.2.
- [Release notes](https://github.com/sunng87/handlebars-rust/releases)
- [Changelog](https://github.com/sunng87/handlebars-rust/blob/master/CHANGELOG.md)
- [Commits](sunng87/handlebars-rust@v3.5.2...v4.3.2)

---
updated-dependencies:
- dependency-name: handlebars
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 14, 2022

The following labels could not be found: cargo, dependencies.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 20, 2022

Superseded by #514.

@dependabot dependabot bot closed this Jul 20, 2022
@dependabot dependabot bot deleted the dependabot/cargo/handlebars-4.3.2 branch July 20, 2022 19:22
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