Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Update dependency handlebars to v4.3.3 #313

Merged
merged 1 commit into from
Sep 27, 2019
Merged

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 3, 2019

This PR contains the following updates:

Package Type Update Change
handlebars (source) dependencies minor 4.1.2 -> 4.3.3

Release Notes

wycats/handlebars.js

v4.3.3

Compare Source

v4.3.2

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

Fixes:

  • Security: Disallow calling "helperMissing" and "blockHelperMissing" directly - 2078c72
  • Disallow calling "helperMissing" and "blockHelperMissing" directly - 2078c72

Features:

  • Add new runtime option allowCallsToHelperMissing to allow calling blockHelperMissing and helperMissing.

Breaking changes:

Compatibility notes:

  • Compiler revision increased - 06b7224

    • This means that template compiled with versions prior to 4.3.0 will not work with runtimes >= 4.3.0
      The increase was done because the "helperMissing" and "blockHelperMissing" are now moved from the helpers
      to the internal "container.hooks" object, so old templates will not be able to call them anymore. We suggest
      that you always recompile your templates with the latest compiler in your build pipelines.
  • Disallow calling "helperMissing" and "blockHelperMissing" directly - 2078c72

    • Calling "helperMissing" and "blockHelperMissing" directly from a template (like in {{blockHelperMissing}} was
      never intended and was part of the exploits that have been revealed early in 2019
      (see #​1495). It is also part of a new exploit that
      is not captured by the earlier fix.
      In order to harden Handlebars against such exploits, calling thos helpers
      is now not possible anymore. Overriding those helpers is still possible.
    • If you really need this behavior, you can set the runtime option allowCallsToHelperMissing to true and the
      calls will again be possible

Both bullet points imly that Handlebars is not 100% percent compatible to 4.2.0, despite the minor version bump.

We consider it more important to resolve a major security issue than to maintain 100% compatibility.

Commits

v4.2.1

Compare Source

Bugfixes:

  • The "browser" property in the package.json has been updated to use the common-js builds instead of the minified UMD - c55a7be, #​1553

Compatibility notes:

  • No compatibility issues should arise

Commits

v4.2.0

Compare Source

Chore/Test:

  • Use custom grunt-saucelab with current sauce-connect proxy - f119497
  • Add framework for various integration tests - f9cce4d
  • Add integration test for webpack - a57b682

Bugfixes:

Features:

Compatibility notes:

  • The new "browser"-property should not break anything, but you can never be sure. The integration test for webpack
    shows that it works, but if it doesn't please open an issue.

Commits


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

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


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

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot assigned maccyber and Sherex Sep 3, 2019
@coveralls
Copy link

Coverage Status

Coverage remained the same at 16.908% when pulling 4b0b08d on renovate/handlebars-4.x into 97cc985 on master.

@renovate renovate bot changed the title Update dependency handlebars to v4.2.0 Update dependency handlebars to v4.2.1 Sep 20, 2019
@renovate renovate bot changed the title Update dependency handlebars to v4.2.1 Update dependency handlebars to v4.3.0 Sep 24, 2019
@renovate renovate bot changed the title Update dependency handlebars to v4.3.0 Update dependency handlebars to v4.3.1 Sep 24, 2019
@renovate renovate bot changed the title Update dependency handlebars to v4.3.1 Update dependency handlebars to v4.3.2 Sep 26, 2019
@renovate renovate bot changed the title Update dependency handlebars to v4.3.2 Update dependency handlebars to v4.3.3 Sep 27, 2019
@zrrrzzt zrrrzzt merged commit 598a588 into master Sep 27, 2019
@renovate renovate bot deleted the renovate/handlebars-4.x branch September 27, 2019 15:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants