Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ handlebars (4.2.0 → 4.5.1) · Repo
Commits
See the full diff on Github. The new version differs by 60 commits:
v4.5.1
Update release notes
fix: move "eslint-plugin-compat" to devDependencies
v4.5.0
Update release notes
chore: add eslint-plugin-compat and eslint-plugin-es5
Resolve deprecation warning message from eslint while running eslint (#1586)
Add missing types for the Exception class properties (#1583)
Add Handlebars.parseWithoutProcessing (#1584)
Use objects for hash value tracking
fix: add guard to if & unless helpers (#1549)
Merge branch '4.4.x' into 4.x
v4.4.5
Update release notes
fix: non-eager matching raw-block-contents
fix: non-eager matching raw-block-contents
v4.4.4
Update release notes
fix: prevent zero length tokens in raw-blocks (#1577)
fix: prevent zero length tokens in raw-blocks (#1577)
show source location for the strict lookup exceptions
chore: link to s3 bucket with https, add "npm ci" to build instructions
v4.4.3
Update release notes
added missing type fields in typings and tests for them
v4.4.2
Update release notes
chore: fix grunt-saucelabs dependency
v4.4.1
Update release notes
chore: use @knappi/grunt-saucelabs instead of github-dependency
v4.4.0
Update release notes
Added support for iterable objects in {{#each}} helper (#1557)
v4.3.4
Update release notes
fix: harden "propertyIsEnumerable"-check
v4.3.3
Update release notes
fix test case for browsers that do not support __defineGetter__
v4.3.2
Update release notes
Use Object.prototype.propertyIsEnumerable to check for constructors
v4.3.1
Update release notes
fix saucelabs tests (internet explorer)
fix saucelabs tests (internet explorer)
do not break on precompiled templates from Handlebars >=4.0.0 <4.3.0
add test for #1560
Ensure allowCallsToHelperMissing runtime option is optional in typings
check "allowCallsToHelperMissing"
v4.3.0
Update release notes
adjust compiler revision
Disallow calling "helperMissing" and "blockHelperMissing" directly
v4.2.1
Update release notes
Fix some small typos.
integration-tests for various webpack-scenarios
fix: use cjs for browser fields
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands